Kenya Patient Summary FHIR Implementation Guide
0.1.0 - ci-build
Kenya Patient Summary FHIR Implementation Guide, published by Digital Health Agency of 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
{
"resourceType" : "Patient",
"id" : "PatientKPS",
"meta" : {
"profile" : [
🔗 "http://localhost:8085/fhir/StructureDefinition/ke-kps-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientKPS</b></p><a name=\"PatientKPS\"> </a><a name=\"hcPatientKPS\"> </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\">Profile: <a href=\"StructureDefinition-ke-kps-patient.html\">Patient Profile - KPS</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Amina Mohamed Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#12345678)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+254700123456\">+254700123456</a></li><li>Limuru Road Parklands Nairobi 00100 KE </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>Fatuma Abdullahi </li><li><a href=\"tel:+254711223344\">+254711223344</a></li></ul></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://moh.kenya/identifier/nationalID-no",
"value" : "12345678"
}
],
"name" : [
{
"family" : "Mohamed",
"given" : [
"Amina"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+254700123456",
"use" : "mobile"
}
],
"gender" : "female",
"birthDate" : "1992-03-25",
"address" : [
{
"line" : [
"Limuru Road"
],
"city" : "Parklands",
"district" : "Westlands",
"state" : "Nairobi",
"postalCode" : "00100",
"country" : "KE"
}
],
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "N"
}
]
}
],
"name" : {
"family" : "Abdullahi",
"given" : [
"Fatuma"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "+254711223344",
"use" : "mobile"
}
]
}
]
}