documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FDA-1996-D-0048" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FDA 6
| 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-1996-D-0048-0006 | FDA | Impurities in new drug products guideline FDA-1996-D-0048 | Guidance for Industry Q3B(R2) Impurities in New Drug Products | Other | Guidance | 2021-10-27T04:00:00Z | 2021 | 10 | 2021-10-27T04:00:00Z | 2021-10-27T16:06:56Z | 0 | 0 | 0900006484dfa462 | ||
| FDA-1996-D-0048-0005 | FDA | Impurities in new drug products guideline FDA-1996-D-0048 | Q3B(R) Impurities in New Drug Products (Revision 2) | Other | Guidance | 2006-08-04T04:00:00Z | 2006 | 8 | 2020-06-02T04:00:00Z | 2024-11-15T02:00:46Z | 1 | 0 | 09000064846c4e6f | ||
| FDA-1996-D-0048-0004 | FDA | Impurities in new drug products guideline FDA-1996-D-0048 | GUIDANCE | Supporting & Related Material | GDL-Guidance | 2003-11-21T05:00:00Z | 2003 | 11 | 2008-05-16T22:15:27Z | 0 | 0 | 09000064804fc7be | |||
| FDA-1996-D-0048-0003 | FDA | Impurities in new drug products guideline FDA-1996-D-0048 | GUIDANCE | Supporting & Related Material | GDL-Guidance | 2003-11-21T05:00:00Z | 2003 | 11 | 2008-05-16T22:15:26Z | 0 | 0 | 09000064804fc7bd | |||
| FDA-1996-D-0048-0002 | FDA | Impurities in new drug products guideline FDA-1996-D-0048 | FDA | Notice | NAD-Notice of Availability of Data | 2003-11-21T05:00:00Z | 2003 | 11 | 2003-11-13T05:00:00Z | 2008-05-16T22:15:27Z | 0 | 0 | 09000064804fc7bc | ||
| FDA-1996-D-0048-0001 | FDA | Impurities in new drug products guideline FDA-1996-D-0048 | HFM-40 | Notice | NAD-Notice of Availability of Data | 2000-07-19T04:00:00Z | 2000 | 7 | 2000-07-19T04:00:00Z | 2000-09-19T03:59:59Z | 2008-05-16T22:15:27Z | 0 | 0 | 09000064804fc7a3 |
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);