Universal API Implementation Guide
1.1.19 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions

: mr-Xeloda2 - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="54da967b-3583-4f64-a094-67d648d0ae97"/>
  <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><b>Generated Narrative: MedicationRequest</b><a name="54da967b-3583-4f64-a094-67d648d0ae97"> </a></p><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">Resource MedicationRequest "54da967b-3583-4f64-a094-67d648d0ae97" </p><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>: Xeloda <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-uapi-product-name.html">UAPI Code System - Product Names</a>#xeloda)</span></p><p><b>subject</b>: <a href="Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-fc2e5a72-c363-4616-ae00-4ad25cbcb45c">urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</a></p><p><b>requester</b>: <a href="Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-695d0991-5e03-46df-934a-85a28acd95c1">urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1</a></p><p><b>courseOfTherapyType</b>: Standard <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>insurance</b>: <a href="Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-42b41bdb-1781-49aa-a091-78cdd92129df">urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df</a></p><p><b>note</b>: 150 mg</p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: BID</p><p><b>timing</b>: Do 2 per 1 days</p></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 5 2 cycles per fill</p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td>-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>1</td><td>d</td><td><a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ucum.html">Unified Code for Units of Measure (UCUM)</a></td><td>d</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="xeloda"/>
      <display value="Xeloda"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c"/>
    <type value="Patient"/>
  </subject>
  <requester>
    <reference value="urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1"/>
    <type value="Practitioner"/>
  </requester>
  <courseOfTherapyType>
    <text value="Standard"/>
  </courseOfTherapyType>
  <insurance>
    <reference value="urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df"/>
    <type value="Coverage"/>
  </insurance>
  <note>
    <text value="150 mg"/>
  </note>
  <dosageInstruction>
    <text value="BID"/>
    <timing>
      <repeat>
        <frequency value="2"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="150"/>
        <unit value="mg"/>
      </doseQuantity>
    </doseAndRate>
    <doseAndRate>
      <doseQuantity>
        <value value="2"/>
        <unit value="tablet"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="1"/>
    <quantity>
      <value value="5"/>
      <unit value="2 cycles per fill"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="1"/>
      <unit value="d"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>