FHIR IG Statistics: ValueSet/HIV.I.DE2
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.I.DE3 | Hospital | Client's clinical status warrants hospitalization |
HIV.I.DE4 | Referral for screening including diagnostics and lab testing | The client is referred because they need a lab test done and/or diagnostics done, but those services are unavailable at the current health facility or providers. This includes referral for TB screening (is symptomatic of TB, has had close contact with confirmed TB case, etc.) and other comorbidities or coinfections. |
HIV.I.DE5 | TB referral | Referral for TB care |
HIV.I.DE6 | Antenatal care referral | Client was referred because the client is pregnant |
HIV.I.DE7 | Referral for other general services | If none of the reasons above apply, this should be selected |
Source
{
"resourceType": "ValueSet",
"id": "HIV.I.DE2",
"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.I.DE2",
"version": "1.0.0",
"name": "HIVIDE2",
"title": "Reason for referral 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 reason why the client is being referred. If diagnosed, this may include the reason for the diagnosis.",
"compose": {
"include": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"concept": [
{
"code": "HIV.I.DE3",
"display": "Hospital"
},
{
"code": "HIV.I.DE4",
"display": "Referral for screening including diagnostics and lab testing"
},
{
"code": "HIV.I.DE5",
"display": "TB referral"
},
{
"code": "HIV.I.DE6",
"display": "Antenatal care referral"
},
{
"code": "HIV.I.DE7",
"display": "Referral for other general services"
}
]
}
]
}
}