<?xml version=“1.0” encoding=“UTF-8”?><MedicationDispense xmlns=“hl7.org/fhir”>

<id value="meddisp006"/>
<text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: meddisp006</p><p><b>status</b>: in-progress</p><p><b>patient</b>: <a>Patient/example</a></p><p><b>dispenser</b>: <a>Practitioner/example</a></p><p><b>authorizingPrescription</b>: <a>MedicationOrder/medrx004</a></p><p><b>type</b>: First Fill - Part Fill <span>(Details : {http:hl7.org/fhir code &#39;FFP&#39; = &#39;??&#39;, given as &#39;First Fill - Part Fill&#39;})</span></p><p><b>quantity</b>: 15 mL<span> (Details: http://unitsofmeasure.org code mL = &#39;??&#39;)</span></p><p><b>daysSupply</b>: 30 Day<span> (Details: http://unitsofmeasure.org code D = &#39;??&#39;)</span></p><p><b>medication</b>: <a>prescribed medication</a></p><p><b>whenPrepared</b>: 01/03/2015 9:48:00 PM</p><p><b>whenHandedOver</b>: 01/03/2015 9:59:00 PM</p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>Events: 01/03/2015, Duration 3days, Do 2 per 1 days</td><td>true</td><td>Inhalation <span>(Details : {SNOMED CT code &#39;422237004&#39; = &#39;422237004&#39;, given as &#39;Inhalation&#39;})</span></td><td>2 415215001<span> (Details: SNOMED CT code 415215001 = &#39;415215001&#39;)</span></td></tr></table></div></text><status value="in-progress"/>
<patient>
        <reference value="Patient/example"/>
</patient>
<dispenser>
        <reference value="Practitioner/example"/>
</dispenser>
<authorizingPrescription>
        <reference value="MedicationOrder/medrx004"/>
</authorizingPrescription>
<type>
        <coding>
                <system value="http:hl7.org/fhir"/>
                <code value="FFP"/>
                <display value="First Fill - Part Fill"/>
        </coding>
</type>
<quantity>
        <value value="15"/>
        <unit value="mL"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
</quantity>
<daysSupply>
        <value value="30"/>
        <unit value="Day"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="D"/>
</daysSupply>
<medicationReference>
        <!--   Linked to a RESOURCE Medication   -->
        <reference value="Medication/medexample012"/>
        <display value="prescribed medication"/>
</medicationReference>
<whenPrepared value="2015-03-01T10:48:00Z"/>
<whenHandedOver value="2015-03-01T10:59:00Z"/>
<dosageInstruction>
        <timing>
                <event value="2015-03-01"/>
                <repeat>
                        <duration value="3"/>
                        <durationUnits value="d"/>
                        <frequency value="2"/>
                        <period value="1"/>
                        <periodUnits value="d"/>
                </repeat>
        </timing>
        <asNeededBoolean value="true"/>
        <route>
                <coding>
                        <system value="http://snomed.info/sct"/>
                        <code value="422237004"/>
                        <display value="Inhalation"/>
                </coding>
        </route>
        <doseQuantity>
                <value value="2"/>
                <system value="http://snomed.info/sct"/>
                <code value="415215001"/>
        </doseQuantity>
</dosageInstruction>

</MedicationDispense>