0.1.0 - ci-build

KISUMUHIEFHIRIG, published by intellisoftkenya. 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/Kisumu-County-HIE-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example – Kisumu ANC Encounter - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="KisumuEncounterExample"/>
  <meta>
    <profile
             value="http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-patient-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter KisumuEncounterExample</b></p><a name="KisumuEncounterExample"> </a><a name="hcKisumuEncounterExample"> </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-ksm-patient-encounter.html">Encounter - Kisumu Patient</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode: AMB</a> (ambulatory)</p><p><b>serviceType</b>: <span title="Codes:{http://fhir.kisumuhealth.co.ke/CodeSystem/EncounterServiceType 3}">ANC Encounter</span></p><p><b>subject</b>: <a href="Patient-KisumuPatientExample.html">Achieng Grace Odhiambo  Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)</a></p><p><b>period</b>: 2026-05-10 09:00:00+0300 --&gt; 2026-05-10 10:00:00+0300</p><p><b>serviceProvider</b>: <a href="Organization-ksm-organization-example.html">Organization Kisumu County Referral Hospital</a></p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <serviceType>
    <coding>
      <system
              value="http://fhir.kisumuhealth.co.ke/CodeSystem/EncounterServiceType"/>
      <code value="3"/>
      <display value="ANC Encounter"/>
    </coding>
  </serviceType>
  <subject>🔗 
    <reference value="Patient/KisumuPatientExample"/>
  </subject>
  <period>
    <start value="2026-05-10T09:00:00+03:00"/>
    <end value="2026-05-10T10:00:00+03:00"/>
  </period>
  <serviceProvider>🔗 
    <reference value="Organization/ksm-organization-example"/>
  </serviceProvider>
</Encounter>