| Package | fhir.kenyaPSIG |
| Resource Type | CodeSystem |
| Id | KNHTS.IDENTIFIERTYPES |
| FHIR Version | R4 |
| Source | https://example.org/fhir/https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/CodeSystem-KNHTS.IDENTIFIERTYPES.html |
| URL | https://example.org/fhir/CodeSystem/KNHTS.IDENTIFIERTYPES |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-07-15T09:30:53+00:00 |
| Name | PAT_IDENTIFIERTYPES |
| Title | CodeSystem for patient's identifier Types |
| Realm | us |
| Authority | hl7 |
| Description | CodeSystem for patient's identifier Types |
| Content | complete |
| ValueSet | |
| PatientIdentifierTypesVS | Patient Identifier Types ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem KNHTS.IDENTIFIERTYPES
This case-insensitive code system https://example.org/fhir/CodeSystem/KNHTS.IDENTIFIERTYPES defines the following codes:
| Code | Display | Definition |
| upi | UPI | UPI |
| nationalId | National ID | National ID |
| passport | Passport No. | Passport No. |
| birthCertficate | Birth Certificate No. | Birth Certificate No. |
{
"resourceType": "CodeSystem",
"id": "KNHTS.IDENTIFIERTYPES",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://example.org/fhir/CodeSystem/KNHTS.IDENTIFIERTYPES",
"version": "0.1.0",
"name": "PAT_IDENTIFIERTYPES",
"title": "CodeSystem for patient's identifier Types",
"status": "draft",
"experimental": false,
"date": "2025-07-15T09:30:53+00:00",
"publisher": "IntelliSOFT Consulting",
"contact": [
{
"name": "IntelliSOFT Consulting",
"telecom": [
{
"system": "url",
"value": "https://.com/fhir/example-publisher"
}
]
},
{
"name": "KPS Team Kenya.",
"telecom": [
{
"system": "email",
"value": "info@example.com",
"use": "work"
}
]
}
],
"description": "CodeSystem for patient's identifier Types",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "KE",
"display": "Kenya"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 4,
"concept": [
{
"code": "upi",
"display": "UPI",
"definition": "UPI"
},
{
"code": "nationalId",
"display": "National ID",
"definition": "National ID"
},
{
"code": "passport",
"display": "Passport No.",
"definition": "Passport No."
},
{
"code": "birthCertficate",
"display": "Birth Certificate No.",
"definition": "Birth Certificate No."
}
]
}