ChanjoKE Immunization Implementation Guide
0.1.0 - ci-build

ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. 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/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions

: PatientExample - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientExample"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient PatientExample</b></p><a name="PatientExample"> </a><a name="hcPatientExample"> </a><a name="PatientExample-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Grahame Grieve Male, DoB: 1969-04-13</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="mailto:grahameg@gmail.com">grahameg@gmail.com</a></li><li>Shangani Street Stone Town Tanzania (temp)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:">English</span></td></tr></table></div>
  </text>
  <active value="true"/>
  <name>
    <text value="Grahame Grieve"/>
    <family value="Grieve"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="grahameg@gmail.com"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1969-04-13"/>
  <address>
    <use value="temp"/>
    <line value="Shangani Street"/>
    <city value="Stone Town"/>
    <district value="Zanzibar City"/>
    <country value="Tanzania"/>
  </address>
  <communication>
    <language>
      <text value="English"/>
    </language>
  </communication>
</Patient>