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

: Drug Dispensation - XML Representation

Raw xml | Download



<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="DrugDispensationExample"/>
  <meta>
    <profile
             value="http://fhir.health.gov.lk/ips/StructureDefinition/drug-dispensation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationDispense DrugDispensationExample</b></p><a name="DrugDispensationExample"> </a><a name="hcDrugDispensationExample"> </a><a name="DrugDispensationExample-en-US"> </a><p><b>status</b>: Completed</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>context</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><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-GeneralPractitionerExample.html">Practitioner Tom Junes Smith </a></td></tr></table><p><b>location</b>: <a href="Location-ProvidersLocationExample.html">Location Name for the location</a></p><p><b>authorizingPrescription</b>: <a href="MedicationRequest-MedicationRequestsExample.html">MedicationRequest: identifier = Prescription identifier: prescription-12345; status = completed; intent = order; medication[x] = Tizanidine (as Hydrochloride) Tablet 2mg; authoredOn = 2023-10-11 17:21:33-0800; note = Additional information regarding the patient's medication prescription</a></p><p><b>whenHandedOver</b>: 2023-10-11 17:21:33-0800</p><p><b>receiver</b>: <a href="Patient-PatientExample.html">Mike John Smith (official) Male, DoB: 1983-05-22 ( Personal Health Number: personal health number)</a></p></div>
  </text>
  <status value="completed"/>
  <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>
  <context>🔗 
    <reference value="Encounter/TargetFacilityEncounterExample"/>
  </context>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/GeneralPractitionerExample"/>
    </actor>
  </performer>
  <location>🔗 
    <reference value="Location/ProvidersLocationExample"/>
  </location>
  <authorizingPrescription>🔗 
    <reference value="MedicationRequest/MedicationRequestsExample"/>
  </authorizingPrescription>
  <whenHandedOver value="2023-10-11T17:21:33-08:00"/>
  <receiver>🔗 
    <reference value="Patient/PatientExample"/>
  </receiver>
</MedicationDispense>