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-0027" and posted_year = 2014 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date (date), comment_start_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-1996-N-0027-0033 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | National Environmental Policy Act Proposed Revision of Policies and Procedures Final Rule re FDA 1996 N 0027 0003 Background Material | Supporting & Related Material | Background Material | 2014-01-19T05:00:00Z | 2014 | 1 | 2014-01-19T22:13:45Z | 0 | 0 | 09000064804fb60c | |||
| FDA-1996-N-0027-0024 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | Memorandum of Telephone Conversation Between FDA General Counsel and the Oregon Natural Resources Counsel Action ONRC | Other | Memorandum | 2014-01-19T05:00:00Z | 2014 | 1 | 2014-01-19T05:00:00Z | 2014-01-19T22:10:40Z | 0 | 0 | 09000064804fb5f2 | ||
| FDA-1996-N-0027-0026 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | Memorandum of Telephone Conversation Between FDA Center for Food Safety and Nutrition CFSAN and Hyman Phelps and McNamara re Macronutrients as Used in the Proposed Revisions of 21 CFR Part 25 | Other | Memorandum | 2014-01-19T05:00:00Z | 2014 | 1 | 2014-01-19T05:00:00Z | 2014-01-19T22:11:45Z | 0 | 0 | 09000064804fb5f6 | ||
| FDA-1996-N-0027-0022 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | Memorandum of Telephone Conversation Between FDA General Counsel and the Oregon Natural Resources Counsel Action ONRC | Other | Memorandum | 2014-01-19T05:00:00Z | 2014 | 1 | 2014-01-19T05:00:00Z | 2014-01-19T22:10:14Z | 0 | 0 | 09000064804fb5eb | ||
| FDA-1996-N-0027-0028 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | Memorandum of Telephone Conversation Between FDA Center for Food Safety and Nutrition CFSAN and CFR Services re FONSIs in Dockets for Petitions Not Yet Regulated | Other | Memorandum | 2014-01-19T05:00:00Z | 2014 | 1 | 2014-01-19T05:00:00Z | 2014-01-19T22:12:25Z | 0 | 0 | 09000064804fb601 | ||
| FDA-1996-N-0027-0027 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | Memorandum of Telephone Conversation Between FDA Center for Drug Evaluation and Research and Environmental Protection Agency EPA re National Environmental Policy Act Proposed Revision of Polices and Procedures | Other | Memorandum | 2014-01-19T05:00:00Z | 2014 | 1 | 2014-01-19T05:00:00Z | 2014-01-19T22:11:58Z | 0 | 0 | 09000064804fb5ff | ||
| FDA-1996-N-0027-0017 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | Request for Extension from Oregon Natural Resources Council Fund | Other | Request for Extension | 2014-01-19T05:00:00Z | 2014 | 1 | 2014-01-19T05:00:00Z | 2014-01-19T22:04:06Z | 0 | 0 | 09000064804fb5d7 | ||
| FDA-1996-N-0027-0025 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | Memorandum of Telephone Conversation Between FDA CFSAN and Hyman Phelps and McNamara re Application of the Environmental Assessment Reforms to GRAS Petitions | Other | Memorandum | 2014-01-19T05:00:00Z | 2014 | 1 | 2014-01-19T05:00:00Z | 2014-01-19T22:11:28Z | 0 | 0 | 09000064804fb5f4 |
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);