Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.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/dental-data-exchange/ and changes regularly. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="erythromycin-medreq-2"/>
<meta>
<versionId value="4"/>
<lastUpdated value="2020-08-06T17:04:21.460+00:00"/>
<source value="#sRqmcVChZmoyJzL0"/>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest erythromycin-medreq-2</b></p><a name="erythromycin-medreq-2"> </a><a name="hcerythromycin-medreq-2"> </a><a name="erythromycin-medreq-2-en-US"> </a><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">version: 4; Last updated: 2020-08-06 17:04:21+0000; </p><p style="margin-bottom: 0px">Information Source: #sRqmcVChZmoyJzL0</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-medicationrequest.html">US Core MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>medication</b>: <a href="Medication-erythromycin-med-example.html">Medication Erythromycin 500 MG</a></p><p><b>subject</b>: <a href="Patient-example-dental.html">Patient A</a></p><p><b>authoredOn</b>: 2017-12-06</p><p><b>requester</b>: <a href="Practitioner-practitioner-D.html">Dr. John M, MD</a></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Timing</b></td></tr><tr><td style="display: none">*</td><td>Take 1 tablet every six hours X10 days</td><td>Once</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 500 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span></p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>10</td><td>days</td><td><a href="http://unitsofmeasure.org">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>
</text>
<status value="active"/>
<intent value="plan"/>
<medicationReference>🔗
<reference value="Medication/erythromycin-med-example"/>
</medicationReference>
<subject>🔗
<reference value="Patient/example-dental"/>
<display value="Patient A"/>
</subject>
<authoredOn value="2017-12-06"/>
<requester>🔗
<reference value="Practitioner/practitioner-D"/>
<display value="Dr. John M, MD"/>
</requester>
<dosageInstruction>
<text value="Take 1 tablet every six hours X10 days"/>
<timing>
<repeat>
<boundsPeriod>
<start value="2017-12-06"/>
</boundsPeriod>
</repeat>
</timing>
</dosageInstruction>
<dispenseRequest>
<numberOfRepeatsAllowed value="1"/>
<quantity>
<value value="500"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</quantity>
<expectedSupplyDuration>
<value value="10"/>
<unit value="days"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</expectedSupplyDuration>
</dispenseRequest>
</MedicationRequest>