FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | ValueSet |
| Id | ValueSet-arv-haart-status.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-arv-haart-status.html |
| URL | https://fhir.slade360.co.ke/fhir/ValueSet/arv-haart-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-05-21T10:26:55+00:00 |
| Name | SGHIARVHAARTStatus |
| Title | SGHI ARV / HAART Status |
| Description | A ValueSet indicating a patient's current antiretroviral (ARV) or HAART therapy status. |
No resources found
| CodeSystem | ||
| silfhirprofileig#current | special-clinic-code-system | SGHI Special Clinic Code System |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet arv-haart-status
https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system version 📦0.1.0| Code | Display | Definition |
| arv-yes | Yes — On ARV/HAART | Patient is currently on antiretroviral or HAART therapy. |
| arv-no | No — Not on ARV/HAART | Patient is not on antiretroviral or HAART therapy. |
| arv-revisit | Revisit (already on treatment) | Patient is revisiting and is already on ARV/HAART treatment. |
{
"resourceType": "ValueSet",
"id": "arv-haart-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/arv-haart-status",
"version": "0.1.0",
"name": "SGHIARVHAARTStatus",
"title": "SGHI ARV / HAART Status",
"status": "active",
"date": "2026-05-21T10:26:55+00:00",
"publisher": "Kathurima Kimathi",
"contact": [
{
"name": "Kathurima Kimathi",
"telecom": [
{
"system": "url",
"value": "https://www.linkedin.com/in/kathurima-kimathi/"
},
{
"system": "email",
"value": "kathurimakimathi415@gmail.com"
}
]
},
{
"name": "Oscar John",
"telecom": [
{
"system": "email",
"value": "oscarjohnotieno@gmail.com",
"use": "work"
}
]
},
{
"name": "Kennedy Omondi",
"telecom": [
{
"system": "email",
"value": "kennankole@gmail.com",
"use": "work"
}
]
}
],
"description": "A ValueSet indicating a patient's current antiretroviral (ARV) or HAART therapy status.",
"compose": {
"include": [
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system",
"concept": [
{
"code": "arv-yes",
"display": "Yes — On ARV/HAART"
},
{
"code": "arv-no",
"display": "No — Not on ARV/HAART"
},
{
"code": "arv-revisit",
"display": "Revisit (already on treatment)"
}
]
}
]
}
}