FHIR IG Statistics: StructureDefinition/GEM-ERP-PR-MedicationDispense
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "GEM-ERP-PR-MedicationDispense",
"url": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense",
"version": "1.5.2",
"name": "GEM_ERP_PR_MedicationDispense",
"title": "Dispensation of the Prescription",
"status": "active",
"date": "2025-06-23",
"description": "Handles information about the redeem of the prescription and the submited medication.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "MedicationDispense",
"baseDefinition": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "MedicationDispense.meta",
"path": "MedicationDispense.meta",
"min": 1
},
{
"id": "MedicationDispense.meta.profile",
"path": "MedicationDispense.meta.profile",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "$this"
}
],
"rules": "closed",
"description": "Slicing for meta profile",
"ordered": false
},
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "MedicationDispense.meta.profile:workflowProfile",
"path": "MedicationDispense.meta.profile",
"sliceName": "workflowProfile",
"min": 1,
"max": "1",
"fixedCanonical": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.5",
"mustSupport": true
},
{
"id": "MedicationDispense.identifier",
"path": "MedicationDispense.identifier",
"short": "ePrescription identifier",
"min": 1
},
{
"id": "MedicationDispense.identifier:prescriptionID",
"path": "MedicationDispense.identifier",
"sliceName": "prescriptionID",
"min": 1,
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PrescriptionId"
]
}
],
"patternIdentifier": {
"system": "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"
}
},
{
"id": "MedicationDispense.status",
"path": "MedicationDispense.status",
"short": "completed",
"fixedCode": "completed"
},
{
"id": "MedicationDispense.medication[x]",
"path": "MedicationDispense.medication[x]",
"definition": "The MedicationDispense references a medication which was dispensed",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Medication"
]
}
]
},
{
"id": "MedicationDispense.performer.actor.identifier",
"path": "MedicationDispense.performer.actor.identifier",
"min": 1,
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
]
},
{
"id": "MedicationDispense.whenPrepared",
"path": "MedicationDispense.whenPrepared",
"constraint": [
{
"key": "workflow-abgabeDatumsFormat",
"human": "Wert muss ein Datum in der Form: YYYY-MM-DD sein.",
"source": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense",
"severity": "error",
"expression": "toString().length()=10"
}
],
"mustSupport": false
},
{
"id": "MedicationDispense.whenHandedOver",
"path": "MedicationDispense.whenHandedOver",
"constraint": [
{
"key": "workflow-abgabeDatumsFormat",
"human": "Wert muss ein Datum in der Form: YYYY-MM-DD sein.",
"source": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense",
"severity": "error",
"expression": "toString().length()=10"
}
]
}
]
}
}