documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where agency_id = "FDA", document_type = "Proposed Rule" and posted_year = 2002 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, 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-2001-N-0178-0001 | FDA | Performance Standard for Diagnostic X-Ray Systems and Their Major Components FDA-2001-N-0178 | Electronic Products; Performance Standard for Diagnostic X-Ray Systems and Their Major Components | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2002-12-10T05:00:00Z | 2002 | 12 | 2002-12-10T05:00:00Z | 2003-04-10T03:59:59Z | 2016-02-03T22:01:16Z | 0 | 0 | 09000064804e1548 | |
| FDA-2002-N-0031-0001 | FDA | Animal Proteins Prohibited in Ruminant Feed FDA-2002-N-0031 | Substances Prohibited From Use in Animal Food or Feed; Animal Proteins Prohibited in Ruminant Feed | Proposed Rule | NPR-Notice of Proposed Rule-Making | 2002-11-13T05:00:00Z | 2002 | 11 | 2002-11-05T05:00:00Z | 2003-02-05T04:59:59Z | 2009-04-11T07:00:02Z | 0 | 0 | 090000648048956c | |
| FDA-1977-N-0025-0001 | FDA | Internal, Analgesic, Antipyretic & Antirheumatic Drug Products - OPEN FDA-1977-N-0025 | Internal Analgesic, Antipyretic, and Antirheumatic Drug Products for Over- the-Counter Human Use; Proposed Amendment of the Tentative Final Monograph, and Related Labeling | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2002-08-28T04:00:00Z | 2002 | 8 | 2002-08-28T04:00:00Z | 2002-11-20T04:59:59Z | 2019-02-22T02:03:59Z | 02-21122 | 0 | 0 | 09000064805da214 |
| FDA-2002-N-0034-0001 | FDA | Presiding Officers at Regulatory Hearings FDA-2002-N-0034 | Presiding Officers at Regulatory Hearings | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2002-08-20T04:00:00Z | 2002 | 8 | 2002-08-15T04:00:00Z | 2002-10-30T04:59:59Z | 2025-05-06T16:41:13Z | 02-20700 | 0 | 0 | 090000648048af12 |
| FDA-2000-N-0047-0001 | FDA | Investigational New Drugs: Export Requirements FDA-2000-N-0047 | Notice of Proposed Rulemaking Re Investigational New Drugs Export Requirements for Unapproved New Drug Products | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2002-06-19T04:00:00Z | 2002 | 6 | 2002-06-19T04:00:00Z | 2002-09-18T03:59:59Z | 2015-11-12T21:54:33Z | 0 | 0 | 09000064804af181 | |
| FDA-2000-N-0224-0001 | FDA | Human Prescripton Drugs/Biologics in Electronic Format - CLOSED FDA-2000-N-0224 | Requirements for Submission of Labeling for Human Prescription Drugs and Biologics in Electronic Format; Proposed Rule | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2002-05-03T04:00:00Z | 2002 | 5 | 2002-05-01T04:00:00Z | 2002-08-02T03:59:59Z | 2015-11-18T02:30:47Z | 0 | 0 | 09000064804d540d | |
| FDA-2001-N-0203-0001 | FDA | Institutional Review Boards -CLOSED FDA-2001-N-0203 | Institutional Review Boards: Requiring Sponsors and Investigators to Inform IRBs of Any Prior IRB Reviews | Proposed Rule | Advance Notice of Proposed Rulemaking (ANPRM) | 2002-03-11T05:00:00Z | 2002 | 3 | 2002-03-06T05:00:00Z | 2002-06-05T03:59:59Z | 2025-01-23T14:13:32Z | 02-5247 | 0 | 0 | 09000064804e38d1 |
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);