documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FDA-2004-D-0123" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FDA 5
| 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-2004-D-0123-0006 | FDA | Current Good Manufacturing Practices for Combination Products FDA-2004-D-0123 | Draft Guidance for Industry Current Good Manufacturing Practices for Combination Products; Draft Guidance Document, See FDA-2004-D-0123-0003 | Other | Guidance | 2010-02-19T05:00:00Z | 2010 | 2 | 2010-02-19T05:00:00Z | 2015-01-21T03:00:46Z | 0 | 0 | 0900006480aa8664 | ||
| FDA-2004-D-0123-0004 | FDA | Current Good Manufacturing Practices for Combination Products FDA-2004-D-0123 | See FDA-2004-D-0123-0006 | Supporting & Related Material | Background Material | 2009-12-31T05:00:00Z | 2009 | 12 | 2015-01-21T02:54:57Z | 0 | 0 | 0900006480a74ac3 | |||
| FDA-2004-D-0123-0001 | FDA | Current Good Manufacturing Practices for Combination Products FDA-2004-D-0123 | Draft Guidance for Industry and the Food and Drug Administration; Current Good Manufacturing Practices for Combination Products; Availability | Notice | NAD-Notice of Availability of Data | 2004-10-05T04:00:00Z | 2004 | 10 | 2004-10-04T04:00:00Z | 2004-12-04T04:59:59Z | 2015-01-21T02:56:54Z | 0 | 0 | 090000648046fbce | |
| FDA-2004-D-0123-0002 | FDA | Current Good Manufacturing Practices for Combination Products FDA-2004-D-0123 | See FDA-2004-D-0123-0003 | Supporting & Related Material | GDL-Guidance | 2004-10-05T04:00:00Z | 2004 | 10 | 2010-02-19T18:08:23Z | 0 | 0 | 090000648046fbd1 | |||
| FDA-2004-D-0123-0003 | FDA | Current Good Manufacturing Practices for Combination Products FDA-2004-D-0123 | Draft Guidance for Industry Current Good Manufacturing Practices for Combination Products; Draft Guidance Document, See FDA-2004-D-0123-0006 | Other | Guidance | 2004-10-05T04:00:00Z | 2004 | 10 | 2004-09-29T04:00:00Z | 2024-11-07T21:52:32Z | 1 | 0 | 090000648046fbd2 |
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);