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

11 rows where docket_id = "FDA-2014-N-1960" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 6

  • 2022 3
  • 2015 2
  • 2018 2
  • 2021 2
  • 2014 1
  • 2019 1

document_type 1

  • Notice 11

agency_id 1

  • FDA 11
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-2014-N-1960-0033 FDA None FDA-2014-N-1960 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice General Notice 2022-07-25T04:00:00Z 2022 7 2022-07-25T04:00:00Z   2022-07-25T20:33:49Z 2022-15827 0 0 09000064851e5c67
FDA-2014-N-1960-0031 FDA None FDA-2014-N-1960 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; MedWatch: The Food and Drug Administration Safety Information and Adverse Event Reporting Program Notice 30 Day Proposed Information Collection 2022-03-16T04:00:00Z 2022 3 2022-03-16T04:00:00Z 2022-04-16T03:59:59Z 2022-04-16T01:00:19Z 2022-05514 0 0 0900006484fcc53c
FDA-2014-N-1960-0030 FDA None FDA-2014-N-1960 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-01-28T17:24:45Z 2022-01692 0 0 0900006484f3ec5a
FDA-2014-N-1960-0028 FDA None FDA-2014-N-1960 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; MedWatch: The Food and Drug Administration Medical Products Reporting Program Notice 30 Day Proposed Information Collection 2021-11-09T05:00:00Z 2021 11 2021-11-09T05:00:00Z 2021-12-10T04:59:59Z 2021-12-10T02:00:46Z 2021-24432 0 0 0900006484e37ac8
FDA-2014-N-1960-0026 FDA None FDA-2014-N-1960 Agency Information Collection Activities; Proposed Collection; Comment Request; MedWatch: The Food and Drug Administration Medical Products Reporting Program Notice 60 Day Proposed Information Collection 2021-06-30T04:00:00Z 2021 6 2021-06-30T04:00:00Z 2021-08-31T03:59:59Z 2021-08-31T01:00:42Z 2021-13943 0 0 0900006484bc2a49
FDA-2014-N-1960-0025 FDA None FDA-2014-N-1960 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2019-02-11T05:00:00Z 2019 2 2019-02-11T05:00:00Z   2019-02-11T13:06:02Z 2019-01812 0 0 0900006483a5ea55
FDA-2014-N-1960-0023 FDA None FDA-2014-N-1960 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; MedWatch: The Food and Drug Administration Medical Products Reporting Program Notice 30 Day Proposed Information Collection 2018-09-12T04:00:00Z 2018 9 2018-09-12T04:00:00Z 2018-10-13T03:59:59Z 2018-10-11T01:21:55Z 2018-19742 0 0 09000064836df56f
FDA-2014-N-1960-0010 FDA None FDA-2014-N-1960 Agency Information Collection Activities; Proposed Collection; Comment Request; MedWatch: The Food and Drug Administration Medical Products Reporting Program Notice 60 Day Proposed Information Collection 2018-03-16T04:00:00Z 2018 3 2018-03-16T04:00:00Z 2018-05-16T03:59:59Z 2018-04-26T01:01:24Z 2018-05337 0 0 090000648301bfb3
FDA-2014-N-1960-0009 FDA None FDA-2014-N-1960 Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; MedWatch: The Food and Drug Administration Medical Products Reporting Program Notice Notice of Approval 2015-10-23T04:00:00Z 2015 10 2015-10-23T04:00:00Z   2015-10-23T15:22:10Z 2015-26923 0 0 0900006481ce4ab6
FDA-2014-N-1960-0002 FDA None FDA-2014-N-1960 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; MedWatch: The Food and Drug Administration Medical Products Reporting Program Notice 30 Day Proposed Information Collection 2015-06-01T04:00:00Z 2015 6 2015-06-01T04:00:00Z 2015-07-02T03:59:59Z 2015-07-01T01:31:40Z 2015-13102 0 0 0900006481b12133
FDA-2014-N-1960-0001 FDA None FDA-2014-N-1960 Agency Information Collection Activities; Proposed Collection; Comment Request; MedWatch: The Food and Drug Administration Medical Products Reporting Program Notice 60 Day Proposed Information Collection 2014-12-11T05:00:00Z 2014 12 2014-12-11T05:00:00Z 2015-02-10T04:59:59Z 2015-02-10T03:01:31Z 2014-29064 0 0 090000648196db4e

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