File size: 1,970 Bytes
72c2af9
 
 
f6493dc
72c2af9
f6493dc
72c2af9
f6493dc
 
 
 
 
 
 
72c2af9
 
f6493dc
72c2af9
f6493dc
 
 
 
 
 
 
 
72c2af9
 
f6493dc
 
72c2af9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
license: cc-by-4.0
task_categories:
- tabular-classification
language:
- en
tags:
- laboratory
- HIV
- viral-load
- CD4
- ART-monitoring
- synthetic
- sub-saharan-africa
pretty_name: HIV Viral Load & CD4 Testing
size_categories:
- 10K<n<100K
configs:
- config_name: vl_accessible
  data_files: data/hiv_vl_cd4_vl_accessible.csv
- config_name: vl_limited
  data_files: data/hiv_vl_cd4_vl_limited.csv
  default: true
- config_name: no_vl_access
  data_files: data/hiv_vl_cd4_no_vl_access.csv
data_type: synthetic
---

> ⚠️ **Synthetic dataset** — Parameterized from published SSA literature, not real observations. Not suitable for empirical analysis or policy inference.

# HIV Viral Load & CD4 Testing

## Abstract

Synthetic dataset modeling HIV viral load and CD4 laboratory services across three SSA scenarios. Captures VL/CD4 test availability, platforms (conventional/POC/DBS), results, turnaround times, clinical actions (EAC, regimen switch), and quality indicators. Parameterized from WHO/UNAIDS guidelines and SSA implementation research.

## Parameterization Evidence

| Parameter | Value | Source | Year |
| --- | --- | --- | --- |
| VL coverage SSA | 17% to 71% (2015-2019) | Lecher et al. MMWR | 2021 |
| VL suppression on ART | 76% SSA | UNAIDS | 2023 |
| Conventional VL TAT | 2-6 weeks | Jani et al. Lancet HIV | 2016 |
| POC VL TAT | 1-3 hours | Jani et al. | 2016 |
| SSA PLHIV on ART | 21M / 25.6M | UNAIDS | 2023 |

## Validation

![Validation Report](validation_report.png)

## Usage

```python
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/hiv-viral-load-cd4", name="vl_limited")
df = ds['train'].to_pandas()
```

## References

1. WHO (2023). HIV treatment guidelines
2. UNAIDS (2023). Global HIV statistics
3. Lecher SL et al. (2021). VL monitoring scale-up. *MMWR*. DOI: 10.15585/mmwr.mm7034a2
4. Jani IV et al. (2016). POC CD4 and VL. *Lancet HIV*. DOI: 10.1016/S2352-3018(15)00236-X

## License

CC-BY-4.0