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

8 rows where docket_id = "FDA-2012-N-0547" 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 3

  • 2018 3
  • 2021 3
  • 2012 2

document_type 1

  • Notice 8

agency_id 1

  • FDA 8
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-2012-N-0547-0016 FDA None FDA-2012-N-0547 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2021-10-04T04:00:00Z 2021 10 2021-10-04T04:00:00Z   2021-10-04T21:51:28Z 2021-21386 0 0 0900006484db714d
FDA-2012-N-0547-0014 FDA None FDA-2012-N-0547 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Survey on the Occurrence of Foodborne Illness Risk Factors in Selected Retail and Foodservice Facility Types Notice 30 Day Proposed Information Collection 2021-07-29T04:00:00Z 2021 7 2021-07-29T04:00:00Z 2021-08-31T03:59:59Z 2021-07-30T01:00:43Z 2021-16199 0 0 0900006484c17872
FDA-2012-N-0547-0012 FDA None FDA-2012-N-0547 Agency Information Collection Activities; Proposed Collection; Comment Request; Survey on the Occurrence of Foodborne Illness Risk Factors in Selected Retail and Foodservice Facility Types Notice 60 Day Proposed Information Collection 2021-03-16T04:00:00Z 2021 3 2021-03-16T04:00:00Z 2021-05-18T03:59:59Z 2021-05-18T01:00:49Z 2021-05325 0 0 0900006484a6c63c
FDA-2012-N-0547-0011 FDA None FDA-2012-N-0547 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice Notice of Approval 2018-10-11T04:00:00Z 2018 10 2018-10-11T04:00:00Z   2018-10-11T15:07:50Z 2018-22101 0 0 09000064837bfbbf
FDA-2012-N-0547-0009 FDA None FDA-2012-N-0547 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Survey on the Occurrence of Foodborne Illness Risk Factors in Selected Retail and Foodservice Facility Types Notice 30 Day Proposed Information Collection 2018-07-30T04:00:00Z 2018 7 2018-07-30T04:00:00Z 2018-08-30T03:59:59Z 2018-08-30T01:04:19Z 2018-16189 0 0 09000064835823cc
FDA-2012-N-0547-0006 FDA None FDA-2012-N-0547 Agency Information Collection Activities; Proposed Collection; Comment Request; Survey on the Occurrence of Foodborne Illness Risk Factors in Selected Retail and Foodservice Facility Types Notice 60 Day Proposed Information Collection 2018-02-07T05:00:00Z 2018 2 2018-02-07T05:00:00Z 2018-04-10T03:59:59Z 2018-04-11T01:02:56Z 2018-02414 0 0 0900006482ef6d14
FDA-2012-N-0547-0005 FDA None FDA-2012-N-0547 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Survey on the Occurrence of Foodborne Illness Risk Factors in Selected Retail and Foodservice Facility Types Notice General Notice 2012-10-29T04:00:00Z 2012 10 2012-10-29T04:00:00Z 2012-11-29T04:59:59Z 2012-11-23T03:00:47Z 2012-26472 0 0 09000064811543e6
FDA-2012-N-0547-0001 FDA None FDA-2012-N-0547 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Survey on the Occurrence of Foodborne Illness Risk Factors in Selected Retail and Foodservice Facility Types Notice General Notice 2012-06-19T04:00:00Z 2012 6 2012-06-19T04:00:00Z 2012-08-21T03:59:59Z 2012-08-21T02:01:01Z 2012-14850 0 0 0900006481054a56

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