OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OpenMRS Medication Request Example - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="OMRSMedicationRequestExample"/>
  <meta>
    <profile
             value="http://fhir.openmrs.org/core/StructureDefinition/omrs-medication-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest OMRSMedicationRequestExample</b></p><a name="OMRSMedicationRequestExample"> </a><a name="hcOMRSMedicationRequestExample"> </a><a name="OMRSMedicationRequestExample-en-US"> </a><p><b>identifier</b>: ?ngen-9?</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Urgent</p><p><b>medication</b>: <span title="Codes:">Cetirizine</span></p><p><b>subject</b>: <a href="Patient-example-openmrs-Patient.html">Ricky Jeannette  Male, DoB: 1996-12-12 ( OpenMRS ID: 4343534 (use: official, ))</a></p><p><b>encounter</b>: <a href="Encounter-5b829d01-34bb-47d1-b1bb-9303c3a9ebcb.html">Encounter: status = unknown; class = ambulatory (ActCode#AMB); type = Vitals; period = 2022-06-22 --&gt; 2022-06-22</a></p><p><b>authoredOn</b>: 2022-08-07</p><p><b>requester</b>: <a href="Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html">Practitioner Adam Careful </a></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Sequence</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style="display: none">*</td><td>1</td><td>Code </td><td><span title="Codes:">UNKNOWN</span></td></tr></table><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>0</td><td>10 tab (s)</td></tr></table></div>
  </text>
  <identifier id="c9582307-b812-4acc-b82b-77c4c24ba7bc"/>
  <status value="active"/>
  <intent value="order"/>
  <priority value="urgent"/>
  <medicationCodeableConcept id="485df1f8-1813-42ae-ae81-f892f9562067">
    <coding id="7bb88c7a-9644-4d87-8a21-686126c8bb38">
      <system value="http://fhir.openmrs.org"/>
      <display value="Cetirizine"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/example-openmrs-Patient"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb"/>
  </encounter>
  <authoredOn value="2022-08-07"/>
  <requester>🔗 
    <reference value="Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2"/>
  </requester>
  <dosageInstruction>
    <sequence value="1"/>
    <timing>
      <code>
        <coding id="05a3c873-a884-4edd-88de-25622f121d77">
          <system value="http://fhir.openmrs.org"/>
          <display value="1/day x 7 days/week"/>
        </coding>
        <text value="1/day x 7 days/week"/>
      </code>
    </timing>
    <route id="91753a5c-f3c2-4179-9a1b-35c80df575ce">
      <coding id="41c75ba4-a423-4628-9d1d-0d306ab1f250">
        <system value="http://fhir.openmrs.org"/>
        <display value="UNKNOWN"/>
      </coding>
      <text value="UNKNOWN"/>
    </route>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="0"/>
    <quantity>
      <value value="10"/>
      <unit value="tab (s)"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>