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 - JSON Representation

Draft as of 2024-11-08

Raw json | Download

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