home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where docket_id = "FDA-1998-F-0072" and posted_year = 2011 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 6
  • Rule 1

posted_year 1

  • 2011 · 7 ✖

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-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

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 911.36ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API