documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FDA-2005-N-0464" and posted_year = 2008 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_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-2005-N-0464-0220 | FDA | Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 | Notice re Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Draft Guidance for Industry on Providing Regulatory Submissions in Electronic Format--Drug Establishment Registration and Drug Listing | Notice | General Notice | 2008-10-23T04:00:00Z | 2008 | 10 | 2016-12-08T19:05:18Z | E8-25338 | 0 | 0 | 090000648077419a | ||
| FDA-2005-N-0464-0150 | FDA | Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 | Shipping Label re Comment from Bristol-Myers Squibb Company | Supporting & Related Material | Transmittals | 2008-09-12T04:00:00Z | 2008 | 9 | 2016-11-17T18:18:40Z | 0 | 0 | 0900006480450d18 | |||
| FDA-2005-N-0464-0073 | FDA | Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 | Background Material re The Compressed Gas Assaciation (CCA) and the Gases and Welding Distributors Association (GAWDA) | Supporting & Related Material | Background Material | 2008-09-10T04:00:00Z | 2008 | 9 | 2017-08-14T19:23:12Z | 0 | 0 | 0900006480450c6f | |||
| FDA-2005-N-0464-0030 | FDA | Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 | Request Extension of Comment Period from Compressed Gas Association | Other | EXT-Request for Extension Comment Due Date | 2008-09-09T04:00:00Z | 2008 | 9 | 2006-08-23T04:00:00Z | 2006-11-28T04:59:59Z | 2017-07-21T16:15:19Z | 0 | 0 | 0900006480450c0c | |
| FDA-2005-N-0464-0034 | FDA | Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 | Request for Extension re Comment from L. Perrigo Company | Other | Request for Extension | 2008-09-09T04:00:00Z | 2008 | 9 | 2006-08-23T04:00:00Z | 2006-11-28T04:59:59Z | 2016-12-13T20:38:04Z | 0 | 0 | 0900006480450c13 | |
| FDA-2005-N-0464-0033 | FDA | Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 | Request for Extension re Comment from Consumer Healthcare Products Association (CHPA) | Other | Request for Extension | 2008-09-09T04:00:00Z | 2008 | 9 | 2006-08-23T04:00:00Z | 2006-11-28T04:59:59Z | 2017-08-14T20:26:17Z | 0 | 0 | 0900006480450c12 | |
| FDA-2005-N-0464-0022 | FDA | Requirements for Foreign and Domestic Establishment Registration and Listing for Human Drugs, Including Drugs that are Regulated Under a Biologics License Application, and Animal Drugs FDA-2005-N-0464 | Notice of Data Availability re Draft Guidance for Industry on Providing Regulatory Submissions in Electronic Format--Drug Establishment Registration and Drug Listing; Availability | Notice | Notice of Data Availability | 2008-07-11T04:00:00Z | 2008 | 7 | 2008-07-11T04:00:00Z | 2008-09-10T03:59:59Z | 2024-11-12T04:16:53Z | E8-15801 | 1 | 0 | 090000648066791e |
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);