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

: KenyanPractitionerExample - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="KenyanPractitionerExample"/>
  <meta>
    <profile
             value="https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/KenyanPractitioner"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner KenyanPractitionerExample</b></p><a name="KenyanPractitionerExample"> </a><a name="hcKenyanPractitionerExample"> </a><a name="KenyanPractitionerExample-en-US"> </a><p><b>KenyaAdministrativeGenderExtension</b>: 53994</p><p><b>identifier</b>: <code>https://chanjoke.intellisoftkenya.com/fhir/kenya/practitioner</code>/123456 (use: official, )</p><p><b>name</b>: John Doe </p><p><b>telecom</b>: ph: 0722000000</p><p><b>birthDate</b>: 1980-01-01</p></div>
  </text>
  <extension
             url="https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/kenya-administrative-gender-extension">
    <valueCode value="53994"/>
  </extension>
  <identifier>
    <use value="official"/>
    <system
            value="https://chanjoke.intellisoftkenya.com/fhir/kenya/practitioner"/>
    <value value="123456"/>
  </identifier>
  <name>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0722000000"/>
  </telecom>
  <birthDate value="1980-01-01"/>
</Practitioner>