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

FHIR IG Statistics: StructureDefinition/epa-medication-dispense

Packagede.gematik.dev.epa.medication
Resource TypeStructureDefinition
Idepa-medication-dispense
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.dev.epa.medication@1.1.0-alpha.6&canonical=https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense
URLhttps://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense
Version1.1.0
Statusactive
Date2024-08-14
NameEPAMedicationDispense
TitleEPA MedicationDispense
DescriptionDefines the medication dispense resource for the Medication Service in the ePA system.
TypeMedicationDispense
Kindresource

Resources that use this resource

CapabilityStatement
epa-capabilitystatement-medicationEPA CapabilityStatement for the Medication Service
epa-medication-service-clientEPA Capability Statement für Clients des ePA Medication Service
epa-medication-service-serverEPA CapabilityStatement für den the Medication Service
StructureDefinition
epa-nonrescription-medication-dispenseEPA Nonprescription Medication Dispense
epa-op-dispensation-output-parametersEPA Operation Dispensation Output-Parameters
epa-op-provide-dispensation-erp-input-parametersEPA Operation ProvideDispensation ERP Input-Parameters
GEM_ERP_PR_MedicationDispense_DiGADispensation of a DiGA-Prescription
GEM_ERP_PR_MedicationDispenseDispensation of the Prescription
GEM_ERPEU_PR_MedicationDispenseDispensation of the Prescription from the EU

Resources that this resource uses

StructureDefinition
dispensation-identifierEPADispensationIdentifier
rx-originator-process-identifierRxOriginatorProcessIdentifier
rx-prescription-process-identifier-extensionRxPrescriptionProcessIdentifierExtension
identifier-kvid-10Identifier-Profil für die 10-stellige Krankenversichertennummer

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "epa-medication-dispense",
  "url": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense",
  "version": "1.1.0",
  "name": "EPAMedicationDispense",
  "title": "EPA MedicationDispense",
  "status": "active",
  "experimental": false,
  "date": "2024-08-14",
  "publisher": "gematik GmbH",
  "description": "Defines the medication dispense resource for the Medication Service in the ePA system.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationDispense",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationDispense",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationDispense.meta",
        "path": "MedicationDispense.meta",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.meta.versionId",
        "path": "MedicationDispense.meta.versionId",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.meta.lastUpdated",
        "path": "MedicationDispense.meta.lastUpdated",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.extension:rxPrescriptionProcessIdentifier",
        "path": "MedicationDispense.extension",
        "sliceName": "rxPrescriptionProcessIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier-extension"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.identifier",
        "path": "MedicationDispense.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open",
          "ordered": false
        }
      },
      {
        "id": "MedicationDispense.identifier:RxOriginatorProcessIdentifier",
        "path": "MedicationDispense.identifier",
        "sliceName": "RxOriginatorProcessIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://gematik.de/fhir/epa-medication/StructureDefinition/rx-originator-process-identifier"
            ]
          }
        ],
        "patternIdentifier": {
          "system": "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier"
        }
      },
      {
        "id": "MedicationDispense.identifier:EPADispensationIdentifier",
        "path": "MedicationDispense.identifier",
        "sliceName": "EPADispensationIdentifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://gematik.de/fhir/epa-medication/StructureDefinition/dispensation-identifier"
            ]
          }
        ],
        "patternIdentifier": {
          "system": "https://gematik.de/fhir/epa-medication/sid/dispensation-identifier"
        }
      },
      {
        "id": "MedicationDispense.status",
        "path": "MedicationDispense.status",
        "short": "Status of medication dispense",
        "binding": {
          "strength": "required",
          "valueSet": "https://gematik.de/fhir/terminology/ValueSet/epa-medication-dispense-status-vs"
        }
      },
      {
        "id": "MedicationDispense.category",
        "path": "MedicationDispense.category",
        "short": "Missing value indicates a prescription dispense.",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://gematik.de/fhir/terminology/ValueSet/epa-medication-dispense-category-vs",
          "description": "Defines the context of a Dispensation: prescription or non-prescription"
        }
      },
      {
        "id": "MedicationDispense.medication[x]",
        "path": "MedicationDispense.medication[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Medication"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.subject",
        "path": "MedicationDispense.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.subject.identifier",
        "path": "MedicationDispense.subject.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-kvid-10"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.performer",
        "path": "MedicationDispense.performer",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.performer.actor",
        "path": "MedicationDispense.performer.actor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "MedicationDispense.authorizingPrescription.reference",
        "path": "MedicationDispense.authorizingPrescription.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.whenHandedOver",
        "path": "MedicationDispense.whenHandedOver",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.dosageInstruction",
        "path": "MedicationDispense.dosageInstruction",
        "mustSupport": true
      },
      {
        "id": "MedicationDispense.substitution",
        "path": "MedicationDispense.substitution",
        "mustSupport": true
      }
    ]
  }
}