Healthy Route Implementation Guide
0.1.0 - ci-build
Healthy Route Implementation Guide, published by Savannah Informatics. 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/healthy-route-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "ExampleScreeningVisit",
"meta" : {
"profile" : [
🔗 "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-encounter"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ExampleScreeningVisit</b></p><a name=\"ExampleScreeningVisit\"> </a><a name=\"hcExampleScreeningVisit\"> </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-hr-encounter.html\">Healthy Route Screening Visit</a></p></div><p><b>Tenant</b>: <code>https://example.org/sid/tenant</code>/site-a</p><p><b>status</b>: Completed</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}\">ambulatory</span></p><p><b>subject</b>: <a href=\"Patient-ExampleParticipant.html\">Adhiambo Otieno Female, DoB: 1971-06-02 ( https://fhir.savannahghi.org/sid/optimalhealth-participant#HR-000123)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-ExampleStudySite.html\">Organization Example Teaching Hospital</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExampleStudyNurse.html\">Practitioner Wanjiru Achieng </a></td></tr></table><p><b>actualPeriod</b>: 2026-04-14 09:05:00+0300 --> 2026-04-14 11:20:00+0300</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-ExampleRenalClinic.html\">Location Renal Clinic</a></td></tr></table></div>"
},
"extension" : [
{
"url" : "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-tenant",
"valueIdentifier" : {
"system" : "https://example.org/sid/tenant",
"value" : "site-a"
}
}
],
"status" : "completed",
"class" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/ExampleParticipant"
},
"serviceProvider" : {
🔗 "reference" : "Organization/ExampleStudySite"
},
"participant" : [
{
"actor" : {
🔗 "reference" : "Practitioner/ExampleStudyNurse"
}
}
],
"actualPeriod" : {
"start" : "2026-04-14T09:05:00+03:00",
"end" : "2026-04-14T11:20:00+03:00"
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/ExampleRenalClinic"
}
}
]
}