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.DE948 | New | A person with TB disease who has never been treated for TB before or has only previously ever taken TB drugs for less than 1 month |
| HIV.D.DE949 | Recurrent | A person with TB disease who was previously treated for TB, was declared cured or treatment completed at the end of their most recent course of TB treatment and is now diagnosed with a new episode of TB. |
| HIV.D.DE950 | Re-registered | A person with TB disease who had been notified previously as a TB case, but was not declared cured or treatment completed, and is now being registered for a new course of TB treatment. |
| HIV.D.DE951 | Unknown | A person with TB disease who has undocumented history of TB treatment |
Source1
{
"resourceType": "ValueSet",
"id": "HIV.D.DE947",
"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.DE947",
"version": "1.0.0",
"name": "HIVDDE947",
"title": "TB treatment history 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 history of previous TB treatment",
"compose": {
"include": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"concept": [
{
"code": "HIV.D.DE948",
"display": "New"
},
{
"code": "HIV.D.DE949",
"display": "Recurrent"
},
{
"code": "HIV.D.DE950",
"display": "Re-registered"
},
{
"code": "HIV.D.DE951",
"display": "Unknown"
}
]
}
]
}
}