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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeCodeSystem
IdCodeSystem-referencerange-band-codesystem.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/CodeSystem-referencerange-band-codesystem.html
URLhttps://fhir.slade360.co.ke/fhir/CodeSystem/referencerange-band-codesystem
Version0.1.0
Statusactive
Date2026-09-15T11:40:24+00:00
NameSGHIReferenceRangeBandCodeSystem
TitleSGHI Reference Range Band Code System
DescriptionQualifies the critical bands of a vital-sign reference range. HL7's referencerange-meaning has no concept for either, and a machine-readable code is needed so consumers can colour or escalate a band without parsing its label.
Contentcomplete

Resources that use this resource

ValueSet
silfhirprofileig#currentreferencerange-meaningSGHI Reference Range Meaning

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem referencerange-band-codesystem

This code system https://fhir.slade360.co.ke/fhir/CodeSystem/referencerange-band-codesystem defines the following codes:

CodeDisplayDefinition
critical-low Critical lowValues at or below this range's upper bound warrant immediate escalation
critical-high Critical highValues at or above this range's lower bound warrant immediate escalation

Source1

{
  "resourceType": "CodeSystem",
  "id": "referencerange-band-codesystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/CodeSystem/referencerange-band-codesystem",
  "version": "0.1.0",
  "name": "SGHIReferenceRangeBandCodeSystem",
  "title": "SGHI Reference Range Band Code System",
  "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": "Qualifies the critical bands of a vital-sign reference range. HL7's referencerange-meaning has no concept for either, and a machine-readable code is needed so consumers can colour or escalate a band without parsing its label.",
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "critical-low",
      "display": "Critical low",
      "definition": "Values at or below this range's upper bound warrant immediate escalation"
    },
    {
      "code": "critical-high",
      "display": "Critical high",
      "definition": "Values at or above this range's lower bound warrant immediate escalation"
    }
  ]
}