Medication
1.1.1 - STU
Medication, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/medication/ and changes regularly. See the Directory of published versions
<MedicationDispense xmlns="http://hl7.org/fhir">
<id value="example-dispense-hospital"/>
<meta>
<versionId value="1"/>
<profile
value="https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeMedicationDispense"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
</text>
<identifier>
<type>
<coding>
<system
value="https://www.nexuzhealth.be/fhir/prescription/ambulatory"/>
<version value="1"/>
<code value="dguid"/>
</coding>
</type>
<system value="https://www.gfd-dpp.be/fhir/reference/dguid"/>
<value value="1000321345"/>
</identifier>
<status value="completed"/>
<medicationCodeableConcept>
<coding>
<system
value="https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes"/>
<code value="2055218"/>
<display/>
</coding>
</medicationCodeableConcept>
<subject>
<identifier>
<system
value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin"/>
<value value="64110219106"/>
</identifier>
</subject>
<performer>
<actor>
<identifier>
<system
value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-organization"/>
<value value="123123123"/>
</identifier>
</actor>
</performer>
<authorizingPrescription>
<identifier>
<system
value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/prescription-id"/>
<value value="BEP1TSRY1XGE"/>
</identifier>
<display value="Prescription"/>
</authorizingPrescription>
<quantity>
<value value="1"/>
<unit value="package"/>
<system value="http://unitsofmeasure.org"/>
<code value="1"/>
</quantity>
<whenHandedOver value="2020-09-21T13:00:00+02:00"/>
<dosageInstruction>
<text value="3 x a day"/>
<timing>
<repeat>
<frequency value="3"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
</dosageInstruction>
</MedicationDispense>