FHIR Implementation Guide for ABDM CI Build v2.0.1
banner

This Implementation guide is published and maintained by NRCeS for NHA.
This version is based on the ABDM Health Data Interchange Specifications 1.0 and updated periodically.

XML Format: MedicationRequest-example-01

Download Raw xml



<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><b>Narrative with Details</b></p><p><b>id</b>: example-01</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>subject</b>: ABC</p><p><b>requester</b>: Dr. DEF</p><p><b>reasonCode</b>: Traveller's Diarrhea</p><p><b>medication</b>: Azithromycin (as azithromycin dihydrate) 250 mg oral capsule</p><p><b>authoredOn</b>: 2020-07-09</p><p><b>dosageInstruction</b>: One tablet at once (With or after food)</p></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="324252006"/>
      <display
               value="Azithromycin (as azithromycin dihydrate) 250 mg oral capsule"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/1"/>
    <display value="ABC"/>
  </subject>
  <authoredOn value="2020-07-09"/>
  <requester>
    <reference value="Practitioner/1"/>
    <display value="Dr. DEF"/>
  </requester>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="11840006"/>
      <display value="Traveler&#39;s diarrhea"/>
    </coding>
  </reasonCode>
  <reasonReference>
    <reference value="Condition/1"/>
  </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>