Workers' Compensation Indemnity Resolutions Data
State of Oregon
@usgov.state_of_oregon_workers_compensation_indemnity_resolutions_data
State of Oregon
@usgov.state_of_oregon_workers_compensation_indemnity_resolutions_data
Oregon workers' compensation indemnity data. 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.
Claim resolutions: Most accepted disabling workers' compensation claims go through the claim closure process in which the insurer stops temporary disability payments and determines PPD. Accepted disabling claims may be resolved multiple times. Other claims are settled with claim disposition agreements (CDAs). In this table, claim closures and CDA settlements are called claim resolutions.
Average temporary disability days paid for claim resolutions: The figures are the average days of paid temporary disability, both temporary total disability and temporary partial disability, for the years’ resolutions. Missing data are estimated. Insurers do not report days for CDA resolutions; these are estimated.
Resolved claims In this set of data, claims with multiple closures
Organization: State of Oregon
Last updated: 2020-11-10T17:23:18.892301
Tags: claim-closure, claim-resolution, indemnity-benefits, oregon, td, temporary-disability, tpd, ttd, workers-compensation
CREATE TABLE table_1 (
"year" BIGINT,
"all_claim_resolutions" BIGINT,
"initial_claim_closures" BIGINT,
"initial_claim_cda_resolutions" DOUBLE,
"agg_or_new_condition_closure" BIGINT -- Agg. Or New Condition Closure,
"vocational_training_closure" BIGINT,
"all_claim_resolutions_td_days" BIGINT -- All Claim Resolutions, TD Days,
"initial_claim_closures_td_days" BIGINT -- Initial Claim Closures, TD Days,
"initial_claim_cda_resolutions_td_days" DOUBLE -- Initial Claim CDA Resolutions, TD Days,
"agg_or_new_condition_closure_td_days" BIGINT -- Agg. Or New Condition Closure, TD Days,
"vocational_training_closure_td_days" BIGINT -- Vocational Training Closure, TD Days,
"resolved_claims" DOUBLE,
"average_td_days" DOUBLE,
"average_td_dollars" DOUBLE,
"median_td_days" DOUBLE
);Anyone who has the link will be able to view this.