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-0511" and posted_year = 2008 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, withdrawn, 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-2004-N-0511-0010 | FDA | Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex FDA-2004-N-0511 | Reference 1 - CDC and Prevention "Table 41. Chancroid--Reported Cases and Rates by State/Area Listed in Alphabetical Order: United States and Outlying Areas, 2002-2006" [Last accessed 5/15/2008 at http://www.cdc.gov/std/stats/tables/table41.htm] re: Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex | Supporting & Related Material | Background Material | 2008-11-12T05:00:00Z | 2008 | 11 | 2016-03-04T17:45:56Z | 0 | 0 | 09000064807a1574 | |||
| FDA-2004-N-0511-0007 | FDA | Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex FDA-2004-N-0511 | Reference 34 - 11th Report on Carcinongens, National Toxicology Program, January 31, 2005. (Fact Sheet) re: Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex | Supporting & Related Material | Background Material | 2008-11-12T05:00:00Z | 2008 | 11 | 2016-03-04T17:43:54Z | 0 | 0 | 0900006480477bd8 | |||
| FDA-2004-N-0511-0008 | FDA | Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex FDA-2004-N-0511 | Reference 4 - National Institute of Allergy and Infectious Disease, Workshop Summary: Scientific Evidence on Condom Effectiveness for Sexually Transmitted Diseases (STD) Prevention, July 2001. re: Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex | Supporting & Related Material | Background Material | 2008-11-12T05:00:00Z | 2008 | 11 | 2016-03-04T17:44:33Z | 0 | 0 | 0900006480477bdd | |||
| FDA-2004-N-0511-0006 | FDA | Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex FDA-2004-N-0511 | Reference 22 - Centers for Disease Control and Prevention, Tracking the Hidden Epidemics 2000, Trends in STDs in the United States, Chancroid (http://www.cdc/gov/nchstp/dstd/Stats_Trends/Trends2000.pdf). re: Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex | Supporting & Related Material | Background Material | 2008-11-12T05:00:00Z | 2008 | 11 | 2016-03-04T17:43:23Z | 0 | 0 | 0900006480477bc6 | |||
| FDA-2004-N-0511-0009 | FDA | Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex FDA-2004-N-0511 | Reference 9 - CDC Prevention, Dept of Health and Human Services, Report to Congress: Prevention of Genital Human Papillomavirus Infection, 18, January 2004. re: Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex | Supporting & Related Material | Background Material | 2008-11-12T05:00:00Z | 2008 | 11 | 2016-03-04T17:45:26Z | 0 | 0 | 0900006480477be2 | |||
| FDA-2004-N-0511-0011 | FDA | Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex FDA-2004-N-0511 | Reference 1 - Centers for Disease Control and Prevention "Table 41. Chancroid -- Reported Cases and Rates by State/Area Listed in Alphabetical Order: United States and Outlying Areas, 2002-2006" [Last accessed 5/15/2008 at http://www.cdc.gov/std/stats/tables/table41.htm] | Supporting & Related Material | 2008-11-12T00:00:00Z | 2008 | 11 | 2016-03-04T15:45:49Z | 0 | 1 | 090000648079cd25 | ||||
| FDA-2004-N-0511-0005 | FDA | Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex FDA-2004-N-0511 | Obstetrical and Gynecological Devices; Designation of Special Controls for Male Condoms Made of Natural Rubber Latex | Rule | Final Rule | 2008-11-10T05:00:00Z | 2008 | 11 | 2008-11-10T05:00:00Z | 2016-03-04T16:13:54Z | E8-26825 | 0 | 0 | 09000064807a13e7 |
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);