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

11 rows where agency_id = "CDC", document_type = "Rule" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2013 · 11 ✖

document_type 1

  • Rule · 11 ✖

agency_id 1

  • CDC · 11 ✖
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-2013-0012-0017 CDC World Trade Center Health Program; Addition of Prostate Cancer to the List of WTC-Related Health Conditions CDC-2013-0012 World Trade Center Health Program: Addition of Prostate Cancer to the List of WTC-Related Health Conditions Rule   2013-09-19T04:00:00Z 2013 9 2013-09-19T04:00:00Z   2013-09-19T16:42:27Z 2013-22800 0 0 090000648142b3bd
CDC_FRDOC_0001-0053 CDC Recently Posted CDC Rules and Notices. CDC_FRDOC_0001 Distribution of Reference Biological Standards and Biological Preparations Rule   2013-09-18T04:00:00Z 2013 9 2013-09-18T04:00:00Z   2013-09-18T12:10:31Z 2013-22685 0 0 0900006481429c61
CDC-2013-0013-0001 CDC Reference Biological Standards and Biological Preparations CDC-2013-0013 Distribution of Reference Biological Standards and Biological Preparations Rule   2013-07-22T04:00:00Z 2013 7 2013-07-22T04:00:00Z 2013-08-22T03:59:59Z 2013-08-02T01:02:05Z 2013-17543 0 0 0900006481374041
CDC_FRDOC_0001-0049 CDC Recently Posted CDC Rules and Notices. CDC_FRDOC_0001 World Trade Center Health Program: Certification of Breast Cancer in WTC Responders and Survivors Exposed to PCBs Rule   2013-04-17T04:00:00Z 2013 4 2013-04-17T04:00:00Z   2013-04-17T14:45:51Z 2013-09003 0 0 0900006481297ce4
CDC-2013-0002-0001 CDC World Trade Center Health Program Eligibility Requirements for Shanksville, Pennsylvania and Pentagon Responders CDC-2013-0002 World Trade CenterHealth Program Eligibility Requirements: Shanksville, PA and Pentagon Responders Rule   2013-03-28T04:00:00Z 2013 3 2013-03-28T04:00:00Z 2013-05-01T03:59:59Z 2013-03-30T02:01:02Z 2013-07146 0 0 090000648124a5a0
CDC_FRDOC_0001-0046 CDC Recently Posted CDC Rules and Notices. CDC_FRDOC_0001 Control of Communicable Diseases: Interstate; Scope and Definitions Rule   2013-02-25T05:00:00Z 2013 2 2013-02-25T05:00:00Z   2013-02-25T13:55:08Z 2013-04137 0 0 0900006481206a0e
CDC_FRDOC_0001-0043 CDC Recently Posted CDC Rules and Notices. CDC_FRDOC_0001 Control of Communicable Diseases: Foreign; Scope and Definitions Rule   2013-02-25T05:00:00Z 2013 2 2013-02-25T05:00:00Z   2013-02-25T13:55:07Z 2013-04136 0 0 090000648120676d
CDC_FRDOC_0001-0042 CDC Recently Posted CDC Rules and Notices. CDC_FRDOC_0001 Control of Communicable Disease: Foreign - Requirements for Importers of Nonhuman Primates Rule   2013-02-15T05:00:00Z 2013 2 2013-02-15T05:00:00Z   2013-02-15T13:54:07Z 2013-03064 0 0 09000064811fa3b0
CDC_FRDOC_0001-0041 CDC Recently Posted CDC Rules and Notices. CDC_FRDOC_0001 User Fees for Filovirus Testing of Nonhuman Primate Liver Samples Rule   2013-02-12T05:00:00Z 2013 2 2013-02-12T05:00:00Z   2013-02-12T13:58:28Z 2013-02825 0 0 09000064811f4d4c
CDC_FRDOC_0001-0039 CDC Recently Posted CDC Rules and Notices. CDC_FRDOC_0001 Foreign Quarantine: Import Regulations for Infectious Biological Agents, Infectious Substances, and Vectors Rule   2013-02-04T05:00:00Z 2013 2 2013-02-04T05:00:00Z   2013-02-04T14:15:13Z 2013-02391 0 0 09000064811e507b
CDC-2012-0009-0010 CDC Open-Circuit Self-Contained Breathing Apparatus Remaining Service-Life Indicator Performance Requirements CDC-2012-0009 Self-Contained Breathing Apparatus Remaining Service-Life Indicator Performance Requirements Rule   2013-01-14T05:00:00Z 2013 1 2013-01-14T05:00:00Z   2013-01-15T14:39:22Z 2013-00371 0 0 09000064811ba096

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