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

8 rows where docket_id = "SSA-2007-0053" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 5

  • 2007 2
  • 2008 2
  • 2009 2
  • 2010 1
  • 2011 1

document_type 2

  • Proposed Rule 6
  • Notice 2

agency_id 1

  • SSA 8
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-2007-0053-1528 SSA Compassionate Allowances SSA-2007-0053 Compassionate Allowances for Autoimmune Disease, Office of the Commissioner; Hearing Notice   2011-03-10T05:00:00Z 2011 3 2011-03-10T05:00:00Z   2011-03-10T13:58:30Z 2011-05464 0 0 0900006480c04f76
SSA-2007-0053-1527 SSA Compassionate Allowances SSA-2007-0053 Compassionate Allowances for Cardiovascular Disease and Multiple Organ Transplants Notice   2010-10-12T04:00:00Z 2010 10 2010-10-12T04:00:00Z   2010-10-13T13:33:33Z 2010-25503 0 0 0900006480b6cdf6
SSA-2007-0053-1526 SSA Compassionate Allowances SSA-2007-0053 Compassionate Allowances for Schizophrenia; Office of the Commissioner, Hearing Proposed Rule   2009-10-30T04:00:00Z 2009 10 2009-10-30T04:00:00Z   2012-04-18T21:14:45Z E9-26194 0 0 0900006480a4e630
SSA-2007-0053-1525 SSA Compassionate Allowances SSA-2007-0053 Compassionate Allowances for Early-Onset Alzheimer's Disease and Related Dementias; Office of the Commissioner, Hearing Proposed Rule   2009-07-09T04:00:00Z 2009 7 2009-07-09T04:00:00Z   2012-04-18T21:14:45Z E9-16277 0 0 09000064809ed270
SSA-2007-0053-1524 SSA Compassionate Allowances SSA-2007-0053 Compassionate Allowances for Brain Injuries; Office of the Commissioner, Hearing Proposed Rule   2008-11-10T05:00:00Z 2008 11 2008-11-10T05:00:00Z   2012-04-18T21:14:37Z E8-26682 0 0 09000064807a13da
SSA-2007-0053-1523 SSA Compassionate Allowances SSA-2007-0053 Compassionate Allowances for Cancers; Office of the Commissioner, Hearing Proposed Rule   2008-02-28T05:00:00Z 2008 2 2008-02-28T05:00:00Z   2012-04-18T21:14:35Z E8-03720 0 0 09000064803cf739
SSA-2007-0053-1522 SSA Compassionate Allowances SSA-2007-0053 Compassionate Allowances for Rare Diseases; Office of the Commissioner, Hearing Proposed Rule   2007-11-06T05:00:00Z 2007 11 2007-11-06T05:00:00Z 2007-12-22T04:59:59Z 2012-04-18T21:14:34Z E7-21828 0 0 0900006480360764
SSA-2007-0053-0001 SSA Compassionate Allowances SSA-2007-0053 Compassionate Allowances Proposed Rule   2007-07-31T04:00:00Z 2007 7 2007-07-31T04:00:00Z 2007-10-02T03:59:59Z 2012-04-19T12:01:13Z E7-14686 0 0 0900006480270148

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