FHIR IG analytics
| Package | smart.who.int.hiv |
| Resource Type | ValueSet |
| Id | ValueSet-HIV.H.DE34.json |
| FHIR Version | R4 |
| Source | file://C:\work\release\source\output/ValueSet-HIV.H.DE34.html |
| URL | http://smart.who.int/hiv/ValueSet/HIV.H.DE34 |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-07-08T23:21:58+02:00 |
| Name | HIVHDE34 |
| Title | HIV status of partner or contact ValueSet |
| Authority | who |
| Description | Value set of HIV status of the partner or contact given by the index case |
Resources that use this resource
| StructureDefinition |
| smart.who.int.hiv#1.0.0 | HIVHFollowup | HIV.H Follow-up |
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.H.DE35 | Already knew positive | The partner or contact of the index case already knew they are HIV-positive |
| HIV.H.DE36 | Newly diagnosed | The partner or contact of the index case is newly diagnosed as HIV-positive |
| HIV.H.DE37 | Negative | The partner or contact of the index case is newly diagnosed is HIV-negative |
Source1
{
"resourceType": "ValueSet",
"id": "HIV.H.DE34",
"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.H.DE34",
"version": "1.0.0",
"name": "HIVHDE34",
"title": "HIV status of partner or contact 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 HIV status of the partner or contact given by the index case",
"compose": {
"include": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"concept": [
{
"code": "HIV.H.DE35",
"display": "Already knew positive"
},
{
"code": "HIV.H.DE36",
"display": "Newly diagnosed"
},
{
"code": "HIV.H.DE37",
"display": "Negative"
}
]
}
]
}
}