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 agency_id = "FDA" and docket_id = "FDA-1998-N-0071" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 1998 2
  • 2002 2
  • 2008 2
  • 2016 2

document_type 3

  • Other 5
  • Notice 2
  • Proposed Rule 1

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-1998-N-0071-0007 FDA Effect of Dietary Supplement on Structure/Function of the Body - CLOSED FDA-1998-N-0071 Withdrawal Letter from Johnson and Johnson Other Withdrawal 2016-03-14T04:00:00Z 2016 3 2016-03-14T04:00:00Z   2016-03-14T19:47:54Z   0 0 0900006481ec068b
FDA-1998-N-0071-0006 FDA Effect of Dietary Supplement on Structure/Function of the Body - CLOSED FDA-1998-N-0071 Withdrawal Letter from Beardsley Law PLLC and BUCLAWPLLC Other Withdrawal 2016-03-04T05:00:00Z 2016 3 2016-03-04T05:00:00Z   2016-03-04T20:03:57Z   0 0 0900006481ea1b8d
FDA-1998-N-0071-0005 FDA Effect of Dietary Supplement on Structure/Function of the Body - CLOSED FDA-1998-N-0071 Transcript of August 4, 1999 Meeting Other TR-Transcript 2008-11-19T05:00:00Z 2008 11 2008-11-19T05:00:00Z   2008-11-19T23:10:19Z   0 0 09000064805813ef
FDA-1998-N-0071-0004 FDA Effect of Dietary Supplement on Structure/Function of the Body - CLOSED FDA-1998-N-0071 Center for Science in the Public Interest to the Center for Food Safety and Applied Nutrition - Letter Other Letter(s) 2008-07-23T04:00:00Z 2008 7 2008-07-23T04:00:00Z   2014-12-01T18:07:30Z   0 0 090000648068ba5e
FDA-1998-N-0071-0003 FDA Effect of Dietary Supplement on Structure/Function of the Body - CLOSED FDA-1998-N-0071 Small Entity Compliance Guide Structure/Function Claim; Availability Notice NAD-Notice of Availability of Data 2002-01-18T05:00:00Z 2002 1 2002-01-19T00:42:34Z   2024-11-12T04:14:52Z   1 0 09000064805814dd
FDA-1998-N-0071-0008 FDA Effect of Dietary Supplement on Structure/Function of the Body - CLOSED FDA-1998-N-0071 Structure/Function Claims Small Entity Compliance Guide - Draft Guidance Other Guidance 2002-01-08T05:00:00Z 2002 1 2020-09-16T04:00:00Z   2024-11-12T04:14:52Z   1 0 09000064805814d9
FDA-1998-N-0071-0002 FDA Effect of Dietary Supplement on Structure/Function of the Body - CLOSED FDA-1998-N-0071 Regulations on Statements made for Dietary Supplements Concerning the Effects of the Products on the Structure or Function of the Body; Extension of Comment Period Notice NEC-Notice of Extension 1998-08-27T04:00:00Z 1998 8 1998-08-27T04:00:00Z 1998-09-29T03:59:59Z 2008-07-23T23:37:30Z   0 0 09000064805730ad
FDA-1998-N-0071-0001 FDA Effect of Dietary Supplement on Structure/Function of the Body - CLOSED FDA-1998-N-0071 Regulations on Statements made for Dietary Supplements Concerning the Effects of the Products on the Structure or Function of the Body Proposed Rule NPR-Notice of Proposed Rule-Making 1998-05-01T04:00:00Z 1998 5 1998-05-01T04:00:00Z 1998-08-28T03:59:59Z 2008-07-23T23:34:30Z   0 0 0900006480571e04

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