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

5 rows where docket_id = "FDA-2004-N-0189" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2007 3
  • 2004 1
  • 2006 1

document_type 3

  • Notice 2
  • Supporting & Related Material 2
  • Proposed Rule 1

agency_id 1

  • FDA 5
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-N-0189-0009 FDA Recordkeeping Requirements for Human Food and Cosmetics Manufactured from Processed With, or Otherwise Containing Material form Cattle FDA-2004-N-0189 Recordkeeping Requirements for Human Food and Cosmetics Manufactured from Processed With, or Otherwise Containing Material form Cattle; Notice of Approval Notice Notice of Approval 2007-03-13T04:00:00Z 2007 3 2007-03-12T04:00:00Z   2015-06-01T15:47:35Z   0 0 0900006480470954
FDA-2004-N-0189-0011 FDA Recordkeeping Requirements for Human Food and Cosmetics Manufactured from Processed With, or Otherwise Containing Material form Cattle FDA-2004-N-0189 Supporting statment from FDA/CFSAN re Recordkeeping Requirements for Human Food and Cosmetics Manufactured from Processed With, or Otherwise Containing Material form Cattle Supporting & Related Material Statement (Supporting and Related Material) 2007-03-13T04:00:00Z 2007 3     2015-06-02T15:04:18Z   0 0 0900006480470956
FDA-2004-N-0189-0010 FDA Recordkeeping Requirements for Human Food and Cosmetics Manufactured from Processed With, or Otherwise Containing Material form Cattle FDA-2004-N-0189 Supporting statment from FDA/CFSAN re Recordkeeping Requirements for Human Food and Cosmetics Manufactured from Processed With, or Otherwise Containing Material form Cattle Supporting & Related Material Statement (Supporting and Related Material) 2007-03-13T04:00:00Z 2007 3     2015-06-02T14:54:14Z   0 0 0900006480470955
FDA-2004-N-0189-0008 FDA Recordkeeping Requirements for Human Food and Cosmetics Manufactured from Processed With, or Otherwise Containing Material form Cattle FDA-2004-N-0189 RuleRecordkeeping Requirements for Human Food and Cosmetics Manufactured from Processed With, or Otherwise Containing Material form Cattle; Notice of Final Notice Notice of Final Rule 2006-10-11T04:00:00Z 2006 10 2006-10-10T04:00:00Z   2015-06-01T15:44:18Z   0 0 0900006480470948
FDA-2004-N-0189-0001 FDA Recordkeeping Requirements for Human Food and Cosmetics Manufactured from Processed With, or Otherwise Containing Material form Cattle FDA-2004-N-0189 Notice of Proposed Rule from FDA/CFSAN re Recordkeeping Requirements for Human Food and Cosmetics Manufactured from Processed With, or Otherwise Containing Material form Cattle Proposed Rule Notice of Proposed Rulemaking (NPRM) 2004-07-15T04:00:00Z 2004 7 2004-07-14T04:00:00Z 2004-08-14T03:59:59Z 2015-06-02T15:08:45Z   0 0 09000064804708ea

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