Kenya Patient Summary FHIR IG
0.1.0 - ci-build Kenya flag

Kenya Patient Summary FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ExamplePatientKPS"/>
  <meta>
    <profile
             value="https://example.org/fhir/StructureDefinition/kps-patient"/>
    <profile value="http://example.org/fhir/StructureDefinition/kps-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ExamplePatientKPS</b></p><a name="ExamplePatientKPS"> </a><a name="hcExamplePatientKPS"> </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">Profiles: <a href="StructureDefinition-kps-patient.html">Patient Profile - KPS</a>, <code>http://example.org/fhir/StructureDefinition/kps-patient</code></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Hawa Mohamed  Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#28765432)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li><code>http://moh.kenya/identifier/UPI</code>/UPI-MND-001</li><li><code>http://moh.kenya/identifier/passport-No</code>/KEP1234567</li><li><code>http://moh.kenya/identifier/birthCertificate-No</code>/BC-MND-2020-0001</li></ul></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:+254701234567">+254701234567</a></li><li><a href="mailto:hawa.mohamed@example.com">hawa.mohamed@example.com</a></li><li>Banisa Village Takaba Mandera 70300 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>Hussein 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="28765432"/>
  </identifier>
  <identifier>
    <system value="http://moh.kenya/identifier/UPI"/>
    <value value="UPI-MND-001"/>
  </identifier>
  <identifier>
    <system value="http://moh.kenya/identifier/passport-No"/>
    <value value="KEP1234567"/>
  </identifier>
  <identifier>
    <system value="http://moh.kenya/identifier/birthCertificate-No"/>
    <value value="BC-MND-2020-0001"/>
  </identifier>
  <name>
    <family value="Mohamed"/>
    <given value="Hawa"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+254701234567"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="hawa.mohamed@example.com"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1992-03-25"/>
  <address>
    <line value="Banisa Village"/>
    <city value="Takaba"/>
    <district value="Mandera West"/>
    <state value="Mandera"/>
    <postalCode value="70300"/>
    <country value="KE"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="184142008"/>
        <display value="Next of kin"/>
      </coding>
    </relationship>
    <name>
      <family value="Abdullahi"/>
      <given value="Hussein"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+254711223344"/>
      <use value="mobile"/>
    </telecom>
  </contact>
</Patient>