This page is part of the US Core (v6.0.0-ballot: STU6 Ballot 1) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions
: Medication Dispense Example - XML Representation
Raw xml | Download
<MedicationDispense xmlns="http://hl7.org/fhir">
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationDispense</b><a name="medicationdispense-example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource MedicationDispense "medicationdispense-example" </p></div><p><b>status</b>: completed</p><p><b>medication</b>: Nizatidine 15 MG/ML Oral Solution <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#476872)</span></p><p><b>subject</b>: <a href="Patient-example.html">Patient/example: Amy Shaw</a> " SHAW"</p><h3>Performers</h3><table class="grid"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href="Practitioner-practitioner-pharmacist.html">Practitioner/practitioner-pharmacist: Doug Dispenser, PharmD</a> " DOUGLAS"</td></tr></table><p><b>authorizingPrescription</b>: <a href="MedicationRequest-medicationrequest-coded-oral-axid.html">MedicationRequest/medicationrequest-coded-oral-axid: MedicationRequest Coded Oral Axid Example</a></p><p><b>type</b>: First Fill - Complete <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html">ActCode</a>#FFC)</span></p><p><b>quantity</b>: 480 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM code mL = 'mL')</span></p><p><b>whenHandedOver</b>: 2016-12-08 06:38:52+0000</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 10 mL bid</p><p><b>timing</b>: Starting 2008-04-05, Do 2 per 1 days</p></blockquote></div>
</text>
<status value="completed"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="476872"/>
<display value="Nizatidine 15 MG/ML Oral Solution"/>
</coding>
<text value="Nizatidine 15 MG/ML Oral Solution"/>
</medicationCodeableConcept>
<subject>
<reference value="Patient/example"/>
<display value="Amy Shaw"/>
</subject>
<performer>
<actor>
<reference value="Practitioner/practitioner-pharmacist"/>
<display value="Doug Dispenser, PharmD"/>
</actor>
</performer>
<authorizingPrescription>
<reference value="MedicationRequest/medicationrequest-coded-oral-axid"/>
<display value="MedicationRequest Coded Oral Axid Example"/>
</authorizingPrescription>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="FFC"/>
<display value="First Fill - Complete"/>
</coding>
</type>
<quantity>
<value value="480"/>
<unit value="mL"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL"/>
</quantity>
<whenHandedOver value="2016-12-08T06:38:52Z"/>
<dosageInstruction>
<text value="10 mL bid"/>
<timing>
<repeat>
<boundsPeriod>
<start value="2008-04-05"/>
</boundsPeriod>
<frequency value="2"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<doseAndRate>
<doseQuantity>
<value value="10"/>
<unit value="ml"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationDispense>