FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | CodeSystem |
| Id | CodeSystem-condition-severity-cs.json |
| FHIR Version | R4B |
| Source | https://build.fhir.org/ig/savannahghi/hie-fhir-ig-profile/CodeSystem-condition-severity-cs.html |
| URL | https://nshr.dha.go.ke/fhir/CodeSystem/condition-severity-cs |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-01-09T16:26:07+00:00 |
| Name | HIEConditionSeverityCS |
| Title | HIE Condition Severity Codes |
| Description | Local severity codes. |
| Content | complete |
| ValueSet | |
| condition-severity | HIE Condition Severity |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem condition-severity-cs
This case-sensitive code system https://nshr.dha.go.ke/fhir/CodeSystem/condition-severity-cs defines the following codes:
| Code | Display |
| mild | Mild |
| moderate | Moderate |
| severe | Severe |
{
"resourceType": "CodeSystem",
"id": "condition-severity-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://nshr.dha.go.ke/fhir/CodeSystem/condition-severity-cs",
"version": "0.1.0",
"name": "HIEConditionSeverityCS",
"title": "HIE Condition Severity Codes",
"status": "active",
"date": "2026-01-09T16:26:07+00:00",
"publisher": "Kathurima Kimathi",
"contact": [
{
"name": "Kathurima Kimathi",
"telecom": [
{
"system": "url",
"value": "https://www.linkedin.com/in/kathurima-kimathi/"
},
{
"system": "email",
"value": "kathurima@savannahinformatics.com"
}
]
}
],
"description": "Local severity codes.",
"caseSensitive": true,
"content": "complete",
"count": 3,
"concept": [
{
"code": "mild",
"display": "Mild"
},
{
"code": "moderate",
"display": "Moderate"
},
{
"code": "severe",
"display": "Severe"
}
]
}