0.1.0 - ci-build
lhssFHIRIG, published by IntelliSOFT Consulting 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/LHSS-FHIR-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "CBPatientExample",
"meta" : {
"profile" : [
🔗 "http://example.org/StructureDefinition/CB-Patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient CBPatientExample</b></p><a name=\"CBPatientExample\"> </a><a name=\"hcCBPatientExample\"> </a><a name=\"CBPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Joseph Joe Jonjo Male, DoB: 2023-06-17 ( National Id:\u00a023516777\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:\">single</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Seasons Nairobi County Kenya </td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"code" : "49af6cdc-7968-4abb-bf46-de10d7f4859f"
}
],
"text" : "National Id"
},
"system" : "urn:oid:2.16.840.1.113883.3.26.1.1",
"value" : "23516777"
}
],
"active" : true,
"name" : [
{
"family" : "Jonjo",
"given" : [
"Joseph Joe"
]
}
],
"gender" : "male",
"birthDate" : "2023-06-17",
"deceasedBoolean" : false,
"address" : [
{
"city" : "Seasons",
"district" : "Kasarani Sub-county",
"state" : "Nairobi County",
"country" : "Kenya"
}
],
"maritalStatus" : {
"coding" : [
{
"code" : "single"
}
]
}
}