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

: Target Facility Encounter - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="TargetFacilityEncounterExample"/>
  <meta>
    <profile
             value="http://fhir.health.gov.lk/ips/StructureDefinition/target-facility-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter TargetFacilityEncounterExample</b></p><a name="TargetFacilityEncounterExample"> </a><a name="hcTargetFacilityEncounterExample"> </a><a name="TargetFacilityEncounterExample-en-US"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode</a> AMB: ambulatory</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><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</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>period</b>: 2022-12-01 --&gt; 2023-01-20</p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 68962001}">Myalgia</span></p><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td></tr><tr><td style="display: none">*</td><td><a href="Location-ProvidersLocationExample.html">Location Name for the location</a></td></tr></table></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
  </class>
  <subject>🔗 
    <reference value="Patient/PatientExample"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/GeneralPractitionerExample"/>
    </individual>
  </participant>
  <period>
    <start value="2022-12-01"/>
    <end value="2023-01-20"/>
  </period>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="68962001"/>
    </coding>
  </reasonCode>
  <location>
    <location>🔗 
      <reference value="Location/ProvidersLocationExample"/>
    </location>
  </location>
</Encounter>