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
<Observation xmlns="http://hl7.org/fhir">
<id value="ExampleBloodPressure2"/>
<meta>
<profile
value="https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-blood-pressure"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ExampleBloodPressure2</b></p><a name="ExampleBloodPressure2"> </a><a name="hcExampleBloodPressure2"> </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-blood-pressure.html">Healthy Route Blood Pressure</a></p></div><p><b>Tenant</b>: <code>https://example.org/sid/tenant</code>/site-a</p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}">Vital Signs</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 85354-9}">Blood pressure panel with all children optional</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>encounter</b>: <a href="Encounter-ExampleScreeningVisit.html">Encounter: extension = https://example.org/sid/tenant#site-a; status = completed; class = ambulatory; actualPeriod = 2026-04-14 09:05:00+0300 --> 2026-04-14 11:20:00+0300</a></p><p><b>effective</b>: 2026-04-14 09:26:00+0300</p><p><b>performer</b>: <a href="Practitioner-ExampleStudyNurse.html">Practitioner Wanjiru Achieng </a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8480-6}">Systolic blood pressure</span></p><p><b>value</b>: 142 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 8462-4}">Diastolic blood pressure</span></p><p><b>value</b>: 90 mmHg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></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="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="vital-signs"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="85354-9"/>
<display value="Blood pressure panel with all children optional"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/ExampleParticipant"/>
</subject>
<encounter>🔗
<reference value="Encounter/ExampleScreeningVisit"/>
</encounter>
<effectiveDateTime value="2026-04-14T09:26:00+03:00"/>
<performer>🔗
<reference value="Practitioner/ExampleStudyNurse"/>
</performer>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8480-6"/>
<display value="Systolic blood pressure"/>
</coding>
</code>
<valueQuantity>
<value value="142"/>
<unit value="mmHg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8462-4"/>
<display value="Diastolic blood pressure"/>
</coding>
</code>
<valueQuantity>
<value value="90"/>
<unit value="mmHg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</component>
</Observation>