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-2010-N-0583" 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 5

  • 2020 3
  • 2023 3
  • 2011 2
  • 2017 2
  • 2010 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-2010-N-0583-0011 FDA None FDA-2010-N-0583 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2023-10-18T04:00:00Z 2023 10 2023-10-18T04:00:00Z   2023-10-18T15:14:40Z 2023-23002 0 0 0900006486104741
FDA-2010-N-0583-0010 FDA None FDA-2010-N-0583 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Radioactive Drug Research Committees Notice 30 Day Proposed Information Collection 2023-08-10T04:00:00Z 2023 8 2023-08-10T04:00:00Z 2023-09-12T03:59:59Z 2023-08-10T13:24:10Z 2023-17154 0 0 0900006485e0c5f1
FDA-2010-N-0583-0009 FDA None FDA-2010-N-0583 Agency Information Collection Activities; Proposed Collection; Comment Request; Radioactive Drug Research Committees Notice 60 Day Proposed Information Collection 2023-03-16T04:00:00Z 2023 3 2023-03-16T04:00:00Z 2023-05-16T03:59:59Z 2023-03-16T14:14:02Z 2023-05357 0 0 09000064857b8f1a
FDA-2010-N-0583-0008 FDA None FDA-2010-N-0583 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2020-11-12T05:00:00Z 2020 11 2020-11-12T05:00:00Z   2023-02-09T21:20:34Z 2020-25022 0 0 090000648495a20a
FDA-2010-N-0583-0007 FDA None FDA-2010-N-0583 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Radioactive Drug Research Committees Notice 30 Day Proposed Information Collection 2020-07-02T04:00:00Z 2020 7 2020-07-02T04:00:00Z 2020-08-04T03:59:59Z 2023-02-09T21:20:05Z 2020-14262 0 0 09000064847219d2
FDA-2010-N-0583-0006 FDA None FDA-2010-N-0583 Agency Information Collection Activities; Proposed Collection; Comment Request; Radioactive Drug Research Committees Notice 60 Day Proposed Information Collection 2020-01-21T05:00:00Z 2020 1 2020-01-21T05:00:00Z 2020-03-24T03:59:59Z 2023-02-09T21:19:50Z 2020-00873 0 0 09000064842c91d6
FDA-2010-N-0583-0005 FDA None FDA-2010-N-0583 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Radioactive Drug Research Committees Notice 30 Day Proposed Information Collection 2017-07-18T04:00:00Z 2017 7 2017-07-18T04:00:00Z 2017-08-18T03:59:59Z 2017-07-18T14:46:40Z 2017-15000 0 0 090000648293b73d
FDA-2010-N-0583-0004 FDA None FDA-2010-N-0583 Agency Information Collection Activities; Proposed Collection; Comment Request; Radioactive Drug Research Committees Notice 60 Day Proposed Information Collection 2017-04-25T04:00:00Z 2017 4 2017-04-25T04:00:00Z 2017-06-27T03:59:59Z 2017-04-25T13:47:52Z 2017-08300 0 0 0900006482573478
FDA-2010-N-0583-0003 FDA None FDA-2010-N-0583 Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Radioactive Drug Research Committees Notice Notice of Approval 2011-06-17T04:00:00Z 2011 6 2011-06-17T04:00:00Z   2015-03-09T12:24:18Z 2011-15045 0 0 0900006480e51fc6
FDA-2010-N-0583-0002 FDA None FDA-2010-N-0583 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Radioactive Drug Research Committees Notice 30 Day Proposed Information Collection 2011-03-03T05:00:00Z 2011 3 2011-03-03T05:00:00Z 2011-04-05T03:59:59Z 2015-03-09T12:23:30Z 2011-4741 0 0 0900006480bfe061
FDA-2010-N-0583-0001 FDA None FDA-2010-N-0583 Agency Information Collection Activities: Proposed Collection; Comment Request; Radioactive Drug Research Committees Notice 60 Day Proposed Information Collection 2010-11-30T05:00:00Z 2010 11 2010-11-30T05:00:00Z 2011-02-01T04:59:59Z 2015-03-09T12:22:51Z 2010-30038 0 0 0900006480ba90d1

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