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
<Encounter xmlns="http://hl7.org/fhir">
<id value="ExampleScreeningVisit"/>
<meta>
<profile
value="https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-encounter"/>
</meta>
<text>
<status value="extensions"/>
<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>
</text>
<extension
url="https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-tenant">
<valueIdentifier>
<system value="https://example.org/sid/tenant"/>
<value value="site-a"/>
</valueIdentifier>
</extension>
<status value="completed"/>
<class>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
<display value="ambulatory"/>
</coding>
</class>
<subject>🔗
<reference value="Patient/ExampleParticipant"/>
</subject>
<serviceProvider>🔗
<reference value="Organization/ExampleStudySite"/>
</serviceProvider>
<participant>
<actor>🔗
<reference value="Practitioner/ExampleStudyNurse"/>
</actor>
</participant>
<actualPeriod>
<start value="2026-04-14T09:05:00+03:00"/>
<end value="2026-04-14T11:20:00+03:00"/>
</actualPeriod>
<location>
<location>🔗
<reference value="Location/ExampleRenalClinic"/>
</location>
</location>
</Encounter>