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

14 rows where docket_id = "FDA-1998-N-0880" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 13
  • Proposed Rule 1

posted_year 1

  • 2015 · 14 ✖

agency_id 1

  • FDA 14
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-0880-0015 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 14 - Photobiology of Melanin Pigmentation Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:51:56Z   0 0 0900006481d69ef6
FDA-1998-N-0880-0005 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 List of References Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:49:39Z   0 0 0900006481d699dd
FDA-1998-N-0880-0010 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 07 - Laser Products - Conformance with IEC standards Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:50:45Z   0 0 0900006481d69c5f
FDA-1998-N-0880-0007 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 02 - FDA Policy on Warning Label Required on Sunlamp Products Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:50:06Z   0 0 0900006481d69b75
FDA-1998-N-0880-0011 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 10 - FDA-Sunlamp Recommended Maximum Timer Interval and Exposure Schedule Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:51:00Z   0 0 0900006481d69e88
FDA-1998-N-0880-0012 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 11 - Sun Exposure Predicts Risk of Ocular Melanoma in Australia Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:51:14Z   0 0 0900006481d69e89
FDA-1998-N-0880-0006 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 01 - Cutaneous Melanoma Attributable to Sunbed Use Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:49:51Z   0 0 0900006481d699de
FDA-1998-N-0880-0016 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 15 - Evidence for a New Paradigm for UV Exposure Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:52:07Z   0 0 0900006481d69ef7
FDA-1998-N-0880-0004 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Sunlamp Products; Proposed Amendment to Performance Standard Proposed Rule Amendment 2015-12-22T05:00:00Z 2015 12 2015-12-22T05:00:00Z 2016-03-22T03:59:59Z 2016-12-16T02:00:42Z 2015-32023 0 0 0900006481dc147f
FDA-1998-N-0880-0013 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 12 - Report to Congress - Labeling information on the relationship between indoor tanning devices and skin cancer or damage Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:51:31Z   0 0 0900006481d69e8a
FDA-1998-N-0880-0017 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 16 - Sunlamp Products; Proposed Amendment to Performance Standard Preliminary Regulatory Impact Analysis Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:52:18Z   0 0 0900006481dc605d
FDA-1998-N-0880-0014 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 13 - Validity and Practicality of Sun-Reactive Skin Types I Through VI Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:51:44Z   0 0 0900006481d69e8b
FDA-1998-N-0880-0009 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 04 - FDA Policy on Lamp Compatibility Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:50:33Z   0 0 0900006481d69b77
FDA-1998-N-0880-0008 FDA Sunlamp Products Performance Standard FDA-1998-N-0880 Reference 03 - FDA Policy on Maximum Timer Intervals and Exposure Schedules for Sunlamps Supporting & Related Material Background Material 2015-12-22T05:00:00Z 2015 12     2015-12-23T16:50:19Z   0 0 0900006481d69b76

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 1803.94ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API