documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "FDA-1978-N-2051" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-1978-N-2051-0021 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Memorandum from FDA Dated September 29, 1978 | Other | Letter(s) | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T04:00:00Z | 2014-08-18T17:09:03Z | 0 | 0 | 09000064817fec7b | ||
| FDA-1978-N-2051-0024 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Background Material - Letter from Thrift Drug Company to FDA dated 11/22/1977 | Supporting & Related Material | Background Material | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T17:20:52Z | 0 | 0 | 09000064817fec77 | |||
| FDA-1978-N-2051-0028 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Withdrawal of Certain Pre-1986 Proposed Rules; Final Action | Notice | Withdrawal | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T04:00:00Z | 2014-08-18T17:33:34Z | 0 | 0 | 09000064805a2070 | ||
| FDA-1978-N-2051-0002 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Estrogenic, Oral Contraceptive, and Progestational Drug Products; Proposed Requirements for Patient Labeling; Proposed Rule | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T04:00:00Z | 1978-12-13T04:59:59Z | 2014-08-18T16:14:11Z | 0 | 0 | 09000064805a205c | |
| FDA-1978-N-2051-0027 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Withdrawal of Certain Pre-1986 Proposed Rules; Opportunity for Public Comment | Notice | Notice of Intent | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T04:00:00Z | 1991-10-29T04:59:59Z | 2014-08-18T17:30:50Z | 0 | 0 | 09000064805a206f | |
| FDA-1978-N-2051-0001 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Regulatory Analysis Assessment of Proposal to Amend Patient Labeling Requirements for Some Prescription Drugs | Supporting & Related Material | Regulatory Analysis | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T16:10:25Z | 0 | 0 | 09000064805a205b | |||
| FDA-1978-N-2051-0025 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Background Material - Letter from Wilmington Medical Center from FDA dated 10/25/1977 | Supporting & Related Material | Background Material | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T17:23:52Z | 0 | 0 | 09000064817fec79 | |||
| FDA-1978-N-2051-0026 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Background Material - Letter from Maimonides Medical Center dated February 14, 1978 | Supporting & Related Material | Background Material | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T17:27:54Z | 0 | 0 | 0900006481803777 | |||
| FDA-1978-N-2051-0004 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Letter from Montefiore Hospital to FDA dated October 27, 1978 | Other | Letter(s) | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T04:00:00Z | 2014-08-18T16:20:07Z | 0 | 0 | 09000064805a205e | ||
| FDA-1978-N-2051-0022 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Background Material - Telegram from Walgreen to Mr. Joseph Califano | Supporting & Related Material | Background Material | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T17:16:04Z | 0 | 0 | 09000064817fec26 | |||
| FDA-1978-N-2051-0023 | FDA | Estrogenic Oral Contraceptive & Progestational Drug Products - CLOSED FDA-1978-N-2051 | Background Material - Response Letter from FDA to Walgreens | Supporting & Related Material | Background Material | 2014-08-18T04:00:00Z | 2014 | 8 | 2014-08-18T17:18:05Z | 0 | 0 | 09000064817fec76 |
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);