Provenance

Dataset ID
nh-deficiencies
Entity Type
snf
Role
enrichment
Source
CMS
Vintage
Mar 2026
Entity Count
14,703
Last ETL Run
2026-04-13

Overview

The Nursing Home Health Deficiencies dataset is published by the Centers for Medicare & Medicaid Services (CMS) through the Care Compare program (formerly Nursing Home Compare) and is available as a public-use file on data.cms.gov (dataset identifier: r5ix-sfxw). It contains one row per deficiency citation issued to a Medicare- and Medicaid-certified skilled nursing facility (SNF) during state survey agency inspections conducted on behalf of CMS. Each record carries approximately 15 fields including the deficiency tag number (F-tag), tag description, scope/severity code, survey date, and correction date. The dataset covers the most recent three years of standard health surveys plus any complaint-driven survey citations within that window.

This dataset answers questions such as: How many deficiency citations has a facility received in the past three years? What specific federal regulations has it been cited for violating? How severe are its citations on the CMS scope/severity grid? Has a facility had citations at the level of actual harm or immediate jeopardy to residents? How does its deficiency citation volume compare to peer facilities in the same state? It is the primary source for inspection-related compliance data displayed on CareGraph SNF entity pages.

Join Strategy

Each deficiency record is joined to a CareGraph SNF entity page using the Federal Provider Number field, which is the facility's CMS Certification Number (CCN). The CCN is a 6-character string, zero-padded on the left (e.g., 015001). During ETL, the join key is normalized by stripping leading and trailing whitespace and enforcing zero-padding to six digits via the normalize_ccn function. Because each facility can have multiple deficiency citations, the join produces a one-to-many relationship: all matching deficiency records are collected into a deficiencies array on the SNF entity page manifest. SNF pages without matching deficiency records display no deficiency section rather than showing an empty table. Source rows with CCN values that do not match any existing SNF entity page are excluded from the site build. The CCN format is validated during the ETL build step, and malformed keys are reported in the build log.

Known Limitations

Data Quality Notes

---

← Back to Methodology Hub · Report an error