FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions
: MedicationRequest Human Insulin - XML Representation
Raw xml | Download
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="Insulin"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2020-08-10T01:54:34.412Z"/>
<profile
value="http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-medication-request"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationRequest</b><a name="Insulin"> </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 MedicationRequest "Insulin" Version "1" Updated "2020-08-10 01:54:34+0000" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-PAOX-medication-request.html">PAO MedicationRequest</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Humulin R 100 UNT/ML Injectable 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>#311036)</span></p><p><b>subject</b>: <a href="Patient-example1.html">Patient/example1: Amy Shaw</a> " SHAW"</p><p><b>authoredOn</b>: 2020-08-05</p><p><b>requester</b>: <a href="Practitioner-practitioner-1.html">Practitioner/practitioner-1: Ronald Bone, MD</a> " BONE"</p><h3>DosageInstructions</h3><table class="grid"><tr><td>-</td><td><b>Text</b></td><td><b>Timing</b></td></tr><tr><td>*</td><td>0.5 ML tid</td><td>Starting 2020-08-06, Once</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 3</p><p><b>quantity</b>: 50 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM code mL = 'mL')</span></p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td>-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>30</td><td>days</td><td><a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html">Unified Code for Units of Measure (UCUM)</a></td><td>d</td></tr></table></blockquote></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="311036"/>
<display value="Humulin R 100 UNT/ML Injectable Solution"/>
</coding>
<text value="Humulin R 100 UNT/ML Injectable Solution"/>
</medicationCodeableConcept>
<subject>
<reference value="Patient/example1"/>
<display value="Amy Shaw"/>
</subject>
<authoredOn value="2020-08-05"/>
<requester>
<reference value="Practitioner/practitioner-1"/>
<display value="Ronald Bone, MD"/>
</requester>
<dosageInstruction>
<text value="0.5 ML tid"/>
<timing>
<repeat>
<boundsPeriod>
<start value="2020-08-06"/>
</boundsPeriod>
</repeat>
</timing>
</dosageInstruction>
<dispenseRequest>
<numberOfRepeatsAllowed value="3"/>
<quantity>
<value value="50"/>
<unit value="mL"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL"/>
</quantity>
<expectedSupplyDuration>
<value value="30"/>
<unit value="days"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</expectedSupplyDuration>
</dispenseRequest>
</MedicationRequest>