home / open_comments

documents

Federal regulatory documents currently open for public comment.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where agency_id = "CMS" and document_type = "Proposed Rule" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, comment_start_date, comment_end_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 1

  • Proposed Rule · 6 ✖

agency_id 1

  • CMS · 6 ✖
id agency_id docket_id title document_type subtype posted_date posted_year posted_month comment_start_date comment_end_date ▲ last_modified fr_doc_num open_for_comment withdrawn object_id
CMS-2026-1255-0001 CMS CMS-2026-1255 Medicare and Medicaid Programs: Patient Protection and Affordable Care Act; Interoperability Standards and Prior Authorization for Drugs for Medicare Advantage Organizations, Medicaid Managed Care Plans, etc. Proposed Rule   2026-04-14 2026 4 2026-04-14 2026-06-16 2026-04-14 19:40:37 2026-07205 1 0 09000064b927bd06
CMS-2026-1256-0002 CMS CMS-2026-1256 Medicare Program: Hospital Inpatient Prospective Payment Systems for Acute Care Hospitals and the Long Term Care Hospital Prospective Payment System and Policy Changes and Fiscal Year 2027 Rates; Requirements for Quality Programs; and Other Policy Changes Proposed Rule   2026-04-14 2026 4 2026-04-14 2026-06-10 2026-04-15 09:00:19 2026-07203 1 0 09000064b927bd3f
CMS-2026-1024-0002 CMS CMS-2026-1024 Medicare Program: Inpatient Rehabilitation Facility Prospective Payment System for Federal Fiscal Year 2027 and Updates to the IRF Quality Reporting Program Proposed Rule   2026-04-06 2026 4 2026-04-06 2026-06-02 2026-04-08 09:00:28 2026-06642 1 0 09000064b9253ecf
CMS-2026-1156-0002 CMS CMS-2026-1156 Medicare Program: Fiscal Year 2027 Hospice Wage Index and Payment Rate Update and Hospice Quality Reporting Program Requirements Proposed Rule   2026-04-06 2026 4 2026-04-06 2026-06-02 2026-04-14 09:00:22 2026-06604 1 0 09000064b9253e3b
CMS-2026-1123-0002 CMS CMS-2026-1123 Medicare Program: Fiscal Year 2027 Inpatient Psychiatric Facilities Prospective Payment System—Rate Update Proposed Rule   2026-04-07 2026 4 2026-04-07 2026-06-02 2026-04-15 09:00:20 2026-06675 1 0 09000064b9256d2e
CMS-2026-1321-0002 CMS CMS-2026-1321 Medicare Program: Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities; Updates to the Quality Reporting Program for Federal Fiscal Year 2027 Proposed Rule   2026-04-07 2026 4 2026-04-07 2026-06-02 2026-04-14 19:40:37 2026-06674 1 0 09000064b9256d78

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
            id TEXT PRIMARY KEY,
            agency_id TEXT,
            docket_id TEXT,
            title TEXT,
            document_type TEXT,
            subtype TEXT,
            posted_date TEXT,
            posted_year INTEGER,
            posted_month INTEGER,
            comment_start_date TEXT,
            comment_end_date TEXT,
            last_modified TEXT,
            fr_doc_num TEXT,
            open_for_comment INTEGER,
            withdrawn INTEGER,
            object_id TEXT
        );
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date);
CREATE INDEX idx_docs_withdrawn ON documents(withdrawn);
Powered by Datasette · Queries took 6.91ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API