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

11 rows where agency_id = "FDA" and docket_id = "FDA-2011-N-0776" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 5

  • 2015 4
  • 2018 3
  • 2012 2
  • 2011 1
  • 2019 1

document_type 1

  • Notice 11

agency_id 1

  • FDA · 11 ✖
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
FDA-2011-N-0776-0014 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2019-11-22T05:00:00Z 2019 11 2019-11-22T05:00:00Z   2019-11-22T16:48:10Z 2019-07467 0 0 0900006483bad8bb
FDA-2011-N-0776-0013 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2018-11-13T05:00:00Z 2018 11 2018-11-13T05:00:00Z   2018-11-13T21:16:35Z 2018-24609 0 0 09000064838cf52b
FDA-2011-N-0776-0012 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Reclassification Petitions for Medical Devices Notice 30 Day Proposed Information Collection 2018-08-08T04:00:00Z 2018 8 2018-08-08T04:00:00Z 2018-09-08T03:59:59Z 2018-08-08T13:31:55Z 2018-16983 0 0 09000064835f0955
FDA-2011-N-0776-0009 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Proposed Collection; Comment Request; Reclassification Petitions for Medical Devices Notice 60 Day Proposed Information Collection 2018-03-07T05:00:00Z 2018 3 2018-03-07T05:00:00Z 2018-05-08T03:59:59Z 2018-03-07T14:27:31Z 2018-04613 0 0 0900006482fa1257
FDA-2011-N-0776-0008 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Reclassification Petitions for Medical Devices Notice Notice of Approval 2015-10-19T04:00:00Z 2015 10 2015-10-19T04:00:00Z   2015-10-19T14:52:14Z 2015-26434 0 0 0900006481cd4931
FDA-2011-N-0776-0007 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Reclassification Petitions for Medical Devices; Correction Notice Correction 2015-07-23T04:00:00Z 2015 7 2015-07-23T04:00:00Z   2015-07-23T16:27:27Z 2015-18043 0 0 0900006481b9afc5
FDA-2011-N-0776-0005 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Reclassification Petitions for Medical Devices Notice 30 Day Proposed Information Collection 2015-06-12T04:00:00Z 2015 6 2015-06-12T04:00:00Z 2015-07-14T03:59:59Z 2015-06-22T15:20:55Z 2015-14358 0 0 0900006481b3040b
FDA-2011-N-0776-0004 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Proposed Collection; Comment Request; Reclassification Petitions for Medical Devices Notice 60 Day Proposed Information Collection 2015-03-10T04:00:00Z 2015 3 2015-03-10T04:00:00Z 2015-05-12T03:59:59Z 2015-05-09T01:33:56Z 2015-05506 0 0 0900006481a37ad6
FDA-2011-N-0776-0003 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Reclassification Petitions for Medical Devices Notice Notice of Approval 2012-08-01T04:00:00Z 2012 8 2012-08-01T04:00:00Z   2015-03-03T20:07:49Z 2012-18772 0 0 09000064810bc2db
FDA-2011-N-0776-0002 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Reclassification Petitions for Medical Devices Notice 30 Day Proposed Information Collection 2012-03-26T04:00:00Z 2012 3 2012-03-26T04:00:00Z 2012-04-26T03:59:59Z 2015-10-19T15:01:12Z 2012-07142 0 0 0900006480fe10a2
FDA-2011-N-0776-0001 FDA None FDA-2011-N-0776 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Reclassification Petitions for Medical Devices Notice 60 Day Proposed Information Collection 2011-11-14T05:00:00Z 2011 11 2011-11-14T05:00:00Z 2012-01-14T04:59:59Z 2015-10-19T15:00:39Z 2011-29255 0 0 0900006480f6bbcf

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