FHIR IG Statistics: ValueSet/sghi-organization-identifier-types
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem
Code | Display | Definition |
mfl-code | Master Facility List Code | A unique identifier for each facility assigned by the Kenya Master Health Facility Registry under the Ministry of Health. |
facility-registry-id | Facility Registry ID | A unique identifier for each facility assigned by the Kenya Master Facility List (MFL) registry. |
slade-code | Slade360 Code | A unique identifier assigned by Slade360. |
SLADEID | Universal System Identifier | A unique identifier assigned by the system by default |
fhir-id | FHIR Id | Is a UUID that uniquely identifiers all FHIR resources in SGHI. |
Source
{
"resourceType": "ValueSet",
"id": "sghi-organization-identifier-types",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/sghi-organization-identifier-types",
"version": "0.1.0",
"name": "SGHIOrganizationIdentifierTypes",
"title": "SGHI Organization Identifier Types",
"status": "draft",
"date": "2025-07-10T13:42:01+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 in SGHI's systems",
"compose": {
"include": [
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem",
"concept": [
{
"code": "mfl-code"
},
{
"code": "facility-registry-id"
},
{
"code": "slade-code"
},
{
"code": "SLADEID"
},
{
"code": "fhir-id"
}
]
}
]
}
}