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

6 rows where docket_id = "CDC-2010-0002" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2010 5
  • 2011 1

document_type 2

  • Supporting & Related Material 5
  • Notice 1

agency_id 1

  • CDC 6
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-2010-0002-0051 CDC Implementation of Section 2695 (42 U.S.C. 300ff–131) of Public Law 111– 87: Infectious Diseases and Circumstances Relevant to Notification Requirements CDC-2010-0002 Transcript from NIOSH Public Meeting on James Zadroga 9/11 Health and Compensation Act of 2010 held 3/3/11 Supporting & Related Material   2011-04-19T04:00:00Z 2011 4     2011-04-19T20:50:52Z   0 0 0900006480c300db
CDC-2010-0002-0004 CDC Implementation of Section 2695 (42 U.S.C. 300ff–131) of Public Law 111– 87: Infectious Diseases and Circumstances Relevant to Notification Requirements CDC-2010-0002 Ryan White HIV/AIDS Treatment Extension Act of 2009 (Pub. L. 111-87, to be codified at 42 U.S.C. 300ff-131 et seq.). Supporting & Related Material   2010-12-17T05:00:00Z 2010 12     2010-12-17T16:07:05Z   0 0 0900006480bb8e1e
CDC-2010-0002-0002 CDC Implementation of Section 2695 (42 U.S.C. 300ff–131) of Public Law 111– 87: Infectious Diseases and Circumstances Relevant to Notification Requirements CDC-2010-0002 Siegel JD, Rhinehart E, Jackson M, Chiarello L, and the Healthcare Infection Control Practices Advisory Committee. 2007 Guideline for Isolation Precautions: Preventing Transmission of Infectious Agents in Healthcare Settings. http://www.cdc.gov/hicpac/pdf/isolation/Isolation2007.pdf. Accessed September 23, 2010 Supporting & Related Material   2010-12-17T05:00:00Z 2010 12     2010-12-17T16:06:45Z   0 0 0900006480bb8815
CDC-2010-0002-0005 CDC Implementation of Section 2695 (42 U.S.C. 300ff–131) of Public Law 111– 87: Infectious Diseases and Circumstances Relevant to Notification Requirements CDC-2010-0002 Baron P. Generation and Behavior of Airborne Particles (Aerosols). PowerPoint Presentation. U.S. Department of Health and Human Services, Centers for Disease Control and Prevention, National Institute for Occupational Safety and Health, Division of Applied Technology. http://www.cdc.gov/niosh/topics/aerosols/pdfs/Aerosol_101.pdf. Accessed September 23, 2010. Supporting & Related Material   2010-12-17T05:00:00Z 2010 12     2010-12-17T16:07:14Z   0 0 0900006480bb8e20
CDC-2010-0002-0003 CDC Implementation of Section 2695 (42 U.S.C. 300ff–131) of Public Law 111– 87: Infectious Diseases and Circumstances Relevant to Notification Requirements CDC-2010-0002 Unofficial figures: Procedures for Notification of Possible Exposure to Infectious Diseases under the Ryan White HIV/AIDS Treatment Extension Act of 2009 Supporting & Related Material   2010-12-17T05:00:00Z 2010 12     2010-12-17T16:06:57Z   0 0 0900006480bb8e1c
CDC-2010-0002-0001 CDC Implementation of Section 2695 (42 U.S.C. 300ff–131) of Public Law 111– 87: Infectious Diseases and Circumstances Relevant to Notification Requirements CDC-2010-0002 Implementation of Section 2695 (42 U.S.C. 300ff–131) of Public Law 111– 87: Infectious Diseases and Circumstances Relevant to Notification Requirements Notice   2010-12-16T05:00:00Z 2010 12 2010-12-16T05:00:00Z 2011-02-12T04:59:59Z 2011-04-07T13:28:40Z   0 0 0900006480bb84a2

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