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

15 rows where docket_id = "FDA-2022-N-0008" 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), last_modified (date)

posted_year 3

  • 2022 11
  • 2023 3
  • 2024 1

document_type 1

  • Notice 15

agency_id 1

  • FDA 15
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-2022-N-0008-0016 FDA None FDA-2022-N-0008 Request for Nominations for Individuals and Consumer Organizations for Advisory Committees Notice General Notice 2024-09-30T04:00:00Z 2024 9     2024-09-30T14:01:24Z 2024-22292 0 0 090000648679fa54
FDA-2022-N-0008-0015 FDA None FDA-2022-N-0008 Request for Nominations for Individuals and Consumer Organizations for Advisory Committees Notice Request for Nominations 2023-12-13T05:00:00Z 2023 12 2023-12-13T05:00:00Z   2023-12-13T16:56:07Z 2023-27308 0 0 090000648633144b
FDA-2022-N-0008-0014 FDA None FDA-2022-N-0008 Request for Nominations for Individuals and Consumer Organizations for Advisory Committees Notice Request for Nominations 2023-03-01T05:00:00Z 2023 3 2023-03-01T05:00:00Z   2023-03-01T17:42:19Z 2023-04170 0 0 09000064857324a6
FDA-2022-N-0008-0013 FDA None FDA-2022-N-0008 Advisory Committee; Cellular, Tissue, and Gene Therapies Advisory Committee; Renewal Notice Renewals 2023-02-07T05:00:00Z 2023 2 2023-02-07T05:00:00Z   2023-02-07T16:43:37Z 2023-02499 0 0 0900006485639bc5
FDA-2022-N-0008-0012 FDA None FDA-2022-N-0008 Blood Products Advisory Committee; Notice of Meeting Notice Advisory Committee 2022-10-18T04:00:00Z 2022 10 2022-10-18T04:00:00Z   2022-10-18T14:02:05Z 2022-22612 0 0 0900006485415953
FDA-2022-N-0008-0011 FDA None FDA-2022-N-0008 Request for Nominations for Individuals and Consumer Organizations for Advisory Committees Notice Call for Nominations 2022-10-14T04:00:00Z 2022 10 2022-10-14T04:00:00Z   2022-10-14T12:14:43Z 2022-22305 0 0 0900006485406d7e
FDA-2022-N-0008-0010 FDA None FDA-2022-N-0008 Ophthalmic Devices Panel of the Medical Devices Advisory Committee; Notice of Meeting Notice Announcement 2022-10-07T04:00:00Z 2022 10 2022-10-07T04:00:00Z   2022-10-07T15:32:23Z 2022-21831 0 0 09000064853d38d0
FDA-2022-N-0008-0009 FDA None FDA-2022-N-0008 Advisory Committee; Arthritis Advisory Committee; Renewal Notice Notice of Renewal 2022-09-22T04:00:00Z 2022 9 2022-09-22T04:00:00Z   2022-09-22T13:35:57Z 2022-20516 0 0 090000648534f58a
FDA-2022-N-0008-0008 FDA None FDA-2022-N-0008 Advisory Committee; Blood Products Advisory Committee; Renewal Notice Notice of Renewal 2022-08-03T04:00:00Z 2022 8 2022-08-03T04:00:00Z   2022-08-03T16:06:48Z 2022-16577 0 0 0900006485208ebd
FDA-2022-N-0008-0006 FDA None FDA-2022-N-0008 Request for Nominations on Public Advisory Panels of the Medical Devices Advisory Committee Notice Request for Nominations 2022-07-06T04:00:00Z 2022 7 2022-07-06T04:00:00Z   2022-07-11T16:09:16Z 2022-14359 0 0 09000064851b27f5
FDA-2022-N-0008-0005 FDA None FDA-2022-N-0008 Request for Nominations for Individuals and Consumer Organizations for Advisory Committees Notice Request for Nominations 2022-07-01T04:00:00Z 2022 7 2022-07-01T04:00:00Z   2022-07-07T12:51:49Z 2022-14135 0 0 09000064851ae623
FDA-2022-N-0008-0004 FDA None FDA-2022-N-0008 Advisory Committee; Psychopharmacologic Drugs Advisory Committee; Renewal Notice Renewals 2022-06-08T04:00:00Z 2022 6 2022-06-08T04:00:00Z   2022-06-08T12:28:21Z 2022-12366 0 0 090000648514d0bc
FDA-2022-N-0008-0003 FDA None FDA-2022-N-0008 Patient Engagement Advisory Committee; Notice of Meeting Notice Advisory Committee 2022-04-14T04:00:00Z 2022 4 2022-04-14T04:00:00Z   2022-04-14T14:31:44Z 2022-08013 0 0 0900006485019721
FDA-2022-N-0008-0002 FDA None FDA-2022-N-0008 Cellular, Tissue and Gene Therapies Advisory Committee; Notice of Meeting Notice Advisory Committee 2022-02-16T05:00:00Z 2022 2 2022-02-16T05:00:00Z   2022-02-16T14:35:05Z 2022-03366 0 0 0900006484f7efcc
FDA-2022-N-0008-0001 FDA None FDA-2022-N-0008 Advisory Committee; Vaccines and Related Biological Products Advisory Committee; Renewal Notice Notice of Renewal 2022-01-31T05:00:00Z 2022 1 2022-01-31T05:00:00Z   2022-01-31T15:05:08Z 2022-01858 0 0 0900006484f47bf9

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