Kenya Patient Summary Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/ExamplePatientKPS> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExamplePatientKPS"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-patient" ;
fhir:index 0 ;
fhir:link <https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-patient>
], [
fhir:value "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-patient|0.1.0" ;
fhir:index 1 ;
fhir:link <https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-patient|0.1.0>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExamplePatientKPS</b></p><a name=\"ExamplePatientKPS\"> </a><a name=\"hcExamplePatientKPS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-ke-kps-patient.html\">Patient Profile - KPS</a>, <code>https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-patient|0.1.0</code></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Hawa Mohamed Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#NationalIdIdentifierNamingSystem#28765432)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><a href=\"NamingSystem-UpiIdentifierNamingSystem.html\" title=\"Identifier namespace definition for the Kenyan unique patient identifier used in the Kenya Patient Summary.\">UpiIdentifierNamingSystem</a>/UPI-MND-001</li><li><a href=\"NamingSystem-PassportIdentifierNamingSystem.html\" title=\"Identifier namespace definition for passport numbers used to identify patients in the Kenya Patient Summary.\">PassportIdentifierNamingSystem</a>/KEP1234567</li><li><a href=\"NamingSystem-BirthCertificateIdentifierNamingSystem.html\" title=\"Identifier namespace definition for birth certificate numbers used to identify pediatric patients in the Kenya Patient Summary.\">BirthCertificateIdentifierNamingSystem</a>/BC-MND-2020-0001</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+254701234567\">+254701234567</a></li><li><a href=\"mailto:hawa.mohamed@example.com\">hawa.mohamed@example.com</a></li><li>Banisa Village Takaba Mandera 70300 KE </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Patient's next of kin\">Patient's next of kin:</td><td colspan=\"3\"><ul><li>Hussein Abdullahi </li><li><a href=\"tel:+254711223344\">+254711223344</a></li></ul></td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://moh.kenya/identifier/nationalID-no" ] ;
fhir:Identifier.value [ fhir:value "28765432" ]
], [
fhir:index 1 ;
fhir:Identifier.system [ fhir:value "http://moh.kenya/identifier/UPI" ] ;
fhir:Identifier.value [ fhir:value "UPI-MND-001" ]
], [
fhir:index 2 ;
fhir:Identifier.system [ fhir:value "http://moh.kenya/identifier/passport-No" ] ;
fhir:Identifier.value [ fhir:value "KEP1234567" ]
], [
fhir:index 3 ;
fhir:Identifier.system [ fhir:value "http://moh.kenya/identifier/birthCertificate-No" ] ;
fhir:Identifier.value [ fhir:value "BC-MND-2020-0001" ]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.family [ fhir:value "Mohamed" ] ;
fhir:HumanName.given [
fhir:value "Hawa" ;
fhir:index 0
]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+254701234567" ] ;
fhir:ContactPoint.use [ fhir:value "mobile" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "hawa.mohamed@example.com" ] ;
fhir:ContactPoint.use [ fhir:value "home" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1992-03-25"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.line [
fhir:value "Banisa Village" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "Takaba" ] ;
fhir:Address.district [ fhir:value "Mandera West" ] ;
fhir:Address.state [ fhir:value "Mandera" ] ;
fhir:Address.postalCode [ fhir:value "70300" ] ;
fhir:Address.country [ fhir:value "KE" ]
] ;
fhir:Patient.contact [
fhir:index 0 ;
fhir:Patient.contact.relationship [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:184142008 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "184142008" ] ;
fhir:Coding.display [ fhir:value "Patient's next of kin" ]
]
] ;
fhir:Patient.contact.name [
fhir:HumanName.family [ fhir:value "Abdullahi" ] ;
fhir:HumanName.given [
fhir:value "Hussein" ;
fhir:index 0
]
] ;
fhir:Patient.contact.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+254711223344" ] ;
fhir:ContactPoint.use [ fhir:value "mobile" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/ExamplePatientKPS.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/ExamplePatientKPS.ttl> .
IG © 2024+ Digital Health Agency (DHA), Kenya. Package ke.fhir.patient-summary#0.1.0 based on FHIR 4.0.1. Generated 2026-08-07
Links: Table of Contents |
QA Report