FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders)
0.2.2 - CI Build United States of America flag

FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions

: MedicationRequest Everolimus - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="Everolimus"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-08-10T01:54:42.920Z"/>
    <profile
             value="http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-medication-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationRequest</b><a name="Everolimus"> </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 &quot;Everolimus&quot; Version &quot;1&quot; Updated &quot;2020-08-10 01:54:42+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-PAOX-medication-request.html">PAO MedicationRequest</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: everolimus 0.25 MG <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#977426)</span></p><p><b>subject</b>: <a href="Patient-example1.html">Patient/example1: Amy Shaw</a> &quot; SHAW&quot;</p><p><b>authoredOn</b>: 2020-08-05</p><p><b>requester</b>: <a href="Practitioner-practitioner-1.html">Practitioner/practitioner-1: Ronald Bone, MD</a> &quot; BONE&quot;</p><h3>DosageInstructions</h3><table class="grid"><tr><td>-</td><td><b>Text</b></td><td><b>Timing</b></td></tr><tr><td>*</td><td>0.75 bid</td><td>Starting 2020-08-06, Once</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 50 MG<span style="background: LightGoldenRodYellow"> (Details: UCUM code mL = 'mL')</span></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>30</td><td>days</td><td><a href="http://terminology.hl7.org/5.0.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="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="977426"/>
      <display value="everolimus 0.25 MG"/>
    </coding>
    <text value="everolimus 0.25 MG"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/example1"/>
    <display value="Amy Shaw"/>
  </subject>
  <authoredOn value="2020-08-05"/>
  <requester>
    <reference value="Practitioner/practitioner-1"/>
    <display value="Ronald Bone, MD"/>
  </requester>
  <dosageInstruction>
    <text value="0.75 bid"/>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2020-08-06"/>
        </boundsPeriod>
      </repeat>
    </timing>
  </dosageInstruction>
  <dispenseRequest>
    <numberOfRepeatsAllowed value="1"/>
    <quantity>
      <value value="50"/>
      <unit value="MG"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mL"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="30"/>
      <unit value="days"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>