FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
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| Code | Display | Definition |
| national-id | National ID | A unique national identifier assigned by the National Registration Bureau (NRB) under the Ministry of Interior and National Administration. |
| passport-number | Passport Number | A unique identifier assigned by the Directorate of Immigration Services under the Ministry of Interior and National Administration. |
| military-id | Military ID | A unique identifier assigned by the Kenya Defence Forces (KDF) for military personnel. |
| alien-id | Alien ID | A unique identifier assigned by the Directorate of Immigration Services to foreign nationals residing in Kenya. |
| patient-number | Patient Number | A unique identifier assigned by Slade360 Advantage for internal patient tracking. |
| payer-member-number | Payer Member Number | A unique identifier assigned by insurance providers, including private insurers and Slade360. |
| smart-member-number | Smart Member Number | A unique health identifier assigned by Slade360. |
| drchrono-id | Dr Chrono Chart ID | A unique identifier assigned by the Dr. Chrono healthcare platform for patient records. |
| erp-customer-id | ERP Customer ID | A unique patient identifier assigned by Slade360 ERP system. |
| ccc-number | Comprehensive Care Clinic Number | A unique identifier assigned by HIV/AIDS treatment programs. |
| refugee-id | Refugee ID | A unique identifier assigned by the Refugee Affairs Secretariat (RAS) under the Ministry of Interior, in collaboration with UNHCR. |
| birth-certificate | Birth Certificate Number | A unique identifier assigned by the Civil Registration Department under the Ministry of Interior and National Administration. |
| client-registry-number | Client Registry Number | A unique identifier used for internal patient tracking within a Client Registry system. |
| slade-health-id | Slade Health ID | A 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| Code | Display | Definition |
| default-id | Default Resource Identifier | A 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"
}
]
}
]
}
}