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

: External - MedicationRequest with dosage example - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="ce5ca9ef-2577-4572-97e5-caa33ae5368d"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationRequest</b><a name="ce5ca9ef-2577-4572-97e5-caa33ae5368d"> </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 "ce5ca9ef-2577-4572-97e5-caa33ae5368d" </p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Alecensa <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p><p><b>subject</b>: <a href="Bundle-uapi-query-response-1-gpf.html#urn-uuid-b3d46ea3-62e6-4171-b818-d64712edfe55">urn:uuid:b3d46ea3-62e6-4171-b818-d64712edfe55</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>: CLL/SLL (Maint) <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>: 600mg BID</p><h3>DosageInstructions</h3><table class="grid"><tr><td>-</td><td><b>Timing</b></td></tr><tr><td>*</td><td>Do 4 per 1 days</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 3</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>mo</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>mo</td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <text value="Alecensa"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="urn:uuid:b3d46ea3-62e6-4171-b818-d64712edfe55"/>
    <type value="Patient"/>
  </subject>
  <requester>
    <reference value="urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1"/>
    <type value="Practitioner"/>
  </requester>
  <courseOfTherapyType>
    <text value="CLL/SLL (Maint)"/>
  </courseOfTherapyType>
  <insurance>
    <reference value="urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df"/>
    <type value="Coverage"/>
  </insurance>
  <note>
    <text value="600mg BID"/>
  </note>
  <dosageInstruction>
    <timing>
      <repeat>
        <frequency value="4"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="3"/>
    <expectedSupplyDuration>
      <value value="1"/>
      <unit value="mo"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mo"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>