Kenya-ePrescription-IG
0.1.0 - ci-build

Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example MedicationRequest - ePrescription - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medrequest-001"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/kenya-eprescription-medicationrequest"/>
    <profile
             value="http://example.org/fhir/StructureDefinition/kenya-eprescription-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest medrequest-001</b></p><a name="medrequest-001"> </a><a name="hcmedrequest-001"> </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">Profiles: <a href="StructureDefinition-kenya-eprescription-medicationrequest.html">MedicationRequest - ePrescription</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-medicationrequest</code></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Routine</p><p><b>medication</b>: <span title="Codes:{http://www.whocc.no/atc N02BE01}">Paracetamol 500mg tablets</span></p><p><b>subject</b>: <code>Example-KenyaEPrescriptionPatient</code></p><p><b>encounter</b>: <code>Example-KenyaEPrescriptionEncounter</code></p><p><b>authoredOn</b>: 2025-02-11 09:30:00+0300</p><p><b>requester</b>: <code>Example-KenyaEPrescriptionPractitioner</code></p><p><b>performer</b>: <code>Example-KenyaEPrescriptionOrganization</code></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 162415008}">Headache</span></p><p><b>note</b>: </p><blockquote><div><p>Patient reported mild headaches for two days.</p>
</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take one tablet three times a day after meals.</p><p><b>timing</b>: 3 per 1 day</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Oral route</span></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<span style="background: LightGoldenRodYellow"> (Details: UCUM  codetablet = 'tablet')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2025-02-11 --&gt; 2025-03-11</p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 30 tablet<span style="background: LightGoldenRodYellow"> (Details: UCUM  codetablet = 'tablet')</span></p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>10</td><td>days</td><td><a href="http://unitsofmeasure.org">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote><h3>Substitutions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Allowed[x]</b></td><td><b>Reason</b></td></tr><tr><td style="display: none">*</td><td>false</td><td><span title="Codes:">No substitution due to patient sensitivity.</span></td></tr></table></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <priority value="routine"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.whocc.no/atc"/>
      <code value="N02BE01"/>
      <display value="Paracetamol"/>
    </coding>
    <text value="Paracetamol 500mg tablets"/>
  </medicationCodeableConcept>
  <subject>
    <reference value="Example-KenyaEPrescriptionPatient"/>
  </subject>
  <encounter>
    <reference value="Example-KenyaEPrescriptionEncounter"/>
  </encounter>
  <authoredOn value="2025-02-11T09:30:00+03:00"/>
  <requester>
    <reference value="Example-KenyaEPrescriptionPractitioner"/>
  </requester>
  <performer>
    <reference value="Example-KenyaEPrescriptionOrganization"/>
  </performer>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="162415008"/>
      <display value="Headache"/>
    </coding>
  </reasonCode>
  <note>
    <text value="Patient reported mild headaches for two days."/>
  </note>
  <dosageInstruction>
    <text value="Take one tablet three times a day after meals."/>
    <timing>
      <repeat>
        <frequency value="3"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <asNeededBoolean value="false"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="tablet"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="tablet"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <start value="2025-02-11"/>
      <end value="2025-03-11"/>
    </validityPeriod>
    <numberOfRepeatsAllowed value="0"/>
    <quantity>
      <value value="30"/>
      <unit value="tablet"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="tablet"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="10"/>
      <unit value="days"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
  <substitution>
    <allowedBoolean value="false"/>
    <reason>
      <text value="No substitution due to patient sensitivity."/>
    </reason>
  </substitution>
</MedicationRequest>