FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "condition-severity",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://nshr.dha.go.ke/fhir/ValueSet/condition-severity",
"version": "0.1.0",
"name": "HIEConditionSeverity",
"title": "HIE Condition Severity",
"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 ValueSet of condition severity.",
"compose": {
"include": [
{
"system": "https://nshr.dha.go.ke/fhir/CodeSystem/condition-severity-cs",
"concept": [
{
"code": "mild",
"display": "Mild"
},
{
"code": "moderate",
"display": "Moderate"
},
{
"code": "severe",
"display": "Severe"
}
]
}
]
}
}