IDSP (Integrated Disease Surveillance Programme)

IDSP (Integrated Disease Surveillance Programme)

MH Specific

Weekly disease outbreak data covering epidemic-prone diseases across Maharashtra districts in syndromic, probable, and lab-confirmed formats

Build a disease outbreak prediction model for Maharashtra using weekly IDSP surveillance data.
Homepage

Quick Start

# Download from https://idsp.mohfw.gov.in/
import pandas as pd
df = pd.read_csv('idsp_data.csv')
mh = df[df['State'] == 'Maharashtra']
print(mh.groupby('Disease')['Cases'].sum().sort_values(ascending=False).head())
Modality
Tabular (web reports)
Size
Weekly reports, 720+ districts nationally
License
Format
CSV
Language
en
Update Frequency
static
Organization
National Centre for Disease Control, Government of India

Schema

FieldTypeDescription
statestringState name
districtstringDistrict name
diseasestringDisease name
casesintNumber of reported cases
weekstringEpidemiological week

Build With This

Create a real-time disease heatmap for Maharashtra showing active outbreaks and their progression
Develop a dengue/malaria forecasting system correlating IDSP data with weather and mosquito breeding patterns
Build a pandemic preparedness dashboard tracking respiratory illness trends across Maharashtra districts

AI Use Cases

Epidemic early-warning systemsdisease outbreak predictionsyndromic surveillance AI
Last verified: 2026-03-07