FHIR IG Statistics: ValueSet/HIV.D.DE186
Package | smart.who.int.hiv |
Type | ValueSet |
Id | HIV.D.DE186 |
FHIR Version | R4 |
Source | http://smart.who.int/hiv/file://C:\work\release\source\output/ValueSet-HIV.D.DE186.html |
URL | http://smart.who.int/hiv/ValueSet/HIV.D.DE186 |
Version | 1.0.0 |
Status | active |
Date | 2025-07-08T23:21:58+02:00 |
Name | HIVDDE186 |
Title | HIV clinical stage ValueSet |
Authority | who |
Description | Value set of wHO clinical stage of client based on signs and symptoms. WHO clinical staging is a way to categorize HIV disease severity based on new or recurrent clinical events. There are 4 WHO clinical stages that range from mild symptoms (WHO clinical stage 1) to severe symptoms (WHO clinical stage 4). |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://smart.who.int/hiv/CodeSystem/HIVConcepts
Code | Display | Definition |
HIV.D.DE187 | WHO HIV clinical stage 1 | Client is currently assessed to be at a clinical stage 1, based on clinical assessment and diagnostics |
HIV.D.DE188 | WHO HIV clinical stage 2 | Client is currently assessed to be at a clinical stage 2, based on clinical assessment and diagnostics |
HIV.D.DE189 | WHO HIV clinical stage 3 | Client is currently assessed to be at a clinical stage 3, based on clinical assessment and diagnostics |
HIV.D.DE190 | WHO HIV clinical stage 4 | Client is currently assessed to be at a clinical stage 4, based on clinical assessment and diagnostics |
Source
{
"resourceType": "ValueSet",
"id": "HIV.D.DE186",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablevalueset",
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablevalueset",
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-computablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://smart.who.int/hiv/ValueSet/HIV.D.DE186",
"version": "1.0.0",
"name": "HIVDDE186",
"title": "HIV clinical stage ValueSet",
"status": "active",
"experimental": true,
"date": "2025-07-08T23:21:58+02:00",
"publisher": "WHO",
"contact": [
{
"name": "WHO",
"telecom": [
{
"system": "url",
"value": "http://who.int"
}
]
}
],
"description": "Value set of wHO clinical stage of client based on signs and symptoms. WHO clinical staging is a way to categorize HIV disease severity based on new or recurrent clinical events. There are 4 WHO clinical stages that range from mild symptoms (WHO clinical stage 1) to severe symptoms (WHO clinical stage 4).",
"compose": {
"include": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"concept": [
{
"code": "HIV.D.DE187",
"display": "WHO HIV clinical stage 1"
},
{
"code": "HIV.D.DE188",
"display": "WHO HIV clinical stage 2"
},
{
"code": "HIV.D.DE189",
"display": "WHO HIV clinical stage 3"
},
{
"code": "HIV.D.DE190",
"display": "WHO HIV clinical stage 4"
}
]
}
]
}
}