Provenance

Dataset ID
hrrp
Entity Type
hospital
Role
enrichment
Source
CMS
Vintage
FY2026
Entity Count
5,399
Last ETL Run
2026-04-13

Overview

The Hospital Readmissions Reduction Program (HRRP) dataset is published by CMS as part of the Hospital Compare provider data files on data.cms.gov. It contains hospital-level Excess Readmission Ratios (ERRs) for six condition/procedure cohorts: acute myocardial infarction (AMI), heart failure (HF), pneumonia, chronic obstructive pulmonary disease (COPD), elective primary total hip/knee arthroplasty (THA/TKA), and coronary artery bypass graft surgery (CABG). Each row represents one measure for one hospital, with fields for the ERR, predicted and expected readmission rates, number of discharges, and number of readmissions. The current file covers FY2026, which uses a 3-year measurement window of approximately July 2019 through June 2022.

This dataset answers questions such as: which hospitals have higher- or lower-than-expected 30-day readmission rates for a given condition, how a hospital's readmission performance compares to the national expected rate, and which hospitals face payment reductions under the HRRP. The ERR is the key metric — a value above 1.0 means the hospital's readmission rate exceeds the risk-adjusted expected rate; below 1.0 means it performs better than expected.

Join Strategy

This dataset joins to hospital entity pages on CareGraph using the Facility ID field, which contains the CMS Certification Number (CCN) as a 6-digit zero-padded string. During ETL, the normalize_ccn() function strips whitespace and zero-pads values shorter than 6 characters to ensure consistent matching. Each source row is matched to a hospital entity page by CCN; rows with CCNs that do not match an existing hospital manifest are skipped. Because each hospital has multiple rows (one per condition measure), the ETL groups rows by CCN and attaches the full set of condition-level measures to the hospital's JSON manifest as an array. The join is a left join from the hospital manifest to the HRRP data — hospitals without HRRP records display missing data indicators rather than being excluded from the site.

Known Limitations

Data Quality Notes

← Back to Methodology Hub · Report an error