0.1.0 - ci-build
KenyaDiagnosticsFHIRIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "example-patient-2",
"meta" : {
"profile" : [
🔗 "http://fhir.nphl.go.ke/StructureDefinition/Kenya-patient-ips"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example-patient-2</b></p><a name=\"example-patient-2\"> </a><a name=\"hcexample-patient-2\"> </a><a name=\"example-patient-2-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Janet Patient Female, DoB: 1990-01-01 ( National unique individual identifier)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:\">U</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">P.O. Box 12345, Eldoret, Kenya</td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NI"
}
]
},
"value" : "123456789"
}
],
"name" : [
{
"family" : "Patient",
"given" : [
"Janet"
]
}
],
"gender" : "female",
"birthDate" : "1990-01-01",
"address" : [
{
"text" : "P.O. Box 12345, Eldoret, Kenya",
"line" : [
"P.O. Box 12345"
],
"city" : "Eldoret",
"state" : "Kenya",
"postalCode" : "12345",
"country" : "KE"
}
],
"maritalStatus" : {
"coding" : [
{
"code" : "U"
}
]
}
}