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

14 rows where docket_id = "FDA-2004-N-0569" and posted_year = 2004 sorted by posted_date descending

✎ View and edit SQL

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

  • Other 11
  • Notice 2
  • Supporting & Related Material 1

posted_year 1

  • 2004 · 14 ✖

agency_id 1

  • FDA 14
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-0569-0017 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 FDA Notice NEC-Notice of Extension 2004-12-28T05:00:00Z 2004 12 2004-12-27T05:00:00Z 2005-02-02T04:59:59Z 2008-04-12T00:46:19Z   0 0 0900006480483331
FDA-2004-N-0569-0014 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 List of participants, attendees Other LST-List 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:45:32Z   0 0 090000648048332b
FDA-2004-N-0569-0006 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 Transcript of November 15, 2004 Public Meeting Other TR-Transcript 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:45:55Z   0 0 090000648048330b
FDA-2004-N-0569-0012 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 Director, Division of Dietary Supplement Programs, FDA Other TS-Testimony 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:44:31Z   0 0 0900006480483311
FDA-2004-N-0569-0011 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 Director, Division of Dietary Supplement Programs, FDA Other TS-Testimony 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:46:18Z   0 0 0900006480483310
FDA-2004-N-0569-0015 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 List of participants, attendees Other LST-List 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:45:32Z   0 0 090000648048332c
FDA-2004-N-0569-0016 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 List of participants, attendees Other LST-List 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:45:32Z   0 0 090000648048332d
FDA-2004-N-0569-0007 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 Transcript of November 15, 2004 Public Meeting Other TR-Transcript 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:46:18Z   0 0 090000648048330c
FDA-2004-N-0569-0008 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 Transcript of November 15, 2004 Public Meeting Other TR-Transcript 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:45:11Z   0 0 090000648048330d
FDA-2004-N-0569-0009 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 Agenda for November 15, 2004 meeting Other LST-List 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:43:40Z   0 0 090000648048330e
FDA-2004-N-0569-0010 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 Agenda for November 15, 2004 meeting Other LST-List 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:44:51Z   0 0 090000648048330f
FDA-2004-N-0569-0013 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 List of participants, attendees Other LST-List 2004-12-08T05:00:00Z 2004 12     2008-04-12T00:44:11Z   0 0 090000648048332a
FDA-2004-N-0569-0001 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 FDA Notice NM-Notice of Meeting 2004-10-22T04:00:00Z 2004 10 2004-10-15T04:00:00Z 2004-12-04T04:59:59Z 2008-04-12T00:44:53Z   0 0 09000064804831d7
FDA-2004-N-0569-0002 FDA Dietary Supplements; Premarket Notification for New Dietary Ingredient Notifications; Public Meeting FDA-2004-N-0569 Background Material Reference #1 Supporting & Related Material BKG-Background Material 2004-10-22T04:00:00Z 2004 10     2008-04-12T00:44:10Z   0 0 09000064804832af

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