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

10 rows where docket_id = "FDA-2011-P-0512" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 5

  • 2011 3
  • 2017 3
  • 2014 2
  • 2012 1
  • 2018 1

document_type 1

  • Other 10

agency_id 1

  • FDA 10
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-P-0512-0014 FDA None FDA-2011-P-0512 Kalb et al_IU Final Rule_Response_3-26-18 Other Response(s) 2018-04-09T04:00:00Z 2018 4 2018-04-09T04:00:00Z   2018-04-09T21:06:11Z   0 0 09000064830e95df
FDA-2011-P-0512-0013 FDA None FDA-2011-P-0512 Petition Interim Response from FDA OP to MIWG Other Letter(s) 2017-08-01T04:00:00Z 2017 8 2017-08-01T04:00:00Z   2017-08-01T14:23:19Z   0 0 0900006482990921
FDA-2011-P-0512-0012 FDA None FDA-2011-P-0512 Acknowledgment Letter From FDA DDM to Sidley Austin LLP and Ropes & Gray LLP Other Acknowledgement Letter/Receipt 2017-02-09T05:00:00Z 2017 2 2017-02-09T05:00:00Z   2017-02-09T16:53:22Z   0 0 09000064824b6e6b
FDA-2011-P-0512-0011 FDA None FDA-2011-P-0512 Petition to Stay and for Reconsideration Other Petition for Reconsideration 2017-02-09T05:00:00Z 2017 2 2017-02-09T05:00:00Z   2017-02-09T16:17:03Z   0 0 09000064824b6d5c
FDA-2011-P-0512-0010 FDA None FDA-2011-P-0512 Letter from FDA CDER to Ropes & Gray LLP and Sidley Austin LLP Other Letter(s) 2014-12-22T05:00:00Z 2014 12 2014-12-22T05:00:00Z   2014-12-22T23:18:27Z   0 0 090000648198d4ad
FDA-2011-P-0512-0009 FDA None FDA-2011-P-0512 Citizen Petition Approval Response from FDA CDER to Ropes & Gray LLP and Sidley Austin LLP Other Approval 2014-06-09T04:00:00Z 2014 6 2014-06-09T04:00:00Z   2014-06-09T13:51:18Z   0 0 090000648172f4bd
FDA-2011-P-0512-0005 FDA None FDA-2011-P-0512 Interim Response to Ropes & Gray LLP and Sidley Austin LLP - Letter Other Letter(s) 2012-01-09T05:00:00Z 2012 1 2012-01-09T05:00:00Z   2013-05-21T16:23:21Z   0 0 0900006480f90cc3
FDA-2011-P-0512-0003 FDA None FDA-2011-P-0512 Academy of Managed Care Pharmacy - Letter Other Letter(s) 2011-08-26T04:00:00Z 2011 8 2011-08-26T04:00:00Z   2011-08-26T15:06:01Z   0 0 0900006480ed284a
FDA-2011-P-0512-0001 FDA None FDA-2011-P-0512 Allergan, Inc., Eli Lilly, Johnson & Johnson, Novartis Pharmaceuticals Corporation, Novo Nordisk, Inc., Pfizer, Inc. and sanofi-aventis US LLC (Ropes & Gray) - Citizen Petition Other Citizen Petition 2011-07-12T04:00:00Z 2011 7 2011-07-12T04:00:00Z   2014-12-22T23:23:23Z   0 0 0900006480eba5de
FDA-2011-P-0512-0002 FDA None FDA-2011-P-0512 Acknowledgement Letter to Allergan, Inc., et al., (Ropes & Gray) Other Acknowledgement Letter/Receipt 2011-07-12T04:00:00Z 2011 7 2011-07-12T04:00:00Z   2011-07-12T18:59:37Z   0 0 0900006480eba5df

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