PackagesCanonicalsLogsProblems
    Packages
    myhealth.eu.fhir.epd@1.0.0-poc
    http://fhir.ehdsi.eu/epd/StructureDefinition/MedicationDispense-myhealtheu-epd
description: This profile defines how to represent the supply and the associated administration instructions in HL7 FHIR for the purpose of this guide.
package_name: myhealth.eu.fhir.epd
derivation: constraint
name: MedicationDispenseMyHealthEuEpd
type: MedicationDispense
elements:
  whenHandedOver: {index: 12}
  substitution:
    elements:
      wasSubstituted: {index: 15}
      type:
        binding: {strength: extensible, valueSet: 'http://terminology.ehdsi.eu/ValueSet/eHDSISubstitutionCode'}
        index: 16
      responsibleParty:
        type: Reference
        refers: ['http://fhir.ehdsi.eu/core/StructureDefinition/practitioner-myhealtheu-core', 'http://fhir.ehdsi.eu/core/StructureDefinition/practitionerRole-myhealtheu-core']
        index: 17
  extension:
    index: 1
    slicing:
      slices:
        recorded:
          match: {}
          schema: {index: 1}
  language:
    binding: {strength: required, valueSet: 'http://terminology.ehdsi.eu/ValueSet/eHDSILanguage'}
    index: 0
  dosageInstruction: {short: How the medication is to be used by the patient, index: 14}
  daysSupply: {type: Quantity, index: 11}
  identifier: {index: 2}
  medicationReference:
    type: Reference
    choiceOf: medication
    refers: ['http://fhir.ehdsi.eu/epd/StructureDefinition/medication-myhealtheu-epd']
    index: 5
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            type: Reference
            choiceOf: medication
            refers: ['http://fhir.ehdsi.eu/epd/StructureDefinition/medication-myhealtheu-epd']
            _required: true
            index: 5
          min: 1
  quantity: {type: Quantity, index: 10}
  location: {index: 8}
  authorizingPrescription:
    type: Reference
    refers: ['http://fhir.ehdsi.eu/epd/StructureDefinition/MedicationRequest-myhealtheu-epd']
    index: 9
  receiver:
    type: Reference
    refers: ['http://fhir.ehdsi.eu/core/StructureDefinition/patient-myhealtheu-core']
    index: 13
  subject:
    type: Reference
    refers: ['http://fhir.ehdsi.eu/core/StructureDefinition/patient-myhealtheu-core']
    index: 6
  performer:
    elements:
      actor:
        type: Reference
        refers: ['http://fhir.ehdsi.eu/core/StructureDefinition/organization-myhealtheu-core', 'http://fhir.ehdsi.eu/core/StructureDefinition/practitioner-myhealtheu-core', 'http://fhir.ehdsi.eu/core/StructureDefinition/practitionerRole-myhealtheu-core']
        index: 7
  medication:
    choices: [medicationReference]
    index: 4
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            choices: [medicationReference]
            _required: true
            index: 4
          min: 1
package_version: 1.0.0-poc
extensions:
  recorded: {url: null, index: 1}
class: profile
kind: resource
url: http://fhir.ehdsi.eu/epd/StructureDefinition/MedicationDispense-myhealtheu-epd
base: http://hl7.eu/fhir/mpd/StructureDefinition/MedicationDispense-eu-mpd
version: 1.0.0-poc
required: [whenHandedOver, medication, medicationReference]