documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where agency_id = "FDA" and docket_id = "FDA-2001-N-0203" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FDA · 3 ✖
| 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-0203-0055 | FDA | Institutional Review Boards -CLOSED FDA-2001-N-0203 | Background Material | Supporting & Related Material | Background Material | 2015-12-01T05:00:00Z | 2015 | 12 | 2025-01-23T15:09:08Z | 0 | 0 | 09000064804e39ee | |||
| FDA-2001-N-0203-0002 | FDA | Institutional Review Boards -CLOSED FDA-2001-N-0203 | Institutional Review Boards: Requiring Sponsors and Investigators to Inform Institutional Review Boards of Any Prior Institutional Review Board Reviews; Withdrawal | Notice | Withdrawal | 2006-01-17T05:00:00Z | 2006 | 1 | 2025-01-23T15:04:13Z | E6-357 | 0 | 0 | 09000064804e39f3 | ||
| 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);