<% '********************************************************* '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.


HANFORD - WASHINGTON
Data as of
Statistical data updated weekly on Mondays

Combined Part B and E Summary
  CLAIMS CASES
Applications Filed 36,855 24,574 *
Total Compensation Paid - Payments 15,980 11,631
Combined Part B and E Dollar Amounts
Total Dollars $1,697,006,243
Total Medical Bills Paid - Total Dollars $1,060,739,232
Total Compensation + Medical Bills Paid $2,757,745,475

* The above numbers of applications filed represent 13,993 unique individual workers.


Part B
  CLAIMS CASES
Applications Filed 19,671 11,890
Final Decisions - Approved 10,645 6,655
Final Decisions - Denied 7,256 4,600
Final Decisions - Total 17,901 11,255
Compensation Paid - Payments 9,856 6,272
Part B Compensation Paid
Compensation Paid - Total Dollars $934,859,150

Part E
  CLAIMS CASES
Applications Filed 17,184 12,684
Final Decisions - Approved 7,964 6,640
Final Decisions - Denied 7,051 4,976
Final Decisions - Total 15,015 11,616
Compensation Paid - Payments 6,124 5,359
Part E Compensation Paid
Compensation Paid - Total Dollars $762,147,093

Part B Cancer Cases - NIOSH Statistics
  CASES
Part B - Status and Location of NIOSH Referrals
Cases Referred to NIOSH for Dose Reconstruction (DR) 7,589
Cases Returned by NIOSH - With Dose Reconstruction (DR) 6,375
Cases Returned by NIOSH - Without Dose Reconstruction (DR) *1 1,006
Cases Returned by NIOSH - Total 7,381
Cases Currently at NIOSH 208
Part B - Cases with Dose Reconstruction (DR) and Final Decision
Final Decision to Accept and Probability of Causation (POC) 50% or Greater 1,686
Final Decision to Accept and Probability of Causation (POC) 50% or Greater - Cases Paid 1,684
Final Decision to Accept and Probability of Causation (POC) 50% or Greater - Individual Claims Paid 2,346
Final Decision to Accept and Probability of Causation (POC) 50% or Greater - Amount Paid $251,957,662
Final Decision to Deny and POC Less Than 50% 3,140
Final Decision - Total 4,826

*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 %>