FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | ValueSet-condition-severity.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-condition-severity.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/condition-severity |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-01-29T07:53:25+00:00 |
| Name | SGHIConditionSeverity |
| Title | condition-severity |
| Description | Condition severity |
No resources found
| CodeSystem | |
| SGHIConditionSeverityCodeSystem | SGHIConditionSeverityCodeSystem |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet condition-severity
https://fhir.slade360.co.ke/fhir/CodeSystem/SGHIConditionSeverityCodeSystem version 📦0.1.0| Code | Display | Definition |
| severe | Severe | Indicates a life-threatening or highly serious clinical condition requiring urgent or intensive medical intervention. |
| mild | Mild | Indicates a low-severity clinical condition with minimal symptoms and routine clinical management. |
| moderate | Moderate | Indicates a clinical condition of intermediate severity requiring medical attention but not immediately life-threatening. |
{
"resourceType": "ValueSet",
"id": "condition-severity",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/condition-severity",
"version": "0.1.0",
"name": "SGHIConditionSeverity",
"title": "condition-severity",
"status": "active",
"date": "2026-01-29T07:53:25+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": "Condition severity",
"compose": {
"include": [
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/SGHIConditionSeverityCodeSystem",
"concept": [
{
"code": "severe",
"display": "Severe"
},
{
"code": "mild",
"display": "Mild"
},
{
"code": "moderate",
"display": "Moderate"
}
]
}
]
}
}