PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept@workflow.r4-1.2.1
    https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense
description: Handles information about the redeem of the prescription and the submited medication.
package_name: de.gematik.erezept
derivation: constraint
name: GEM_ERP_PR_MedicationDispense
type: MedicationDispense
elements:
  whenHandedOver: {index: 12}
  whenPrepared: {mustSupport: false, index: 11}
  meta:
    index: 0
    elements:
      profile:
        pattern: {type: Canonical, value: 'https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.2'}
        index: 1
    required: [profile]
  status:
    short: completed
    pattern: {type: Code, value: completed}
    index: 3
  dosageInstruction: {mustSupport: true, index: 13}
  identifier: {type: Identifier, short: ePrescription identifier, index: 2}
  medicationReference:
    type: Reference
    mustSupport: true
    choiceOf: medication
    refers: ['http://hl7.org/fhir/StructureDefinition/Medication']
    index: 6
  subject:
    index: 7
    elements:
      identifier: {type: Identifier, short: The patients KVNR, index: 8}
    required: [identifier]
  performer:
    index: 9
    elements:
      actor:
        elements:
          identifier: {type: Identifier, index: 10}
        required: [identifier]
  medication:
    mustSupport: true
    choices: [medicationReference]
    index: 5
package_version: workflow.r4-1.2.1
class: profile
kind: resource
url: https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense
base: http://hl7.org/fhir/StructureDefinition/MedicationDispense
version: '1.2'
required: [whenHandedOver, identifier, subject, meta, performer]