<% '********************************************************* '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,813 24,536 *
Total Compensation Paid - Payments 15,967 11,622
Combined Part B and E Dollar Amounts
Total Dollars $1,694,578,743
Total Medical Bills Paid - Total Dollars $1,052,147,353
Total Compensation + Medical Bills Paid $2,746,726,096

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


Part B
  CLAIMS CASES
Applications Filed 19,654 11,874
Final Decisions - Approved 10,639 6,649
Final Decisions - Denied 7,239 4,585
Final Decisions - Total 17,878 11,234
Compensation Paid - Payments 9,848 6,267
Part B Compensation Paid
Compensation Paid - Total Dollars $934,071,650

Part E
  CLAIMS CASES
Applications Filed 17,159 12,662
Final Decisions - Approved 7,954 6,631
Final Decisions - Denied 7,033 4,964
Final Decisions - Total 14,987 11,595
Compensation Paid - Payments 6,119 5,355
Part E Compensation Paid
Compensation Paid - Total Dollars $760,507,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,582
Cases Returned by NIOSH - With Dose Reconstruction (DR) 6,368
Cases Returned by NIOSH - Without Dose Reconstruction (DR) *1 998
Cases Returned by NIOSH - Total 7,366
Cases Currently at NIOSH 216
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,683
Final Decision to Accept and Probability of Causation (POC) 50% or Greater - Individual Claims Paid 2,345
Final Decision to Accept and Probability of Causation (POC) 50% or Greater - Amount Paid $251,807,662
Final Decision to Deny and POC Less Than 50% 3,127
Final Decision - Total 4,813

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