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-2013-N-1393" 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 8

  • 2017 2
  • 2020 2
  • 2023 2
  • 2013 1
  • 2014 1
  • 2016 1
  • 2019 1
  • 2022 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-2013-N-1393-0014 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals; Patent Term Restoration, Due Diligence Petitions, Filing, Format, and Content of Petitions Notice Notice of Approval 2023-06-30T04:00:00Z 2023 6 2023-06-30T04:00:00Z   2023-06-30T18:32:25Z 2023-13936 0 0 0900006485c2385f
FDA-2013-N-1393-0013 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Patent Term Restoration; Due Diligence Petitions; Filing, Format, and Content of Petitions Notice 30 Day Proposed Information Collection 2023-03-30T04:00:00Z 2023 3 2023-03-30T04:00:00Z 2023-05-02T03:59:59Z 2023-03-30T18:06:21Z 2023-06573 0 0 0900006485892e91
FDA-2013-N-1393-0012 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Proposed Collection; Comment Request; Patent Term Restoration; Due Diligence Petitions; Filing, Format, and Content of Petitions Notice 60 Day Proposed Information Collection 2022-08-10T04:00:00Z 2022 8 2022-08-10T04:00:00Z 2022-10-12T03:59:59Z 2022-08-10T18:05:36Z 2022-17147 0 0 090000648522c342
FDA-2013-N-1393-0011 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2020-05-21T04:00:00Z 2020 5 2020-05-21T04:00:00Z   2020-05-21T13:03:31Z 2020-10977 0 0 090000648465d77b
FDA-2013-N-1393-0007 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Patent Term Restoration; Due Diligence Petitions; Filing, Format , and Content of Petitions Notice 30 Day Proposed Information Collection 2020-01-23T05:00:00Z 2020 1 2020-01-23T05:00:00Z 2020-02-25T04:59:59Z 2020-02-25T02:01:45Z 2020-01084 0 0 09000064842de690
FDA-2013-N-1393-0006 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Proposed Collection; Comment Request; Patent Term Restoration; Due Diligence Petitions; Filing, Format, and Content of Petitions Notice 60 Day Proposed Information Collection 2019-08-21T04:00:00Z 2019 8 2019-08-21T04:00:00Z 2019-10-22T03:59:59Z 2019-08-21T14:36:41Z 2019-17999 0 0 0900006483e7ee41
FDA-2013-N-1393-0005 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2017-08-23T04:00:00Z 2017 8 2017-08-23T04:00:00Z   2017-08-23T14:34:35Z 2017-17871 0 0 0900006482aa02c2
FDA-2013-N-1393-0004 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Patent Term Restoration, Due Diligence Petitions, Filing, Format, and Content of Petitions Notice 30 Day Proposed Information Collection 2017-04-25T04:00:00Z 2017 4 2017-04-25T04:00:00Z 2017-05-26T03:59:59Z 2017-04-25T14:13:49Z 2017-08325 0 0 0900006482573622
FDA-2013-N-1393-0003 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Proposed Collection; Comment Request; Patent Term Restoration, Due Diligence Petitions, Filing, Format, and Content of Petitions Notice 60 Day Proposed Information Collection 2016-11-01T04:00:00Z 2016 11 2016-11-01T04:00:00Z 2017-01-04T04:59:59Z 2016-11-01T15:33:15Z 2016-26322 0 0 0900006482362500
FDA-2013-N-1393-0002 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Patent Term Restoration, Due Diligence Petitions, Filing, Format, and Content of Petitions Notice 30 Day Proposed Information Collection 2014-02-10T05:00:00Z 2014 2 2014-02-10T05:00:00Z 2014-03-13T03:59:59Z 2016-10-24T13:43:53Z 2014-02753 0 0 09000064815564fb
FDA-2013-N-1393-0001 FDA None FDA-2013-N-1393 Agency Information Collection Activities; Proposed Collection; Comment Request; Patent Term Restoration, Due Diligence Petitions, Filing, Format, and Content of Petitions Notice 60 Day Proposed Information Collection 2013-11-14T05:00:00Z 2013 11 2013-11-14T05:00:00Z 2014-01-14T04:59:59Z 2016-10-24T13:43:28Z 2013-27226 0 0 090000648147d67b

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