SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build
SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "ExampleSGHIPatient",
"meta" : {
"profile" : [
🔗 "https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-patient",
"{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ExampleSGHIPatient</b></p><a name=\"ExampleSGHIPatient\"> </a><a name=\"hcExampleSGHIPatient\"> </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\">Profiles: <a href=\"StructureDefinition-sghi-patient.html\">SGHI Patient</a>, <code>{{HAPI_FHIR_BASE_URL}}/StructureDefinition/sghi-patient</code></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><a href=\"tel:+254-722-123456\">+254-722-123456</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next of kin\">Next of kin:</td><td colspan=\"3\"><ul><li>Mary Pond(Official)</li><li><a href=\"tel:+254-733-987654\">+254-733-987654</a></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-ExampleSGHIOrganization.html\">Organization SGHI Healthcare Organization</a></li></ul></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical Record Number"
}
]
},
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"value" : "12345",
"assigner" : {
🔗 "reference" : "Organization/ExampleSGHIOrganization"
}
}
],
"active" : true,
"name" : [
{
"use" : "official",
"text" : "James Pond",
"family" : "Pond",
"given" : [
"James"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+254-722-123456"
}
],
"gender" : "male",
"birthDate" : "1990-07-15",
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "N",
"display" : "Next of kin"
}
]
}
],
"name" : {
"use" : "official",
"text" : "Mary Pond",
"family" : "Pond",
"given" : [
"Mary"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "+254-733-987654"
}
]
}
],
"managingOrganization" : {
🔗 "reference" : "Organization/ExampleSGHIOrganization"
}
}