HMIS (Health Management Information System)

HMIS (Health Management Information System)

MH Specific

Monthly facility-level health data from all government health facilities across Maharashtra covering maternal health, immunisation, disease reporting

Build a health facility performance dashboard for Maharashtra tracking key indicators across all districts.
Homepage

Quick Start

# Download from https://hmis.mohfw.gov.in/
import pandas as pd
df = pd.read_csv('hmis_data.csv')
mh = df[df['State'] == 'Maharashtra']
print(f'Facilities: {mh["Facility"].nunique()}')
print(mh.groupby('Indicator')['Value'].mean().head())
Modality
Tabular (web portal)
Size
All districts, monthly from 2008
License
Format
CSV
Language
en
Update Frequency
static
Organization
Ministry of Health & Family Welfare, Government of India

Schema

FieldTypeDescription
facilitystringHealth facility name
districtstringDistrict name
indicatorstringHealth indicator name
valuefloatIndicator value
monthstringReporting month

Build With This

Create a maternal health risk mapper identifying Maharashtra facilities with below-target institutional delivery rates
Develop a disease outbreak early warning system using HMIS data patterns for Maharashtra health facilities
Build a health resource allocation optimizer recommending staff and supply distribution across Maharashtra PHCs

AI Use Cases

Health facility performance monitoringdisease trend analysisresource allocation models
Last verified: 2026-03-07