0.1.0 - ci-build

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

: CodeSystem for the identifier Types - JSON Representation

Draft as of 2024-10-16

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>http://example.org/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\">DE1<a name=\"IDENTIFIERTYPES-DE1\"> </a></td><td>PASSPORT</td></tr><tr><td style=\"white-space:nowrap\">DE2<a name=\"IDENTIFIERTYPES-DE2\"> </a></td><td>NATIONAL_ID</td></tr><tr><td style=\"white-space:nowrap\">DE3<a name=\"IDENTIFIERTYPES-DE3\"> </a></td><td>RESIDENT_ID</td></tr><tr><td style=\"white-space:nowrap\">DE4<a name=\"IDENTIFIERTYPES-DE4\"> </a></td><td>BIRTH_CERTIFICATE_ID</td></tr><tr><td style=\"white-space:nowrap\">DE5<a name=\"IDENTIFIERTYPES-DE5\"> </a></td><td>VISA_FILE_NUMBER</td></tr></table></div>"
  },
  "url" : "http://example.org/CodeSystem/IDENTIFIERTYPES",
  "version" : "0.1.0",
  "name" : "IDENTIFIERTPESCDSYS",
  "title" : "CodeSystem for the identifier Types",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-10-16T09:31:36+00:00",
  "publisher" : "IntelliSOFT Consulting Ke",
  "contact" : [
    {
      "name" : "IntelliSOFT Consulting Ke",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.intellisoftkenya.com/"
        }
      ]
    }
  ],
  "description" : "CodeSystem for the identifier Types",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "DE1",
      "display" : "PASSPORT"
    },
    {
      "code" : "DE2",
      "display" : "NATIONAL_ID"
    },
    {
      "code" : "DE3",
      "display" : "RESIDENT_ID"
    },
    {
      "code" : "DE4",
      "display" : "BIRTH_CERTIFICATE_ID"
    },
    {
      "code" : "DE5",
      "display" : "VISA_FILE_NUMBER"
    }
  ]
}