US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 8.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<MedicationDispense xmlns="http://hl7.org/fhir">
<id value="medicationdispense-example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense|8.0.0-ballot"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationDispense medicationdispense-example</b></p><a name="medicationdispense-example"> </a><a name="hcmedicationdispense-example"> </a><a name="medicationdispense-example-en-US"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 476872}">Nizatidine 15 MG/ML Oral Solution</span></p><p><b>subject</b>: <a href="Patient-example.html">Amy Shaw</a></p><p><b>context</b>: <a href="Encounter-example-1.html">Office Visit</a></p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-practitioner-pharmacist.html">Doug Dispenser, PharmD</a></td></tr></table><p><b>authorizingPrescription</b>: <a href="MedicationRequest-medicationrequest-coded-oral-axid.html">MedicationRequest Coded Oral Axid Example</a></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode FFC}">First Fill - Complete</span></p><p><b>quantity</b>: 480 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM codemL = '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>: 2 per 1 days</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>10 ml<span style="background: LightGoldenRodYellow"> (Details: UCUM codemL = 'mL')</span></td></tr></table></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>
<context>🔗
<reference value="Encounter/example-1"/>
<display value="Office Visit"/>
</context>
<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>