FHIR IG analytics| Package | fhir.example |
| Resource Type | CodeSystem |
| Id | CodeSystem-case-priority.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Emmergency-FHIR-IG/CodeSystem-case-priority.html |
| URL | https://ilm-hie.dha.go.ke/ocl/orgs/MOH-KENYA/CodeSystem/CASE-PRIORITY |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-12-18T14:12:07+00:00 |
| Name | CasePriorityCS |
| Title | Case Priority |
| Realm | us |
| Authority | hl7 |
| Description | Defines priority levels for cases. |
| Content | complete |
| ValueSet | |
| CASE-PRIORITY | Case Priority |
No resources found
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:
| Code | Display | Definition |
| CRITICAL | Critical | Requires immediate attention. |
| HIGH | High | Requires urgent attention. |
| MEDIUM | Medium | Requires timely attention. |
| LOW | Low | Requires routine attention. |
{
"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."
}
]
}