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

HL7 FHIR Implementation Guide: Kenya IG Release 1 - Kenya Realm | STU1, published by My Organization. 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/DavidSaruni/Starter-Kenya-FHIR-IG/ and changes regularly. See the Directory of published versions

: KenyaPatientExample - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="KenyaPatientExample"/>
  <meta>
    <profile value="http://jembi.org/fhir/StructureDefinition/kenya-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient KenyaPatientExample</b></p><a name="KenyaPatientExample"> </a><a name="hcKenyaPatientExample"> </a><a name="KenyaPatientExample-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Captain David Saruni Maseine  Male, DoB: 1980-01-01 ( http://jembi.org/fhir/kenya-training-captain/identifier/mrn#MRN12345)</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 M}">Married</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-captain/identifier/nid</code>/12622015</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 0712345678</li><li>20157, Kabarak Kabarak Nakuru KEN </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Key Population Status Extension"><a href="StructureDefinition-key-population-status-extension.html">Key Population Status Extension</a></td><td colspan="3"><span title="Codes:{http://snomed.info/sct 472986005}">Sexually active with men (finding)</span></td></tr></table></div>
  </text>
  <extension
             url="http://jembi.org/fhir/StructureDefinition/key-population-status-extension">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="472986005"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system
            value="http://jembi.org/fhir/kenya-training-captain/identifier/mrn"/>
    <value value="MRN12345"/>
  </identifier>
  <identifier>
    <system
            value="http://jembi.org/fhir/kenya-training-captain/identifier/nid"/>
    <value value="12622015"/>
  </identifier>
  <name>
    <family value="Maseine"/>
    <given value="Captain"/>
    <given value="David"/>
    <given value="Saruni"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0712345678"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1980-01-01"/>
  <address>
    <line value="20157, Kabarak"/>
    <city value="Kabarak"/>
    <district value="Rongai"/>
    <state value="Nakuru"/>
    <country value="KEN"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
    </coding>
  </maritalStatus>
</Patient>