FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-registry-search-identifiers.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-registry-search-identifiers.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/registry-search-identifiers
Version0.1.0
Statusactive
Date2026-05-21T10:26:55+00:00
NameSGHIRegistrySearchIdentifiers
TitleSGHI Registry Search Identifiers
DescriptionA ValueSet defining the possible identifiers that can be used for searching in SGHI's registries.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
silfhirprofileig#currentperson-identifier-codesystemSGHIPersonIdentifierCodeSystem

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet registry-search-identifiers

  • Include these codes as defined in https://fhir.slade360.co.ke/fhir/CodeSystem/person-identifier-codesystem version 📦0.1.0
    CodeDisplayDefinition
    national-idNational IDA unique national identifier assigned by the National Registration Bureau (NRB) under the Ministry of Interior and National Administration.
    military-idMilitary IDA unique identifier assigned by the Kenya Defence Forces (KDF) for military personnel.
    alien-idAlien IDA unique identifier assigned by the Directorate of Immigration Services to foreign nationals residing in Kenya.
    refugee-idRefugee IDA unique identifier assigned by the Refugee Affairs Secretariat (RAS) under the Ministry of Interior, in collaboration with UNHCR.
    birth-certificateBirth Certificate NumberA unique identifier assigned by the Civil Registration Department under the Ministry of Interior and National Administration.
    payer-member-numberInsuranceA unique identifier assigned by insurance providers, including private insurers and Slade360.

Source1

{
  "resourceType": "ValueSet",
  "id": "registry-search-identifiers",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ValueSet/registry-search-identifiers",
  "version": "0.1.0",
  "name": "SGHIRegistrySearchIdentifiers",
  "title": "SGHI Registry Search Identifiers",
  "status": "active",
  "date": "2026-05-21T10:26:55+00:00",
  "publisher": "Kathurima Kimathi",
  "contact": [
    {
      "name": "Kathurima Kimathi",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.linkedin.com/in/kathurima-kimathi/"
        },
        {
          "system": "email",
          "value": "kathurimakimathi415@gmail.com"
        }
      ]
    },
    {
      "name": "Oscar John",
      "telecom": [
        {
          "system": "email",
          "value": "oscarjohnotieno@gmail.com",
          "use": "work"
        }
      ]
    },
    {
      "name": "Kennedy Omondi",
      "telecom": [
        {
          "system": "email",
          "value": "kennankole@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A ValueSet defining the possible identifiers that can be used for searching in SGHI's registries.",
  "compose": {
    "include": [
      {
        "system": "https://fhir.slade360.co.ke/fhir/CodeSystem/person-identifier-codesystem",
        "concept": [
          {
            "code": "national-id",
            "display": "National ID"
          },
          {
            "code": "military-id",
            "display": "Military ID"
          },
          {
            "code": "alien-id",
            "display": "Alien ID"
          },
          {
            "code": "refugee-id",
            "display": "Refugee ID"
          },
          {
            "code": "birth-certificate",
            "display": "Birth Certificate Number"
          },
          {
            "code": "payer-member-number",
            "display": "Insurance"
          }
        ]
      }
    ]
  }
}