FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | ValueSet-observation-interpretation.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-observation-interpretation.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/observation-interpretation |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-09-15T11:40:24+00:00 |
| Name | SGHIObservationInterpretation |
| Title | SGHI Observation Interpretation |
| Description | Interpretation codes used to flag an observation's value against its reference range. Screening and triage flagging only, not diagnostic criteria. |
| StructureDefinition | ||
| silfhirprofileig#current | observation | SGHI Observation |
| CodeSystem | ||
| hl7.terminology#current | v3-ObservationInterpretation | ObservationInterpretation |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet observation-interpretation
http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📦4.0.0| Code | Display | Definition |
| LL | Critical low | 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). Synonym: Below lower panic limits. |
| L | Low | The result for a quantitative observation is below the lower limit of the reference range (as defined for the respective test procedure). Synonym: Below low normal |
| N | Normal | The result or observation value is within the reference range or expected norm (as defined for the respective test procedure). \[Note: Applies to numeric or non-numeric results.\] |
| H | High | The result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure). Synonym: Above high normal |
| HH | Critical high | 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). Synonym: Above upper panic limits. |
| A | Abnormal | The result or observation value is outside the reference range or expected norm (as defined for the respective test procedure). \[Note: Typically applies to non-numeric results.\] |
{
"resourceType": "ValueSet",
"id": "observation-interpretation",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/observation-interpretation",
"version": "0.1.0",
"name": "SGHIObservationInterpretation",
"title": "SGHI Observation Interpretation",
"status": "active",
"date": "2026-09-15T11:40:24+00:00",
"publisher": "Kathurima Kimathi",
"contact": [
{
"name": "Kathurima Kimathi",
"telecom": [
{
"system": "url",
"value": "https://www.linkedin.com/in/kathurima-kimathi/"
},
{
"system": "email",
"value": "kathurimakimathi415@gmail.com"
}
]
},
{
"name": "Oscar John",
"telecom": [
{
"system": "email",
"value": "oscarjohnotieno@gmail.com",
"use": "work"
}
]
},
{
"name": "Kennedy Omondi",
"telecom": [
{
"system": "email",
"value": "kennankole@gmail.com",
"use": "work"
}
]
}
],
"description": "Interpretation codes used to flag an observation's value against its reference range. Screening and triage flagging only, not diagnostic criteria.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"concept": [
{
"code": "LL",
"display": "Critical low"
},
{
"code": "L",
"display": "Low"
},
{
"code": "N",
"display": "Normal"
},
{
"code": "H",
"display": "High"
},
{
"code": "HH",
"display": "Critical high"
},
{
"code": "A",
"display": "Abnormal"
}
]
}
]
}
}