{
  "study": {
    "slug": "hospital-price-transparency-enforcement-2026",
    "title": "The price-transparency enforcement funnel: 11,440 actions, 28 fines",
    "standfirst": "Since January 2021, CMS has taken 11,440 hospital price-transparency enforcement actions against 4,975 hospitals. Almost none end in a fine: just 28 reached a civil monetary penalty, the only action that carries one. The rest are warnings, corrective-action requests, and — overwhelmingly — hospitals that fixed the problem and closed the case.",
    "desk": "financial-distress",
    "article_type": "Original Research",
    "published": "2026-06-16",
    "issue": 81,
    "doi": "10.5072/fonteum/hospital-price-transparency-enforcement-2026",
    "url": "https://fonteum.com/research/hospital-price-transparency-enforcement-2026",
    "methodology_version": "price-transparency/v1"
  },
  "data_as_of": "2026-06-16",
  "datasets": [
    {
      "slug": "cms-price-transparency",
      "name": "CMS Hospital Price Transparency Enforcement",
      "publisher": "Centers for Medicare & Medicaid Services",
      "upstream_url": null
    }
  ],
  "key_findings": [
    {
      "number": "28",
      "finding": "of the 4,975 hospitals CMS placed under price-transparency enforcement since 2021 ever received a civil monetary penalty — the only enforcement action that carries a fine. That is 0.56% of enforced hospitals, and the 28 are spread across 17 states",
      "dataset": "cms-price-transparency"
    },
    {
      "number": "11,440",
      "finding": "enforcement actions across 7,037 cases and 4,975 hospitals, logged January 2021 through March 2026. The two largest outcomes are hospitals brought into compliance (3,340 'Met Requirements', 29.2%) and closed cases (3,225, 28.2%) — not penalties",
      "dataset": "cms-price-transparency"
    },
    {
      "number": "1.9%",
      "finding": "of the 1,451 hospitals escalated to a corrective-action-plan request were ultimately fined. The ladder narrows at every rung: 2,605 hospitals warned, 1,451 sent a CAP request, 28 fined",
      "dataset": "cms-price-transparency"
    },
    {
      "number": "5,432",
      "finding": "enforcement actions in 2025 alone — more than the 5,291 logged across all of 2021-2024 combined. 2,343 of them were hospitals brought into compliance, as CMS's machine-readable-file template requirements took full effect",
      "dataset": "cms-price-transparency"
    },
    {
      "number": "4,975",
      "finding": "hospitals appear in the published enforcement log, snapshot June 2026 with actions dated through 2026-03-31. Every figure is a count over public records; no hospital is named, ranked, or scored, and no inference about care quality or conduct is drawn",
      "dataset": "cms-price-transparency"
    }
  ],
  "faqs": [
    {
      "q": "What is the Hospital Price Transparency rule?",
      "a": "It is a federal rule (45 CFR Part 180, under §2718(e) of the Public Health Service Act) that since January 1, 2021 has required every U.S. hospital to publish a machine-readable file of its standard charges plus a consumer-friendly display of shoppable services. CMS enforces it: hospitals with missing or incomplete files move through a sequence of enforcement actions, and a civil monetary penalty is the final step."
    },
    {
      "q": "What does it mean for a hospital to be fined for price transparency?",
      "a": "A fine is issued as a Civil Monetary Penalty (CMP) Notice — the only enforcement action that carries a financial penalty. CMS reaches a CMP only after a hospital has been warned and has failed a Corrective Action Plan (CAP) request. In the published log, 28 of the 4,975 hospitals under enforcement ever received a CMP, and 27 of those 28 went through a CAP request first."
    },
    {
      "q": "How often does CMS actually fine a hospital for price transparency?",
      "a": "Rarely. Across 11,440 enforcement actions from 2021 through March 2026, only 28 were CMP Notices — 0.2% of all actions, against 0.56% of the 4,975 hospitals under enforcement. The dominant outcomes are compliance and closure: 3,340 actions record a hospital that met the requirements and 3,225 are closure notices. Enforcement functions as a compliance funnel, not a penalty machine."
    },
    {
      "q": "Does an enforcement action mean a hospital provides poor care?",
      "a": "No. Every action in this file concerns a hospital's price-disclosure file — whether the machine-readable charges and shoppable-services display were posted correctly. It is unrelated to clinical quality, safety, or conduct. A warning, a corrective-action request, or even a penalty is a documentation-compliance step, and this study draws no inference about any hospital's care."
    },
    {
      "q": "Why did price-transparency enforcement jump in 2025?",
      "a": "2025 logged 5,432 enforcement actions — more than the 5,291 across all of 2021-2024 combined — and 2,343 of them were hospitals brought into compliance. The surge tracks CMS's tightened requirements, including a standardized machine-readable-file template that took full effect, which let the agency review files at scale and resolve a large backlog of cases."
    },
    {
      "q": "Which states have the most price-transparency enforcement?",
      "a": "Texas leads with 1,175 actions against 557 hospitals, followed by California (970 actions, 410 hospitals) and Florida (686 actions, 277 hospitals) — broadly tracking each state's hospital count. The 28 civil monetary penalties are spread thin across 17 states; Texas has the most at 5, then Louisiana (3), with Florida and Georgia at 2 each."
    },
    {
      "q": "Can I reproduce these figures?",
      "a": "Yes. Every number is a direct count over the public cms_price_transparency_enforcement table — CMS's Hospital Price Transparency Enforcement Activities and Outcomes file, snapshot June 2026 — with no modeling. The exact SQL for the outcome mix, the escalation funnel, the year-by-year flow, and the state breakdown is published in the reproducibility block below."
    }
  ],
  "citation": {
    "apa": "Fonteum Research. (2026, June 16). The price-transparency enforcement funnel: 11,440 actions, 28 fines. Fonteum Research, Issue 81. https://doi.org/10.5072/fonteum/hospital-price-transparency-enforcement-2026",
    "url": "https://fonteum.com/research/hospital-price-transparency-enforcement-2026"
  },
  "reproducible_sql": "-- How CMS enforces the Hospital Price Transparency rule — and how rarely that\n-- enforcement reaches an actual fine. Fully reproducible query.\n--\n-- Question: since the Hospital Price Transparency rule's enforcement began\n-- (45 CFR Part 180, under PHSA Sec. 2718(e)), CMS has logged tens of thousands\n-- of enforcement actions against hospitals with missing or incomplete public\n-- price files. What does that activity look like — what kinds of actions, how\n-- far up the escalation ladder they go, when, and where — and how often does it\n-- end in a Civil Monetary Penalty (CMP), the only action that carries a fine?\n-- The lead figure: of 4,975 hospitals CMS placed under enforcement, only 28\n-- (0.56%) ever received a CMP. An enforcement action is a compliance step, NOT\n-- a verdict on a hospital's quality, conduct, or care.\n--\n-- Source:\n--   public.cms_price_transparency_enforcement — CMS \"Hospital Price Transparency\n--     Enforcement Activities and Outcomes\" public file, published via the CMS\n--     data catalog (data.cms.gov, hospitals-and-other-facilities). 11,440\n--     enforcement-action rows; activity logged 2021-01-07 through 2026-03-31;\n--     catalog snapshot June 2026. Public, read-only. License:\n--     US-Government-Works (17 U.S.C. Sec. 105). methodology_version =\n--     'price-transparency/v1'.\n--\n-- Universe: this study reads the published activity log AS A WHOLE — every row\n--   is one enforcement action CMS took on one case. The log is cumulative (it\n--   retains historical actions), so year figures are an honest flow over time,\n--   not a point-in-time roster.\n--\n-- Grouping note: a \"hospital\" below is the distinct (hosp_name, state) pair as\n--   published — this keeps two same-named hospitals in different states apart.\n--   The escalation funnel asks, per hospital, whether it EVER reached a given\n--   rung. No individual hospital is named in the study.\n\n-- ============================================================================\n-- (1) Universe reconciliation — the published activity log at a glance.\n-- ============================================================================\nSELECT\n  count(*)                                                          AS actions,\n  count(DISTINCT case_id)                                           AS cases,\n  count(DISTINCT (hosp_name, state))                               AS hospitals,\n  count(DISTINCT state)                                             AS states,\n  count(*) FILTER (WHERE action_date IS NULL)                       AS null_date,\n  min(action_date)                                                  AS earliest_action,\n  max(action_date)                                                  AS latest_action\nFROM public.cms_price_transparency_enforcement;\n--  actions 11,440 · cases 7,037 · hospitals 4,975 · states 53 · null_date 0\n--  earliest_action 2021-01-07 · latest_action 2026-03-31\n\n-- ============================================================================\n-- (2) HEADLINE: the outcome mix. Of every enforcement action on file, the two\n--     largest are hospitals brought into compliance (\"Met Requirements\") and\n--     closed cases — not penalties. The CMP (the only action carrying a fine)\n--     is the rarest enforcement outcome but one: 28 of 11,440 actions.\n-- ============================================================================\nSELECT\n  action,\n  count(*)                                                          AS actions,\n  round(100.0 * count(*) / sum(count(*)) OVER (), 1)                AS pct_of_all\nFROM public.cms_price_transparency_enforcement\nGROUP BY action\nORDER BY actions DESC;\n--  Met Requirements        3,340  29.2%\n--  Closure Notice          3,225  28.2%\n--  Warning Notice          2,993  26.2%\n--  CAP Request             1,751  15.3%\n--  Administrative Closure     81   0.7%\n--  CMP Notice                 28   0.2%\n--  Appealed                   22   0.2%\n\n-- ============================================================================\n-- (3) THE ESCALATION LADDER, per hospital. CMS escalates a non-compliant\n--     hospital: a Warning Notice, then a Corrective Action Plan (CAP) Request,\n--     then — only if it still does not comply — a CMP Notice. Counting whether\n--     each hospital EVER reached a rung shows the ladder narrowing to almost\n--     nothing: 2,605 warned -> 1,451 CAP -> 28 fined.\n-- ============================================================================\nWITH per AS (\n  SELECT\n    hosp_name, state,\n    bool_or(action = 'Warning Notice')  AS warned,\n    bool_or(action = 'CAP Request')     AS capped,\n    bool_or(action = 'CMP Notice')      AS fined\n  FROM public.cms_price_transparency_enforcement\n  GROUP BY hosp_name, state\n)\nSELECT\n  count(*)                                                          AS hospitals,\n  count(*) FILTER (WHERE warned)                                    AS ever_warned,\n  count(*) FILTER (WHERE capped)                                    AS ever_cap,\n  count(*) FILTER (WHERE fined)                                     AS ever_cmp,\n  round(100.0 * count(*) FILTER (WHERE fined) / count(*), 2)        AS pct_fined,\n  round(100.0 * count(*) FILTER (WHERE capped)\n        / nullif(count(*) FILTER (WHERE warned), 0), 1)             AS warn_to_cap_pct,\n  round(100.0 * count(*) FILTER (WHERE fined)\n        / nullif(count(*) FILTER (WHERE capped), 0), 1)             AS cap_to_cmp_pct\nFROM per;\n--  hospitals 4,975 · ever_warned 2,605 · ever_cap 1,451 · ever_cmp 28\n--  pct_fined 0.56% · warn_to_cap 55.7% · cap_to_cmp 1.9%\n\n-- ============================================================================\n-- (4) WHEN — enforcement actions by year, split by rung. 2025 is a surge year:\n--     5,432 actions, more than the 5,291 logged across all of 2021-2024\n--     combined, with 2,343 hospitals brought into compliance as CMS's\n--     machine-readable-file template requirements took full effect.\n-- ============================================================================\nSELECT\n  extract(year FROM action_date)::int                               AS yr,\n  count(*) FILTER (WHERE action = 'Warning Notice')                 AS warnings,\n  count(*) FILTER (WHERE action = 'CAP Request')                    AS cap_requests,\n  count(*) FILTER (WHERE action = 'CMP Notice')                     AS cmp_notices,\n  count(*) FILTER (WHERE action = 'Met Requirements')               AS met,\n  count(*)                                                          AS total\nFROM public.cms_price_transparency_enforcement\nGROUP BY yr\nORDER BY yr;\n--  2021    338   97   0     5    467\n--  2022     95  136   2    66    539\n--  2023    615  468  12   380  2,198\n--  2024    615  373   3   320  2,087\n--  2025  1,030  606  10 2,343  5,432   <- the surge\n--  2026    300   71   1   226    717   (partial year, through 2026-03-31)\n--  CMP notices total across all years = 28; peak year 2023 (12).\n\n-- ============================================================================\n-- (5) WHERE — top 10 states by enforcement-action count, with each state's\n--     hospital count and CMP count. Texas leads on both volume and fines; the\n--     28 CMPs are spread thin across 17 states (TX 5, LA 3, FL 2, GA 2).\n-- ============================================================================\nSELECT\n  state,\n  count(*)                                                          AS actions,\n  count(DISTINCT (hosp_name, state))                               AS hospitals,\n  count(*) FILTER (WHERE action = 'Warning Notice')                 AS warnings,\n  count(*) FILTER (WHERE action = 'CMP Notice')                     AS cmp_notices\nFROM public.cms_price_transparency_enforcement\nGROUP BY state\nORDER BY actions DESC\nLIMIT 10;\n--  TX 1,175 / 557 hosp / 294 warn / 5 cmp · CA 970 / 410 / 272 / 1\n--  FL 686 / 277 / 172 / 2 · OH 414 / 188 / 103 / 0 · PA 409 / 190 / 104 / 1\n--  LA 388 / 165 / 102 / 3 · NY 377 / 152 / 108 / 1 · IL 345 / 152 / 109 / 1\n--  MI 333 / 141 / 59 / 0 · NC 289 / 125 / 87 / 1\n\n-- ============================================================================\n-- (6) The CMP cohort, in aggregate. All 28 fined hospitals first went through\n--     the corrective-action rung (27 of 28 have a CAP Request on file; the\n--     remaining one entered enforcement straight at the CMP after a deficient\n--     review), and 6 of the 28 later returned to compliance (\"Met\n--     Requirements\") after the penalty. No hospital is named.\n-- ============================================================================\nWITH per AS (\n  SELECT\n    hosp_name, state,\n    bool_or(action = 'Warning Notice')  AS warned,\n    bool_or(action = 'CAP Request')     AS capped,\n    bool_or(action = 'CMP Notice')      AS fined,\n    bool_or(action = 'Met Requirements') AS met\n  FROM public.cms_price_transparency_enforcement\n  GROUP BY hosp_name, state\n)\nSELECT\n  count(*) FILTER (WHERE fined)                                     AS cmp_hospitals,\n  count(*) FILTER (WHERE fined AND capped)                          AS cmp_with_prior_cap,\n  count(*) FILTER (WHERE fined AND met)                             AS cmp_then_met\nFROM per;\n--  cmp_hospitals 28 · cmp_with_prior_cap 27 · cmp_then_met 6",
  "license": "U.S. Government Works (federal sources; 17 U.S.C. §105)",
  "generated_by": "Fonteum — https://fonteum.com",
  "notes": "Aggregate, source-traced figures frozen to the snapshot above. Reproduce by running reproducible_sql against the cited federal dataset; no per-entity records are included."
}
