home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

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

7 rows where agency_id = "CMS" and docket_id = "CMS-2017-0060" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Rule 4
  • Proposed Rule 2
  • Notice 1

posted_year 1

  • 2017 7

agency_id 1

  • CMS · 7 ✖
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-2017-0060-0258 CMS Medicare Program; Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities for FY 2018, SNF Value-Based Purchasing Program, SNF Quality Reporting Program, Survey Team Composition, and Proposal to Correct the Performance Period for the NHSN HCP Influenza Vaccination Immunization Reporting Measure in the ESRD QIP for PY 2020 (CMS-1679-P) CMS-2017-0060 MedicareProgram: Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities for FY 2018, SNF Value-Based Purchasing Program, SNF Quality Reporting Program, Survey Team Composition, and Correction of the Performance Period for the NHSN HCP Influenza Vaccination Immunization Reporting Measure in the ESRD QIP for PY 2020; Correction Rule   2017-10-04T04:00:00Z 2017 10 2017-10-04T04:00:00Z   2017-10-05T15:06:59Z 2017-21327 0 0 0900006482b987f7
CMS-2017-0060-0257 CMS Medicare Program; Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities for FY 2018, SNF Value-Based Purchasing Program, SNF Quality Reporting Program, Survey Team Composition, and Proposal to Correct the Performance Period for the NHSN HCP Influenza Vaccination Immunization Reporting Measure in the ESRD QIP for PY 2020 (CMS-1679-P) CMS-2017-0060 CMS-1679 CN Display OFR Version Notice   2017-10-02T04:00:00Z 2017 10 2017-10-02T04:00:00Z 2017-10-05T03:59:59Z 2017-10-05T01:04:17Z   0 0 0900006482b9165a
CMS-2017-0060-0259 CMS Medicare Program; Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities for FY 2018, SNF Value-Based Purchasing Program, SNF Quality Reporting Program, Survey Team Composition, and Proposal to Correct the Performance Period for the NHSN HCP Influenza Vaccination Immunization Reporting Measure in the ESRD QIP for PY 2020 (CMS-1679-P) CMS-2017-0060 Medicare Program: Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities for FY 2018, SNF Value-Based Purchasing Program, SNF Quality Reporting Program, Survey Team Composition, etc. Rule   2017-08-04T04:00:00Z 2017 8 2017-08-04T04:00:00Z   2017-12-11T15:37:49Z 2017-16256 0 0 09000064829ab87f
CMS-2017-0060-0252 CMS Medicare Program; Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities for FY 2018, SNF Value-Based Purchasing Program, SNF Quality Reporting Program, Survey Team Composition, and Proposal to Correct the Performance Period for the NHSN HCP Influenza Vaccination Immunization Reporting Measure in the ESRD QIP for PY 2020 (CMS-1679-P) CMS-2017-0060 Display version 073117 CMS-1679-F Rule   2017-08-04T04:00:00Z 2017 8 2017-08-04T04:00:00Z   2017-08-04T13:30:28Z   0 0 090000648298aa14
CMS-2017-0060-0249 CMS Medicare Program; Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities for FY 2018, SNF Value-Based Purchasing Program, SNF Quality Reporting Program, Survey Team Composition, and Proposal to Correct the Performance Period for the NHSN HCP Influenza Vaccination Immunization Reporting Measure in the ESRD QIP for PY 2020 (CMS-1679-P) CMS-2017-0060 Display version 073117 CMS-1679-F Rule   2017-07-31T04:00:00Z 2017 7 2017-07-31T04:00:00Z   2017-07-31T20:35:10Z   0 0 090000648298aa15
CMS-2017-0060-0002 CMS Medicare Program; Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities for FY 2018, SNF Value-Based Purchasing Program, SNF Quality Reporting Program, Survey Team Composition, and Proposal to Correct the Performance Period for the NHSN HCP Influenza Vaccination Immunization Reporting Measure in the ESRD QIP for PY 2020 (CMS-1679-P) CMS-2017-0060 Medicare Program: Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities for FY 2018, SNF Value-Based Purchasing Program, etc. Proposed Rule   2017-05-04T04:00:00Z 2017 5 2017-05-04T04:00:00Z 2017-06-27T03:59:59Z 2017-08-09T01:03:49Z 2017-08521 0 0 0900006482590914
CMS-2017-0060-0001 CMS Medicare Program; Prospective Payment System and Consolidated Billing for Skilled Nursing Facilities for FY 2018, SNF Value-Based Purchasing Program, SNF Quality Reporting Program, Survey Team Composition, and Proposal to Correct the Performance Period for the NHSN HCP Influenza Vaccination Immunization Reporting Measure in the ESRD QIP for PY 2020 (CMS-1679-P) CMS-2017-0060 Display Version 042817 Proposed Rule   2017-04-28T04:00:00Z 2017 4 2017-04-28T04:00:00Z 2017-05-05T03:59:59Z 2017-05-13T21:12:35Z   0 0 090000648258279f

Advanced export

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

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    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_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 225.795ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API