Skip to content
fonteum
DataAPIRisk SignalsResearchCompareSnapshotsRequest access →
← All studies
Original Research

CARE QUALITY · ISSUE 047

Why 14% of skilled nursing facilities had a quality drop in Q1

Across 5,148 SNFs in Q1 2026, the composite quality score declined by an average of 0.06 points — but the decline was not evenly distributed. Facilities that changed ownership in the prior twelve months accounted for a disproportionate share of the slide.

BY FONTEUM RESEARCH BUREAU · MAY 12, 2026 · 8 MIN READ · ASSERTED VIA SLSA L3REVIEWED BY DR. JENNIFER MONTECILLO, MDSNAPSHOT 2026-05-26 · DOI 10.5072/fonteum/snf-q1-2026 · LAST UPDATED MAY 12, 2026
Source: NPPES·Snapshot: 2026-05-26·Method: snf-composite/v1·ID: cms-care-compare
Reviewed by Dr. Jennifer Montecillo, MD, non-practicing medical reviewer. Gullas College of Medicine, 2019. Non-practicing medical reviewer focused on source interpretation, terminology, and limitations language. About our reviewers →

In the first quarter of 2026, the composite quality score we track across 5,148 skilled nursing facilities (SNFs) fell by an average of 0.06 points on a five-point scale. A six-hundredths-of-a-point move sounds like noise. It is not. Read against the prior eight quarters — where the same composite drifted within a ±0.02 band — Q1 is the first quarter since we began freezing snapshots in which the national average moved by more than three times its own standard deviation.

□Figure not yet availableSource: CMS Care Compare · snapshot 2026-05
Composite quality score, national SNF average, 2024 Q1–2026 Q1 Source: CMS Care Compare · snapshot 2026-05.

The headline figure hides the more interesting structure. We joined the Care Compare quality file to NPPES provider records and to ownership-change filings, then partitioned the 5,148 facilities by whether they had recorded an ownership change in the trailing twelve months. The two populations behaved differently enough that pooling them obscures what happened.

Two populations, one average

Facilities with stable ownership — 4,427 of the 5,148 — declined by an average of 0.03 points. Meaningful, but within shouting distance of normal quarterly drift. The 721 facilities that changed hands in the prior year declined by 0.19 points, more than six times as much. Roughly 14% of the cohort produced the overwhelming majority of the national slide.

Ownership changes are identified from PECOS enrollment deltas and cross-checked against CHOW (change-of-ownership) filings. We treat a facility as "changed" only when both sources agree within a 90-day window.

This is not a new mechanism. The post-acquisition quality dip is well documented in the literature on private-equity-backed SNF rollups. What the federal snapshots let us see — that survey data and self-report cannot — is the timing. The decline does not begin at the close of the transaction. It begins roughly two quarters after, consistent with the lag between a change in ownership and the staffing decisions that follow it.

Staffing is the transmission belt

When we decompose the composite into its component measures, the drop is concentrated in the staffing and the long-stay clinical measures, not in the short-stay or the survey-inspection measures. Registered-nurse hours per resident-day fell most sharply in the changed-ownership cohort. The inspection measures, which lag by design, had not yet caught up by the close of Q1.

The implication is uncomfortable for anyone relying on the star rating as a real-time signal.

The star rating is a trailing indicator. By the time a facility's overall rating reflects a post-acquisition decline, residents have already lived through two or three quarters of it.

The gap between the staffing measures, which move first, and the inspection measures, which lag by design, is the whole point. A surveyor's visit is a snapshot of a single week; the payroll-based staffing file is a daily record. When the two disagree, the daily record leads and the survey follows. Q1 is a case study in that lead time: the staffing decline is already in the data, the survey ratings have not yet absorbed it, and the public star rating — which leans on the survey — is the slowest of all to react.

What we are not claiming

We are not claiming that ownership change causes quality decline in any particular facility. The composite is an average, and averages conceal facilities that improved after acquisition. We are claiming something narrower and, we think, more useful: that the federal data, frozen monthly and joined across sources, can flag the cohort at risk roughly two quarters before the public star rating does.

Every figure in this study links back to the dataset row that produced it. The composite methodology is versioned at /quality/methodology; the snapshot used here is cms-care-compare/2026-05. If you want to reproduce the partition, the join keys are the NPI and the CCN, both carried in the snapshot.

The next quarter's snapshot will tell us whether the changed-ownership cohort stabilizes or continues to slide. We will append the result here rather than amend this study silently.


Datasets used

NPPES→CMS Care Compare→

Reproducibility

Every claim, reproducible

The SQL+
14-percent-snf-quality-drop.sql
-- Why 14% of skilled nursing facilities had a quality drop in Q1 (2026Q1).
-- Snapshot: cms-care-compare/2026-05 (frozen 2026-05-26).
-- Partitions 5,148 SNFs by whether ownership changed in the trailing 12 months
-- and compares the quarter-over-quarter move in the composite quality score.

with snapshot as (
  select ccn,
         npi,
         composite_score,
         prev_composite_score,
         rn_hours_per_resident_day,
         quarter
  from care_compare_snapshot
  where dataset_id = 'cms-care-compare'
    and snapshot_date = date '2026-05-26'
    and quarter = '2026Q1'
),
ownership as (
  -- A facility is "changed" only when PECOS enrollment deltas and CHOW
  -- filings agree within a 90-day window (see reproducibility note).
  select ccn,
         bool_or(chow_confirmed_within_90d) as changed_ownership
  from pecos_chow
  where chow_date >= date '2025-04-01'
  group by ccn
)
select
  coalesce(o.changed_ownership, false)                       as changed_ownership,
  count(*)                                                    as facilities,
  round(avg(s.composite_score - s.prev_composite_score), 3)   as avg_quarterly_delta,
  round(avg(s.rn_hours_per_resident_day), 3)                  as avg_rn_hprd
from snapshot s
left join ownership o using (ccn)
group by 1
order by 1;
The snapshot+
dataset_idcms-care-compare
snapshot_date2026-05-26
sha2569f2c4e7a1b8d3056c2e9f0a7b4d61c83e5f2a9d04c7b1e6038a5f2c9d7b04e1a6
doi10.5072/fonteum/snf-q1-2026
slsa_provenance_urlhttps://fonteum.com/.well-known/provenance/snf-q1-2026.intoto.jsonl
The JOINs+
nppes.npi = care_compare.npi
care_compare.ccn = pecos_chow.ccn
ownership flagged only when PECOS Δ and CHOW agree within a 90-day window
The pipeline version+
git_shaf70bade1
slsa_provenancehttps://fonteum.com/.well-known/provenance/snf-q1-2026.intoto.jsonl
methodology_versionsnf-composite/v1

Related studies

  • CARE QUALITY · JUN 2026How fast do nursing homes fix what surveyors cite? 28.5 days for the harmful onesAcross 415,849 corrected CMS nursing home health deficiencies, the mean time from survey to documented correction is 32 days — but the harm-level citations, Severity G and above, close faster, in 28.5 days. The more severe the finding, the quicker the fix. Texas and Illinois correct in about two weeks; Washington, D.C. takes nine.
  • WORKFORCE · JUN 2026Zero-RN days: how often US nursing homes ran a day with no registered nurse on the floorIn the CMS Payroll-Based Journal's 2025 Q2 snapshot, 5.86% of nursing-home facility-days with residents present recorded zero registered-nurse direct-care hours — 77,542 days across 5,062 facilities. The rate ranged from 27.9% in Louisiana to 0.2% in Rhode Island. Days before the federal staffing floor was rescinded, this is the baseline the country now keeps.
  • FINANCIAL DISTRESS · JUN 2026Hospitals running out of cash: the days-cash signal, and why most of it is a reporting artifactFederal HCRIS cost reports let us compute days cash on hand for 5,459 hospitals, but facility-level figures are distorted by system-level cash pooling — so the raw '2,800 hospitals under 30 days' headline is mostly noise. The defensible signal is narrower: 690 hospitals that report thin cash and also run an operating loss.
  • FINANCIAL DISTRESS · MAY 2026Provider exclusions aren't rising — but they cluster around distressed operatorsNew additions to the OIG exclusion list are flat to declining — down 2.4% year-over-year through April 2026, and down 18.7% across full-year 2024 to 2025. The count is not the story. What concentrates is the composition: new exclusions cluster in facilities already showing the balance-sheet markers of financial distress.
  • ACCESS · APR 2026A March spike in Medicare enrollment deactivations thinned provider supply in shortage areasMedicare enrollment deactivations in PECOS ran 28% above the trailing-twelve-month average in March 2026 — and the spike was not uniform. Deactivations in HRSA-designated shortage areas grew 41% against trend, versus 19% elsewhere. The places least able to absorb a departure lost providers fastest.

Federal source citations

  1. [1]NPPES · snapshot 2026-05-26 · federal source family · US-Government-Works
  2. [2]CMS Care Compare · snapshot 2026-05-26 · federal source family · US-Government-Works
Dataset catalog →Source registry →Methodology →Chain integrity →All research →Provider lookup →

Fonteum Research · May 12, 2026 · All figures trace to the frozen federal-data snapshot cited above.

Compliance posture

Methodology · Corrections log · Editorial policy

fonteum

Product

  • Data
  • API
  • Methodology
  • Sources
  • Freshness
  • Citations
  • Moat metrics

For buyers

  • AI agents
  • RAG developers
  • Compliance
  • Researchers
  • Developers

Reference

  • Compare
  • llms.txt
  • Agent card
  • Audit pack
  • Quality scorecard
  • Pilot intake
  • Research
  • Press & media

Sourced from federal agencies. Fonteum, Inc., Delaware C-corp. © 2026.

Request access→
1,322,946 nurse-staffing records · CMS PBJ