documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "FDA-1998-F-0072" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
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-1998-F-0072-0007 | FDA | safe use of ionizing radition for reduction of salmonella. CLOSED FDA-1998-F-0072 | Reference 4 - Memorandum for FAP 8M4584 from K. Morehouse, FDA, to W. Trotter, FDA, May 14, 1999 [Notice of Final Rule of 4/13/11] | Supporting & Related Material | N-Notice (Supporting and Related Material) | 2011-04-14T04:00:00Z | 2011 | 4 | 2011-04-14T16:46:58Z | 0 | 0 | 0900006480c2c751 | |||
| FDA-1998-F-0072-0010 | FDA | safe use of ionizing radition for reduction of salmonella. CLOSED FDA-1998-F-0072 | Reference 8 - Bureau of Foods Irradiated Foods Committee, Recommendations for Evaluating the Safety of Irradiated Food, Prepared for the Director, Bureau of Foods, FDA, July 1980 [Notice of Final Rule of 4/13/11] | Supporting & Related Material | N-Notice (Supporting and Related Material) | 2011-04-14T04:00:00Z | 2011 | 4 | 2011-04-14T16:53:42Z | 0 | 0 | 0900006480c2c7d6 | |||
| FDA-1998-F-0072-0006 | FDA | safe use of ionizing radition for reduction of salmonella. CLOSED FDA-1998-F-0072 | Reference 3 - Memorandum for FAP 8M4584 from K. Morehouse, FDA, to W. Trotter, FDA, April 11, 2000 [Notice of Final Rule of 4/13/11] | Supporting & Related Material | N-Notice (Supporting and Related Material) | 2011-04-14T04:00:00Z | 2011 | 4 | 2011-04-14T16:44:12Z | 0 | 0 | 0900006480c2c750 | |||
| FDA-1998-F-0072-0005 | FDA | safe use of ionizing radition for reduction of salmonella. CLOSED FDA-1998-F-0072 | Reference 2 - Memorandum for FAP 8M4584 from V. K. Bunning, FDA, to W. Trotter, FDA, April 4, 2000. [Notice of Final Rule of 4/13/11] | Supporting & Related Material | N-Notice (Supporting and Related Material) | 2011-04-14T04:00:00Z | 2011 | 4 | 2011-04-14T16:42:40Z | 0 | 0 | 0900006480c2c74f | |||
| FDA-1998-F-0072-0008 | FDA | safe use of ionizing radition for reduction of salmonella. CLOSED FDA-1998-F-0072 | Reference 5 - Memorandum for FAP 8M4584 from I. Chen, FDA, to W. Trotter, FDA, December 11, 1998 [Notice of Final Rule of 4/13/11] | Supporting & Related Material | N-Notice (Supporting and Related Material) | 2011-04-14T04:00:00Z | 2011 | 4 | 2011-04-14T16:48:55Z | 0 | 0 | 0900006480c2c7d0 | |||
| FDA-1998-F-0072-0009 | FDA | safe use of ionizing radition for reduction of salmonella. CLOSED FDA-1998-F-0072 | Reference 6 - Memorandum for FAP 8M4584 from I. Chen, FDA, to W. Trotter, FDA, March 31, 2000 [Notice of Final Rule of 4/13/11] | Supporting & Related Material | N-Notice (Supporting and Related Material) | 2011-04-14T04:00:00Z | 2011 | 4 | 2011-04-14T16:49:59Z | 0 | 0 | 0900006480c2c7d1 | |||
| FDA-1998-F-0072-0004 | FDA | safe use of ionizing radition for reduction of salmonella. CLOSED FDA-1998-F-0072 | Irradiation in the Production, Processing, and Handling of Food | Rule | NFR-Notice of Final Rule | 2011-04-13T04:00:00Z | 2011 | 4 | 2011-04-14T15:23:49Z | 2011-08815 | 0 | 0 | 0900006480c25ec1 | ||
| FDA-1998-F-0072-0002 | FDA | safe use of ionizing radition for reduction of salmonella. CLOSED FDA-1998-F-0072 | FDA | Notice | NFR-Notice of Final Rule | 2000-07-31T04:00:00Z | 2000 | 7 | 2000-07-31T04:00:00Z | 2000-08-22T03:59:59Z | 2008-05-16T21:24:39Z | 0 | 0 | 0900006480583c7b | |
| FDA-1998-F-0072-0003 | FDA | safe use of ionizing radition for reduction of salmonella. CLOSED FDA-1998-F-0072 | FDA | Notice | NFR-Notice of Final Rule | 2000-07-31T04:00:00Z | 2000 | 7 | 2000-07-31T04:00:00Z | 2000-08-22T03:59:59Z | 2008-05-16T21:24:39Z | 0 | 0 | 0900006480583c7e | |
| FDA-1998-F-0072-0001 | FDA | safe use of ionizing radition for reduction of salmonella. CLOSED FDA-1998-F-0072 | Edward S. Josephson | Notice | NFL-Notice of Filing | 1998-03-24T05:00:00Z | 1998 | 3 | 2008-05-16T21:24:40Z | 0 | 0 | 0900006480583c06 |
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);