Protecting Your Rights and Securing Compensation for Workplace Overuse Injuries

If you’re a worker in Chicago dealing with pain or injury from doing the same tasks day after day, you’re not alone. Many jobs require repeated movements that can wear down your body over time. At Phillips Law Offices, we help workers like you get the support and compensation you deserve for repetitive trauma injuries. Our team has years of experience standing up for injured workers, and we’re ready to help you understand your options.

We know how much a repetitive injury can affect your life. You may be struggling to keep up at work or even need to take time off. Medical bills and lost wages can add up fast. Our goal is to help you get the benefits you need so you can focus on your health and your future. We offer a free consultation, and you won’t pay us anything unless we win your case.

var gform;gform||(document.addEventListener(“gform_main_scripts_loaded”,function(){gform.scriptsLoaded=!0}),document.addEventListener(“gform/theme/scripts_loaded”,function(){gform.themeScriptsLoaded=!0}),window.addEventListener(“DOMContentLoaded”,function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>”function”==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(“The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.”),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(“gform_main_scripts_loaded”,()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(“gform/theme/scripts_loaded”,()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(“DOMContentLoaded”,()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(“action”,o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(“filter”,o,r,e,t)},doAction:function(o){gform.doHook(“action”,o,arguments)},applyFilters:function(o){return gform.doHook(“filter”,o,arguments)},removeAction:function(o,r){gform.removeHook(“action”,o,r)},removeFilter:function(o,r,e){gform.removeHook(“filter”,o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+”_”+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){“function”!=typeof(t=o.callable)&&(t=window[t]),”action”==r?t.apply(null,e):e[0]=t.apply(null,e)})),”filter”==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});

Request a Free Consultation

  • This field is for validation purposes and should be left unchanged.

/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find(‘#gform_wrapper_4’);var is_confirmation = jQuery(this).contents().find(‘#gform_confirmation_wrapper_4’).length > 0;var is_redirect = contents.indexOf(‘gformRedirect(){‘) >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery(‘html’).css(‘margin-top’), 10) + parseInt(jQuery(‘body’).css(‘margin-top’), 10) + 100;if(is_form){jQuery(‘#gform_wrapper_4’).html(form_content.html());if(form_content.hasClass(‘gform_validation_error’)){jQuery(‘#gform_wrapper_4’).addClass(‘gform_validation_error’);} else {jQuery(‘#gform_wrapper_4’).removeClass(‘gform_validation_error’);}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window[‘gformInitDatepicker’]) {gformInitDatepicker();}if(window[‘gformInitPriceFields’]) {gformInitPriceFields();}var current_page = jQuery(‘#gform_source_page_number_4’).val();gformInitSpinner( 4, ‘https://phillipslawoffices.com/wp-content/plugins/gravityforms/images/spinner.svg’, true );jQuery(document).trigger(‘gform_page_loaded’, [4, current_page]);window[‘gf_submitting_4’] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find(‘.GF_AJAX_POSTBACK’).html();if(!confirmation_content){confirmation_content = contents;}jQuery(‘#gform_wrapper_4’).replaceWith(confirmation_content);jQuery(document).trigger(‘gform_confirmation_loaded’, [4]);window[‘gf_submitting_4’] = false;wp.a11y.speak(jQuery(‘#gform_confirmation_message_4’).text());}else{jQuery(‘#gform_4’).append(contents);if(window[‘gformRedirect’]) {gformRedirect();}}jQuery(document).trigger(“gform_pre_post_render”, [{ formId: “4”, currentPage: “current_page”, abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( “gform_wrapper_4” ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( “span” ); visibilitySpan.id = “gform_visibility_test_4”; gformWrapperDiv.insertAdjacentElement( “afterend”, visibilitySpan ); } const visibilityTestDiv = document.getElementById( “gform_visibility_test_4” ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( ‘gform_post_render’, [4, current_page] ); gform.utils.trigger( { event: ‘gform/postRender’, native: false, data: { formId: 4, currentPage: current_page } } ); gform.utils.trigger( { event: ‘gform/post_render’, native: false, data: { formId: 4, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === ‘attributes’ && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ ‘style’, ‘class’ ], }); } else { triggerPostRender(); } } );} );
/* ]]> */

What Is a Repetitive Trauma Injury?

A repetitive trauma injury happens when you do the same motion or task over and over, causing wear and tear on your body. Unlike an injury from a single accident, these injuries develop slowly. You might notice pain, numbness, or weakness that gets worse with time. These injuries are sometimes called “cumulative trauma” or “overuse” injuries.

Many workers don’t realize that their pain is related to their job. They might think it’s just part of getting older or working hard. But if your job requires you to repeat the same movements, lift heavy objects, or use vibrating tools, you could be at risk for a repetitive trauma injury. It’s important to pay attention to your symptoms and get medical help early.

Illinois workers’ compensation laws cover repetitive trauma injuries, just like they cover injuries from accidents. If your job duties caused or made your injury worse, you have the right to seek benefits. Our team can help you figure out if your injury qualifies and what steps to take next.

Common Types of Repetitive Trauma Injuries

Repetitive trauma injuries can affect many parts of your body. Some of the most common types include:

  • Carpal Tunnel Syndrome: Carpal Tunnel happens when the nerves in your wrist get squeezed from repeated hand or wrist movements. It can cause numbness, tingling, and pain.

  • Tendinitis: This is swelling of the tendons, usually in the shoulders, elbows, or wrists. It often comes from lifting, reaching, or doing the same motion for hours at a time.

  • Bursitis: This is swelling of the small fluid-filled sacs that cushion your joints. It can cause pain and stiffness, especially in the shoulders, elbows, or hips.

  • Tennis Elbow (Epicondylitis): This is pain on the outside of the elbow, often from using your arm or hand the same way over and over.

  • Rotator Cuff Injuries: These affect the muscles and tendons in your shoulder, making it hard to lift your arm or reach overhead.

  • Nerve Compression Syndromes: These can happen in the neck, back, arms, or legs when nerves get pinched from repeated strain.

  • Back, Neck, and Spinal Injuries: Repeated lifting, bending, or twisting can lead to lasting pain and limited movement.

If you have any of these symptoms and think your job might be the cause, reach out to us. We can help you get the right diagnosis and start your claim.

How Do Repetitive Trauma Injuries Occur at Work?

Many jobs in Chicago put workers at risk for repetitive trauma injuries. These injuries don’t happen overnight. Instead, they build up over weeks, months, or even years of doing the same tasks. Common causes include:

  • Typing or Data Entry: Office workers who spend hours at a computer can develop wrist, hand, or shoulder problems.

  • Assembly Line Work: Factory workers often repeat the same motion thousands of times a day, leading to strain and pain.

  • Lifting and Carrying: Construction, warehouse, and healthcare workers may lift heavy objects or patients, putting stress on their backs and shoulders.

  • Using Tools: Electricians, carpenters, and mechanics often use vibrating tools or equipment, which can cause nerve and muscle problems.

  • Driving: Truck drivers and delivery workers can develop back and neck pain from sitting and driving for long hours.

No matter what kind of job you have, if you’re doing the same thing over and over and start to feel pain, it’s important to speak up. Early treatment and reporting can make a big difference in your recovery and your claim.

Your Rights Under Illinois Workers’ Compensation Law

Illinois law protects workers who get hurt on the job, including those with repetitive trauma injuries. If your job duties caused your injury, you may be entitled to medical care, wage replacement, and other benefits. You don’t have to prove that your employer did something wrong-just that your work caused or made your injury worse.

Reporting your injury as soon as you notice symptoms is important. You should tell your employer and see a doctor right away. Keep records of your symptoms, doctor visits, and any work tasks that cause pain. Sometimes, employers or insurance companies may question whether your injury is work-related, especially if it developed slowly. That’s why it helps to have a lawyer on your side.

At Phillips Law Offices, we understand the rules and deadlines for filing a claim. We’ll help you gather the proof you need and make sure your rights are protected every step of the way.

Why You Need a Repetitive Trauma Injury Lawyer

Getting benefits for a repetitive trauma injury isn’t always easy. Insurance companies may try to deny your claim, saying your injury isn’t work-related or that you waited too long to report it. They might offer less than you deserve or pressure you to go back to work before you’re ready.

A lawyer can help you avoid these problems. We know what evidence is needed to prove your injury came from your job. We’ll work with your doctors and gather records to support your claim. If your claim is denied, we can appeal and fight for your rights.

Having a lawyer also means you don’t have to deal with paperwork, deadlines, or negotiations alone. We’ll handle the details so you can focus on getting better. And you don’t pay us anything unless we win your case.

How Phillips Law Offices Can Help

When you choose Phillips Law Offices, you get a team that cares about your recovery and your future. We start by listening to your story and answering your questions. We’ll review your case for free and give you honest advice about your options.

If you decide to work with us, we’ll handle every part of your claim. We’ll talk to your doctors, gather medical records, and deal with the insurance company. If needed, we’ll represent you at hearings or in court. Our goal is to get you the maximum benefits allowed by law.

You don’t have to worry about upfront costs. We only get paid if we win your case. That means our interests are the same as yours-we want to help you get the best possible result.

Meet Our Team Of Repetitive Trauma Injury Attorney

Stephen D. Phillips

Chicago Personal Injury Lawyer

Stephen D. Phillips is the managing partner at Phillips Law Offices in Chicago and a highly respected personal injury attorney with decades of experience securing record verdicts and settlements for injured clients. Recognized as one of Illinois’ top trial lawyers, Mr. Phillips has extensive expertise in representing victims of Repetitive Trauma Injury-a type of workplace injury caused by repeated stress or motion over time. He and his team are committed to helping individuals in Chicago obtain fair compensation for medical bills, lost wages, and long-term suffering resulting from repetitive trauma. With a proven track record and a client-focused approach, Stephen D. Phillips is a trusted advocate for those seeking justice and compensation for workplace injuries in the Chicago area.

Stephen J. Phillips

Stephen J. Phillips is a highly accomplished trial lawyer and partner at Phillips Law Offices in Chicago, recognized for his dedication to helping injured individuals secure fair compensation. With a strong background in complex personal injury cases-including repetitive trauma injury claims-Stephen leverages his extensive legal expertise to advocate for workers suffering from injuries caused by repeated stress or motion on the job. Admitted to practice in Illinois and federal courts, he has achieved record-setting verdicts and settlements, demonstrating a commitment to justice for those harmed by workplace hazards. If you are seeking compensation for a repetitive trauma injury in Chicago, Stephen J. Phillips offers experienced, compassionate representation to ensure your rights are protected and you receive the compensation you deserve.

Steps to Take After Suffering a Repetitive Trauma Injury

If you think you have a repetitive trauma injury from work, here’s what to do:

  1. See a Doctor: Get checked out as soon as you notice pain, numbness, or weakness. Tell your doctor about your job tasks and how they affect you.

  2. Tell Your Employer: Report your injury to your supervisor or HR department. Be clear about when your symptoms started and what tasks cause them.

  3. Keep Records: Write down your symptoms, doctor visits, and any days you miss work. Save copies of medical reports and any communication with your employer.

  4. Contact a Lawyer: The sooner you get legal help, the better your chances of a successful claim. We can guide you through each step and help you avoid mistakes.

Repetitive Injury Statistics Illinois

repetitive trauma injury statistics Chicago

Frequently Asked Questions

What if my injury developed over time?

You can still file a claim for a repetitive trauma injury, even if it took months or years to develop. The key is to report your symptoms as soon as you realize they might be work-related.

Can I file a claim if I no longer work for the employer?

Yes, you may still be able to file a claim if you left your job recently and your injury happened while you were working there. There are deadlines, so it’s important to act quickly.

How long do I have to file a claim?

In Illinois, you usually have 45 days from when you knew or should have known about your work-related injury to report it to your employer. You have up to three years to file a formal claim, but sooner is better.

What compensation can I receive?

You may be entitled to medical care, wage replacement, and payments for any lasting disability. We’ll help you understand what benefits you qualify for.

Free Consultation with Chicago Workplace Injury and Repetitive Trauma Lawyers

If you’re suffering from a repetitive trauma injury, contact Phillips Law Offices today for a free, confidential consultation. We’ll answer your questions and help you take the next step. Call us or fill out our online form-there’s no obligation, and you won’t pay us anything unless we win your case.

Our team has a strong record of success in workplace injury, workers’ compensation, and repetitive trauma cases. If you or a loved one has been hurt or experienced a wrongful death, please reach out to our office at (312) 598-0917 or use our website to request a free case evaluation. You will never owe any fees until you receive compensation for your injuries at the end of your case

Let Phillips Law Offices stand up for your rights and help you get the compensation you deserve.


Interesting Reads:

Office Worker Injury Lawyer

How Does Workers Comp Work?

Are Accidents a Leading Cause Of Wrongful Death in Illinois?

The post Repetitive Trauma Injury Lawyer appeared first on Phillips Law Offices.