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
| Active as of 2026-09-15 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="observation-interpretation"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet observation-interpretation</b></p><a name="observation-interpretation"> </a><a name="hcobservation-interpretation"> </a><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-ObservationInterpretation.html"><code>http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation</code></a><span title="Version is not explicitly stated, which means it is fixed to 4.0.0, the version found through the package references"> version 📦4.0.0</span><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-LL">LL</a></td><td>Critical low</td><td>The result for a quantitative observation is below a reference level at which immediate action should be considered for patient safety (as defined for the respective test procedure).<br/><br/>Synonym: Below lower panic limits.</td></tr><tr><td><a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-L">L</a></td><td>Low</td><td>The result for a quantitative observation is below the lower limit of the reference range (as defined for the respective test procedure).<br/><br/>Synonym: Below low normal</td></tr><tr><td><a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-N">N</a></td><td>Normal</td><td>The result or observation value is within the reference range or expected norm (as defined for the respective test procedure).<br/><br/>\[Note: Applies to numeric or non-numeric results.\]</td></tr><tr><td><a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-H">H</a></td><td>High</td><td>The result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure).<br/><br/>Synonym: Above high normal</td></tr><tr><td><a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-HH">HH</a></td><td>Critical high</td><td>The result for a quantitative observation is above a reference level at which immediate action should be considered for patient safety (as defined for the respective test procedure).<br/><br/>Synonym: Above upper panic limits.</td></tr><tr><td><a href="http://terminology.hl7.org/7.3.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-A">A</a></td><td>Abnormal</td><td>The result or observation value is outside the reference range or expected norm (as defined for the respective test procedure).<br/><br/>\[Note: Typically applies to non-numeric results.\]</td></tr></table></li></ul></div>
</text>
<url
value="https://fhir.slade360.co.ke/fhir/ValueSet/observation-interpretation"/>
<version value="0.1.0"/>
<name value="SGHIObservationInterpretation"/>
<title value="SGHI Observation Interpretation"/>
<status value="active"/>
<date value="2026-09-15T11:40:24+00:00"/>
<publisher value="Kathurima Kimathi"/>
<contact>
<name value="Kathurima Kimathi"/>
<telecom>
<system value="url"/>
<value value="https://www.linkedin.com/in/kathurima-kimathi/"/>
</telecom>
<telecom>
<system value="email"/>
<value value="kathurimakimathi415@gmail.com"/>
</telecom>
</contact>
<contact>
<name value="Oscar John"/>
<telecom>
<system value="email"/>
<value value="oscarjohnotieno@gmail.com"/>
<use value="work"/>
</telecom>
</contact>
<contact>
<name value="Kennedy Omondi"/>
<telecom>
<system value="email"/>
<value value="kennankole@gmail.com"/>
<use value="work"/>
</telecom>
</contact>
<description
value="Interpretation codes used to flag an observation's value against its reference range. Screening and triage flagging only, not diagnostic criteria."/>
<compose>
<include>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
<concept>
<code value="LL"/>
<display value="Critical low"/>
</concept>
<concept>
<code value="L"/>
<display value="Low"/>
</concept>
<concept>
<code value="N"/>
<display value="Normal"/>
</concept>
<concept>
<code value="H"/>
<display value="High"/>
</concept>
<concept>
<code value="HH"/>
<display value="Critical high"/>
</concept>
<concept>
<code value="A"/>
<display value="Abnormal"/>
</concept>
</include>
</compose>
</ValueSet>