FHIR Clinical Documents
1.0.0-ballot - STU1 Ballot International flag

This page is part of the FHIR Clinical Documents (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: 124a6916-5d84-4b8c-b250-10cefb8e6e86 - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="124a6916-5d84-4b8c-b250-10cefb8e6e86"/>
  <meta>
    <lastUpdated value="2024-05-07T11:28:17.000+00:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest 124a6916-5d84-4b8c-b250-10cefb8e6e86</b></p><a name="124a6916-5d84-4b8c-b250-10cefb8e6e86"> </a><a name="hc124a6916-5d84-4b8c-b250-10cefb8e6e86"> </a><a name="124a6916-5d84-4b8c-b250-10cefb8e6e86-en-US"> </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">Last updated: 2024-05-07 11:28:17+0000</p></div><p><b>status</b>: Unknown</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://snomed.info/sct 66493003}">Theophylline 200mg</span></p><p><b>subject</b>: <a href="Patient-d1.html">Eve Everiewoman</a></p><p><b>requester</b>: <a href="Practitioner-example.html">Peter Practitioner</a></p><p><b>reasonCode</b>: <span title="Codes:">Management of Asthma</span></p><blockquote><p><b>dosageInstruction</b></p></blockquote></div>
  </text>
  <status value="unknown"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="66493003"/>
    </coding>
    <text value="Theophylline 200mg"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/d1"/>
    <display value="Eve Everiewoman"/>
  </subject>
  <requester>🔗 
    <reference value="Practitioner/example"/>
    <display value="Peter Practitioner"/>
  </requester>
  <reasonCode>
    <text value="Management of Asthma"/>
  </reasonCode>
  <dosageInstruction>
    <additionalInstruction>
      <text value="Take with Food"/>
    </additionalInstruction>
    <timing>
      <repeat>
        <frequency value="2"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="394899003"/>
        <display value="oral administration of treatment"/>
      </coding>
    </route>
    <doseAndRate>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="ordered"/>
          <display value="Ordered"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="1"/>
        <unit value="tablet"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="{tablet}"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>