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

8 rows where docket_id = "FDA-1993-F-0116" and posted_year = 2017 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, comment_start_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 4

  • Supporting & Related Material 4
  • Other 2
  • Notice 1
  • Rule 1

posted_year 1

  • 2017 · 8 ✖

agency_id 1

  • FDA 8
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-1993-F-0116-0007 FDA Safe Use of Sources of Radiation to Process Certain Meats-CLOSED FDA-1993-F-0116 Reference 2 Memorandum from M. DiNovi, Chemistry Review Branch, CFSAN, FDA, to P. Hansen, Biotechnology Policy Branch, CFSAN, FDA, April 29, 1994. re: Irradiation in the Production, Processing, and Handling of Food Supporting & Related Material Reference (internal unless indicated) 2017-09-21T04:00:00Z 2017 9     2017-09-21T15:38:55Z   0 0 0900006482a404d4
FDA-1993-F-0116-0008 FDA Safe Use of Sources of Radiation to Process Certain Meats-CLOSED FDA-1993-F-0116 Reference 3 Memorandum from H. Irausquin, Division of Health Effects Evaluation, CFSAN, FDA, to P. Hansen, Biotechnology Policy Branch, CFSAN, FDA, November 9, 1994. re: Irradiation in the Production, Processing, and Handling of Food Supporting & Related Material Reference (internal unless indicated) 2017-09-21T04:00:00Z 2017 9     2017-09-21T15:42:00Z   0 0 0900006482a404d5
FDA-1993-F-0116-0005 FDA Safe Use of Sources of Radiation to Process Certain Meats-CLOSED FDA-1993-F-0116 Irradiation in the Production, Processing, and Handling of Food Rule Final Rule 2017-09-21T04:00:00Z 2017 9 1995-03-08T05:00:00Z 1995-04-08T03:59:59Z 2017-09-21T15:30:54Z 95–5672 0 0 09000064804fe0a1
FDA-1993-F-0116-0006 FDA Safe Use of Sources of Radiation to Process Certain Meats-CLOSED FDA-1993-F-0116 Reference 1 U.S. Army Natick RD & E Center, "Space Food Prototype, Production Guide No. 60-C," April 13, 1993. re Irradiation in the Production, Processing, and Handling of Food Supporting & Related Material Reference (internal unless indicated) 2017-09-21T04:00:00Z 2017 9     2020-10-26T18:45:54Z   0 0 0900006482a40548
FDA-1993-F-0116-0001 FDA Safe Use of Sources of Radiation to Process Certain Meats-CLOSED FDA-1993-F-0116 National Aeronautics and Space Administration; Filing of Food Additive Petition Notice Notice of Filing 2017-09-21T04:00:00Z 2017 9 1993-11-19T05:00:00Z 1993-12-21T04:59:59Z 2017-09-21T15:10:56Z 93-28472 0 0 09000064804fe097
FDA-1993-F-0116-0003 FDA Safe Use of Sources of Radiation to Process Certain Meats-CLOSED FDA-1993-F-0116 Environmental Assessment from National Aeronautics and Space Administration (NASA) Other Environmental assessment 2017-09-21T04:00:00Z 2017 9 2017-09-21T04:00:00Z   2017-09-21T15:23:59Z   0 0 0900006482a5098f
FDA-1993-F-0116-0002 FDA Safe Use of Sources of Radiation to Process Certain Meats-CLOSED FDA-1993-F-0116 Environmental Assessment from National Aeronautics and Space Administration (NASA) Other Environmental assessment 2017-09-21T04:00:00Z 2017 9 2017-09-21T04:00:00Z   2017-09-21T15:20:08Z   0 0 0900006482a4039a
FDA-1993-F-0116-0004 FDA Safe Use of Sources of Radiation to Process Certain Meats-CLOSED FDA-1993-F-0116 Finding of No Significant Impact re FAP 9M4125 National Aeronautics and Space Administration Supporting & Related Material Finding of no Significant Impact 2017-09-21T04:00:00Z 2017 9     2017-09-21T15:26:38Z   0 0 0900006482a40543

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 1111.057ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API