documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "FDA-2006-P-0214" and posted_year = 2008 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date (date), comment_start_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-2006-P-0214-0005 | FDA | Stay any action to grant approval for Oxycodone Hydrochloride extended release tablets, ANDA 77-822 FDA-2006-P-0214 | Background Materials re: Citizen Petition for Stay of Action from Kleinfeld, Kaplan and Becker, LLP - Attachment C - Complaint of Patent Infringement against Mallinckrodt, Inc., 06 CV 13095 (S.D.N.Y.) | Supporting & Related Material | Background Material | 2008-11-17T05:00:00Z | 2008 | 11 | 2024-12-09T14:46:09Z | 0 | 0 | 0900006480451d4d | |||
| FDA-2006-P-0214-0004 | FDA | Stay any action to grant approval for Oxycodone Hydrochloride extended release tablets, ANDA 77-822 FDA-2006-P-0214 | Background Materials re: Citizen Petition for Stay of Action from Kleinfeld, Kaplan and Becker, LLP - Attachment B - Excerpts from Orange Book, patent listings for NDA # 20-553 | Supporting & Related Material | Background Material | 2008-11-17T05:00:00Z | 2008 | 11 | 2024-12-09T14:44:29Z | 0 | 0 | 0900006480451d3e | |||
| FDA-2006-P-0214-0006 | FDA | Stay any action to grant approval for Oxycodone Hydrochloride extended release tablets, ANDA 77-822 FDA-2006-P-0214 | Background Materials re: Citizen Petition for Stay of Action from Kleinfeld, Kaplan and Becker, LLP - Attachment A - Plaintiff's Motion for Order of the Statutory 30-Month Stay Under the Hatch-Waxman Act, including Exhibit 1 thereto (September 30, 2005 Letter to H. Udel from J. Boone) and Declaration of Philip C. Strassburger | Supporting & Related Material | PSA- Petition for Stay (Supporting and Related Material) | 2008-11-17T05:00:00Z | 2008 | 11 | 2024-12-09T14:46:59Z | 0 | 0 | 0900006480451d50 | |||
| FDA-2006-P-0214-0003 | FDA | Stay any action to grant approval for Oxycodone Hydrochloride extended release tablets, ANDA 77-822 FDA-2006-P-0214 | Citizen Petition for Stay of Action from Kleinfeld, Kaplan and Becker, LLP | Other | Petition(s) | 2008-11-17T05:00:00Z | 2008 | 11 | 2008-11-17T05:00:00Z | 2024-12-09T14:37:10Z | 0 | 0 | 0900006480451d53 |
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);