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 docket_id = "OSHA-GE2002-1-2006-0220" and posted_year = 2000 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2000 · 11 ✖

document_type 1

  • Supporting & Related Material 11

agency_id 1

  • OSHA 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
OSHA-GE2002-1-2006-0220-0111 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-91; ERGO. THE ERGONOMIC RESOURCE GUIDE FOR ORGANIZATIONS IN HEALTH AND COMMUNITY CARE Supporting & Related Material Agency Supporting Documents 2000-11-30T05:00:00Z 2000 11     2016-05-20T21:21:53Z   0 0 09000064801fc07a
OSHA-GE2002-1-2006-0220-0092 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-72; REDUCING INCIDENCE OF LOW-BACK INJURIES REDUCES COST. ABSTRACT Supporting & Related Material Agency Supporting Documents 2000-11-30T05:00:00Z 2000 11     2016-05-20T21:21:51Z   0 0 09000064801fbfa6
OSHA-GE2002-1-2006-0220-0058 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-39; DIMENSIONS OF CARE: ERGONOMICS FOR THE HOSPITAL SETTING Supporting & Related Material Agency Supporting Documents 2000-11-30T05:00:00Z 2000 11     2016-05-20T21:21:48Z   0 0 09000064801fbea2
OSHA-GE2002-1-2006-0220-0066 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-47; EVALUATION OF THE RESIDENT LIFTING SYSTEM PROJECT Supporting & Related Material Agency Supporting Documents 2000-11-30T05:00:00Z 2000 11     2016-05-20T21:21:49Z   0 0 09000064801fbeb8
OSHA-GE2002-1-2006-0220-0090 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-70; PREVENTING INJURIES USING AN ERGONOMIC APPROACH Supporting & Related Material Agency Supporting Documents 2000-11-30T05:00:00Z 2000 11     2016-05-20T21:21:51Z   0 0 09000064801fbf95
OSHA-GE2002-1-2006-0220-0122 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-100; HFS/ERGONOMICS OF ASSISTIVE TECHNOLOGY Supporting & Related Material Agency Supporting Documents 2000-11-30T05:00:00Z 2000 11     2016-05-20T21:21:54Z   0 0 09000064801fc09c
OSHA-GE2002-1-2006-0220-0057 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-38; EXPERIENCE BEFORE AND THROUGHOUT THE NURSING CAREER. A STUDY OF WORK STRESS PATIENT HANDLING ACTIVITIES AND THE RISK OF LOW BACK PAIN AMONG NURSES IN HONG KONG Supporting & Related Material Agency Supporting Documents 2000-11-30T05:00:00Z 2000 11     2016-05-20T21:21:48Z   0 0 09000064801fbea1
OSHA-GE2002-1-2006-0220-0085 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-66; A RANDOMIZED CONTROLLED TRIAL TO PREVENT PATIENT LIFT AND TRANSFER INJURIES OF HEALTH CARE WORKERS Supporting & Related Material Agency Supporting Documents 2000-11-30T05:00:00Z 2000 11     2016-05-20T21:21:50Z   0 0 09000064801fbf62
OSHA-GE2002-1-2006-0220-0064 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-45; HEALTH CARE ERGONOMIC SOLUTIONS STILL A WORK IN PROGRESS Supporting & Related Material Agency Supporting Documents 2000-10-31T05:00:00Z 2000 10     2016-05-20T21:21:49Z   0 0 09000064801fbeae
OSHA-GE2002-1-2006-0220-0120 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-98-1; MOVING AND HANDLING. MOBILE ELECTRIC HOISTS. AN EVALUATION Supporting & Related Material Agency Supporting Documents 2000-06-30T04:00:00Z 2000 6     2016-05-20T21:21:54Z   0 0 09000064801fc099
OSHA-GE2002-1-2006-0220-0088 OSHA GUIDELINES FOR NURSING HOMES OSHA-GE2002-1-2006-0220 Supporting Exhibit 3-69; MANUAL HANDLING ACTIVITIES AND INJURIES AMONG NURSES: AN AUSTRALIAN HOSPITAL STUDY Supporting & Related Material Agency Supporting Documents 2000-03-31T05:00:00Z 2000 3     2016-05-20T21:21:51Z   0 0 09000064801fbf80

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