documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where agency_id = "FDA" and docket_id = "FDA-2005-P-0426" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_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-P-0426-0008 | FDA | Refrain from approving ANDA 77-271 until the three-year period of market exclusivity for the product has expired. FDA-2005-P-0426 | Proposed Meeting Agenda: ChloraPrep with Tint | Other | List (LST) | 2006-08-03T04:00:00Z | 2006 | 8 | 2025-04-25T13:01:18Z | 0 | 0 | 0900006480450265 | |||
| FDA-2005-P-0426-0007 | FDA | Refrain from approving ANDA 77-271 until the three-year period of market exclusivity for the product has expired. FDA-2005-P-0426 | Minutes of Meeting between FDA CDER and Medi-Flex, Inc. | Other | Meeting | 2006-08-03T04:00:00Z | 2006 | 8 | 2025-04-25T12:59:55Z | 0 | 0 | 0900006480450264 | |||
| FDA-2005-P-0426-0006 | FDA | Refrain from approving ANDA 77-271 until the three-year period of market exclusivity for the product has expired. FDA-2005-P-0426 | Minutes of Meeting between FDA CDER and Medi-Flex, Inc. | Other | Meeting | 2006-08-03T04:00:00Z | 2006 | 8 | 2025-04-25T12:58:35Z | 0 | 0 | 0900006480450263 | |||
| FDA-2005-P-0426-0009 | FDA | Refrain from approving ANDA 77-271 until the three-year period of market exclusivity for the product has expired. FDA-2005-P-0426 | Proposed Meeting Agenda: ChloraPrep with Tint | Other | List (LST) | 2006-08-03T04:00:00Z | 2006 | 8 | 2025-04-25T13:02:57Z | 0 | 0 | 0900006480450266 | |||
| FDA-2005-P-0426-0005 | FDA | Refrain from approving ANDA 77-271 until the three-year period of market exclusivity for the product has expired. FDA-2005-P-0426 | Letter from FDA CDER to Sidley Austin Brown & Wood LLP | Other | Letter(s) | 2006-05-19T04:00:00Z | 2006 | 5 | 2025-04-25T12:55:47Z | 0 | 0 | 0900006480450261 | |||
| FDA-2005-P-0426-0004 | FDA | Refrain from approving ANDA 77-271 until the three-year period of market exclusivity for the product has expired. FDA-2005-P-0426 | Acknowledgment Letter from FDA DDM to Sidley Austin Brown & Wood LLP | Other | Acknowledgement Letter/Receipt | 2005-12-28T05:00:00Z | 2005 | 12 | 2025-04-25T12:54:24Z | 0 | 0 | 0900006480450259 | |||
| FDA-2005-P-0426-0003 | FDA | Refrain from approving ANDA 77-271 until the three-year period of market exclusivity for the product has expired. FDA-2005-P-0426 | Acknowledgment Letter from FDA DDM to Sidley Austin Brown & Wood LLP | Other | Acknowledgement Letter/Receipt | 2005-12-28T05:00:00Z | 2005 | 12 | 2025-04-25T12:52:39Z | 0 | 0 | 0900006480450258 | |||
| FDA-2005-P-0426-0002 | FDA | Refrain from approving ANDA 77-271 until the three-year period of market exclusivity for the product has expired. FDA-2005-P-0426 | Acknowledgment Letter from FDA DDM to Sidley Austin Brown & Wood LLP | Other | Acknowledgement Letter/Receipt | 2005-11-14T05:00:00Z | 2005 | 11 | 2025-04-25T12:51:24Z | 0 | 0 | 0900006480450251 | |||
| FDA-2005-P-0426-0001 | FDA | Refrain from approving ANDA 77-271 until the three-year period of market exclusivity for the product has expired. FDA-2005-P-0426 | Acknowledgment Letter from FDA DDM to Sidley Austin Brown & Wood LLP | Other | Acknowledgement Letter/Receipt | 2005-11-14T05:00:00Z | 2005 | 11 | 2025-04-25T12:50:10Z | 0 | 0 | 0900006480450240 |
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);