documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FDA-2004-N-0450" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FDA 7
| 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-2004-N-0450-0007 | FDA | Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-CounterHuman Use; Proposed Amendment of Monograph for OTC Nasal Decongestant Drug Products FDA-2004-N-0450 | Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-Counter Human Use; Amendment of Final Monograph for Over-the-Counter Nasal Decongestant Druq Products | Notice | Notice of Final Rule | 2005-10-11T04:00:00Z | 2005 | 10 | 2005-10-10T04:00:00Z | 2025-09-26T17:39:57Z | 05-20304 | 0 | 0 | 0900006480475408 | |
| FDA-2004-N-0450-0001 | FDA | Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-CounterHuman Use; Proposed Amendment of Monograph for OTC Nasal Decongestant Drug Products FDA-2004-N-0450 | Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-Counter Human Use; Proposed Amendment of Final Monograph for Over-the-Counter Nasal Decongestant Drug Products; Proposed Rule | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2004-08-03T04:00:00Z | 2004 | 8 | 2004-08-02T04:00:00Z | 2004-11-02T04:59:59Z | 2025-04-24T18:56:04Z | 04-17445 | 0 | 0 | 09000064804753f5 |
| FDA-2004-N-0450-0003 | FDA | Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-CounterHuman Use; Proposed Amendment of Monograph for OTC Nasal Decongestant Drug Products FDA-2004-N-0450 | Background Material re Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-Counter Human Use; Proposed Amendment of Final Monograph for Over-the-Counter Nasal Decongestant Drug Products; Proposed Rule | Supporting & Related Material | Background Material | 2004-08-02T04:00:00Z | 2004 | 8 | 2025-06-02T22:33:12Z | 0 | 0 | 09000064804753fd | |||
| FDA-2004-N-0450-0005 | FDA | Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-CounterHuman Use; Proposed Amendment of Monograph for OTC Nasal Decongestant Drug Products FDA-2004-N-0450 | Internal Memorandum from FDA CDER to DDM dated July 29, 2004 | Supporting & Related Material | Background Material | 2004-08-02T04:00:00Z | 2004 | 8 | 2025-04-24T18:58:38Z | 0 | 0 | 0900006480475400 | |||
| FDA-2004-N-0450-0002 | FDA | Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-CounterHuman Use; Proposed Amendment of Monograph for OTC Nasal Decongestant Drug Products FDA-2004-N-0450 | Background Material re Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-Counter Human Use; Proposed Amendment of Final Monograph for Over-the-Counter Nasal Decongestant Drug Products; Proposed Rule | Supporting & Related Material | Background Material | 2004-08-02T04:00:00Z | 2004 | 8 | 2025-06-02T22:32:40Z | 0 | 0 | 09000064804753f9 | |||
| FDA-2004-N-0450-0004 | FDA | Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-CounterHuman Use; Proposed Amendment of Monograph for OTC Nasal Decongestant Drug Products FDA-2004-N-0450 | Background Material re Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-Counter Human Use; Proposed Amendment of Final Monograph for Over-the-Counter Nasal Decongestant Drug Products; Proposed Rule | Supporting & Related Material | Background Material | 2004-08-02T04:00:00Z | 2004 | 8 | 2025-06-02T22:33:47Z | 0 | 0 | 09000064804753ff | |||
| FDA-2004-N-0450-0006 | FDA | Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-CounterHuman Use; Proposed Amendment of Monograph for OTC Nasal Decongestant Drug Products FDA-2004-N-0450 | Background Material re Cold, Cough, Allergy, Bronchodilator, and Antiasthmatic Drug Products for Over-the-Counter Human Use; Proposed Amendment of Final Monograph for Over-the-Counter Nasal Decongestant Drug Products; Proposed Rule | Supporting & Related Material | Background Material | 2004-08-02T04:00:00Z | 2004 | 8 | 2025-06-02T22:34:50Z | 0 | 0 | 0900006480475401 |
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);