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

13 rows where docket_id = "FDA-2019-N-2854" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Notice 3

posted_year 1

  • 2022 · 13 ✖

agency_id 1

  • FDA 13
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-2019-N-2854-1163 FDA None FDA-2019-N-2854 Reference 122 - Endotoxin and (1→3)-β-D-Glucan Contamination in Electronic Cigarette Products Sold in the United States Supporting & Related Material Background Material 2022-11-21T05:00:00Z 2022 11     2022-11-21T21:07:46Z   0 0 09000064854f9609
FDA-2019-N-2854-1164 FDA None FDA-2019-N-2854 Reference 123 - Characterization of Bacterial Communities in Selected Smokeless Tobacco Products Using 16S rDNA Analysis Supporting & Related Material Background Material 2022-11-21T05:00:00Z 2022 11     2022-11-21T21:07:50Z   0 0 09000064854f960a
FDA-2019-N-2854-1165 FDA None FDA-2019-N-2854 Reference 128 - Influence of Cigarette Filter Ventilation on Smokers’ Mouth Level Exposure to Tar and Nicotine Supporting & Related Material Background Material 2022-11-21T05:00:00Z 2022 11     2022-11-21T21:08:50Z   0 0 09000064854f960b
FDA-2019-N-2854-1166 FDA None FDA-2019-N-2854 Reference 140 - FDA Form 4057a, 2020 Supporting & Related Material Background Material 2022-11-21T05:00:00Z 2022 11     2022-11-21T21:09:07Z   0 0 09000064854f960c
FDA-2019-N-2854-1161 FDA None FDA-2019-N-2854 Reference 111 - Differences in the Bacteriome of Smokeless Tobacco Products with Different Oral Carcinogenicity: Compositional and Predicted Functional Analysis Supporting & Related Material Background Material 2022-11-21T05:00:00Z 2022 11     2022-11-21T21:05:07Z   0 0 09000064854f9607
FDA-2019-N-2854-1157 FDA None FDA-2019-N-2854 PMTA Rule Final Regulatory Impact Analysis Supporting & Related Material Background Material 2022-11-21T05:00:00Z 2022 11     2022-11-21T21:03:01Z   0 0 09000064854f9500
FDA-2019-N-2854-1158 FDA None FDA-2019-N-2854 Reference 10 – FDA Form 4057, 2020 Supporting & Related Material Background Material 2022-11-21T05:00:00Z 2022 11     2022-11-21T21:03:46Z   0 0 09000064854f957d
FDA-2019-N-2854-1160 FDA None FDA-2019-N-2854 Reference 68 - Nicotine Absorption from Smokeless Tobacco Modified to Adjust pH Supporting & Related Material Background Material 2022-11-21T05:00:00Z 2022 11     2022-11-21T21:04:34Z   0 0 09000064854f9606
FDA-2019-N-2854-1159 FDA None FDA-2019-N-2854 Reference 11 – Form FDA 4057b, 2020 Supporting & Related Material Background Material 2022-11-21T05:00:00Z 2022 11     2022-11-21T21:03:54Z   0 0 09000064854f9605
FDA-2019-N-2854-1162 FDA None FDA-2019-N-2854 Reference 114 - The Bacterial Communities of Little Cigars and Cigarillos Are Dynamic Over Time and Varying Storage Conditions Supporting & Related Material Background Material 2022-11-21T05:00:00Z 2022 11     2022-11-21T21:05:56Z   0 0 09000064854f9608
FDA-2019-N-2854-1156 FDA None FDA-2019-N-2854 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Premarket Tobacco Product Applications and Recordkeeping Requirements Notice 30 Day Proposed Information Collection 2022-10-19T04:00:00Z 2022 10 2022-10-19T04:00:00Z   2023-02-14T14:57:46Z 2022-22708 0 0 0900006485425c3b
FDA-2019-N-2854-1155 FDA None FDA-2019-N-2854 Agency Information Collection Activities; Proposed Collection; Comment Request; Premarket Tobacco Product Applications and Recordkeeping Requirements Notice 60 Day Proposed Information Collection 2022-05-16T04:00:00Z 2022 5 2022-05-16T04:00:00Z 2022-07-16T03:59:59Z 2023-02-14T14:57:35Z 2022-10462 0 0 090000648507f038
FDA-2019-N-2854-1154 FDA None FDA-2019-N-2854 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2022-01-28T05:00:00Z 2022 1 2022-01-28T05:00:00Z   2022-08-25T00:33:10Z 2022-01692 0 0 0900006484f3ec58

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 972.588ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API