FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/AcceptOperation

Packagede.gematik.erezept-workflow.r4
Resource TypeOperationDefinition
IdAcceptOperation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.erezept-workflow.r4@1.5.2&canonical=https://gematik.de/fhir/erp/OperationDefinition/AcceptOperationDefinition
URLhttps://gematik.de/fhir/erp/OperationDefinition/AcceptOperationDefinition
Version1.5.2
Statusactive
Date2025-06-23
NameAccept
DescriptionWith the accept operation a pharmacy claims an e-prescription. The status of the referenced Task changes into 'in-progres'.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "AcceptOperation",
  "url": "https://gematik.de/fhir/erp/OperationDefinition/AcceptOperationDefinition",
  "status": "active",
  "version": "1.5.2",
  "date": "2025-06-23",
  "name": "Accept",
  "kind": "operation",
  "affectsState": true,
  "resource": [
    "Task"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "description": "With the accept operation a pharmacy claims an e-prescription. The status of the referenced Task changes into 'in-progres'.",
  "code": "accept",
  "outputProfile": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_AcceptOperation_Output",
  "parameter": [
    {
      "name": "ac",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The secret parameter that lets users access the Task exclusively as the URL an Parameter ?ac.",
      "type": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Collection of resources (Task and Binary) to let a pharmacy process a ePrescriptionn containing 1. the updated Task (including a secret, that gives a pharmacy exclusive access to the Task) and 2. a base64Binary of the qualified signed ePrescription. The status of the Task changes into in-progres. The prescription server creates a random number and stores it in Task.identifier:Secret.",
      "type": "Bundle"
    }
  ]
}