0.1.0 - ci-build

lhssFHIRIG, published by IntelliSOFT Consulting 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/LHSS-FHIR-IG/ and changes regularly. See the Directory of published versions

: CBPatientExample - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="CBPatientExample"/>
  <meta>
    <profile value="http://example.org/StructureDefinition/CB-Patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient CBPatientExample</b></p><a name="CBPatientExample"> </a><a name="hcCBPatientExample"> </a><a name="CBPatientExample-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Joseph Joe Jonjo  Male, DoB: 2023-06-17 ( National Id: 23516777 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td>false</td></tr><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:">single</span></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Seasons Nairobi County Kenya </td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <code value="49af6cdc-7968-4abb-bf46-de10d7f4859f"/>
      </coding>
      <text value="National Id"/>
    </type>
    <system value="urn:oid:2.16.840.1.113883.3.26.1.1"/>
    <value value="23516777"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Jonjo"/>
    <given value="Joseph Joe"/>
  </name>
  <gender value="male"/>
  <birthDate value="2023-06-17"/>
  <deceasedBoolean value="false"/>
  <address>
    <city value="Seasons"/>
    <district value="Kasarani Sub-county"/>
    <state value="Nairobi County"/>
    <country value="Kenya"/>
  </address>
  <maritalStatus>
    <coding>
      <code value="single"/>
    </coding>
  </maritalStatus>
</Patient>