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 = "Proposed Rule" and posted_year = 1998 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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-1998-N-0008-0001 | FDA | Bioavailability and Bioequivalence Requirements - CLOSED FDA-1998-N-0008 | Bioavailability and Bioequivalence Requirements; Abbreviated Applications; Proposed Revisions | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 1998-11-24T05:00:00Z | 1998 | 11 | 1998-11-19T05:00:00Z | 1999-02-03T04:59:59Z | 2024-08-28T13:48:58Z | 98-30880 | 0 | 0 | 0900006480558d83 |
| FDA-1978-N-0018-0431 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Sunscreen Drug Products for Over-the-Counter Human Use; Amendment to the Tentative Final Monograph; Enforcement Policy | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 1998-11-02T05:00:00Z | 1998 | 11 | 1998-11-02T05:00:00Z | 1999-01-21T04:59:59Z | 2019-07-24T18:18:58Z | 98-28274 | 0 | 0 | 090000648055a643 |
| FDA-1978-N-0021-0007 | FDA | Over-the-Counter (OTC) Laxative FDA-1978-N-0021 | Notice of Proposed Rulemaking- Laxative Drug Products for Over-the-Counter Human Use; Proposed Amendment to the Tentative Final Monograph | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 1998-06-23T04:00:00Z | 1998 | 6 | 1998-06-23T04:00:00Z | 1998-09-18T03:59:59Z | 2016-09-22T14:17:32Z | 0 | 0 | 090000648055d3ce | |
| FDA-1979-N-0028-0013 | FDA | Lakes of Color Additives FDA-1979-N-0028 | Permanent Listing of Color Additive Lakes; Additions to the Administrative Record; Reopening of Comment Period - Notice of Proposed Rule | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 1998-06-03T04:00:00Z | 1998 | 6 | 1998-06-03T04:00:00Z | 1998-07-07T03:59:59Z | 2014-05-15T01:01:28Z | 0 | 0 | 090000648055399f | |
| 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 | |
| FDA-1997-N-0066-0001 | FDA | Revisions to General Safety Requirements for Biological Products: Agency Information Collection Activities. FDA-1997-N-0066 | Notice of Proposed Rulemaking re Revisions to the General Safety Requirements for Biological Products; Companion Document to Direct Final Rule | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 1998-04-21T04:00:00Z | 1998 | 4 | 1998-04-21T04:00:00Z | 2008-05-16T03:59:59Z | 2015-12-07T18:50:44Z | 0 | 0 | 09000064805d04c7 | |
| FDA-1996-P-0246-0006 | FDA | Establishes RACCs for Various Types of Food Products Candies FDA-1996-P-0246 | Food Labeling; Serving Sizes; Reference Amounts for Candies | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 1998-01-08T05:00:00Z | 1998 | 1 | 2014-02-20T05:00:00Z | 1998-03-25T04:59:59Z | 2014-02-21T02:01:21Z | 0 | 0 | 0900006480503975 | |
| FDA-1996-P-0309-0006 | FDA | Amend 101.12(b) Table 2 on Hard Candies FDA-1996-P-0309 | Food Labeling; Serving Sizes; Reference Amounts for Candies | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 1998-01-08T05:00:00Z | 1998 | 1 | 2014-02-20T05:00:00Z | 1998-03-25T04:59:59Z | 2014-02-21T02:01:30Z | 0 | 0 | 0900006480504c79 |
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);