Kenya Patient Summary FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya Patient Summary 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-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions

: PatientKPS - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientKPS"/>
  <meta>
    <profile
             value="http://localhost:8085/fhir/StructureDefinition/ke-kps-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient PatientKPS</b></p><a name="PatientKPS"> </a><a name="hcPatientKPS"> </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-kps-patient.html">Patient Profile - KPS</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Amina Mohamed  Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#12345678)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+254700123456">+254700123456</a></li><li>Limuru Road Parklands Nairobi 00100 KE </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>Fatuma Abdullahi </li><li><a href="tel:+254711223344">+254711223344</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://moh.kenya/identifier/nationalID-no"/>
    <value value="12345678"/>
  </identifier>
  <name>
    <family value="Mohamed"/>
    <given value="Amina"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+254700123456"/>
    <use value="mobile"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1992-03-25"/>
  <address>
    <line value="Limuru Road"/>
    <city value="Parklands"/>
    <district value="Westlands"/>
    <state value="Nairobi"/>
    <postalCode value="00100"/>
    <country value="KE"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="N"/>
      </coding>
    </relationship>
    <name>
      <family value="Abdullahi"/>
      <given value="Fatuma"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+254711223344"/>
      <use value="mobile"/>
    </telecom>
  </contact>
</Patient>