HL7 FHIR Implementation Guide: KenyaTraining IG Release 1 - Kenya Realm | STU1
1.0.0 - DSTU International flag

HL7 FHIR Implementation Guide: KenyaTraining IG Release 1 - Kenya Realm | STU1, published by ICAP Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/briankariuki/fhir-training/ and changes regularly. See the Directory of published versions

: Kenya Training Patient Example - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="KenyaTrainingPatientExample1"/>
  <meta>
    <profile
             value="http://jembi.org/fhir/StructureDefinition/kenya-training-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient KenyaTrainingPatientExample1</b></p><a name="KenyaTrainingPatientExample1"> </a><a name="hcKenyaTrainingPatientExample1"> </a><a name="KenyaTrainingPatientExample1-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Juma Tano Mosi (official) Male, DoB: 1905-08-23 ( http://jembi.org/fhir/kenya-training-bk/identifier/mrn#MRN00022345)</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:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus T}">Has a domestic partner</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3"><code>http://jembi.org/fhir/kenya-training-bk/identifier/nid</code>/12345678</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:+254723123456">+254723123456</a></li><li><a href="mailto:juma.mosi@example.com">juma.mosi@example.com</a></li><li>Ngong town Kibiko Kajiado KEN (home)</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://jembi.org/fhir/kenya-training-bk/identifier/mrn"/>
    <value value="MRN00022345"/>
  </identifier>
  <identifier>
    <system value="http://jembi.org/fhir/kenya-training-bk/identifier/nid"/>
    <value value="12345678"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Mosi"/>
    <given value="Juma"/>
    <given value="Tano"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+254723123456"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="juma.mosi@example.com"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1905-08-23"/>
  <address>
    <use value="home"/>
    <line value="Ngong town"/>
    <city value="Kibiko"/>
    <district value="Kajiado North"/>
    <state value="Kajiado"/>
    <country value="KEN"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="T"/>
      <display value="Domestic partner"/>
    </coding>
    <text value="Has a domestic partner"/>
  </maritalStatus>
</Patient>