--- license: cc-by-4.0 task_categories: - tabular-classification - tabular-regression language: - en tags: - healthcare - supply-chain - HIV - ARV - antiretroviral - test-kit - PEPFAR - viral-load - ART - sub-saharan-africa - lmic pretty_name: "HIV Test Kit & ARV Supply (Commodity Availability, Stockouts, ART Interruption, Patient Impact)" size_categories: - 10K Validation Report

### 4.1 Key Validation Results | Metric | PEPFAR Urban | District | Rural | Literature | | --- | --- | --- | --- | --- | | Availability | 89% | 65% | 30% | 98-100% PEPFAR [2]; gaps elsewhere [3] | | Stocked out 6m | 17% | 54% | 95% | 61% countries at risk [3] | | Stockout duration | 5d | 15d | 31d | Literature range | | ART interruption | 0.5% | 5% | 18% | Clinical impact | | Order fill rate | 84% | 60% | 35% | GHSC-PSM data | ## 5. Usage ```python from datasets import load_dataset dataset = load_dataset( "electricsheepafrica/hiv-testkit-arv-supply", "district_hospital_art" ) df = dataset["train"].to_pandas() # Which commodities are most at risk? risk = df.groupby('commodity_name').agg({ 'available_on_survey_day': 'mean', 'art_interruption_due_to_stockout': 'mean' }).sort_values('available_on_survey_day') print(risk.head(10)) ``` ## 6. Limitations - **Simulated**: Not from real PEPFAR or Global Fund supply chain data. - **No donor transition modelling**: The dataset does not simulate the impact of PEPFAR funding changes. - **No drug resistance**: ART interruptions do not model downstream resistance emergence. - **No longitudinal tracking**: Records are cross-sectional, not patient-level treatment histories. - **Simplified costing**: Unit costs are approximate global reference prices. ## 7. References 1. GHSC-PSM / USAID (2023). FY23 Q1 IDIQ Report. 20.5M patient-years ARV delivered. 2. GHSC-PSM. From Crisis to Confidence. TLD availability 98-100%. 3. UNAIDS (2025). HIV commodity availability fact sheet. 39% low risk; 61% moderate-high risk. 4. Global Fund (2023). TLD price reduced to <$45/year. 5. PMC (2020). Monitoring pharmacy and test kit stocks in rural Mozambique. PMC7232670. 6. Nation Africa (2024). Kenya among six countries on brink of running out of HIV drugs. ## Citation ```bibtex @dataset{esa_hiv_testkit_arv_2025, title = {HIV Test Kit and ARV Supply Dataset: Commodity Availability, Stockouts, ART Interruption, and Patient Impact Across Three Tiers of ART Service Delivery in Sub-Saharan Africa}, author = {{Electric Sheep Africa}}, year = {2025}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/electricsheepafrica/hiv-testkit-arv-supply}, note = {Simulated dataset. Not for clinical or programme decisions.} } ``` ## License [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)