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

6 rows where docket_id = "FDA-2023-N-0795" 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)

posted_year 2

  • 2023 5
  • 2024 1

document_type 2

  • Notice 3
  • Supporting & Related Material 3

agency_id 1

  • FDA 6
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-2023-N-0795-0009 FDA None FDA-2023-N-0795 Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Survey on Quantitative Claims in Direct-to-Consumer Prescription Drug Advertising Notice Notice of Approval 2024-07-23T04:00:00Z 2024 7     2024-07-23T13:27:31Z 2024-16096 0 0 09000064866021e5
FDA-2023-N-0795-0007 FDA None FDA-2023-N-0795 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; A Survey on Quantitative Claims in Direct-to-Consumer Prescription Drug Advertising Notice 30 Day Proposed Information Collection 2023-12-18T05:00:00Z 2023 12 2023-12-18T05:00:00Z 2024-01-18T04:59:59Z 2024-01-17T02:00:34Z 2023-27652 0 0 090000648634394b
FDA-2023-N-0795-0004 FDA None FDA-2023-N-0795 Reference 7 - Shengchao-s12874-017-0353-1 RE Agency Information Collection Activities; Proposed Collection; Comment Request; A Survey on Quantitative Claims in Direct-to-Consumer Prescription Drug Advertising Supporting & Related Material Background Material 2023-04-26T04:00:00Z 2023 4     2023-04-26T19:38:32Z   0 0 090000648598ca75
FDA-2023-N-0795-0002 FDA None FDA-2023-N-0795 Reference 1 - Sullivan - nihms-819225 RE Agency Information Collection Activities; Proposed Collection; Comment Request; A Survey on Quantitative Claims in Direct-to-Consumer Prescription Drug Advertising Supporting & Related Material Background Material 2023-04-26T04:00:00Z 2023 4     2023-04-26T19:38:16Z   0 0 090000648598ca72
FDA-2023-N-0795-0003 FDA None FDA-2023-N-0795 Reference 3 - Cheung - s12874-019-0786-9 RE Agency Information Collection Activities; Proposed Collection; Comment Request; A Survey on Quantitative Claims in Direct-to-Consumer Prescription Drug Advertising Supporting & Related Material Background Material 2023-04-26T04:00:00Z 2023 4     2023-04-26T19:38:26Z   0 0 090000648598ca73
FDA-2023-N-0795-0001 FDA None FDA-2023-N-0795 Agency Information Collection Activities; Proposed Collection; Comment Request; A Survey on Quantitative Claims in Direct-to-Consumer Prescription Drug Advertising Notice 60 Day Proposed Information Collection 2023-04-25T04:00:00Z 2023 4 2023-04-25T04:00:00Z 2023-06-27T03:59:59Z 2023-11-01T16:56:16Z 2023-08686 0 0 09000064859844b2

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