Kenya Emergency FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya Emergency FHIR Implementation Guide, published by Digital Health Agency (DHA), Kenya. 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/IntelliSOFT-Consulting/Kenya-Emmergency-FHIR-IG/ and changes regularly. See the Directory of published versions

: Encounter - Emergency Point of Care - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="em-poc-encounter-example"/>
  <meta>
    <profile
             value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-poc-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter em-poc-encounter-example</b></p><a name="em-poc-encounter-example"> </a><a name="hcem-poc-encounter-example"> </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-em-poc-encounter.html">Encounter - Emergency Point of Care</a></p></div><p><b>identifier</b>: <code>http://hie.go.ke/fhir/identifier/incident-id</code>/INC-20260629120000-0712345678-abc123</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="CodeSystem-em-encounter-class.html#em-encounter-class-FLD">Emergency Encounter Class: FLD</a> (Emergency medical services field response)</p><p><b>type</b>: <span title="Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-poc-encounter-type scene-and-transport}">Scene and transport care</span></p><p><b>priority</b>: <span title="Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-clinical-acuity orange}">Orange - Very urgent</span></p><p><b>subject</b>: <a href="Patient/pat-0712345678">Patient/pat-0712345678</a></p><p><b>episodeOfCare</b>: <a href="EpisodeOfCare/em-episode-of-care-example-valid">EpisodeOfCare/em-episode-of-care-example-valid</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-em-practitioner-example.html">Practitioner Sarah Njoroge </a></td></tr></table><p><b>period</b>: 2026-06-29 12:08:00+0300 --&gt; 2026-06-29 12:38:00+0300</p><h3>Hospitalizations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Destination</b></td></tr><tr><td style="display: none">*</td><td><a href="Location-em-destination-facility-example.html">Location Kenyatta National Hospital Emergency Centre</a></td></tr></table><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-em-scene-location-example.html">Location Mbagathi Road Pickup Point</a></td></tr></table><p><b>serviceProvider</b>: <a href="Organization-org-nairobi-ems-dispatch.html">Organization Nairobi County Emergency Medical Services</a></p><p><b>partOf</b>: <a href="Encounter-em-incident-encounter-example.html">Encounter: extension = ; identifier = http://hie.go.ke/fhir/identifier/dispatch-id#DISP-20260629120000-9981,http://hie.go.ke/fhir/identifier/incident-id#INC-20260629120000-0712345678-abc123; status = finished; class = Emergency medical services field response (Emergency Encounter Class#FLD); type = Road traffic incident; priority = Priority 1 – Immediate; period = 2026-06-29 12:00:00+0300 --&gt; 2026-06-29 12:40:00+0300; reasonCode = </a></p></div>
  </text>
  <identifier>
    <system value="http://hie.go.ke/fhir/identifier/incident-id"/>
    <value value="INC-20260629120000-0712345678-abc123"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system
            value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-encounter-class"/>
    <code value="FLD"/>
  </class>
  <type>
    <coding>
      <system
              value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-poc-encounter-type"/>
      <code value="scene-and-transport"/>
      <display value="Scene and transport care"/>
    </coding>
  </type>
  <priority>
    <coding>
      <system
              value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-clinical-acuity"/>
      <code value="orange"/>
      <display value="Orange - Very urgent"/>
    </coding>
  </priority>
  <subject>
    <reference value="Patient/pat-0712345678"/>
  </subject>
  <episodeOfCare>
    <reference value="EpisodeOfCare/em-episode-of-care-example-valid"/>
  </episodeOfCare>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/em-practitioner-example"/>
    </individual>
  </participant>
  <period>
    <start value="2026-06-29T12:08:00+03:00"/>
    <end value="2026-06-29T12:38:00+03:00"/>
  </period>
  <hospitalization>
    <destination>🔗 
      <reference value="Location/em-destination-facility-example"/>
    </destination>
  </hospitalization>
  <location>
    <location>🔗 
      <reference value="Location/em-scene-location-example"/>
    </location>
  </location>
  <serviceProvider>🔗 
    <reference value="Organization/org-nairobi-ems-dispatch"/>
  </serviceProvider>
  <partOf>🔗 
    <reference value="Encounter/em-incident-encounter-example"/>
  </partOf>
</Encounter>