documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FDA-2008-N-0163" and posted_year = 2012 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, last_modified, posted_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FDA-2008-N-0163-0300 | FDA | None FDA-2008-N-0163 | Reference 4 - Henry Schein Inc. Q2 2009 Earnings Call Transcript - [Citizens for Health, et al. - Petition for Reconsideration] | Supporting & Related Material | Petition | 2012-09-22T04:00:00Z | 2012 | 9 | 2012-09-22T17:30:12Z | 0 | 0 | 0900006480a244fa | |||
| FDA-2008-N-0163-0303 | FDA | None FDA-2008-N-0163 | Reference 2 - Richardson, et al, Mercury Vapour (Hgº): Continuing Toxicological Uncertainties, and Establishing a Canadian Reference Exposure Level - [Mom's Against Mercury, et al. - Petition for Reconsideration] | Supporting & Related Material | Petition | 2012-09-22T04:00:00Z | 2012 | 9 | 2012-09-22T17:30:12Z | 0 | 0 | 0900006480a24910 | |||
| FDA-2008-N-0163-0297 | FDA | None FDA-2008-N-0163 | Reference 1 - Mundy, New FDA Chief Must Divest Several Stock, Fund Holdings - [Citizens for Health, et al (Swankin & Turner) - Petition for Reconsideration] | Supporting & Related Material | Petition | 2012-09-22T04:00:00Z | 2012 | 9 | 2012-09-22T17:30:11Z | 0 | 0 | 0900006480a23fa2 | |||
| FDA-2008-N-0163-0302 | FDA | None FDA-2008-N-0163 | Reference 1 - Laks, Assessment of Chronic Mercury Exposure Within the U.S. Population, National Health and Nutrition Examination Survey, 1999-2006 - [Mom's Against Mercury, et al. - Petition for Reconsideration] | Supporting & Related Material | Petition | 2012-09-22T04:00:00Z | 2012 | 9 | 2012-09-22T17:30:12Z | 0 | 0 | 0900006480a24788 | |||
| FDA-2008-N-0163-0301 | FDA | None FDA-2008-N-0163 | Reference 12 - Mundy, et al, FDA Scientists Ask Obama to Restructure Drug Agency - [Citizens for Health, et al. - Petition for Reconsideration] | Supporting & Related Material | Petition | 2012-09-22T04:00:00Z | 2012 | 9 | 2012-09-22T17:30:12Z | 0 | 0 | 0900006480a24612 | |||
| FDA-2008-N-0163-0299 | FDA | None FDA-2008-N-0163 | Reference 3 - Settlement Agreement for Moms Against Mercury, et al. v. Andrew von Eschenbach, et al., Civ. No. 07-2332 (ESH/JMF) (D.D.C.) (filed Dec. 28, 2007) re Petition for Reconsideration Citizens for Health, et al See FDA-2009-P-0609-0001 | Supporting & Related Material | Background Material | 2012-09-22T04:00:00Z | 2012 | 9 | 2014-10-08T17:19:01Z | 0 | 0 | 0900006480a244f7 | |||
| FDA-2008-N-0163-0298 | FDA | None FDA-2008-N-0163 | Reference 2 - Wall Street Journal, FDA's Hamburg, Husband Have Health-Related Wealth - [Citizens for Health, et al. - Petition for Reconsideration] | Supporting & Related Material | Petition | 2012-09-22T04:00:00Z | 2012 | 9 | 2012-09-22T17:30:11Z | 0 | 0 | 0900006480a24043 |
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;