FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| smart.who.int.hiv#1.0.0 | HIVDHIVTB | HIV.D HIV-TB |
Resources that this resource uses
| CodeSystem |
| smart.who.int.hiv#1.0.0 | HIVConcepts | WHO SMART HIV Concepts CodeSystem |
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.DE1003 | Treatment failed | The treatment regimen terminated or permanently changed to a new regimen or treatment strategy. Reasons for the change include:
- no clinical response or no bacteriological response, or both (see note;
- adverse drug reaction; or
- evidence of additional drug-resistance to medicines in the regimen. |
| HIV.D.DE1004 | Cured | Client with pulmonary TB with bacteriologically confirmed TB at the beginning of treatment who completed treatment as recommended by the national policy, with evidence of bacteriological response and no evidence of failure. |
| HIV.D.DE1005 | Treatment completed | Patient completed treatment as recommended by the national policy but the outcome does not meet the definition for cure or treatment failure |
| HIV.D.DE1006 | Died | Client died before starting treatment or during the course of treatment |
| HIV.D.DE1007 | Lost to follow-up | Client was lost to follow-up |
| HIV.D.DE1008 | Not evaluated | No treatment outcome was assigned. This includes cases 'transferred out' to another treatment unit and whose treatment outcome is unknown; however, it excludes those lost to follow-up. |
Source1
{
"resourceType": "ValueSet",
"id": "HIV.D.DE1002",
"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.DE1002",
"version": "1.0.0",
"name": "HIVDDE1002",
"title": "TB treatment outcome 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 indicates patient's TB treatment outcome",
"compose": {
"include": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"concept": [
{
"code": "HIV.D.DE1003",
"display": "Treatment failed"
},
{
"code": "HIV.D.DE1004",
"display": "Cured"
},
{
"code": "HIV.D.DE1005",
"display": "Treatment completed"
},
{
"code": "HIV.D.DE1006",
"display": "Died"
},
{
"code": "HIV.D.DE1007",
"display": "Lost to follow-up"
},
{
"code": "HIV.D.DE1008",
"display": "Not evaluated"
}
]
}
]
}
}