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

14 rows where docket_id = "CMS-2015-0057" and posted_year = 2013 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), last_modified (date)

posted_year 1

  • 2013 · 14 ✖

document_type 1

  • Notice 14

agency_id 1

  • CMS 14
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-2015-0057-0011 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Computer Matching Program Notice   2013-12-05T05:00:00Z 2013 12 2013-12-05T05:00:00Z   2016-01-14T18:49:32Z 2013-29066 0 0 09000064814a9f2f
CMS-2015-0057-0030 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Systems of Records Notice   2013-10-23T04:00:00Z 2013 10 2013-10-23T04:00:00Z   2016-01-14T18:50:37Z 2013-24861 0 0 090000648145ae21
CMS-2015-0057-0010 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Computer Matching Program Notice   2013-08-19T04:00:00Z 2013 8 2013-08-19T04:00:00Z   2016-01-14T18:49:28Z 2013-20173 0 0 09000064813b88be
CMS-2015-0057-0008 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Computer Matching Program Notice   2013-08-14T04:00:00Z 2013 8 2013-08-14T04:00:00Z   2016-01-14T18:49:20Z 2013-19722 0 0 09000064813b1582
CMS-2015-0057-0009 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Computer Matching Program Notice   2013-08-14T04:00:00Z 2013 8 2013-08-14T04:00:00Z   2016-01-14T18:49:23Z 2013-19719 0 0 09000064813b15d5
CMS-2015-0057-0007 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Computer Matching Program Notice   2013-08-07T04:00:00Z 2013 8 2013-08-07T04:00:00Z   2016-01-14T18:49:18Z 2013-19013 0 0 0900006481394eb4
CMS-2015-0057-0006 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Computer Matching Program Notice   2013-08-07T04:00:00Z 2013 8 2013-08-07T04:00:00Z   2016-01-14T18:49:15Z 2013-19014 0 0 0900006481394881
CMS-2015-0057-0014 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Computer Matching Programs Notice   2013-07-15T04:00:00Z 2013 7 2013-07-15T04:00:00Z   2016-01-14T18:49:42Z 2013-16845 0 0 090000648136666e
CMS-2015-0057-0005 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Computer Matching Program Notice   2013-07-02T04:00:00Z 2013 7 2013-07-02T04:00:00Z   2016-01-14T18:49:12Z 2013-15819 0 0 09000064813515e4
CMS-2015-0057-0028 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Systems of Records Notice   2013-05-29T04:00:00Z 2013 5 2013-05-29T04:00:00Z   2016-01-14T18:50:34Z 2013-12690 0 0 09000064812fde4e
CMS-2015-0057-0029 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Systems of Records Notice   2013-05-29T04:00:00Z 2013 5 2013-05-29T04:00:00Z   2016-01-14T18:50:36Z 2013-12691 0 0 09000064812fdf26
CMS-2015-0057-0027 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Systems of Records Notice   2013-04-23T04:00:00Z 2013 4 2013-04-23T04:00:00Z   2016-01-14T18:50:32Z 2013-09511 0 0 09000064812a2ff8
CMS-2015-0057-0025 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Systems of Records Notice   2013-02-06T05:00:00Z 2013 2 2013-02-06T05:00:00Z   2016-01-14T18:50:29Z 2013-02669 0 0 09000064811e87b0
CMS-2015-0057-0026 CMS Privacy Act 2015 and Prior CMS-2015-0057 Privacy Act; Systems of Records Notice   2013-02-06T05:00:00Z 2013 2 2013-02-06T05:00:00Z   2016-01-14T18:50:31Z 2013-02666 0 0 09000064811e8a05

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 1050.678ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API