Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: External - Medication Request: Itovebi - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="555e9b57-6040-4d30-9aa4-8e8b42896c44"/>
  <meta>
    <profile
             value="https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest 555e9b57-6040-4d30-9aa4-8e8b42896c44</b></p><a name="555e9b57-6040-4d30-9aa4-8e8b42896c44"> </a><a name="hc555e9b57-6040-4d30-9aa4-8e8b42896c44"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-uapi-medicationrequest.html">UAPI MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{https://fhir.developer.gene.com/CodeSystem/uapi-product-name itovebi}">Itovebi</span></p><p><b>subject</b>: <a href="Bundle-05c47586-a4e8-4ab2-9dff-51f73ff6bda3.html#urn-uuid-1b315218-49b7-4264-816e-05d4b92ecbaa">Bundle: identifier = Resource identifier: 05c47586-a4e8-4ab2-9dff-51f73ff6bda3; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><p><b>requester</b>: <a href="Bundle-05c47586-a4e8-4ab2-9dff-51f73ff6bda3.html#urn-uuid-78ef1b71-b14a-44a1-a1e8-c9c9efcc157c">Bundle: identifier = Resource identifier: 05c47586-a4e8-4ab2-9dff-51f73ff6bda3; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><p><b>insurance</b>: <a href="Bundle-05c47586-a4e8-4ab2-9dff-51f73ff6bda3.html#urn-uuid-2722d5ae-1658-4d7f-8f64-de1299a1fb7f">Bundle: identifier = Resource identifier: 05c47586-a4e8-4ab2-9dff-51f73ff6bda3; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p><p><b>note</b>: </p><blockquote><div><p>9 mg once daily</p>
</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 9 mg once daily for 3 months</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>9 mg</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 2</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>1</td><td>mo</td><td><a href="http://terminology.hl7.org/6.4.0/CodeSystem-v3-ucum.html">http://unitsofmeasure.org</a></td><td>mo</td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system
              value="https://fhir.developer.gene.com/CodeSystem/uapi-product-name"/>
      <code value="itovebi"/>
      <display value="Itovebi"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="urn:uuid:1b315218-49b7-4264-816e-05d4b92ecbaa"/>
    <type value="Patient"/>
  </subject>
  <requester>
    <reference value="urn:uuid:78ef1b71-b14a-44a1-a1e8-c9c9efcc157c"/>
    <type value="Practitioner"/>
  </requester>
  <insurance>
    <reference value="urn:uuid:2722d5ae-1658-4d7f-8f64-de1299a1fb7f"/>
    <type value="Coverage"/>
  </insurance>
  <note>
    <text value="9 mg once daily"/>
  </note>
  <dosageInstruction>
    <text value="9 mg once daily for 3 months"/>
    <doseAndRate>
      <doseQuantity>
        <value value="9"/>
        <unit value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="2"/>
    <expectedSupplyDuration>
      <value value="1"/>
      <unit value="mo"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mo"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>