Workers' Compensation (WCB) Disputes Data
State of Oregon
@usgov.state_of_oregon_workers_compensation_wcb_disputes_data
State of Oregon
@usgov.state_of_oregon_workers_compensation_wcb_disputes_data
Oregon Workers' Compensation Board disputes data. This contains statistics for the Hearings Division, Board Review, and Oregon Court of Appeals. The data is presented in the Department of Consumer and Business Services report at https://www.oregon.gov/dcbs/reports/compensation/Pages/index.aspx. The attached pdf provides definitions of the data.
Organization: State of Oregon
Last updated: 2020-11-10T17:23:17.685212
Tags: board-review, coa, court-of-appeals, disputes, hearings, oregon, workers-compensation
CREATE TABLE table_1 (
"year" BIGINT,
"hearings_div_requests" BIGINT -- Hearings Div. Requests,
"hearings_div_orders" BIGINT -- Hearings Div. Orders,
"hearings_div_appeal_rates" DOUBLE -- Hearings Div. Appeal Rates,
"hearings_div_issue_claim_denial" DOUBLE -- Hearings Div Issue: Claim Denial,
"hearings_div_issue_partial_denial" DOUBLE -- Hearings Div Issue: Partial Denial,
"hearings_div_issue_ppd" DOUBLE -- Hearings Div Issue: PPD,
"hearings_div_issue_insurer_penalty" DOUBLE -- Hearings Div Issue: Insurer Penalty,
"hearings_div_issue_other" DOUBLE -- Hearings Div. Issue: Other,
"hearings_div_mediations_completed" DOUBLE -- Hearings Div. Mediations Completed,
"hearings_div_med_percent_settled" DOUBLE -- Hearings Div. Med.: Percent Settled,
"hearing_div_med_resolved_by_dcs" DOUBLE -- Hearing Div. Med.: % Resolved By DCS,
"hearings_div_med_compensability_issue" DOUBLE -- Hearings Div Med.: Compensability Issue,
"hearings_div_med_disease_issue" DOUBLE -- Hearings Div Med.: Disease Issue,
"hearings_div_med_non_wcb_issues" DOUBLE -- Hearings Div Med.: Non-WCB Issues,
"board_review_requests" BIGINT,
"board_review_orders" BIGINT,
"board_review_appeal_rates" DOUBLE,
"board_own_motion_orders" BIGINT,
"dcs_cases" BIGINT,
"dcs_amount_thousands" BIGINT -- DCS Amount ($ Thousands),
"dcss_with_cdas" DOUBLE,
"cdas_approved" DOUBLE,
"cda_amount_thousands" DOUBLE -- CDA Amount ($ Thousands),
"court_of_appeals_requests" BIGINT,
"court_of_appeals_decisions" BIGINT,
"court_of_appeals_remands" DOUBLE,
"court_of_appeals_dismissals" DOUBLE,
"median_days_doi_to_hearings_div_order" BIGINT -- Median Days DOI To Hearings Div. Order,
"median_days_doi_to_board_review_order" BIGINT,
"median_days_doi_to_court_of_appeals_decision" BIGINT,
"median_days_hearins_div_request_to_order" BIGINT -- Median Days Hearins Div. Request To Order,
"median_days_board_review_request_to_order" BIGINT,
"median_days_court_of_appeals_request_to_decision" BIGINT
);Anyone who has the link will be able to view this.