Provenance

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

Overview

The Nursing Home Ownership 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: y2hd-n93e). It contains one row per ownership record for Medicare- and Medicaid-certified skilled nursing facilities (SNFs) in the United States and its territories, with approximately 10 fields per record including owner name, owner type, and ownership percentage. Because each facility can have multiple owners, the dataset contains multiple rows per facility — reflecting the legal entity, managing entity, and all individuals or organizations holding 5% or more ownership interest as reported on CMS Form 855A (Medicare enrollment application). The dataset reflects current ownership status at the time of publication.

This dataset answers questions such as: Who owns or operates a given nursing facility? Is the facility for-profit, nonprofit, or government-owned? What percentage of the facility does each owner hold? Is the facility part of a chain? How many distinct entities have an ownership stake? It provides the ownership and corporate structure information displayed on CareGraph SNF entity pages.

Join Strategy

Each ownership 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 the normalize_ccn function, which strips leading and trailing whitespace and enforces zero-padding to six digits. Because each facility may have multiple owners, the join produces a one-to-many relationship: all matching ownership records are collected into an ownership array on the SNF entity page manifest. SNF pages without matching ownership records display no ownership section. Source rows with CCN values that do not match any existing SNF entity page are excluded from the site build. Malformed CCN values that fail normalization are skipped and logged during the ETL build step.

Known Limitations

Data Quality Notes

← Back to Methodology Hub · Report an error