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

14 rows where docket_id = "HHS-OPHS-2015-0008" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Proposed Rule 4

posted_year 1

  • 2015 14

agency_id 1

  • HHS 14
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
HHS-OPHS-2015-0008-0398 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 OHRP Webinar Series on the Common Rule NPRM Supporting & Related Material   2015-12-04T05:00:00Z 2015 12     2016-10-31T15:10:32Z   0 0 0900006481d84bf0
HHS-OPHS-2015-0008-0360 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 Federal Policy for the Protection of Human Subjects Comment Period Extension Proposed Rule   2015-11-25T05:00:00Z 2015 11 2015-12-02T05:00:00Z   2015-12-03T02:43:50Z 2015-30122 0 0 0900006481d72091
HHS-OPHS-2015-0008-2147 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 Federal Policy for the Protection of Human Subjects Proposed Rule   2015-11-25T00:00:00Z 2015 11     2016-01-13T00:51:38Z   0 1 0900006481d72986
HHS-OPHS-2015-0008-0075 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 OHRP Webinar Series on the Common Rule NPRM Supporting & Related Material   2015-10-22T00:00:00Z 2015 10     2015-12-04T05:39:09Z   0 1 0900006481cdf4b1
HHS-OPHS-2015-0008-0068 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 NPRM_Overview_Menikoff_NPRM_2015_PUBLIC Supporting & Related Material   2015-10-21T04:00:00Z 2015 10     2015-10-21T12:22:01Z   0 0 0900006481cdc205
HHS-OPHS-2015-0008-0071 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 IRB_Review_and_Operations_Under_the_NPRM_Gorey_NPRM_2015_PUBLIC Supporting & Related Material   2015-10-21T04:00:00Z 2015 10     2015-10-21T12:22:21Z   0 0 0900006481cdc208
HHS-OPHS-2015-0008-0069 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 NPRM_Exclusions_Exemptions_Menikoff_NPRM_2015_PUBLIC Supporting & Related Material   2015-10-21T04:00:00Z 2015 10     2015-10-21T12:22:13Z   0 0 0900006481cdc206
HHS-OPHS-2015-0008-0072 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 Research_With_Biospecimens_Kaneshiro_NPRM_2015_PUBLIC Supporting & Related Material   2015-10-21T04:00:00Z 2015 10     2015-10-21T12:22:25Z   0 0 0900006481cdc209
HHS-OPHS-2015-0008-0070 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 Informed_Consent_Under_the_NPRM_Menikoff_NPRM_2015_PUBLIC Supporting & Related Material   2015-10-21T04:00:00Z 2015 10     2015-10-21T12:22:17Z   0 0 0900006481cdc207
HHS-OPHS-2015-0008-0073 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 Secondary_Research_Use_of_Data_Pritchard_NPRM_2015_PUBLIC Supporting & Related Material   2015-10-21T04:00:00Z 2015 10     2015-10-21T12:22:29Z   0 0 0900006481cdc20a
HHS-OPHS-2015-0008-0003 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 CR NPRM for readability_Sept2015 Supporting & Related Material   2015-09-09T04:00:00Z 2015 9     2015-09-09T05:40:56Z   0 0 0900006481c603cc
HHS-OPHS-2015-0008-0002 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 CR NPRM questions for comment_Sept2015 Supporting & Related Material   2015-09-09T04:00:00Z 2015 9     2015-09-09T05:40:55Z   0 0 0900006481c603cd
HHS-OPHS-2015-0008-0001 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 Federal Policy for the Protection of Human Subjects Proposed Rule   2015-09-08T04:00:00Z 2015 9 2015-09-08T04:00:00Z 2016-01-07T04:59:59Z 2016-01-29T22:01:09Z 2015-21756 0 0 0900006481c5dcc1
HHS-OPHS-2015-0008-0004 HHS Federal Policy for the Protection of Human Subjects HHS-OPHS-2015-0008 Federal Policy for the Protection of Human Subjects Proposed Rule   2015-09-08T00:00:00Z 2015 9     2015-09-10T19:20:25Z   0 1 0900006481c5decf

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