documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where agency_id = "SSA", document_type = "Proposed Rule" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: docket_id, title, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| SSA-2015-0014-0001 | SSA | Anti-Harassment & Hostile Work Environment Case Tracking and Records System SSA-2015-0014 | Anti-Harassment and Hostile Work Environment Case Tracking and Records System | Proposed Rule | 2016-12-02T05:00:00Z | 2016 | 12 | 2016-12-02T05:00:00Z | 2017-01-04T04:59:59Z | 2017-01-03T14:11:52Z | 2016-28919 | 0 | 0 | 09000064823d9ecc | |
| SSA-2012-0035-0001 | SSA | Revisions to Rules Regarding the Evaluation of Medical Evidence SSA-2012-0035 | Revisions to Rules Regarding the Evaluation of Medical Evidence | Proposed Rule | 2016-09-09T04:00:00Z | 2016 | 9 | 2016-09-09T04:00:00Z | 2016-11-09T04:59:59Z | 2016-11-10T02:01:32Z | 2016-21358 | 0 | 0 | 09000064821e6921 | |
| SSA-2013-0044-0001 | SSA | Rules of Conduct and Standards of Responsibility for Appointed Representatives SSA-2013-0044 | Revisions to Rules of Conduct and Standards of Responsibility for Appointed Representatives | Proposed Rule | 2016-08-16T04:00:00Z | 2016 | 8 | 2016-08-16T04:00:00Z | 2016-10-18T03:59:59Z | 2016-10-19T01:01:04Z | 2016-19384 | 0 | 0 | 0900006482178aed | |
| SSA-2014-0052-0019 | SSA | Ensuring Program Uniformity at the Hearing and Appeals Council Levels of the Administrative Review Process SSA-2014-0052 | Ensuring Program Uniformity at the Hearing and Appeals Council Levels of the Administrative Review Process | Proposed Rule | 2016-08-04T04:00:00Z | 2016 | 8 | 2016-08-04T04:00:00Z | 2016-08-27T03:59:59Z | 2016-10-06T13:01:32Z | 2016-18367 | 0 | 0 | 0900006482155254 | |
| SSA-2014-0052-0001 | SSA | Ensuring Program Uniformity at the Hearing and Appeals Council Levels of the Administrative Review Process SSA-2014-0052 | Ensuring Program Uniformity at the Hearing and Appeals Council Levels of the Administrative Review Process | Proposed Rule | 2016-07-12T04:00:00Z | 2016 | 7 | 2016-07-12T04:00:00Z | 2016-08-12T03:59:59Z | 2016-08-12T13:00:23Z | 2016-16265 | 0 | 0 | 09000064820a0beb | |
| SSA-2016-0015-0001 | SSA | Evidence from Statutorily Excluded Medical Sources SSA-2016-0015 | Evidence from Statutorily Excluded Medical Sources | Proposed Rule | 2016-06-10T04:00:00Z | 2016 | 6 | 2016-06-10T04:00:00Z | 2016-08-10T03:59:59Z | 2016-08-10T01:01:22Z | 2016-13744 | 0 | 0 | 090000648202bf4e | |
| SSA-2014-0016-0001 | SSA | Amendments to Regulations Regarding Unsuccessful Work Attempts, Trial Work Periods, and Expedited Reinstatement Eligibility. SSA-2014-0016 | Unsuccessful Work Attempts and Expedited Reinstatement Eligibility | Proposed Rule | 2016-05-11T04:00:00Z | 2016 | 5 | 2016-05-11T04:00:00Z | 2016-07-12T03:59:59Z | 2016-07-12T01:00:35Z | 2016-10932 | 0 | 0 | 0900006481fc2c47 | |
| SSA-2016-0011-0001 | SSA | Implementation of the NICS Improvement Amendments Act of 2007 SSA-2016-0011 | Implementation of the NICS Improvement Amendments Act of 2007 | Proposed Rule | 2016-05-05T04:00:00Z | 2016 | 5 | 2016-05-05T04:00:00Z | 2016-07-06T03:59:59Z | 2016-11-08T14:02:29Z | 2016-10424 | 0 | 0 | 0900006481fac543 | |
| SSA-2015-0025-0001 | SSA | Consideration of Revising the Ticket to Work (TTW) Program Rules SSA-2015-0025 | Revising the Ticket to Work Program Rules | Proposed Rule | 2016-02-10T05:00:00Z | 2016 | 2 | 2016-02-10T05:00:00Z | 2016-04-12T03:59:59Z | 2016-04-20T14:00:30Z | 2016-02657 | 0 | 0 | 0900006481e608ce | |
| SSA-2015-0018-0001 | SSA | Workers' Compensation Offset Extension from Age 65 to Full Retirement Age - Achieving a Better Life Experience (ABLE Act) SSA-2015-0018 | Extension of the Workers' Compensation Offset From Age 65 to Full Retirement Age--Achieving a Better Life Experience (ABLE) Act | Proposed Rule | 2016-01-04T05:00:00Z | 2016 | 1 | 2016-01-04T05:00:00Z | 2016-02-04T04:59:59Z | 2016-01-13T22:01:22Z | 2015-33036 | 0 | 0 | 0900006481de3772 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;