PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.mpd@1.0.0
    http://hl7.eu/fhir/mpd/StructureDefinition/MedicationDispense-eu-mpd
description: MedicationDispense profile for capturing dispensation information based on a medication prescription.
package_name: hl7.fhir.eu.mpd
derivation: constraint
name: MedicationDispenseEuMpd
type: MedicationDispense
elements:
  whenHandedOver: {short: 'Date and time when the medication was handed over. When not present, the time of dispensation is assumed to be the time of issuing the dispense record.', index: 13}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        renderedDosageInstruction:
          match: {url: null}
          schema: {short: Full representation of the dosage instructions, type: Extension, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationDispense.renderedDosageInstruction', index: 1}
          min: 0
          max: 1
        recorded:
          match: {url: null}
          schema: {type: Extension, short: Date and time when the dispense was recorded/issued. This is not necessarily the same as when the medication was handed over to the patient., url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationDispense.recorded', index: 2}
          min: 1
          max: 1
  status: {index: 3}
  dosageInstruction: {type: Dosage, index: 14}
  medicationReference:
    type: Reference
    choiceOf: medication
    refers: ['http://hl7.eu/fhir/mpd/StructureDefinition/Medication-eu-mpd']
    index: 8
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            type: Reference
            choiceOf: medication
            refers: ['http://hl7.eu/fhir/mpd/StructureDefinition/Medication-eu-mpd']
            index: 8
          min: 0
          max: 1
  quantity: {index: 12}
  authorizingPrescription:
    type: Reference
    refers: ['http://hl7.eu/fhir/mpd/StructureDefinition/MedicationRequest-eu-mpd']
    index: 11
  subject: {index: 9}
  performer:
    elements:
      actor: {index: 10}
  medication:
    choices: []
    index: 5
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        medicationReference:
          match: {}
          schema:
            choices: [medicationReference]
            index: 7
          min: 0
          max: 1
package_version: 1.0.0
extensions:
  renderedDosageInstruction: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationDispense.renderedDosageInstruction', min: 0, max: 1, short: Full representation of the dosage instructions, type: Extension, index: 1}
  recorded: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationDispense.recorded', min: 1, max: 1, type: Extension, short: Date and time when the dispense was recorded/issued. This is not necessarily the same as when the medication was handed over to the patient., index: 2}
class: profile
kind: resource
url: http://hl7.eu/fhir/mpd/StructureDefinition/MedicationDispense-eu-mpd
base: http://hl7.org/fhir/StructureDefinition/MedicationDispense
version: 1.0.0
required: [extension, quantity]