documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FDA-1996-N-0006" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (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-1996-N-0006-0190 | FDA | Eligibility Criteria for Considering Additional Conditions in the Over-the-Counter Drug Monograph System FDA-1996-N-0006 | Letter from FDA CDER for Announcement of Meeting with PASS Coalition | Other | Letter(s) | 2016-10-21T04:00:00Z | 2016 | 10 | 2016-10-21T04:00:00Z | 2016-10-21T14:20:00Z | 0 | 0 | 0900006482330e55 | ||
| FDA-1996-N-0006-0189 | FDA | Eligibility Criteria for Considering Additional Conditions in the Over-the-Counter Drug Monograph System FDA-1996-N-0006 | Letter from FDA CDER for Announcement of Meeting | Other | Letter(s) | 2016-10-07T04:00:00Z | 2016 | 10 | 2016-10-07T04:00:00Z | 2016-10-07T12:01:15Z | 0 | 0 | 09000064822a11d4 | ||
| FDA-1996-N-0006-0188 | FDA | Eligibility Criteria for Considering Additional Conditions in the Over-the-Counter Drug Monograph System FDA-1996-N-0006 | Background Material Specific Questions for FDA from Holland&Knight | Supporting & Related Material | Background Material | 2016-09-15T04:00:00Z | 2016 | 9 | 2016-09-15T19:29:20Z | 0 | 0 | 090000648221463d | |||
| FDA-1996-N-0006-0187 | FDA | Eligibility Criteria for Considering Additional Conditions in the Over-the-Counter Drug Monograph System FDA-1996-N-0006 | Request for Meeting from PASS Coalition (Holland & Knight) | Other | Request | 2016-09-08T04:00:00Z | 2016 | 9 | 2016-09-08T04:00:00Z | 2016-09-08T18:14:49Z | 0 | 0 | 09000064821e3bb9 | ||
| FDA-1996-N-0006-0183 | FDA | Eligibility Criteria for Considering Additional Conditions in the Over-the-Counter Drug Monograph System FDA-1996-N-0006 | Letter from Environmental Working Group to FDA DDM, FDA CDER | Other | Letter(s) | 2016-08-29T04:00:00Z | 2016 | 8 | 2016-08-29T04:00:00Z | 2016-08-29T15:56:47Z | 0 | 0 | 09000064821a94be | ||
| FDA-1996-N-0006-0185 | FDA | Eligibility Criteria for Considering Additional Conditions in the Over-the-Counter Drug Monograph System FDA-1996-N-0006 | Attachment 2 EWG's 2016 Sunscreen Guide (2016), http://www.ewg.org/sunscreen re: Letter from Environmental Working Group to FDA DDM, FDA CDER | Supporting & Related Material | Background Material | 2016-08-29T04:00:00Z | 2016 | 8 | 2016-08-29T16:01:59Z | 0 | 0 | 09000064821a962a | |||
| FDA-1996-N-0006-0186 | FDA | Eligibility Criteria for Considering Additional Conditions in the Over-the-Counter Drug Monograph System FDA-1996-N-0006 | Attachment 3 EWG analysis of labeled SPF and in vitro measured SPF from Nash 2009 Market Survey Data re: Letter from Environmental Working Group to FDA DDM, FDA CDER | Supporting & Related Material | Background Material | 2016-08-29T04:00:00Z | 2016 | 8 | 2016-08-29T16:05:02Z | 0 | 0 | 09000064821a962b | |||
| FDA-1996-N-0006-0184 | FDA | Eligibility Criteria for Considering Additional Conditions in the Over-the-Counter Drug Monograph System FDA-1996-N-0006 | Attachment 1 Letter from Ken Cook, et al., EWG to Robert M. Califf, MD, Commissioner, FDA (Aug. 18, 2016) re: Letter from Environmental Working Group to FDA DDM, FDA CDER | Supporting & Related Material | Background Material | 2016-08-29T04:00:00Z | 2016 | 8 | 2016-08-29T15:59:37Z | 0 | 0 | 09000064821a9629 |
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);