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.6.0-ballot1&canonical=https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense
URLhttps://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense
Version1.6.0-ballot1
Statusdraft
Date2025-08-01
NameGEM_ERP_PR_MedicationDispense
TitleDispensierung eines E-Rezepts
DescriptionVerarbeitet Informationen über die Dispensierung eines E-Rezepts und die abgegebenen Medikamente.
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
DosageDgMPDosage dgMP
epa-medication-dispenseEPA MedicationDispense
e-prescription-idIdentifikator Profil für E-Rezept-IDs
identifier-telematik-idIdentifier-Profil für die Telematik-ID
GEM_ERP_PR_MedicationMedikament zur Ausgabe des Rezepts

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.6.0-ballot1",
  "name": "GEM_ERP_PR_MedicationDispense",
  "title": "Dispensierung eines E-Rezepts",
  "status": "draft",
  "date": "2025-08-01",
  "description": "Verarbeitet Informationen über die Dispensierung eines E-Rezepts und die abgegebenen Medikamente.",
  "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 für 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.6",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.identifier",
        "path": "MedicationDispense.identifier",
        "short": "E-Rezept-ID",
        "min": 1
      },
      {
        "id": "MedicationDispense.identifier:prescriptionID",
        "path": "MedicationDispense.identifier",
        "sliceName": "prescriptionID",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://gematik.de/fhir/ti/StructureDefinition/e-prescription-id"
            ]
          }
        ],
        "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": "Die MedicationDispense verweist auf ein Medikament, das abgegeben wurde.",
        "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"
          }
        ]
      },
      {
        "id": "MedicationDispense.dosageInstruction",
        "path": "MedicationDispense.dosageInstruction",
        "type": [
          {
            "code": "Dosage",
            "profile": [
              "http://ig.fhir.de/igs/medication/StructureDefinition/DosageDgMP"
            ]
          }
        ]
      }
    ]
  }
}