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 = "OSHA-2023-0001" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 13
  • Notice 1

posted_year 1

  • 2023 14

agency_id 1

  • OSHA 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
OSHA-2023-0001-0012 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Table E: Review of Equipment Inspection Records (Optional) Supporting & Related Material   2023-06-28T04:00:00Z 2023 6     2023-06-28T13:38:24Z   0 0 0900006485c00b9b
OSHA-2023-0001-0007 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Appendix L-3: Determining the Applicability of the Process Safety Management Standard to an Establishment Supporting & Related Material Guidance 2023-06-28T04:00:00Z 2023 6     2023-06-28T13:37:19Z   0 0 0900006485c00ba0
OSHA-2023-0001-0013 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Table F-2: Optional Safety and Health Program Action Plan Tool for Implementation at Workplaces Supporting & Related Material Guidance 2023-06-28T04:00:00Z 2023 6     2023-06-28T13:38:31Z   0 0 0900006485c00ba2
OSHA-2023-0001-0003 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Appendix E: Interim-Year Safety and Health Achievement Recognition Program (SHARP) Site Self-Evaluation Template Supporting & Related Material   2023-06-28T04:00:00Z 2023 6     2023-06-28T13:36:01Z   0 0 0900006485c00ba4
OSHA-2023-0001-0006 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Appendix L-2: Process Safety Management of Highly Hazardous Chemicals (PSM) Interim Year Safety and Health Achievement Recognition Program (SHARP) Site Self-Evaluation Template Supporting & Related Material   2023-06-28T04:00:00Z 2023 6     2023-06-28T13:37:13Z   0 0 0900006485c00ba1
OSHA-2023-0001-0004 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Appendix F-1: Occupational Safety and Health Program Action Plan Template Supporting & Related Material   2023-06-28T04:00:00Z 2023 6     2023-06-28T13:36:36Z   0 0 0900006485c00ba3
OSHA-2023-0001-0014 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Table M: Workers Training Review (Optional) Supporting & Related Material Guidance 2023-06-28T04:00:00Z 2023 6     2023-06-28T13:41:17Z   0 0 0900006485bffd49
OSHA-2023-0001-0005 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Appendix L-1: On-Site Consultation Program PSM Evaluation Worksheet Supporting & Related Material Form 2023-06-28T04:00:00Z 2023 6     2023-06-28T13:37:05Z   0 0 0900006485bffd48
OSHA-2023-0001-0010 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Table C-2: Relief System Design and Design Basis Used at the Establishment (Optional) Supporting & Related Material   2023-06-28T04:00:00Z 2023 6     2023-06-28T13:38:14Z   0 0 0900006485c00b9d
OSHA-2023-0001-0008 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Appendix M: Incident Investigation Reporting Template (SHARP and Pre-SHARP Establishments) Supporting & Related Material Form 2023-06-28T04:00:00Z 2023 6     2023-06-28T13:37:25Z   0 0 0900006485c00b9f
OSHA-2023-0001-0011 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Table D: Assessment of the Employer’s Written Schedule for Implementing Process Hazard Analysis Recommendations (Optional) Supporting & Related Material   2023-06-28T04:00:00Z 2023 6     2023-06-28T13:38:19Z   0 0 0900006485c00b9c
OSHA-2023-0001-0009 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Table C-1: Hazards of Highly Hazardous Chemicals (HHCs) Used at the Establishment (Optional) Supporting & Related Material   2023-06-28T04:00:00Z 2023 6     2023-06-28T13:38:08Z   0 0 0900006485c00b9e
OSHA-2023-0001-0002 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 Supporting Statement for the Collection of Information Requirements in the PSM On-Site Construction Agreements (29 CFR Part 1908)1 Office of Management and Budget (OMB) Control No. 1218-0NEW (February 2023) Supporting & Related Material ICR Supporting Statement 2023-02-23T05:00:00Z 2023 2     2023-02-23T16:51:35Z   0 0 09000064856f51e8
OSHA-2023-0001-0001 OSHA PSM On-Site Consultation Agreement OSHA-2023-0001 PSM On-Site Consultation Agreements; in Use Without an OMB Number and Seeks Office of Management and Budget’s (OMB) Approval of Information Collection (Paperwork) Requirements Notice Request for Comments 2023-02-22T05:00:00Z 2023 2 2023-02-22T05:00:00Z 2023-04-25T03:59:59Z 2023-02-22T15:24:26Z 2023–03638 0 0 09000064856eab03

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