FHIR Implementation Guide for ABDM
6.5.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="example-01"/>
<meta>
<profile
value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest example-01</b></p><a name="example-01"> </a><a name="hcexample-01"> </a><a name="example-01-hi-IN"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://snomed.info/sct 1145423002}">Azithromycin 250 mg oral tablet</span></p><p><b>subject</b>: <a href="Patient-example-01.html">ABC</a></p><p><b>authoredOn</b>: 2020-07-09</p><p><b>requester</b>: <a href="Practitioner-example-01.html">Dr. DEF</a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 11840006}">Traveler's diarrhea</span></p><p><b>reasonReference</b>: <a href="Condition-example-01.html">Condition Abdominal pain</a></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>AdditionalInstruction</b></td><td><b>Timing</b></td><td><b>Route</b></td><td><b>Method</b></td></tr><tr><td style="display: none">*</td><td>One tablet at once</td><td><span title="Codes:{http://snomed.info/sct 311504000}">With or after food</span></td><td>Once per 1 day</td><td><span title="Codes:{http://snomed.info/sct 26643006}">Oral Route</span></td><td><span title="Codes:{http://snomed.info/sct 421521009}">Swallow</span></td></tr></table></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="1145423002"/>
<display value="Azithromycin 250 mg oral tablet"/>
</coding>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/example-01"/>
<display value="ABC"/>
</subject>
<authoredOn value="2020-07-09"/>
<requester>🔗
<reference value="Practitioner/example-01"/>
<display value="Dr. DEF"/>
</requester>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="11840006"/>
<display value="Traveler's diarrhea"/>
</coding>
</reasonCode>
<reasonReference>🔗
<reference value="Condition/example-01"/>
</reasonReference>
<dosageInstruction>
<text value="One tablet at once"/>
<additionalInstruction>
<coding>
<system value="http://snomed.info/sct"/>
<code value="311504000"/>
<display value="With or after food"/>
</coding>
</additionalInstruction>
<timing>
<repeat>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral Route"/>
</coding>
</route>
<method>
<coding>
<system value="http://snomed.info/sct"/>
<code value="421521009"/>
<display value="Swallow"/>
</coding>
</method>
</dosageInstruction>
</MedicationRequest>