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

9 rows where docket_id = "EPA-HQ-OPP-2003-0132" and posted_year = 2003 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 7
  • Proposed Rule 2

posted_year 1

  • 2003 · 9 ✖

agency_id 1

  • EPA 9
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
EPA-HQ-OPP-2003-0132-0135 EPA Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 Human Testing; Advance Notice of Proposed Rulemaking; Reopening of a Comment Period Proposed Rule Federal Register Document 2003-08-06T04:00:00Z 2003 8 2003-08-06T04:00:00Z 2003-08-21T03:59:59Z 2008-01-08T21:10:29Z 46535 0 0 09000064800b698d
EPA-HQ-OPP-2003-0132-0003 EPA Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 Human Testing; Advance Notice of Proposed Rulemaking Proposed Rule Federal Register Document 2003-05-07T04:00:00Z 2003 5 2003-05-07T04:00:00Z 2003-08-06T03:59:59Z 2021-12-04T02:00:37Z   0 0 09000064800b5d1c
EPA-HQ-OPP-2003-0132-0002 EPA Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 OMB Review Under Executive Order 12866 - Documentation of Changes Made During OMB Review Supporting & Related Material Other 2003-04-09T04:00:00Z 2003 4     2006-09-02T13:31:25Z   0 0 09000064800b5d03
EPA-HQ-OPP-2003-0132-0007 EPA Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 COMMENTS ON THE USE OF DATA FROM THE TESTING OF HUMANSUBJECTS Supporting & Related Material Other 2003-04-02T05:00:00Z 2003 4     2006-09-02T13:31:25Z   0 0 09000064800b5d8b
EPA-HQ-OPP-2003-0132-0009 EPA Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 WORLD MEDICAL ASSOCIATION DECLARATION OF HELSINKI - Ethical Principles for Medical Research Involving Human Subjects Supporting & Related Material Other 2003-04-02T05:00:00Z 2003 4     2006-09-02T13:31:26Z   0 0 09000064800b5db8
EPA-HQ-OPP-2003-0132-0006 EPA Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 The English Patients - Human Experiments and Pesticide Policy Supporting & Related Material Other 2003-04-02T05:00:00Z 2003 4     2006-09-02T13:31:25Z   0 0 09000064800b5d6e
EPA-HQ-OPP-2003-0132-0008 EPA Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 AGENCY REQUESTS NATIONAL ACADEMY OF SCIENCES INPUT ON CONSIDERATION OF CERTAIN HUMAN TOXICITY STUDIES; ANNOUNCES INTERIM POLICY Supporting & Related Material Other 2003-04-02T05:00:00Z 2003 4     2006-09-02T13:31:25Z   0 0 09000064800b5da2
EPA-HQ-OPP-2003-0132-0004 EPA Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 Letter from Stephen L. Johnson (EPA) to Dr. Bruce Alberts (National Academy of Sciences) Supporting & Related Material Other 2003-04-02T05:00:00Z 2003 4     2006-09-02T13:31:25Z   0 0 09000064800b5d35
EPA-HQ-OPP-2003-0132-0005 EPA Human Testing; Proposed Plan and Description of Review Process. EPA-HQ-OPP-2003-0132 The Belmont Report - Office of the Secretary - Ethical Principles and Guidelines for the Protection of Human Subjects of Research (The National Commission for the Protection of Human Subjects of Biomedical & Behavioral Research) Supporting & Related Material Other 2003-04-02T05:00:00Z 2003 4     2006-09-02T13:31:25Z   0 0 09000064800b5d51

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);
Powered by Datasette · Queries took 364.427ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API