home / open_comments

documents

Federal regulatory documents currently open for public comment.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

17 rows where agency_id = "CDC" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 16
  • Rule 1

agency_id 1

  • CDC · 17 ✖
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
CDC-2026-1123-0001 CDC CDC-2026-1123 Public Health Emergency Management Too 2026-12278 Notice   2026-06-18 2026 6 2026-06-18 2026-08-19 2026-06-23 09:00:17   1 0 09000064b933a47b
CDC-2026-1090-0001 CDC CDC-2026-1090 Health Hazard Evaluations/Technical Assistance and Emerging Problems 2026-12281 Notice   2026-06-18 2026 6 2026-06-18 2026-08-19 2026-06-18 18:25:49   1 0 09000064b933a467
CDC-2026-1091-0001 CDC CDC-2026-1091 Reporting of the Essentials for Childhood (EfC): Preventing Adverse Childhood Experiences through Data to Action Program 2026-12275 Notice   2026-06-18 2026 6 2026-06-18 2026-08-19 2026-06-18 18:30:02   1 0 09000064b933a46f
CDC-2026-1024-0001 CDC CDC-2026-1024 2026 Andes Hantavirus Cruise Passenger and Traveler Contact Monitoring 2026-11557 Notice   2026-06-10 2026 6 2026-06-10 2026-08-11 2026-06-10 14:48:31   1 0 09000064b931e320
CDC-2026-1057-0001 CDC CDC-2026-1057 Application Form and Related Forms for the Operation of the National Death Index Notice   2026-06-10 2026 6 2026-06-10 2026-08-11 2026-06-10 14:44:13   1 0 09000064b931e31f
CDC-2026-0925-0001 CDC CDC-2026-0925 Use of the Cyclosporiasis National Hypothesis Generating Questionnaire (CNHGQ) During Investigations of Foodborne Disease Clusters and Outbreaks 2026-11011 Notice   2026-06-02 2026 6 2026-06-02 2026-08-04 2026-06-04 09:00:25   1 0 09000064b93053a7
CDC-2026-0859-0001 CDC CDC-2026-0859 2026-11012 Notice   2026-06-02 2026 6 2026-06-02 2026-08-04 2026-06-02 16:10:19   1 0 09000064b9308108
CDC-2026-0958-0001 CDC CDC-2026-0958 2026 Ebola Entry Screening, Monitoring, & Traveler Feedback 2026-11013 Notice   2026-06-02 2026 6 2026-06-02 2026-08-04 2026-06-02 16:14:21   1 0 09000064b930810f
CDC-2026-0827-0001 CDC CDC-2026-0827 Advancing Violence Epidemiology in Real-Time (AVERT) 2026-10513 Notice   2026-05-27 2026 5 2026-05-27 2026-07-28 2026-05-27 14:35:04   1 0 09000064b92f2db6
CDC-2026-0826-0001 CDC CDC-2026-0826 Rape prevention and education (RPE) program 2026-10514 Notice   2026-05-27 2026 5 2026-05-27 2026-07-28 2026-05-28 09:00:19   1 0 09000064b92f2db5
CDC-2026-0793-0001 CDC CDC-2026-0793 Advance State, Tribal, Local, and Territorial (STLT) Governmental Agency System Performance, Capacity, and Program Delivery Notice   2026-05-12 2026 5 2026-05-12 2026-07-13 2026-05-12 16:09:45   1 0 09000064b92d0a56
CDC-2026-0760-0001 CDC CDC-2026-0760 National Healthcare Safety Network (NHSN) Respiratory Data Notice   2026-05-12 2026 5 2026-05-12 2026-07-13 2026-05-12 16:19:39   1 0 09000064b92d0a63
CDC-2026-0761-0001 CDC CDC-2026-0761 National Healthcare Safety Network (NHSN) Notice   2026-05-12 2026 5 2026-05-12 2026-07-13 2026-05-12 16:12:13   1 0 09000064b92d0a59
CDC-2026-0728-0001 CDC CDC-2026-0728 Message Testing for Tobacco Communication Activities 2026-08670 Notice   2026-05-05 2026 5 2026-05-05 2026-07-07 2026-05-05 14:39:54   1 0 09000064b92c2663
CDC-2026-0727-0001 CDC CDC-2026-0727 World Trade Center Health Program Enrollment, Appeals & Reimbursement 2026-08669 Notice   2026-05-05 2026 5 2026-05-05 2026-07-07 2026-06-18 09:00:26   1 0 09000064b92c2662
CDC-2026-0694-0001 CDC CDC-2026-0694 Focus on Advancing Support and Transition with the Fragile X Online Registry with Accessible Research Database (FAST FORWARD) Notice   2026-04-28 2026 4 2026-04-28 2026-06-29 2026-04-28 17:25:27   1 0 09000064b92b1c9e
CDC-2026-0991-0001 CDC CDC-2026-0991 Control of Communicable Diseases; Foreign Quarantine Rule   2026-05-27 2026 5 2026-05-27 2026-06-27 2026-06-22 09:00:25 2026-10543 1 0 09000064b92f2e0c

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
            id TEXT PRIMARY KEY,
            agency_id TEXT,
            docket_id TEXT,
            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_comment_end ON documents(comment_end_date);
CREATE INDEX idx_docs_withdrawn ON documents(withdrawn);
Powered by Datasette · Queries took 3.589ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API