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

FHIR IG analytics

Packagefhir.example
Resource TypeCodeSystem
IdCodeSystem-case-priority.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Emmergency-FHIR-IG/CodeSystem-case-priority.html
URLhttps://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/CASE-PRIORITY
Version0.1.0
Statusactive
Date2025-12-18T14:12:07+00:00
NameCasePriorityCS
TitleCase Priority
Realmus
Authorityhl7
DescriptionDefines priority levels for cases.
Contentcomplete

Resources that use this resource

ValueSet
CASE-PRIORITYCase Priority

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem case-priority

This code system https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/CASE-PRIORITY defines the following codes:

CodeDisplayDefinition
CRITICAL CriticalRequires immediate attention.
HIGH HighRequires urgent attention.
MEDIUM MediumRequires timely attention.
LOW LowRequires routine attention.

Source1

{
  "resourceType": "CodeSystem",
  "id": "case-priority",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/CASE-PRIORITY",
  "version": "0.1.0",
  "name": "CasePriorityCS",
  "title": "Case Priority",
  "status": "active",
  "date": "2025-12-18T14:12:07+00:00",
  "publisher": "Intellisoft Consulting Ltd.",
  "contact": [
    {
      "name": "Intellisoft Consulting Ltd.",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description": "Defines priority levels for cases.",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "CRITICAL",
      "display": "Critical",
      "definition": "Requires immediate attention."
    },
    {
      "code": "HIGH",
      "display": "High",
      "definition": "Requires urgent attention."
    },
    {
      "code": "MEDIUM",
      "display": "Medium",
      "definition": "Requires timely attention."
    },
    {
      "code": "LOW",
      "display": "Low",
      "definition": "Requires routine attention."
    }
  ]
}