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

FHIR IG Statistics: StructureDefinition/GEM-ERP-PR-MedicationDispense

Packagede.gematik.erezept-workflow.r4
Resource TypeStructureDefinition
IdGEM-ERP-PR-MedicationDispense
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.erezept-workflow.r4@1.5.2&canonical=https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense
URLhttps://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense
Version1.5.2
Statusactive
Date2025-06-23
NameGEM_ERP_PR_MedicationDispense
TitleDispensation of the Prescription
DescriptionHandles information about the redeem of the prescription and the submited medication.
TypeMedicationDispense
Kindresource

Resources that use this resource

StructureDefinition
GEM_ERP_PR_PAR_CloseOperation_InputGEM ERP PR CloseOperation Input
GEM_ERP_PR_PAR_DispenseOperation_InputGEM ERP PR DispenseOperation Input
GEM_ERP_PR_PAR_DispenseOperation_OutputGEM ERP PR DispenseOperation Output

Resources that this resource uses

StructureDefinition
epa-medication-dispenseEPA MedicationDispense
identifier-telematik-idIdentifier-Profil für die Telematik-ID
GEM_ERP_PR_MedicationMedication for the Dispensation of the Prescription
GEM_ERP_PR_PrescriptionIdIdentifier Profile for Prescription IDs

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"
          }
        ]
      }
    ]
  }
}