Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.1 - ci-build
Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/ethiopia-hiv/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "ChildRelatedPersonBecomesPatientExample",
"meta" : {
"profile" : [
🔗 "http://moh.gov.et/fhir/hiv/StructureDefinition/patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ChildRelatedPersonBecomesPatientExample</b></p><a name=\"ChildRelatedPersonBecomesPatientExample\"> </a><a name=\"hcChildRelatedPersonBecomesPatientExample\"> </a><a name=\"ChildRelatedPersonBecomesPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Smith Female, DoB: 1982-04-12 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345675)</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><code>http://moh.gov.et/fhir/hiv/identifier/SmartCareID</code>/NID12345675</li><li><code>http://moh.gov.et/fhir/hiv/identifier/UAN</code>/UAN12345675</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 27537652509(Work)</li><li><a href=\"mailto:someone@something.org\">someone@something.org</a></li><li>123 Tesfaye Street Bole Addis Ababa Addis Ababa </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></li><li>This record replaces: <a href=\"RelatedPerson-ChildRelatedPersonExample.html\">RelatedPerson Mary Adams </a></li></ul></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://moh.gov.et/fhir/hiv/identifier/MRN",
"value" : "MRN12345675"
},
{
"system" : "http://moh.gov.et/fhir/hiv/identifier/SmartCareID",
"value" : "NID12345675"
},
{
"system" : "http://moh.gov.et/fhir/hiv/identifier/UAN",
"value" : "UAN12345675"
}
],
"name" : [
{
"family" : "Smith",
"given" : [
"Jane"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "27537652509",
"use" : "work"
},
{
"system" : "email",
"value" : "someone@something.org",
"use" : "home"
}
],
"gender" : "female",
"birthDate" : "1982-04-12",
"address" : [
{
"line" : [
"123",
"Tesfaye Street",
"Bole"
],
"city" : "Addis Ababa",
"district" : "Addis Ababa Central District",
"state" : "Addis Ababa"
}
],
"managingOrganization" : {
🔗 "reference" : "Organization/CurrentServiceProviderExample"
},
"link" : [
{
"other" : {
🔗 "reference" : "RelatedPerson/ChildRelatedPersonExample"
},
"type" : "replaces"
}
]
}