HL7 FHIR Implementation Guide: Kenya Training IG Release 1 - US Realm | STU1
1.0.0 - DSTU
HL7 FHIR Implementation Guide: Kenya Training IG Release 1 - US Realm | STU1, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ertush/FHIR-Test-Project/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "KenyanPatientExample",
"meta" : {
"profile" : [
🔗 "http://jembi.org/fhir/StructureDefinition/kenyan-patient-training"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient KenyanPatientExample</b></p><a name=\"KenyanPatientExample\"> </a><a name=\"hcKenyanPatientExample\"> </a><a name=\"KenyanPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Eric Mutua Kimani Male, DoB: 1951-06 ( http://jembi.org/fhir/ImplementationGuide/kenya-training-eric/identifier/mrn#8302932)</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:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://jembi.org/fhir/ImplementationGuide/kenya-training-eric/identifier/nid</code>/938294212</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0733992312</li><li><a href=\"mailto:eric@gmail.com\">eric@gmail.com</a></li><li>Coast, Malindi, Maji Mazuri Coast KEN </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Key Population Status Extension\"><a href=\"StructureDefinition-key-population-status-extension.html\">Key Population Status Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://snomed.info/sct 159799000}\">Female prostitute</span></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://jembi.org/fhir/StructureDefinition/key-population-status-extension",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "159799000"
}
]
}
}
],
"identifier" : [
{
"system" : "http://jembi.org/fhir/ImplementationGuide/kenya-training-eric/identifier/mrn",
"value" : "8302932"
},
{
"system" : "http://jembi.org/fhir/ImplementationGuide/kenya-training-eric/identifier/nid",
"value" : "938294212"
}
],
"name" : [
{
"family" : "Kimani",
"given" : [
"Eric",
"Mutua"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0733992312"
},
{
"system" : "email",
"value" : "eric@gmail.com"
}
],
"gender" : "male",
"birthDate" : "1951-06",
"address" : [
{
"line" : [
"Coast, Malindi, Maji Mazuri"
],
"district" : "Malindi",
"state" : "Coast",
"country" : "KEN"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "M"
}
]
}
}