0.1.0 - ci-build

kenyaClaimsIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Identifier Types ValueSet - JSON Representation

Draft as of 2024-09-06

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "PatientIdentifierTypesVS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet PatientIdentifierTypesVS</b></p><a name=\"PatientIdentifierTypesVS\"> </a><a name=\"hcPatientIdentifierTypesVS\"> </a><a name=\"PatientIdentifierTypesVS-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-KNHTS.IDENTIFIERTYPES.html\"><code>https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.IDENTIFIERTYPES</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-KNHTS.IDENTIFIERTYPES.html#KNHTS.IDENTIFIERTYPES-upi\">upi</a></td><td style=\"color: #cccccc\">UPI</td><td>UPI</td></tr><tr><td><a href=\"CodeSystem-KNHTS.IDENTIFIERTYPES.html#KNHTS.IDENTIFIERTYPES-nationalId\">nationalId</a></td><td style=\"color: #cccccc\">National ID</td><td>National ID</td></tr><tr><td><a href=\"CodeSystem-KNHTS.IDENTIFIERTYPES.html#KNHTS.IDENTIFIERTYPES-passport\">passport</a></td><td style=\"color: #cccccc\">Passport No.</td><td>Passport No.</td></tr><tr><td><a href=\"CodeSystem-KNHTS.IDENTIFIERTYPES.html#KNHTS.IDENTIFIERTYPES-birthCertficate\">birthCertficate</a></td><td style=\"color: #cccccc\">Birth Certificate No.</td><td>Birth Certificate No.</td></tr></table></li></ul></div>"
  },
  "url" : "https://shr.tiberbuapps.com/fhir/ValueSet/PatientIdentifierTypesVS",
  "version" : "0.1.0",
  "name" : "PT_IDENTIFIERTYPES",
  "title" : "Patient Identifier Types ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-06T09:59:02+00:00",
  "publisher" : "intellisoftkenya",
  "contact" : [
    {
      "name" : "intellisoftkenya",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Patient Identifier Types ValueSet",
  "compose" : {
    "include" : [
      {
        "system" : "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.IDENTIFIERTYPES",
        "concept" : [
          {
            "code" : "upi"
          },
          {
            "code" : "nationalId"
          },
          {
            "code" : "passport"
          },
          {
            "code" : "birthCertficate"
          }
        ]
      }
    ]
  }
}