documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FDA-1976-N-0027" and posted_year = 2006 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-1976-N-0027-0030 | FDA | OTC Nasal Decongestants FDA-1976-N-0027 | Memorandum of Teleconference Between FDA/CDER and Walter N. Kernan, M.D. Yale University School of Medicine | Other | Memorandum | 2006-12-08T05:00:00Z | 2006 | 12 | 2015-12-14T21:39:42Z | 0 | 0 | 090000648051b8e7 | |||
| FDA-1976-N-0027-0025 | FDA | OTC Nasal Decongestants FDA-1976-N-0027 | Letter from FDA/CDER to Arnold & Porter, LLP | Other | Letter(s) | 2006-10-03T04:00:00Z | 2006 | 10 | 2015-12-14T21:30:01Z | 0 | 0 | 090000648051b8d9 | |||
| FDA-1976-N-0027-0024 | FDA | OTC Nasal Decongestants FDA-1976-N-0027 | Notice of Final Rule re Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-Counter Human Use; Amendment of Monograph for OTC Nasal Decongestant Drug Products | Notice | Notice of Final Rule | 2006-08-03T04:00:00Z | 2006 | 8 | 2015-12-15T20:57:43Z | 0 | 0 | 090000648051b8c2 | |||
| FDA-1976-N-0027-0029 | FDA | OTC Nasal Decongestants FDA-1976-N-0027 | Background Information to NFR3-Volume 04FRPEB | Supporting & Related Material | Background Material | 2006-07-27T04:00:00Z | 2006 | 7 | 2015-12-14T21:14:35Z | 0 | 0 | 090000648051b8e6 | |||
| FDA-1976-N-0027-0028 | FDA | OTC Nasal Decongestants FDA-1976-N-0027 | Background Information to NFR3-Volume 04FRPEB | Supporting & Related Material | Background Material | 2006-07-27T04:00:00Z | 2006 | 7 | 2015-11-25T18:53:28Z | 0 | 0 | 090000648051b8e5 | |||
| FDA-1976-N-0027-0027 | FDA | OTC Nasal Decongestants FDA-1976-N-0027 | Background Information re Public Administrative File for Over-the-Counter Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products; Final Monograph | Supporting & Related Material | Background Material | 2006-07-27T04:00:00Z | 2006 | 7 | 2015-12-14T21:22:15Z | 0 | 0 | 090000648051b8e4 | |||
| FDA-1976-N-0027-0026 | FDA | OTC Nasal Decongestants FDA-1976-N-0027 | Background Information re Phenylephrine Bitartrate | Supporting & Related Material | Background Material | 2006-07-27T04:00:00Z | 2006 | 7 | 2015-12-14T21:11:14Z | 0 | 0 | 090000648051b8e3 | |||
| FDA-1976-N-0027-0023 | FDA | OTC Nasal Decongestants FDA-1976-N-0027 | Acknowledgement Letter from FDA/DDM to Arnold & Porter LLP | Other | Acknowledgement Letter/Receipt | 2006-03-27T05:00:00Z | 2006 | 3 | 2015-11-10T21:48:16Z | 0 | 0 | 090000648051b7a4 |
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);