FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-observation-interpretation.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-observation-interpretation.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/observation-interpretation
Version0.1.0
Statusactive
Date2026-09-15T11:40:24+00:00
NameSGHIObservationInterpretation
TitleSGHI Observation Interpretation
DescriptionInterpretation codes used to flag an observation's value against its reference range. Screening and triage flagging only, not diagnostic criteria.

Resources that use this resource

StructureDefinition
silfhirprofileig#currentobservationSGHI Observation

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ObservationInterpretationObservationInterpretation

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet observation-interpretation

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📦4.0.0
    CodeDisplayDefinition
    LLCritical lowThe 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.
    LLowThe 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
    NNormalThe 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.\]
    HHighThe 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
    HHCritical highThe 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.
    AAbnormalThe 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.\]

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}