<% '********************************************************* 'Do not edit anything in this box Dim SmallURL, AgencyName, ContactUsURL, FOIAURL, AgencyTagLine, UseAgencyLink, UseSearchBox, TemplateUse, ContactPhone, ContactTTY Dim SearchText, SearchURL, FAQURL, Montage, MontageWidth, MontageHeight, SearchBoxName, AgencyAcronym, MontageCopyright, TagStyle Dim CrumbText(10) Dim CrumbLink(10) Dim FindItText(10) Dim FindItLink(10) Dim objFSO, NoSlash, objOpenFile, FileNoSlash, NoHTML Set objFSO = Server.CreateObject("Scripting.FileSystemObject") TheSlash = InStrRev(request.ServerVariables("URL"), "/") NoSlash = Len(request.ServerVariables("URL")) - InStrRev(request.ServerVariables("URL"), "/") FileNoSlash = Server.MapPath(request.ServerVariables("URL")) & ".meta" If objFSO.FileExists(FileNoSlash) then Set objOpenFile = objFSO.OpenTextFile(FileNoSlash, 1) Do while not objOpenFile.AtEndOfStream NoHTML = objOpenFile.ReadLine & chr(13) & chr(10) NoHTML = replace(NoHTML, "", "") NoHTML = replace(NoHTML, "", "") NoHTML = replace(NoHTML, " ", "") NoHTML = replace(NoHTML, "", "") response.write NoHTML Loop end if Set objOpenFile = Nothing Set objFSO = Nothing '********************************************************* TemplateUse = "primary" ' primary or destination AgencyName = "Office of Workers' Compensation Programs" AgencyAcronym = "OWCP" AgencyTagLine = "" TagStyle = "italics" ' italics or normal SmallURL = "www.dol.gov/owcp" FAQURL = "/owcp/faqs.htm" SearchText = "Search / A to Z Index" SearchURL = "/dol/siteindex.htm" ContactUsURL = "/owcp/contact.htm" ContactPhone = "1-866-4-USA-DOL (1-866-487-2365)" ContactTTY = "1-877-889-5627" FOIAURL = "/dol/foia/" UseAgencyLink = "yes" ' yes or no UseSearchBox = "yes" ' yes or no SearchBoxName = "FullText" Montage = "/images/header-montage2.jpg" MontageWidth = "356" MontageHeight = "70" MontageCopyright = "Photos representing the workforce - Digital ImageryŠ copyright 2001 PhotoDisc, Inc." CrumbText(0) = "DOL Home" CrumbLink(0) = "/index.htm" CrumbText(2) = "OWCP" CrumbLink(2) = "/owcp/" CrumbText(3) = "DEEOIC" CrumbLink(3) = "/owcp/energy/" CrumbText(4) = "" CrumbLink(4) = "" FindItText(0) = "Find It!: " FindItLink(0) = "." FindItText(1) = "By Topic" FindItLink(1) = "/dol/topic/index.htm" FindItText(2) = "By Audience" FindItLink(2) = "/dol/audience/index.htm" FindItText(3) = "By Top 20 Requested Items" FindItLink(3) = "/owcp/requested.htm" FindItText(4) = "By Form" FindItLink(4) = "/libraryforms/" FindItText(5) = "By Organization" FindItLink(5) = "/dol/organization.htm" FindItText(6) = "By Location" FindItLink(6) = "/dol/location.htm" %>

Office of Workers' Compensation Programs (OWCP)

EEOICP Program Statistics

Highlights

In 2012, the DEEOIC deployed a new case management system for use by our claims staff. The new system is constructed differently than the previous system, and we determined that it was appropriate to re-examine our statistics and how they are displayed on the web site. For the past several months, we have been working on reconstructing the site and the statistics. Therefore, viewers may notice some differences in the web statistics.

The separate category for the non-covered applications has been removed and those counts are now included in the Final Decision counts. Although the number of posted denials appears to increase, there is not an increase in total numbers. Denials are being shown under a single category instead of being split into two separate counts.

In the past, on our state-by-state pages, medical bill payments were attributed to each state in which any claimant (including multiple survivors) on the case resided, resulting in an overstatement of the amount of medical bill payments in a given state. Medical bill payments are now being attributed to the state in which the employee resides. Although the National page total was not affected by this change, the current state medical totals will show a reduction from previously-reported amounts.

A list of definitions for the terms used on the EEOICP Program Statistics web pages is available here.


COLORADO
Data as of
Statistical data updated weekly on Mondays

Combined Part B and E Summary
  CLAIMS CASES
Applications Filed 19,619 14,951 *
Total Compensation Paid - Payments 10,075 8,160
Combined Part B and E Dollar Amounts
Total Dollars $925,255,238
Total Medical Bills Paid - Total Dollars $827,066,875
Total Compensation + Medical Bills Paid $1,752,322,113

* The above numbers of applications filed represent 8,453 unique individual workers.


Part B
  CLAIMS CASES
Applications Filed 9,922 7,399
Final Decisions - Approved 6,338 4,760
Final Decisions - Denied 2,809 2,180
Final Decisions - Total 9,147 6,940
Compensation Paid - Payments 5,995 4,568
Part B Compensation Paid
Compensation Paid - Total Dollars $401,664,729

Part E
  CLAIMS CASES
Applications Filed 9,697 7,552
Final Decisions - Approved 4,993 4,208
Final Decisions - Denied 3,767 2,664
Final Decisions - Total 8,760 6,872
Compensation Paid - Payments 4,080 3,592
Part E Compensation Paid
Compensation Paid - Total Dollars $523,590,509

Part B Cancer Cases - NIOSH Statistics
  CASES
Part B - Status and Location of NIOSH Referrals
Cases Referred to NIOSH for Dose Reconstruction (DR) 2,702
Cases Returned by NIOSH - With Dose Reconstruction (DR) 2,363
Cases Returned by NIOSH - Without Dose Reconstruction (DR) *1 256
Cases Returned by NIOSH - Total 2,619
Cases Currently at NIOSH 83
Part B - Cases with Dose Reconstruction (DR) and Final Decision
Final Decision to Accept and Probability of Causation (POC) 50% or Greater 737
Final Decision to Accept and Probability of Causation (POC) 50% or Greater - Cases Paid 733
Final Decision to Accept and Probability of Causation (POC) 50% or Greater - Individual Claims Paid 1,008
Final Decision to Accept and Probability of Causation (POC) 50% or Greater - Amount Paid $101,325,000
Final Decision to Deny and POC Less Than 50% 968
Final Decision - Total 1,705

*1 Most cases without a DR are cases withdrawn from NIOSH for DOL review and approval based on a new SEC designation. Other reasons for withdrawal include administrative closure, death of claimant.


<% if TemplateUse = "primary" then %> <% end if %>