documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where agency_id = "FDA", document_type = "Rule" and posted_year = 1997 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: docket_id, subtype, posted_date, posted_month, comment_start_date, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-1995-N-0029-0005 | FDA | Requirements for Nutrient Content Claims; Health Claims FDA-1995-N-0029 | Food Labeling; Nutrient Content Claims: Definition for “High Potency” and Definitions of “Antioxidant” for Use in Nutrient Content Claims for Dietary Supplements and Conventional Foods; Correction | Rule | NCR-Notice of Correction | 1997-10-30T05:00:00Z | 1997 | 10 | 2008-06-17T16:55:54Z | 0 | 0 | 090000648055a53f | |||
| FDA-1995-N-0029-0004 | FDA | Requirements for Nutrient Content Claims; Health Claims FDA-1995-N-0029 | Food Labeling; Nutrient Content Claims: Definition for “High Potency” and Definitions of “Antioxidant” for Use in Nutrient Content Claims for Dietary Supplements and Conventional Foods | Rule | NFR-Notice of Final Rule | 1997-10-03T04:00:00Z | 1997 | 10 | 2008-06-17T16:50:37Z | 0 | 0 | 090000648055a53a | |||
| FDA-1995-N-0029-0003 | FDA | Requirements for Nutrient Content Claims; Health Claims FDA-1995-N-0029 | Food Labeling; Requirements for Nutrient Content Claims, Health Claims, and Statements of Nutritional Support for Dietary Supplements | Rule | NFR-Notice of Final Rule | 1997-10-01T04:00:00Z | 1997 | 10 | 2008-06-17T16:59:19Z | 0 | 0 | 090000648055a536 | |||
| FDA-1996-N-0027-0006 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | National Environmental Policy Act Proposed Revision of Policies and Procedures Correction | Rule | Correction | 1997-09-16T04:00:00Z | 1997 | 9 | 2014-01-19T17:23:25Z | 0 | 0 | 09000064804fb631 | |||
| FDA-1996-N-0027-0005 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | National Environmental Policy Act Proposed Revision of Policies and Procedures Pages 101 Thru 157 | Rule | Final Rule | 1997-08-04T04:00:00Z | 1997 | 8 | 1997-08-04T04:00:00Z | 1997-07-30T03:59:59Z | 2014-01-19T17:24:33Z | 0 | 0 | 09000064804fb630 | |
| FDA-1996-N-0027-0004 | FDA | National Environmental Policy Act Proposed Revision of Policies and Procedures FDA-1996-N-0027 | National Environmental Policy Act Proposed Revision of Policies and Procedures Pages 1 Thru 100 | Rule | Final Rule | 1997-08-04T04:00:00Z | 1997 | 8 | 1997-08-04T04:00:00Z | 1997-07-30T03:59:59Z | 2014-01-19T17:24:19Z | 0 | 0 | 09000064804fb62f | |
| FDA-1993-N-0023-0004 | FDA | PMA of Cranial Electrotherapy Stimulators Effective Date FDA-1993-N-0023 | Neurological Devices; Effective Date of Requirement for Premarket Approval of Cranial Electrotherapy Stimulators; June 4, 1997 | Rule | Final Rule | 1997-06-06T04:00:00Z | 1997 | 6 | 2011-12-05T20:58:21Z | 0 | 0 | 09000064804fb0bf | |||
| FDA-1995-S-0036-0001 | FDA | Public Disclosure Materials for Emergency Research Studies Conducted Under 21 CFR 50.24 FDA-1995-S-0036 | Protection of Human Subjects; Informed Consent | Rule | Final Rule | 1997-04-29T04:00:00Z | 1997 | 4 | 1996-07-17T04:00:00Z | 2021-05-04T03:59:59Z | 2023-04-20T01:01:04Z | 96-24967 | 0 | 0 | 090000648055afa9 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);