LK NEHR Sri Lanka Patient Summary (IPS based) Implementation Guide
0.1.0 - STU1 Sri Lanka flag

LK NEHR Sri Lanka Patient Summary (IPS based) Implementation Guide, published by Ministry of Health, Sri Lanka. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/lk-gov-health-hiu/lk-nehr-fhir-ips/ and changes regularly. See the Directory of published versions

: Medication Request (Frequency is specified as a value) - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="MedicationRequestsExample"/>
  <meta>
    <profile
             value="http://fhir.health.gov.lk/ips/StructureDefinition/medication-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest MedicationRequestsExample</b></p><a name="MedicationRequestsExample"> </a><a name="hcMedicationRequestsExample"> </a><a name="MedicationRequestsExample-en-US"> </a><p><b>identifier</b>: Prescription identifier/prescription-12345</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://fhir.health.gov.lk/ips/CodeSystem/cs-medication-name-msd 01403501}">Medication</span></p><p><b>subject</b>: <a href="Patient-PatientExample.html">Mike John Smith (official) Male, DoB: 1983-05-22 ( Personal Health Number: personal health number)</a></p><p><b>encounter</b>: <a href="Encounter-TargetFacilityEncounterExample.html">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2022-12-01 --&gt; 2023-01-20; reasonCode = Myalgia</a></p><p><b>authoredOn</b>: 2023-10-11 17:21:33-0800</p><p><b>requester</b>: <a href="Practitioner-GeneralPractitionerExample.html">Practitioner Tom Junes Smith </a></p><p><b>performer</b>: <a href="Practitioner-GeneralPractitionerExample.html">Practitioner Tom Junes Smith </a></p><p><b>recorder</b>: <a href="Practitioner-GeneralPractitionerExample.html">Practitioner Tom Junes Smith </a></p><p><b>note</b>: Additional information regarding the patient's medication prescription (By Organization/OrganizationExample @2023-10-11 17:21:33-0800)</p><blockquote><p><b>dosageInstruction</b></p></blockquote><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>5</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="FILL"/>
        <display value="Filler Identifier"/>
      </coding>
      <text value="Prescription identifier"/>
    </type>
    <system value="http://fhir.health.gov.lk/ips/identifier/medication"/>
    <value value="prescription-12345"/>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system
              value="http://fhir.health.gov.lk/ips/CodeSystem/cs-medication-name-msd"/>
      <code value="01403501"/>
    </coding>
    <text value="Medication"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/PatientExample"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/TargetFacilityEncounterExample"/>
  </encounter>
  <authoredOn value="2023-10-11T17:21:33-08:00"/>
  <requester>🔗 
    <reference value="Practitioner/GeneralPractitionerExample"/>
  </requester>
  <performer>🔗 
    <reference value="Practitioner/GeneralPractitionerExample"/>
  </performer>
  <recorder>🔗 
    <reference value="Practitioner/GeneralPractitionerExample"/>
  </recorder>
  <note>
    <authorReference>🔗 
      <reference value="Organization/OrganizationExample"/>
    </authorReference>
    <time value="2023-10-11T17:21:33-08:00"/>
    <text
          value="Additional information regarding the patient's medication prescription"/>
  </note>
  <dosageInstruction>
    <timing>
      <repeat>
        <count value="2"/>
        <duration value="2"/>
        <durationUnit value="d"/>
        <frequency value="2"/>
        <period value="3"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="3"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <quantity>
      <value value="5"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>