Tactical disease surveillance dashboard monitoring active outbreak events, IHR compliance scores, and health system fragility across African Union member states. Africa CDC IDSR · WHO AFRO · WHO SPAR 2022.
# Outbreak Pulse Monitor
### AU Health Intelligence · Dashboard 01
Real-time disease surveillance and IHR compliance monitoring across African Union member states — integrating Africa CDC IDSR data, WHO AFRO event-based surveillance, and IHR SPAR scores.
## What This Is
A tactical field intelligence dashboard monitoring disease outbreak events, IHR core capacity scores, and disease threat profiles across the African Union. Designed for public health emergency operations contexts — not committee rooms.
Unlike European health surveillance which tracks efficiency gaps, this platform tracks **absolute fragility**: IHR scores below functional thresholds, health ministries operating under crisis conditions, and active outbreaks in health systems with inadequate response capacity.
## Data Sources
| Source | What It Provides |
|--------|-----------------|
| Africa CDC Weekly Surveillance Reports 2022–2023 | Active outbreak events, case counts, CFR |
| WHO AFRO IDSR Reports | Integrated Disease Surveillance and Response data |
| WHO IHR SPAR 2022 | State Party Annual Reports — IHR core capacity scores |
| Africa CDC Event-Based Surveillance (EBS) | Real-time event detection and alert status |
| WHO HEPR 2023 | Health Emergency Preparedness, Response and Resilience assessments |
## Key Metrics
- **IHR Score**: WHO SPAR composite (0–100) measuring core capacity across detection, notification, response
- **Alert Level**: 1 (Critical) → 4 (Low) event classification
- **Reporting Timeliness**: % of outbreak events reported to Africa CDC within 48 hours
- **Verification Rate**: % of alerts verified within 24 hours
- **CFR**: Case Fatality Rate by outbreak event
## Quick Start
```bash
git clone
github.com
cd outbreak-pulse-monitor
npm install
npm run dev
Open
localhost
**Windows:**
```cmd
cd C:\Users\YourName\Downloads\outbreak-pulse-monitor
npm install
npm run dev
```
## Architecture
- **Next.js 14 A …