Package | fhir.kenyaPSIG |
Type | ValueSet |
Id | PatientIdentifierTypesVS |
FHIR Version | R4 |
Source | https://example.org/fhir/https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ValueSet-PatientIdentifierTypesVS.html |
URL | https://example.org/fhir/ValueSet/PatientIdentifierTypesVS |
Version | 0.1.0 |
Status | draft |
Date | 2025-07-15T09:30:53+00:00 |
Name | PT-IDENTIFIERTYPES |
Title | Patient Identifier Types ValueSet |
Realm | us |
Authority | hl7 |
Description | Patient Identifier Types ValueSet |
No resources found
CodeSystem | |
KNHTS.IDENTIFIERTYPES | CodeSystem for patient's identifier Types |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet PatientIdentifierTypesVS
https://example.org/fhir/CodeSystem/KNHTS.IDENTIFIERTYPES
Code | Display | Definition |
upi | UPI | UPI |
nationalId | National ID | National ID |
passport | Passport No. | Passport No. |
birthCertficate | Birth Certificate No. | Birth Certificate No. |
{ "resourceType": "ValueSet", "id": "PatientIdentifierTypesVS", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://example.org/fhir/ValueSet/PatientIdentifierTypesVS", "version": "0.1.0", "name": "PT-IDENTIFIERTYPES", "title": "Patient Identifier Types ValueSet", "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": "Patient Identifier Types ValueSet", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "KE", "display": "Kenya" } ] } ], "compose": { "include": [ { "system": "https://example.org/fhir/CodeSystem/KNHTS.IDENTIFIERTYPES", "concept": [ { "code": "upi" }, { "code": "nationalId" }, { "code": "passport" }, { "code": "birthCertficate" } ] } ] } }