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" : "PractitionerRole",
"id" : "ExampleSGHIPractitionerRole",
"meta" : {
"profile" : [
🔗 "https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-practitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ExampleSGHIPractitionerRole</b></p><a name=\"ExampleSGHIPractitionerRole\"> </a><a name=\"hcExampleSGHIPractitionerRole\"> </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\">Profile: <a href=\"StructureDefinition-sghi-practitionerrole.html\">SGHI PractitionerRole</a></p></div><p><b>identifier</b>: Medical Record Number/3456789QWERTY</p><p><b>active</b>: true</p><p><b>period</b>: 2025-01-01 --> 2025-01-31</p><p><b>practitioner</b>: <a href=\"Practitioner-ExampleSGHIPractitioner.html\">Practitioner James Pond(official)</a></p><p><b>organization</b>: <a href=\"Organization-ExampleSGHIOrganization.html\">Organization SGHI Healthcare Organization</a></p><p><b>code</b>: <span title=\"Codes:\">doctor</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 264814015}\">General practice</span></p><p><b>location</b>: <a href=\"Location-ExampleSGHILocation.html\">Nairobi Hospital</a></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>Mary Pond(Official)</td><td><a href=\"tel:+254-733-987654\">+254-733-987654</a></td><td>Nairobi 98765 Kenya (work)</td></tr></table><blockquote><p><b>availability</b></p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DaysOfWeek</b></td><td><b>AllDay</b></td><td><b>AvailableStartTime</b></td><td><b>AvailableEndTime</b></td></tr><tr><td style=\"display: none\">*</td><td>Monday</td><td>false</td><td>08:00:00</td><td>15:00:00</td></tr></table><h3>NotAvailableTimes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style=\"display: none\">*</td><td>Away on business</td><td>2025-07-07 --> 2025-10-07</td></tr></table></blockquote></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" : "3456789QWERTY",
"assigner" : {
🔗 "reference" : "Organization/ExampleSGHIOrganization"
}
}
],
"active" : true,
"period" : {
"start" : "2025-01-01",
"end" : "2025-01-31"
},
"practitioner" : {
🔗 "reference" : "Practitioner/ExampleSGHIPractitioner"
},
"organization" : {
🔗 "reference" : "Organization/ExampleSGHIOrganization"
},
"code" : [
{
"coding" : [
{
"code" : "71388002",
"display" : "doctor"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "264814015",
"display" : "General practice"
}
]
}
],
"location" : [
{
🔗 "reference" : "Location/ExampleSGHILocation",
"display" : "Nairobi Hospital"
}
],
"contact" : [
{
"name" : [
{
"use" : "official",
"text" : "Mary Pond",
"family" : "Pond",
"given" : [
"Mary"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+254-733-987654"
}
],
"address" : {
"use" : "work",
"type" : "physical",
"city" : "Nairobi",
"postalCode" : "98765",
"country" : "Kenya"
}
}
],
"availability" : [
{
"availableTime" : [
{
"daysOfWeek" : [
"mon"
],
"allDay" : false,
"availableStartTime" : "08:00:00",
"availableEndTime" : "15:00:00"
}
],
"notAvailableTime" : [
{
"description" : "Away on business",
"during" : {
"start" : "2025-07-07",
"end" : "2025-10-07"
}
}
]
}
]
}