PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept-workflow.r4@1.3.0-rc2
    https://gematik.de/fhir/erp/OperationDefinition/DispenseOperationDefinition
{
  "description": "The operation $dispense lets the pharmacy perform a dispense for a medication without changing the status of the task. This actions lets a frontend display that a medication has been dispensed before it is closed by the pharmacy.",
  "_filename": "OperationDefinition-DispenseOperation.json",
  "package_name": "de.gematik.erezept-workflow.r4",
  "date": "2024-04-16",
  "system": false,
  "publisher": null,
  "instance": true,
  "name": "Dispense",
  "type": "false",
  "experimental": null,
  "outputProfile": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense",
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "1.3.0-rc2",
  "status": "draft",
  "id": "46b3e035-1d11-4b34-b3c6-7757d4fe8561",
  "resource": [ "Task" ],
  "affectsState": true,
  "kind": "operation",
  "url": "https://gematik.de/fhir/erp/OperationDefinition/DispenseOperationDefinition",
  "code": "dispense",
  "version": "1.3",
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "secret",
    "type": "string",
    "documentation": "The secret parameter that lets a pharmacy access the Task exclusively as part of the URL. This paramter must be equal to the value stored in Task.identifier:Secret. Otherwise the Operation aborts with an error."
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "MedicationDispense",
    "type": "canonical",
    "documentation": "Information on dispensed Medication(s)",
    "targetProfile": [ "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.3", "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_CloseOperationInputBundle|1.3" ]
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "MedicationDispense",
    "type": "canonical",
    "documentation": "The MedicationDispense that has been transmitted by the pharmacy as a confirmation, that it has been successfully uploaded.",
    "targetProfile": [ "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.3", "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_CloseOperationInputBundle|1.3" ]
  } ]
}