HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions

: medicationRequest - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medicationRequest"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest medicationRequest</b></p><a name="medicationRequest"> </a><a name="hcmedicationRequest"> </a><a name="medicationRequest-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href="Medication-paracetamol1000mg.html">Medication Paracetamol 1000 mg</a></p><p><b>subject</b>: <a href="Patient-PatientTCCS.html">John Doe  Male, DoB: 2009-02-09 ( https://ehr.testing.p5.pt/api/fhir#12345678)</a></p><p><b>authoredOn</b>: 2024-02-11 12:00:00+0000</p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Timing</b></td></tr><tr><td style="display: none">*</td><td>Take one tablet every 8 hours</td><td>3 per8 hours</td></tr></table><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td></tr><tr><td style="display: none">*</td><td>2024-02-11 12:00:00+0000 --&gt; 2024-02-14 12:00:00+0000</td><td>3</td></tr></table><blockquote><p><b>substitution</b></p></blockquote></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationReference>🔗 
    <reference value="Medication/paracetamol1000mg"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/PatientTCCS"/>
  </subject>
  <authoredOn value="2024-02-11T12:00:00Z"/>
  <dosageInstruction>
    <text value="Take one tablet every 8 hours"/>
    <timing>
      <repeat>
        <frequency value="3"/>
        <period value="8"/>
        <periodUnit value="h"/>
      </repeat>
    </timing>
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <start value="2024-02-11T12:00:00Z"/>
      <end value="2024-02-14T12:00:00Z"/>
    </validityPeriod>
    <numberOfRepeatsAllowed value="3"/>
  </dispenseRequest>
  <substitution/>
</MedicationRequest>