home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

5 rows where docket_id = "FDA-1998-N-0043" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date (date), last_modified (date)

posted_year 1

  • 2018 · 5 ✖

document_type 1

  • Supporting & Related Material 5

agency_id 1

  • FDA 5
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-1998-N-0043-0008 FDA External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 Reference 4 - "NIH Consensus Statement Impotence," National Institutes of Health, vol. 10, No. 4, 1992. Supporting & Related Material Background Material 2018-04-10T04:00:00Z 2018 4     2024-09-17T13:16:00Z   0 0 090000648056e632
FDA-1998-N-0043-0005 FDA External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 Reference 1 - Gastroenterology and Urology Devices Panel of the Medical Devices Advisory Committee transcript, August 7, 1997. Supporting & Related Material Background Material 2018-04-10T04:00:00Z 2018 4     2024-09-17T13:09:14Z   0 0 090000648056e62f
FDA-1998-N-0043-0004 FDA External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 List of References - Gastroenterology-Urology Devices; Classification of External Penile Rigidity Devices Supporting & Related Material Background Material 2018-04-10T04:00:00Z 2018 4     2024-09-17T13:07:50Z   0 0 090000648056e62b
FDA-1998-N-0043-0006 FDA External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 Reference 2 - Lewis, J. H. et al., "A way to help your patients who use vacuum devices," Contemporary Urology, vol. 3, No. 12: 15 24, 1991. Supporting & Related Material Background Material 2018-04-10T04:00:00Z 2018 4     2024-09-17T13:12:09Z   0 0 090000648056e630
FDA-1998-N-0043-0007 FDA External Penile Rigidity Devices;Proposed Classification - Closed FDA-1998-N-0043 Reference 3 - Montague, D. K. et al., "Clinical Guidelines Panel on Erectile Dysfunction; Summary Report on the Treatment of Erectile Dysfunction," Journal of Urology, 156, 2007 2011, 1996. Supporting & Related Material Background Material 2018-04-10T04:00:00Z 2018 4     2024-09-17T13:14:17Z   0 0 090000648056e631

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 3630.349ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API