FHIR IG Statistics: ValueSet/HIV.D.DE593
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.DE594 | Currently taking | The medication is still being taken (active) |
HIV.D.DE595 | Completed | The medication is no longer being taken |
HIV.D.DE596 | Entered in error | Entered in error |
HIV.D.DE597 | Intended | The medication may be taken at some time in the future |
HIV.D.DE598 | Stopped | Actions implied by the statement have been permanently halted, before all of them occurred. This should not be used if the statement was entered in error. |
HIV.D.DE599 | On hold | The client has temporarily stopped taking the medication, but is expected to continue again later. May also be called 'suspended'. |
HIV.D.DE600 | Unknown | The state of the medication use is not currently known |
HIV.D.DE601 | Did not take | The client did not take the medication |
Source
{
"resourceType": "ValueSet",
"id": "HIV.D.DE593",
"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.DE593",
"version": "1.0.0",
"name": "HIVDDE593",
"title": "Medication status 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 current state of the client's taking of the medication",
"compose": {
"include": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"concept": [
{
"code": "HIV.D.DE594",
"display": "Currently taking"
},
{
"code": "HIV.D.DE595",
"display": "Completed"
},
{
"code": "HIV.D.DE596",
"display": "Entered in error"
},
{
"code": "HIV.D.DE597",
"display": "Intended"
},
{
"code": "HIV.D.DE598",
"display": "Stopped"
},
{
"code": "HIV.D.DE599",
"display": "On hold"
},
{
"code": "HIV.D.DE600",
"display": "Unknown"
},
{
"code": "HIV.D.DE601",
"display": "Did not take"
}
]
}
]
}
}