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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-person-identifier-types.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-person-identifier-types.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/person-identifier-types
Version0.1.0
Statusactive
Date2026-01-29T07:53:25+00:00
NameSGHIPersonIdentifierTypes
TitleSGHI Person Identifier Types
DescriptionIdentifier types used to identify patient, practitioner, animal or a live actor in the healthcare context in SGHI's systems

Resources that use this resource

StructureDefinition
patientSGHI Patient
practitionerSGHI Practitioner

Resources that this resource uses

CodeSystem
default-identifier-codesystemSGHIDefaultIdentifierCodeSystem
person-identifier-codesystemSGHIPersonIdentifierCodeSystem

Narrative

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

Generated Narrative: ValueSet person-identifier-types

This value set includes codes based on the following rules:

  • 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.
    passport-numberPassport NumberA unique identifier assigned by the Directorate of Immigration Services 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.
    patient-numberPatient NumberA unique identifier assigned by Slade360 Advantage for internal patient tracking.
    payer-member-numberPayer Member NumberA unique identifier assigned by insurance providers, including private insurers and Slade360.
    smart-member-numberSmart Member NumberA unique health identifier assigned by Slade360.
    drchrono-idDr Chrono Chart IDA unique identifier assigned by the Dr. Chrono healthcare platform for patient records.
    erp-customer-idERP Customer IDA unique patient identifier assigned by Slade360 ERP system.
    ccc-numberComprehensive Care Clinic NumberA unique identifier assigned by HIV/AIDS treatment programs.
    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.
    client-registry-numberClient Registry NumberA unique identifier used for internal patient tracking within a Client Registry system.
    slade-health-idSlade Health IDA unique health identifier assigned by Slade360 Health CRM for patient records.
  • Include these codes as defined in https://fhir.slade360.co.ke/fhir/CodeSystem/default-identifier-codesystem version 📦0.1.0
    CodeDisplayDefinition
    default-idDefault Resource IdentifierA unique UUID identifier assigned by the system by default.

Source1

{
  "resourceType": "ValueSet",
  "id": "person-identifier-types",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ValueSet/person-identifier-types",
  "version": "0.1.0",
  "name": "SGHIPersonIdentifierTypes",
  "title": "SGHI Person Identifier Types",
  "status": "active",
  "date": "2026-01-29T07:53:25+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": "Identifier types used  to identify patient, practitioner, animal or a live actor in the healthcare context in SGHI's systems",
  "compose": {
    "include": [
      {
        "system": "https://fhir.slade360.co.ke/fhir/CodeSystem/person-identifier-codesystem",
        "concept": [
          {
            "code": "national-id",
            "display": "National ID"
          },
          {
            "code": "passport-number",
            "display": "Passport Number"
          },
          {
            "code": "military-id",
            "display": "Military ID"
          },
          {
            "code": "alien-id",
            "display": "Alien ID"
          },
          {
            "code": "patient-number",
            "display": "Patient Number"
          },
          {
            "code": "payer-member-number",
            "display": "Payer Member Number"
          },
          {
            "code": "smart-member-number",
            "display": "Smart Member Number"
          },
          {
            "code": "drchrono-id",
            "display": "Dr Chrono Chart ID"
          },
          {
            "code": "erp-customer-id",
            "display": "ERP Customer ID"
          },
          {
            "code": "ccc-number",
            "display": "Comprehensive Care Clinic Number"
          },
          {
            "code": "refugee-id",
            "display": "Refugee ID"
          },
          {
            "code": "birth-certificate",
            "display": "Birth Certificate Number"
          },
          {
            "code": "client-registry-number",
            "display": "Client Registry Number"
          },
          {
            "code": "slade-health-id",
            "display": "Slade Health ID"
          }
        ]
      },
      {
        "system": "https://fhir.slade360.co.ke/fhir/CodeSystem/default-identifier-codesystem",
        "concept": [
          {
            "code": "default-id",
            "display": "Default Resource Identifier"
          }
        ]
      }
    ]
  }
}