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

Kenya eClaims FHIR Implementation Guide, published by Digital Health Agency of 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-eClaims-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example eClaims Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ECLM-PT-001"/>
  <meta>
    <profile
             value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ECLM-PT-001</b></p><a name="ECLM-PT-001"> </a><a name="hcECLM-PT-001"> </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-ke-eclaims-patient.html">eClaims Patient Profile</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/civil-status-cs MARRIED}">Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3">SHA Number/SHA-2024-001234 (use: official, )</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+254712345678">+254712345678</a></li><li>Nairobi Nairobi County KE (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Next-of-Kin">Next-of-Kin:</td><td colspan="3"><ul><li>Mary Kamau </li><li><a href="tel:+254798765432">+254798765432</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/identifier-types-cs"/>
        <code value="SHA-NUMBER"/>
        <display value="SHA Number"/>
      </coding>
    </type>
    <system value="https://nshr-uat.sha.go.ke/fhir/Identifier/sha-number"/>
    <value value="SHA-2024-001234"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/identifier-types-cs"/>
        <code value="NATIONAL-ID"/>
        <display value="National ID"/>
      </coding>
    </type>
    <system value="https://nshr-uat.sha.go.ke/fhir/Identifier/national-id"/>
    <value value="12345678"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Kamau"/>
    <given value="John"/>
    <given value="Mwangi"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+254712345678"/>
    <use value="mobile"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1985-06-15"/>
  <address>
    <use value="home"/>
    <city value="Nairobi"/>
    <district value="Westlands"/>
    <state value="Nairobi County"/>
    <country value="KE"/>
  </address>
  <maritalStatus>
    <coding>
      <system
              value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/civil-status-cs"/>
      <code value="MARRIED"/>
      <display value="Married"/>
    </coding>
  </maritalStatus>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="N"/>
        <display value="Next-of-Kin"/>
      </coding>
    </relationship>
    <name>
      <family value="Kamau"/>
      <given value="Mary"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+254798765432"/>
    </telecom>
  </contact>
</Patient>