Eswatini HL7 FHIR Implementation Guide
0.1.0 - ci-build

Eswatini HL7 FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SampleSzMalariaMedicationRequest - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="SampleSzMalariaMedicationRequest"/>
  <meta>
    <profile
             value="https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzMedicationRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest SampleSzMalariaMedicationRequest</b></p><a name="SampleSzMalariaMedicationRequest"> </a><a name="hcSampleSzMalariaMedicationRequest"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-SzMedicationRequest.html">Eswatini Medication Request Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzProductCodeCS 102492}">Paracetamol Tablets 500g (Coloured Green) 100 TABS</span></p><p><b>subject</b>: <a href="Patient-SampleSzMalariaPatient.html">Jacob Samuel Gule  Male, DoB: 1990-01-01 ( Medical Record Number: M002111111-11 (use: usual, ))</a></p><p><b>encounter</b>: <a href="Encounter-SampleSzMalariaEncounter.html">Encounter: status = finished; class = Out Patient Department (Code System: Encounter Classification#OPD); period = 2023-10-01 10:00:00+0000 --&gt; (ongoing)</a></p><p><b>authoredOn</b>: 2024-11-25 10:00:00+0000</p><p><b>requester</b>: <a href="Practitioner-576E19CD-CED4-47A0-8BF7-3B030153E245.html">Practitioner Thabile Celiwe Dlamini </a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take one tablet by mouth 3 times a day before food</p><p><b>timing</b>: 3 per 1 day</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1 tablet</td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system
              value="https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzProductCodeCS"/>
      <code value="102492"/>
      <display value="Paracetamol Tablets 500g (Coloured Green) 100 TABS"/>
    </coding>
    <text value="Paracetamol Tablets 500g (Coloured Green) 100 TABS"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/SampleSzMalariaPatient"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/SampleSzMalariaEncounter"/>
  </encounter>
  <authoredOn value="2024-11-25T10:00:00Z"/>
  <requester>🔗 
    <reference value="Practitioner/576E19CD-CED4-47A0-8BF7-3B030153E245"/>
  </requester>
  <dosageInstruction>
    <text value="Take one tablet by mouth 3 times a day before food"/>
    <timing>
      <repeat>
        <frequency value="3"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="tablet"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>