documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FDA-2004-P-0279" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), last_modified (date)
document_type 2
agency_id 1
- FDA 7
| 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-2004-P-0279-0009 | FDA | Petition for Rulemaking to Revoke the Authority for Industry to Use Partially Hydrogenated Vegetable Oils in Foods FDA-2004-P-0279 | Final Response from FDA CFSAN to Center for Science in the Public Interest | Other | Letter(s) | 2024-04-08T04:00:00Z | 2024 | 4 | 2024-04-08T04:00:00Z | 2025-01-30T00:42:31Z | 0 | 0 | 09000064864c0396 | ||
| FDA-2004-P-0279-0008 | FDA | Petition for Rulemaking to Revoke the Authority for Industry to Use Partially Hydrogenated Vegetable Oils in Foods FDA-2004-P-0279 | Citizen Petition Partial Approval and Denial Response from FDA CFSAN to the Center for Science in the Public Health | Other | Partial Petition Approval and Denial | 2015-06-22T04:00:00Z | 2015 | 6 | 2015-06-22T04:00:00Z | 2025-01-30T00:35:27Z | 0 | 0 | 0900006481b4e281 | ||
| FDA-2004-P-0279-0007 | FDA | Petition for Rulemaking to Revoke the Authority for Industry to Use Partially Hydrogenated Vegetable Oils in Foods FDA-2004-P-0279 | Letter from the Center for Science in the Public Interest | Other | Letter(s) | 2009-12-14T05:00:00Z | 2009 | 12 | 2009-12-14T05:00:00Z | 2025-01-30T00:29:49Z | 0 | 0 | 0900006480a637bc | ||
| FDA-2004-P-0279-0006 | FDA | Petition for Rulemaking to Revoke the Authority for Industry to Use Partially Hydrogenated Vegetable Oils in Foods FDA-2004-P-0279 | Citizen Petition from the Center for Science in the Public Interest (CSPI) | Other | Citizen Petition | 2009-12-03T05:00:00Z | 2009 | 12 | 2009-12-03T05:00:00Z | 2025-01-30T00:26:25Z | 0 | 0 | 0900006480a62f62 | ||
| FDA-2004-P-0279-0003 | FDA | Petition for Rulemaking to Revoke the Authority for Industry to Use Partially Hydrogenated Vegetable Oils in Foods FDA-2004-P-0279 | Citizen Petition from the Center for Science in the Public Interest (CSPI) | Other | Citizen Petition | 2008-06-12T04:00:00Z | 2008 | 6 | 2008-06-12T04:00:00Z | 2025-01-29T23:36:25Z | 0 | 0 | 09000064804726a3 | ||
| FDA-2004-P-0279-0001 | FDA | Petition for Rulemaking to Revoke the Authority for Industry to Use Partially Hydrogenated Vegetable Oils in Foods FDA-2004-P-0279 | Acknowledgement Letter from FDA DMB to the Center for Science in the Public Interest (CSPI) | Supporting & Related Material | Background Material | 2004-05-19T04:00:00Z | 2004 | 5 | 2025-01-29T23:43:49Z | 0 | 0 | 09000064804726a1 | |||
| FDA-2004-P-0279-0002 | FDA | Petition for Rulemaking to Revoke the Authority for Industry to Use Partially Hydrogenated Vegetable Oils in Foods FDA-2004-P-0279 | Acknowledgement Letter from FDA DMB to the Center for Science in the Public Interest (CSPI) | Other | Acknowledgement Letter/Receipt | 2004-05-19T04:00:00Z | 2004 | 5 | 2004-05-19T04:00:00Z | 2025-01-29T23:33:23Z | 0 | 0 | 09000064804726a5 |
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;