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

12 rows where docket_id = "FDA-2018-D-1774" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 6

  • 2019 3
  • 2018 2
  • 2021 2
  • 2024 2
  • 2025 2
  • 2023 1

document_type 2

  • Other 8
  • Notice 4

agency_id 1

  • FDA 12
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-2018-D-1774-0063 FDA None FDA-2018-D-1774 Requests for Feedback and Meetings for Medical Device Submissions: The Q-Submission Program; Guidance for Industry and Food and Drug Administration Staff Other Guidance 2025-05-29T04:00:00Z 2025 5 2025-05-29T04:00:00Z   2025-07-19T09:00:16Z   1 0 09000064b8dc794a
FDA-2018-D-1774-0062 FDA None FDA-2018-D-1774 Requests for Feedback and Meetings for Medical Device Submissions: The Q-Submission Program; Guidance for Industry and Food and Drug Administration Staff; Availability Notice Notice of Availability 2025-05-29T00:00:00Z 2025 5 2025-05-29T00:00:00Z   2025-05-29T17:25:09Z 2025-09618 0 0 09000064b8dc7843
FDA-2018-D-1774-0045 FDA None FDA-2018-D-1774 Requests for Feedback and Meetings for Medical Device Submissions: The Q-Submission Program; Draft Guidance for Industry and Food and Drug Administration Staff; Availability Notice Notice of Availability 2024-03-15T04:00:00Z 2024 3 2024-03-15T04:00:00Z   2024-03-15T14:00:37Z 2024-05580 0 0 090000648647cd40
FDA-2018-D-1774-0046 FDA None FDA-2018-D-1774 Requests for Feedback and Meetings for Medical Device Submissions: The Q-Submission Program; Draft Guidance for Industry and Food and Drug Administration Staff Other Guidance 2024-03-15T04:00:00Z 2024 3 2024-03-15T04:00:00Z 2024-05-15T03:59:59Z 2025-10-15T09:00:21Z   1 0 090000648647d1d1
FDA-2018-D-1774-0042 FDA None FDA-2018-D-1774 Requests for Feedback and Meetings for Medical Device Submissions: The Q-Submission Program - Guidance for Industry and Food and Drug Administration Staff Other Guidance 2023-06-02T04:00:00Z 2023 6 2023-06-02T04:00:00Z   2025-08-19T09:00:17Z   1 0 0900006485aa8d5d
FDA-2018-D-1774-0039 FDA None FDA-2018-D-1774 Request for Hearing from Prime Policy Group Other Request for Hearing 2021-12-23T05:00:00Z 2021 12 2021-12-23T05:00:00Z   2021-12-23T16:32:59Z   0 0 0900006484ed7724
FDA-2018-D-1774-0034 FDA None FDA-2018-D-1774 Requests for Feedback and Meetings for Medical Device Submissions: The Q-Submission Program Other Guidance 2021-01-06T05:00:00Z 2021 1 2021-01-06T05:00:00Z   2021-01-06T18:42:29Z   0 0 09000064849e109a
FDA-2018-D-1774-0017 FDA None FDA-2018-D-1774 Request for Meeting from Anonymous Other Request 2019-07-17T04:00:00Z 2019 7 2019-07-17T04:00:00Z   2019-07-17T15:38:58Z   0 0 0900006483d99b3c
FDA-2018-D-1774-0013 FDA None FDA-2018-D-1774 Requests for Feedback and Meetings for Medical Device Submissions: The Q-Submission Program; Guidance for Industry and Food and Drug Administration Staff; Availability Notice Notice of Availability 2019-05-07T04:00:00Z 2019 5 2019-05-07T04:00:00Z   2023-06-02T21:01:19Z 2019-09338 0 0 0900006483c3d975
FDA-2018-D-1774-0015 FDA None FDA-2018-D-1774 Requests for Feedback and Meetings for Medical Device Submissions: The Q-Submission Program; Guidance for Industry and Food and Drug Administration Staff Other Guidance 2019-05-07T04:00:00Z 2019 5 2019-05-07T04:00:00Z   2025-09-26T09:00:35Z   1 0 0900006483c415f9
FDA-2018-D-1774-0001 FDA None FDA-2018-D-1774 Requests for Feedback and Meetings for Medical Device Submissions: The Q-Submission Program; Draft Guidance for Industry and Food and Drug Administration Staff; Availability Notice Notice of Availability 2018-06-07T04:00:00Z 2018 6 2018-06-07T04:00:00Z 2018-08-07T03:59:59Z 2023-06-02T21:00:19Z 2018-12223 0 0 0900006483363816
FDA-2018-D-1774-0002 FDA None FDA-2018-D-1774 Draft Guidance for Industry and FDA Staff (Requests for Feedback and Meetings for Medical Device Submissions - The Q-Submission Program Other Guidance 2018-06-07T04:00:00Z 2018 6 2018-06-07T04:00:00Z 2018-08-07T03:59:59Z 2024-11-07T01:27:34Z   1 0 090000648336b67a

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