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

: Identifier Types - XML Representation

Active as of 2024-11-08

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="IdentifierTypesExample"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem IdentifierTypesExample</b></p><a name="IdentifierTypesExample"> </a><a name="hcIdentifierTypesExample"> </a><a name="IdentifierTypesExample-en-US"> </a><p>This case-insensitive code system <code>https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/IdentifierTypesExample</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">birthcertificate<a name="IdentifierTypesExample-birthcertificate"> </a></td><td>Birth Certificate</td></tr><tr><td style="white-space:nowrap">nationalId<a name="IdentifierTypesExample-nationalId"> </a></td><td>National ID</td></tr><tr><td style="white-space:nowrap">passport<a name="IdentifierTypesExample-passport"> </a></td><td>Passport</td></tr><tr><td style="white-space:nowrap">nemis<a name="IdentifierTypesExample-nemis"> </a></td><td>NEMIS No</td></tr><tr><td style="white-space:nowrap">bNo<a name="IdentifierTypesExample-bNo"> </a></td><td>Birth Notification Number</td></tr></table></div>
  </text>
  <url
       value="https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/IdentifierTypesExample"/>
  <version value="0.1.0"/>
  <name value="IDENTIFIERTYPES"/>
  <title value="Identifier Types"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-11-08T08:13:11+00:00"/>
  <publisher value="Intellisoft Consulting Ltd"/>
  <contact>
    <name value="Intellisoft Consulting Ltd"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.intellisoftkenya.com/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info[at]intellisoftkenya.com"/>
    </telecom>
  </contact>
  <description value="Defined Identifier Types for KenyanRegistryPatient"/>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <concept>
    <code value="birthcertificate"/>
    <display value="Birth Certificate"/>
  </concept>
  <concept>
    <code value="nationalId"/>
    <display value="National ID"/>
  </concept>
  <concept>
    <code value="passport"/>
    <display value="Passport"/>
  </concept>
  <concept>
    <code value="nemis"/>
    <display value="NEMIS No"/>
  </concept>
  <concept>
    <code value="bNo"/>
    <display value="Birth Notification Number"/>
  </concept>
</CodeSystem>