documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FDA-2000-D-1542" and posted_year = 2011 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, open_for_comment, 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-2000-D-1542-0012 | FDA | Content/Format of NDA/ANDA for Certain Positron Emission FDA-2000-D-1542 | Guidance on Positron Emission Tomography Drug Applications; Availability: Content and Format for New Drug Applications and Abbreviated New Drug Applications | Notice | Notice of Availability | 2011-09-01T04:00:00Z | 2011 | 9 | 2011-09-01T04:00:00Z | 2011-09-01T13:20:56Z | 2011-22373 | 0 | 0 | 0900006480f0deb5 | |
| FDA-2000-D-1542-0013 | FDA | Content/Format of NDA/ANDA for Certain Positron Emission FDA-2000-D-1542 | Guidance PET Drug Applications - Content and Format for NDAs and ANDAs - Guidance | Other | Guidance | 2011-09-01T04:00:00Z | 2011 | 9 | 2011-09-01T04:00:00Z | 2011-09-01T13:37:32Z | 0 | 0 | 0900006480f0d014 | ||
| FDA-2000-D-1542-0009 | FDA | Content/Format of NDA/ANDA for Certain Positron Emission FDA-2000-D-1542 | Attachment II - Sample Formats----- Form FDA 356h for Ammonia N 13 Injection Fludeoxyglucose F 18 Injection (FDG F 18) and Sodium Fluoride F 18 Injection | Other | GDL-Guidance (Supporting and Related Materials) | 2011-02-03T05:00:00Z | 2011 | 2 | 2011-02-03T05:00:00Z | 2011-02-03T15:48:11Z | 0 | 0 | 0900006480bda036 | ||
| FDA-2000-D-1542-0007 | FDA | Content/Format of NDA/ANDA for Certain Positron Emission FDA-2000-D-1542 | Guidance PET Drug Applications----- Content and Format for NDAs and ANDAs | Other | GDL-Guidance (Supporting and Related Materials) | 2011-02-03T05:00:00Z | 2011 | 2 | 2011-02-03T05:00:00Z | 2011-04-05T03:59:59Z | 2011-02-03T15:48:07Z | 0 | 0 | 0900006480bda032 | |
| FDA-2000-D-1542-0006 | FDA | Content/Format of NDA/ANDA for Certain Positron Emission FDA-2000-D-1542 | Draft Guidance on Positron Emission Tomography Drug Applications - Content and Format for New Drug Applications, and Abbreviated New Drug Applications; Availability | Notice | NAD-Notice of Availability of Data | 2011-02-03T05:00:00Z | 2011 | 2 | 2011-02-03T05:00:00Z | 2011-04-05T03:59:59Z | 2011-02-03T14:24:36Z | 2011-2314 | 0 | 0 | 0900006480bda36d |
| FDA-2000-D-1542-0008 | FDA | Content/Format of NDA/ANDA for Certain Positron Emission FDA-2000-D-1542 | Attachment I - Sample Formats----- Chemistry, Manufacturing, and Controls (CMC) Section Ammonia N 13 Injection Fludeoxyglucose F 18 Injection (FDG F 18) | Other | GDL-Guidance (Supporting and Related Materials) | 2011-02-03T05:00:00Z | 2011 | 2 | 2011-02-03T05:00:00Z | 2024-11-07T22:28:16Z | 1 | 0 | 0900006480bda034 |
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);