documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "FDA-2013-N-0370" sorted by posted_date descending
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)
| 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-0370-0011 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals | Notice | Notice of Approval | 2022-10-28T04:00:00Z | 2022 | 10 | 2022-10-28T04:00:00Z | 2022-10-28T19:30:24Z | 2022-23510 | 0 | 0 | 090000648546a230 | |
| FDA-2013-N-0370-0010 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Export of Medical Devices; Foreign Letters of Approval | Notice | 30 Day Proposed Information Collection | 2022-08-25T04:00:00Z | 2022 | 8 | 2022-10-28T19:30:12Z | 2022-18326 | 0 | 0 | 0900006485272c93 | ||
| FDA-2013-N-0370-0009 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Proposed Collection; Comment Request; Export of Medical Devices; Foreign Letters of Approval | Notice | 60 Day Proposed Information Collection | 2022-01-28T05:00:00Z | 2022 | 1 | 2022-01-28T05:00:00Z | 2022-03-30T03:59:59Z | 2022-10-28T19:29:43Z | 2022-01793 | 0 | 0 | 0900006484f410f6 |
| FDA-2013-N-0370-0008 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals | Notice | Notice of Approval | 2019-10-18T04:00:00Z | 2019 | 10 | 2019-10-18T04:00:00Z | 2022-10-28T19:31:06Z | 2019-22803 | 0 | 0 | 09000064840be70c | |
| FDA-2013-N-0370-0007 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Export of Medical Devices; Foreign Letters of Approval | Notice | 30 Day Proposed Information Collection | 2019-07-25T04:00:00Z | 2019 | 7 | 2019-07-25T04:00:00Z | 2019-08-27T03:59:59Z | 2022-10-28T19:30:56Z | 2019-15790 | 0 | 0 | 0900006483db6263 |
| FDA-2013-N-0370-0006 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Proposed Collection; Comment Request; Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Export of Medical Devices; Foreign Letters of Approval | Notice | 60 Day Proposed Information Collection | 2019-03-11T04:00:00Z | 2019 | 3 | 2019-03-11T04:00:00Z | 2019-05-11T03:59:59Z | 2022-10-28T19:30:46Z | 2019-04283 | 0 | 0 | 0900006483ad2a45 |
| FDA-2013-N-0370-0005 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals | Notice | Notice of Approval | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-14T05:00:00Z | 2016-12-14T16:01:43Z | 2016-30035 | 0 | 0 | 0900006482408238 | |
| FDA-2013-N-0370-0004 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Export of Medical Devices; Foreign Letters of Approval | Notice | 30 Day Proposed Information Collection | 2016-08-19T04:00:00Z | 2016 | 8 | 2016-08-19T04:00:00Z | 2016-09-20T03:59:59Z | 2016-08-19T14:33:40Z | 2016-19807 | 0 | 0 | 090000648218424f |
| FDA-2013-N-0370-0003 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Proposed Collection; Comment Request; Export of Medical Devices; Foreign Letters of Approval | Notice | 60 Day Proposed Information Collection | 2016-04-22T04:00:00Z | 2016 | 4 | 2016-04-22T04:00:00Z | 2016-06-22T03:59:59Z | 2016-04-22T14:09:30Z | 2016-09368 | 0 | 0 | 0900006481f831ec |
| FDA-2013-N-0370-0002 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Export of Medical Devices; Foreign Letters of Approval | Notice | 30 Day Proposed Information Collection | 2013-07-09T04:00:00Z | 2013 | 7 | 2013-07-09T04:00:00Z | 2013-08-09T03:59:59Z | 2016-04-13T18:32:22Z | 2013-16408 | 0 | 0 | 090000648135ce58 |
| FDA-2013-N-0370-0001 | FDA | None FDA-2013-N-0370 | Agency Information Collection Activities; Proposed Collection Comment Request; Export of Medical Devices; Foreign Letters of Approval | Notice | 60 Day Proposed Information Collection | 2013-04-05T04:00:00Z | 2013 | 4 | 2013-04-05T04:00:00Z | 2013-06-05T03:59:59Z | 2016-04-13T18:31:38Z | 2013-07915 | 0 | 0 | 090000648126d949 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;