CINXE.COM

physician

<!DOCTYPE html><html lang="en"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="https://spauldingrehab.org/physician" rel="canonical"> <meta charset="UTF-8"> <meta content="ie=edge" http-equiv="X-UA-Compatible"> <title>physician</title> <!--grid-layout--> <!--ls:begin[stylesheet]--> <style type="text/css"> .iw_container { max-width:800px !important; margin-left: auto; margin-right: auto; } .iw_stretch { max-width: 100% !important; } </style> <link href="/mobile0c9a66/iwov-resources/grid/bootstrap.css" type="text/css" rel="stylesheet"> <!--ls:end[stylesheet]--> <!--ls:begin[meta-keywords]--> <meta name="keywords" content=""> <!--ls:end[meta-keywords]--> <!--ls:begin[meta-description]--> <meta name="description" content=""> <!--ls:end[meta-description]--> <!--ls:begin[custom-meta-data]--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <!--ls:end[custom-meta-data]--> <!--ls:begin[meta-vpath]--> <meta name="vpath" content=""> <!--ls:end[meta-vpath]--> <!--ls:begin[meta-page-locale-name]--> <meta name="page-locale-name" content=""> <!--ls:end[meta-page-locale-name]--> <!--ls:begin[stylesheet]--> <link type="text/css" href="/mobile0c9a66/assets/Spaulding/css/main.css" rel="stylesheet"> <!--ls:end[stylesheet]--> <!--ls:begin[favicon]--> <link type="image/png" href="/mobile0c9a66/assets/Spaulding/favicon/spaulding-mgb-favicon.png" rel="shortcut icon"> <!--ls:end[favicon]--> <!--ls:begin[head-injection]--><!--ls:end[head-injection]--><!--ls:begin[tracker-injection]--><!--ls:end[tracker-injection]--><!--ls:begin[script]--><!--ls:end[script]--></head> <body> <!--Start Piwik Code --> <script type="text/javascript"> (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src="https://mgb.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'dataLayer', '4650ef3a-a888-42ed-9593-9215c535e577'); </script> <!--End Piwik Code --> <!--ls:begin[body]--><style> .global-alert { font-size: 1.4rem; line-height: 1.71429; padding: 0.90361rem 0; color: #fff; } @media (min-width: 1000px) { .global-alert { font-size: 1.6rem; line-height: 1.5625; } } .global-alert p { margin: 0; text-align: center; } .global-alert p .title, .global-alert p .description { display: block; } @media (min-width: 600px) { .global-alert p .title, .global-alert p .description { display: inline; } .global-alert .container { gap: 20px; } } .global-alert p .title { font-weight: 700; margin-right: 1rem; padding-right: 1rem; position: relative; } .global-alert p .title:after { font-size: 1.4em; font-weight: 700; line-height: 1.2; position: absolute; right: -0.3rem; } @media (min-width: 600px) { .global-alert p .title:after { content: "\00b7"; } } .global-alert p .description { margin-right: 0.5rem; padding-right: 0.5rem; } .global-alert__link { white-space: nowrap; } .global-alert--high { background-color: #960028; color: #fff; } .global-alert--high .global-alert__link { color: #fff; } .global-alert--high .global-alert__link:focus, .global-alert--high .global-alert__link:hover { color: #e6e6e6; } .global-alert--moderate { background-color: #5c068c; } .global-alert--moderate .global-alert__link { color: #fff; position: relative; } .global-alert button { float: right; color: #fff; background-color: inherit; border-radius: 50%; cursor: pointer; border-color: #fff; border-style: solid; margin-left:auto; } .global-alert button:hover { border-width: 3px; font-weight: bold; } .global-alert .container { display: flex; align-items: center; justify-content: center; } </style> <!-- global alert levels: "moderate" or "high", append to "global-alert--" below --> <!-- HIGH Alert --> <div id="global-alert-moderate" class="global-alert global-alert--moderate" data-component="dismissible-item" data-type="moderate"> <div class="container" role="alert"> <p> <span class="title"> Job Scam Alert </span> <span class="description"> Any emails received from hr@spauldingrehab.org or calls from (816) 263-2347 are fraudulent and not affiliated with Spaulding Rehabilitation or Mass General Brigham. Any emails or calls should be deleted and blocked. </span> <!-- <br/> --> <a href="https://spauldingrehab.org/about/careers/job-postings" target="_blank" class="global-alert__link" aria-label="additional information"> More Information > </a> </p> <button type="button" class="close">X</button></span> </div> </div> <script> (function(window){ var dismissibleItem = function(el, html, type) { el.classList.add('dismissible'); el.innerHTML = html; el.querySelector('.close').addEventListener('click', function(event){ var height = el.offsetHeight, opacity = 1, timeout = null; function reduceHeight() { height -= 2; el.setAttribute('style', 'height: ' + height + 'px; opacity: ' + opacity); if (height <= 0) { window.clearInterval(timeout) ; timeout = null; el.remove(); } } function fade() { opacity -= .1; el.setAttribute('style', 'opacity: ' + opacity); if (opacity <= 0) { window.clearInterval(timeout); timeout = window.setInterval(reduceHeight, 1); } } timeout = window.setInterval(fade, 25); //Set session variable to hide banner on refresh sessionStorage.setItem("dismiss-banner-" + type, "yes"); }); }; var dismissibles = Array.prototype.slice.call(document.querySelectorAll('[data-component="dismissible-item"]')); if (dismissibles.length) { for (var i = 0; i < dismissibles.length; i++) { var html = dismissibles[i].innerHTML; var type = dismissibles[i].getAttribute('data-type'); new dismissibleItem(dismissibles[i], html, type) } } var checkBannerSessionValid = function() { //check session storage for dismiss for (var i = 0; i < dismissibles.length; i++) { var type = dismissibles[i].getAttribute('data-type'); var data = sessionStorage.getItem("dismiss-banner-" + type); if (data != null && data == "yes"){ var banner = document.querySelectorAll('#global-alert-' + type ); banner[0].style.display = 'none'; } } //alert(data); }; checkBannerSessionValid(); //Scroll to top after banner load //window.scrollTo(0,0); } )(window); </script><div class="container-fluid iw_section" id="sectionjms1o0m0"> <div class="row iw_row iw_stretch" id="rowjms1o0m1"> <div class="iw_columns col-lg-12" id="coljms1o0m2"> <div class="iw_component" id="iw_comp1538504182295"> <style>#iw_comp1538504182295{}</style><style>#iw_comp1538504182295{}</style><a class="skip-header" href="#skip-to-content">Skip to Content (press ENTER)</a><div class="site-overlay"></div><header role="banner" class="site-header"> <div class="site-header__mobile-utility js-header-mobile"> <div class="site-header__brand"> <div class="site-logo"> <a target="" class="site-logo__link" href="/"> <div> <picture> <source media="(max-width: 767px)" srcset="/assets/Spaulding/images/logos/Spaulding_MGB_horizontal_rgb.svg"></source> <source media="(max-width: 1224px)" srcset="/assets/Spaulding/images/logos/Spaulding_MGB_horizontal_rgb.svg"></source> <img alt="Spaulding Rehabilitation Logo" src="/assets/Spaulding/images/logos/Spaulding_MGB_horizontal_rgb.svg" class="site-logo__image"></picture> </div> </a> </div> </div> <button id="site-header-search-mobile-label" class="utility-nav-mobile-btn utility-nav-mobile-btn--search js-header-search-btn-mobile"> <svg class="utility-nav-mobile-btn__icon utility-nav-mobile-btn__icon--search"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-search-small"></use> </svg> <span class="visually-hidden">Open Search</span></button><a class="utility-nav-mobile-btn js-mobile-nav-btn" href="javascript:;"> <svg class="utility-nav-mobile-btn__icon"> <use xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-menu"></use> </svg> <span class="visually-hidden">Open Menu</span></a> </div> <div aria-labelledby="site-header-search-mobile-label" class="site-header-search__drawer js-header-search-drawer-mobile"> <form method="GET" class="site-header-search__form js-search-form" id="header-search-form-mobile" name="header-search-form-mobile" action="/search"> <label class="site-header-search__label" for="header-search-label-mobile">Please enter a search term</label><input id="header-search-label-mobile" class="site-header-search__input" placeholder="What would you like to search for?" value="" name="text" type="text"><button class="site-header-search__btn--submit"><span class="visually-hidden">Submit your Search</span> <svg class="icon-svg site-header-search__icon"> <use xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-search-small"></use> </svg> </button> </form> </div> <div class="site-header__drawer js-header-drawer"> <div class="site-header__global"> <div class="container"> <nav aria-label="global" role="tablist" class="global-nav"> <div id="global-nav-title" class="global-nav__title">Explore Spaulding</div> <ul aria-labelledby="global-nav-title" class="global-nav__list"> <li class="global-nav__item"> <a class="global-nav__link js-ga-header-navigation active" title="" href="/">Patients &amp; Visitors</a> </li> <li class="global-nav__item"> <a class="global-nav__link js-ga-header-navigation" title="" href="/research">Research &amp; Innovation</a> </li> <li class="global-nav__item"> <a class="global-nav__link js-ga-header-navigation" title="" href="/education-training">Education &amp; Training</a> </li> <li class="global-nav__item"> <a class="global-nav__link js-ga-header-navigation" title="" href="/referrals">For Referrers</a> </li> <li class="global-nav__item"> <a class="global-nav__link js-ga-header-navigation" title="" href="/giving">Giving</a> </li> </ul> </nav> </div> </div> <div class="site-header__top"> <div class="container"> <div class="site-header__brand"> <div class="site-logo"> <a target="" class="site-logo__link" href="/"> <div> <img class="site-logo__image" src="/assets/Spaulding/images/logos/Spaulding_MGB_horizontal_rgb.svg" alt="Spaulding Rehabilitation Logo"></div> </a> </div> </div> <div class="site-header__top-inner-wrapper"> <nav role="navigation" aria-label="utility" class="utility-nav js-utility-nav"> <ul class="utility-nav__list"> <li class="utility-nav__item">I want to...</li> <li class="utility-nav__item js-nav-item"> <button id="utility-nav-btn" class="utility-nav__link js-nav-link"><strong>make a selection</strong> <svg class="utility-nav__icon utility-nav__icon--arrow"> <use xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-arrow-short"></use> </svg> </button> <div class="utility-flyout js-nav-flyout"> <ul role="menu" aria-labelledby="utility-nav-btn" class="utility-flyout__list"> <li class="utility-flyout__item js-nav-flyout-item"> <a class="utility-flyout__link js-ga-header-navigation" role="menuitem" href="/locations" target="">Find a Location</a> </li> <li class="utility-flyout__item js-nav-flyout-item"> <a class="utility-flyout__link js-ga-header-navigation" role="menuitem" href="/find-a-doctor" target="">Find a Doctor</a> </li> <li class="utility-flyout__item js-nav-flyout-item"> <a class="utility-flyout__link js-ga-header-navigation" role="menuitem" href="https://patientgateway.massgeneralbrigham.org/mychart-prd/Authentication/Login?" target="">Access My Patient Gateway</a> </li> <li class="utility-flyout__item js-nav-flyout-item"> <a class="utility-flyout__link js-ga-header-navigation" role="menuitem" href="/about/careers" target="">Find Careers</a> </li> <li class="utility-flyout__item js-nav-flyout-item"> <a class="utility-flyout__link js-ga-header-navigation" role="menuitem" href="/referrals" target="">Refer a Patient</a> </li> <li class="utility-flyout__item js-nav-flyout-item"> <a class="utility-flyout__link js-ga-header-navigation" role="menuitem" href="/giving" target="">Donate</a> </li> </ul> </div> </li> </ul> </nav> <script src="/mobile0c9a66/assets/Spaulding/js/jquery-3-3-1.min.js"></script><script src="/mobile0c9a66/assets/Spaulding/js/typeahead.bundle.js"></script> <div class="site-header-search"> <button id="site-header-search-desktop-label" class="site-header-search__btn js-header-search-btn-desktop"><span class="site-header-search__title">Search</span> <svg class="icon-svg site-header-search__icon"> <use xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-search-small"></use> </svg> </button> <div aria-labelledby="site-header-search-desktop-label" class="site-header-search__drawer site-header-search__drawer--desktop js-header-search-drawer-desktop"> <form method="GET" class="site-header-search__form js-search-form typeahead" id="header-search-form-desktop" name="header-search-form-desktop" action="/search"> <label class="site-header-search__label" for="header-search-label-desktop">Please enter a search term</label><input id="header-search-label-desktop" class="site-header-search__input" placeholder="What would you like to search for?" value="" name="text" type="text"><button class="site-header-search__btn--submit"><span class="visually-hidden">Submit your Search</span> <svg class="icon-svg site-header-search__icon"> <use xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-search-small"></use> </svg> </button> </form> </div> </div> <script> jQuery(document).ready(function($) { var keyword_suggestions = new Bloodhound({ datumTokenizer: Bloodhound.tokenizers.obj.whitespace('name'), queryTokenizer: Bloodhound.tokenizers.whitespace, remote: { url: '/idol.typeahead?maxResults=10&site=Spaulding&text=', replace: function (url, query) { return url + $('#header-search-label-desktop').val() }, wildcard: '%QUERY', transform: function (data) { // we modify the prefetch response var newData = []; // here to match the response format data.forEach(function (item) { // of the remote endpoint newData.push({'name': item}); }); return newData; } }, identify: function (response) { return response.name; } }); $('#header-search-label-desktop').typeahead( { minLength: 2, highlight: true }, { name: 'keywords', source: keyword_suggestions, // suggestion engine is passed as the source display: function(item) { // display: 'name' will also work return item.name; }, limit: 5, templates: { suggestion: function(item) { return '<li>'+ item.name +'</li>'; } } }); }); </script> </div> </div> </div> <div class="site-header__bottom"> <div class="container"> <nav role="navigation" aria-label="main" class="main-nav"> <span id="main-nav-title" class="visually-hidden">Main Navigation</span> <ul aria-labelledby="main-nav-title" class="main-nav__list"> <li class="main-nav__item"> <a class="main-nav__link js-ga-header-navigation" title="" href="/locations">Locations</a> </li> <li class="main-nav__item"> <a class="main-nav__link js-ga-header-navigation" title="" href="/conditions-services">Conditions &amp; Services</a> </li> <li class="main-nav__item"> <a class="main-nav__link js-ga-header-navigation" title="" href="/find-a-doctor">Find a Doctor</a> </li> <li class="main-nav__item"> <a class="main-nav__link js-ga-header-navigation" title="" href="/patient-support">Patient Support</a> </li> </ul> </nav> </div> </div> </div> </header> </div> <div class="iw_component" id="iw_comp1538504182299"> <style>#iw_comp1538504182299{}</style><style>#iw_comp1538504182299{}</style><div class="pattern-banner pattern-banner--theme global-theme--bright-wave component"> <div class="container"> <div class="detail-page-back-btn__content"> <a class="detail-page-back-btn__back-btn" href="/find-a-doctor"> <svg class="detail-page-back-btn__icon detail-page-back-btn__icon--back"> <title>Back button arrow</title> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-arrow-circle"></use> </svg> <span>Back to Find a Doctor</span></a> </div> </div> </div> </div> </div> </div> </div> <div class="container-fluid iw_section" id="sectionjms1w7n6"> <div class="row iw_row iw_container" id="rowjms1w7n7"> <div class="iw_columns col-lg-12" id="coljms1w7n8"> <div class="row iw_row" id="rowjmt6psix"> <div class="iw_columns col-lg-9 content-has-sidebar" id="coljmt6psiy"> <main> <div class="iw_component" id="iw_comp1540905286872"> <style>#iw_comp1540905286872{}</style><style>#iw_comp1540905286872{}</style><script src="/assets/Spaulding/js/ds_opt_detail_page.js" type="text/javascript"></script><metadata style="display: none" name="SiteCategory">Physicians</metadata><metadata style="display: none" name="TITLE">Ashwin Babu, MD</metadata><div class="physician-detail component"> <div class="physician-detail__container"> <section class="physician-detail__intro physician-detail__section"> <div class="physician-detail__profile"> <img onerror="if (this.src != '/assets/Spaulding/images/physician-headshot-120x170.jpg') this.src = '/assets/Spaulding/images/physician-headshot-120x170.jpg';" alt="Image alt text" src="https://findadoctor.spauldingrehab.org/Custom/Photos/1006.jpg"></div> <div class="physician-detail__desc"> <h1 class="physician-detail__name">Ashwin Babu, MD</h1> <metadata style="display: none" name="TITLES">Sports Medicine Physiatrist;Instructor in Physical Medicine and Rehabilitation, Harvard Medical School;Associate Program Director, Harvard/Spaulding PM&amp;R Residency Training Program</metadata> <div class="physician-detail__title">Sports Medicine Physiatrist<br>Instructor in Physical Medicine and Rehabilitation, Harvard Medical School<br>Associate Program Director, Harvard/Spaulding PM&amp;R Residency Training Program</div> <style> .listing-item__meta.ds-summary div { padding-bottom: 5px; } .ds-comments .docscores-review .ds-lcol .ds-stars{display:none;} .ds-date { display: block; padding-top: 10px; } </style> <a href="#comments" data-hash="#comments" id="physRefRating" class="profileRatingsLink anchor-btn"> <div class="listing-item__meta ds-summary"></div> <div class="hidden" id="about-process"> <a target="_blank" href="https://www.massgeneralbrigham.org/en/about/provider-ratings">About the Process</a> </div> <div class="hidden" id="no-ratings"> <a href="https://www.massgeneralbrigham.org/en/about/provider-ratings">No Ratings Available - Why Not?</a> </div> </a> </div> </section> <section data-anchor-navigation-id="1" data-anchor-navigation-title="Where I Provide care" class="physician-detail__locations physician-detail__section js-accordion"> <div class="container"> <h2>Where I Provide Care</h2> <div class="physician-detail__locations-section"> <h3 id="physician-detail-label-1">Brigham and Women's/Mass General Health Center</h3> <div class="physician-detail__flex"> <div class="physician-detail__col"> <svg class="physician-detail__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-phone"></use> </svg> <metadata style="display: none" name="PHONE">6177267500</metadata> <div class="physician-detail__locations-copy"> <a aria-describedby="physician-detail-label-1" href="tel:6177267500">(617) 726-7500</a> </div> </div> <div class="physician-detail__col"> <svg class="physician-detail__icon"> <use xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-map"></use> </svg> <div class="physician-detail__locations-copy"> <address aria-describedby="physician-detail-label-1">20 &amp; 22 Patriot Place, Foxboro MA 02035</address> <a target="_blank" aria-describedby="physician-detail-label-1" class="physician-detail__directions" href="https://www.google.com/maps/dir/Current Location/20 &amp; 22 Patriot Place, Foxboro MA 02035"> Get Directions </a> </div> </div> </div> </div> <div class="physician-detail__locations-section"> <h3 id="physician-detail-label-2">Spaulding Hospital Boston</h3> <div class="physician-detail__flex"> <div class="physician-detail__col"> <svg class="physician-detail__icon"> <use xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-phone"></use> </svg> <metadata style="display: none" name="PHONE">6179525299</metadata> <div class="physician-detail__locations-copy"> <a aria-describedby="physician-detail-label-2" href="tel:6179525299">(617) 952-5299</a> </div> </div> <div class="physician-detail__col"> <svg class="physician-detail__icon"> <use xlink:href="/assets/Spaulding/images/sprites/vector.spritesheet.svg#icon-map"></use> </svg> <div class="physician-detail__locations-copy"> <address aria-describedby="physician-detail-label-2">300 1st Avenue, Charlestown MA 02129</address> <a target="_blank" aria-describedby="physician-detail-label-2" class="physician-detail__directions" href="https://www.google.com/maps/dir/Current Location/300 1st Avenue, Charlestown MA 02129"> Get Directions </a> </div> </div> </div> </div> </div> </section> <section data-anchor-navigation-id="2" data-anchor-navigation-title="About" class="physician-detail__about physician-detail__section js-accordion"> <div class="container"> <h2 class="physician-detail__about-title">About</h2> <div class="physician-detail__about-bio">Dr. Babu received his BA Magna Cum Laude from Rutgers University - New Brunswick and his medical degree at Rutgers - New Jersey Medical School as part of the combined BA/MD program. He pursued a residency in Physical Medicine and Rehabilitation (PM&amp;R) at Northwestern University - Feinberg School of Medicine/Rehabilitation Institute of Chicago, where he served as Chief Resident during his final year. He then completed a fellowship in PM&amp;R Sports Medicine at the Spaulding/Harvard Medical School program.<br/><br/>Dr. Babu is board certified in PM&amp;R and Sports Medicine. He is a member of the Mass General Sports Medicine Center, and an Instructor of Physical Medicine and Rehabilitation at Harvard Medical School. He has a clinical interest in all aspects of non-operative sports medicine including shoulder, elbow, wrist, hip, knee and ankle injuries. He works closely with patients, coaches, trainers, physical therapists and other physicians to develop personalized strategies to help athletes get back to the sports they love faster, prevent further injury, and improve performance. He has particular expertise in regenerative medicine and ultrasound guided interventions, and teaches for several national academies.<br/><br/>&nbsp;</div> <div class="physician-detail__flex physician-detail__info"> <div class="physician-detail__col physician-detail__info-title">Certified Specialities</div> <div class="physician-detail__col">Physical Medicine and Rehabilitation<br>Sports Medicine</div> </div> <div class="physician-detail__flex physician-detail__info"> <div class="physician-detail__col physician-detail__info-title">Clinical &amp; Research Interests</div> <div class="physician-detail__col">Sports medicine; Shoulder injuries; Elbow injuries; Hand and Wrist injuries; Hip Injuries; Knee injuries; Foot and ankle injuries; Sports ultrasound; Ultrasound guided injections; Regenerative medicine</div> </div> <div class="physician-detail__flex physician-detail__info"> <div class="physician-detail__col physician-detail__info-title">Languages</div> <div class="physician-detail__col">English&nbsp; </div> </div> <div class="physician-detail__flex physician-detail__info"> <div class="physician-detail__col physician-detail__info-title">Affiliations</div> <div class="physician-detail__col">SRH</div> </div> <div class="physician-detail__flex physician-detail__info"> <div class="physician-detail__col physician-detail__info-title">Certifications</div> <div class="physician-detail__col">American Board of Physical Medicine and Rehab</div> </div> <div class="physician-detail__flex physician-detail__info"> <div class="physician-detail__col physician-detail__info-title">Gender</div> <div class="physician-detail__col">Male</div> </div> </div> </section> <section data-anchor-navigation-id="3" data-anchor-navigation-title="Education and Training" class="physician-detail__about physician-detail__section js-accordion"> <div class="container"> <h2>Education &amp; Training</h2> <div class="physician-detail__flex physician-detail__info"> <div class="physician-detail__col physician-detail__info-title">Fellowships</div> <div class="physician-detail__col">Spaulding Rehabilitation Hospital</div> </div> <div class="physician-detail__flex physician-detail__info"> <div class="physician-detail__col physician-detail__info-title">Medical Education</div> <div class="physician-detail__col">Rutgers The State University of New Jersey - Newark<br> </div> </div> <div class="physician-detail__flex physician-detail__info"> <div class="physician-detail__col physician-detail__info-title">Residency</div> <div class="physician-detail__col">Northwestern Feinberg School of Medicine - Rehabil</div> </div> </div> </section> <section data-anchor-navigation-id="4" data-anchor-navigation-title="Publications" class="physician-detail__about physician-detail__section js-accordion"> <div class="container"> <h2>Publications</h2> <div class="physician-detail__flex physician-detail__info"> <div class="physician-detail__col physician-detail__info-title">Publications</div> <div class="physician-detail__col"><p>Select publications:</p><br/><p>Babu, A. and Blauwet, C. (2017). Knee Injuries. In: M. Harrast and J. Finoff, ed., Knee Injuries and Conditions, 2nd ed. New York, New York: Demos Medical Publishing, pp.301-314.</p><br/><p>Cushman, D.M., Babu, A., Marshall, B. and Rho, M., 2016. The Motivational Influence of Milestone Times on 10-km Running Performance. International Journal of Performance Analysis in Sport, 16(2), pp.602-611.</p><br/><p>Kotler, D.H., Babu, A.N. and Robidoux, G., 2016. Prevention, evaluation, and rehabilitation of cycling-related injury. Current sports medicine reports, 15(3), pp.199-206.</p><br/><p>Babu, A.N., West, A., Joyce, A. and Borg-Stein, J., 2016. Hamstring injuries: review of current literature and return to play considerations. Current Physical Medicine and Rehabilitation Reports, 4(2), pp.145-153.</p><br/><p>McCormick, Z.L., Cushman, D., Lee, D.T., Scholten, P., Chu, S.K., Babu, A.N., Caldwell, M., Ziegler, C., Ashraf, H., Sundar, B. and Clark, R., 2016. Is there a relationship between body mass index and fluoroscopy time during sacroiliac joint injection? A multicenter cohort study. Pain Medicine, 17(7), pp.1241-1248.</p><br/><p>Babu, A.N., Chu, S.K. and Reger, C., 2015. Poster 181 The Teaching Habits and Perspectives of Physical Medicine and Rehabilitation Residents. PM&amp;R, 9(7), p.S151.</p><br/><p>Chu, S.K., Babu, A.N. and Wysocki, N.M., 2014. Poster 571 Impact of a Required Fourth-Year Medical Student Rotation in Physical Medicine &amp; Rehabilitation. PM&amp;R, 9(6), p.S385.</p><br/><p>Babu, A.N. and Casey, E., 2014, May. Lower Leg Injury-Stretching. In Medicine and Science in Sport and Exercise (Vol. 46, No. 5, pp. 608-608). 530 Walnut St, Philadelphia, PA 19106-3621 USA: Lippincott Williams &amp; Wilkins.</p><br/><p>&nbsp;</p></div> </div> </div> </section> </div> </div><script async="true" src="https://transparency.nrchealth.com/widget/v3/mass-general/npi/1497044770/lotw.js"></script><section style="border-bottom:none;" class="physician-detail__section reviews"> <div class="profileTab patientRatings" id="comments"> <div aria-controls="accordion-reviews" aria-expanded="true" data-target="#accordion-reviews" data-parent="#profile-accordion" data-toggle="disable" class="h2 tabTitle panel-header"> <h2>Reviews: Comments and Ratings</h2> </div> <div id="accordion-reviews"> <div class="details-tab-review clearfix col-md-10 col-md-offset-2 panel-inner"> <div class="details-tab-review clearfix"><p><a class="none" href="https://www.massgeneralbrigham.org/en/about/provider-ratings ">About this Process</a></p><div data-ds-pagesize="20" class="ds-comments"></div> </div> </div> </div> </div> </section> </div> </main> </div> <div class="iw_columns col-lg-3 content-sidebar" id="coljmt6psiz"> <div class="iw_component" id="iw_comp1540905286882"> <style>#iw_comp1547610928492{}</style><style>#iw_comp1547610928492{}</style><nav role="navigation" aria-label="in page menu" data-component="anchorLinkNav" class="anchor-link-nav component js-anchor-nav"> <div class="anchor-link-nav__inner"> <ul class="anchor-link-nav__list"></ul> </div> </nav> </div> </div> </div> </div> </div> </div> <div class="container-fluid iw_section" id="sectionjms1w7np"> <div class="row iw_row iw_stretch" id="rowjms1w7nq"> <div class="iw_columns col-lg-12" id="coljms1w7nr"> <div class="iw_component" id="iw_comp1538504564676"> <style>#iw_comp1538504564676{}</style><style>#iw_comp1538504564676{}</style><footer aria-label="Hub Footer" class="site-footer"> <style> .footer__notice.modal { display: none; /*Hidden by default */ position: fixed; /* Stay in place */ z-index: 100148; /* Sit on top */ left: 0; top: 0; } .footer__notice.modal::backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); } .footer__notice .modal-content{ background-color: rgba(0, 0, 0, 0.7); color: #fefefe; position: fixed; left: 50%; margin: 0 auto; bottom: -6rem; transform: translate(-50%, -50%); font-size: .9375rem; padding: 5px 20px; width: 80%; /* Could be more or less, depending on screen size */ border: 1px solid rgba(0, 0, 0, 0.4); border-radius: 6px; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); } .footer__notice .modal-body tr{ background-color: rgba(0, 0, 0, 0); color: #fefefe; border: none; } .footer__notice .modal-body td{ padding:0; font-size: .9375rem; vertical-align:top; } @media (min-width: 768px){ .footer__notice .modal-content { bottom: -1rem; } } .footer__notice .close { color: #fefefe; float: right; font-size: 1.5rem; font-weight: 600; padding: 0 0.5em; } .footer__notice .modal-content .btn{ min-width:75px; padding:.15em .25em; margin-left:2rem; margin-top:.5rem; font-size: 0.95rem; } .footer__notice .modal-body{ padding: 0.25rem 0; } .footer__notice .modal-body p{ margin-top: 0; } .footer__notice .privacy_policy { font-size: 1.1rem; color: #fff; font-weight: 800; } .footer__notice .privacy_policy:hover { box-shadow: none; } .modal-body td { border: 0; } .jq-selectbox__select { position: relative; } </style> <div class="site-footer__top"> <div class="container"> <div class="site-footer__navigation"> <div class="site-footer__section site-footer__section--logo"> <img style="max-width:250px;" alt="Spaulding Rehabilitation Hospital Logo" class="site-footer__logo" src="/assets/Spaulding/images/logos/Spaulding_MGB_horizontal_rgb.svg"></div> <div class="site-footer__section site-footer__section--subpages"> <nav aria-label="Footer: Subpage" class="site-footer__nav"> <ul class="site-footer__nav-list"> <li class="site-footer__nav-item"> <a xmlns:xlink="http://www.w3.org/1999/xlink" class="site-footer__nav-link js-ga-footer-navigation" href="/about" target="">About Spaulding</a> </li> <li class="site-footer__nav-item"> <a class="site-footer__nav-link js-ga-footer-navigation" href="/about/careers" target="">Careers</a> </li> <li class="site-footer__nav-item"> <a class="site-footer__nav-link js-ga-footer-navigation" href="/contact" target="">Contact Spaulding</a> </li> </ul> </nav> </div> <div class="site-footer__section site-footer__section--hubs"> <nav aria-label="Footer: Hub" class="site-footer__nav"> <ul class="site-footer__nav-list"> <li class="site-footer__nav-item"> <a class="site-footer__nav-link js-ga-footer-navigation" href="/">Patients &amp; Visitors</a> </li> <li class="site-footer__nav-item"> <a class="site-footer__nav-link js-ga-footer-navigation" href="/research">Research &amp; Innovation</a> </li> <li class="site-footer__nav-item"> <a class="site-footer__nav-link js-ga-footer-navigation" href="/education-training">Education &amp; Training</a> </li> <li class="site-footer__nav-item"> <a class="site-footer__nav-link js-ga-footer-navigation" href="/referrals">For Referrers</a> </li> <li class="site-footer__nav-item"> <a class="site-footer__nav-link js-ga-footer-navigation" href="/giving">Giving</a> </li> </ul> </nav> </div> <div class="site-footer__section site-footer__section--contacts"> <div class="site-footer__contacts"> <ul class="site-footer__contacts-list"> <li class="site-footer__contacts-item"> <div class="site-footer__contacts-label" id="footer-contacts-label-1">Inpatient Services</div> <a class="site-footer__contacts-number" aria-labelledby="footer-contacts-label-1" href="tel:1-617-952-5000">1-617-952-5000</a> </li> <li class="site-footer__contacts-item"> <div class="site-footer__contacts-label" id="footer-contacts-label-2">Outpatient Medical Services</div> <a class="site-footer__contacts-number" aria-labelledby="footer-contacts-label-2" href="tel:1-617-952-5299">1-617-952-5299</a> </li> <li class="site-footer__contacts-item"> <div class="site-footer__contacts-label" id="footer-contacts-label-3">Outpatient Rehab Services</div> <a class="site-footer__contacts-number" aria-labelledby="footer-contacts-label-3" href="tel:1-617-952-6200">1-617-952-6200</a> </li> <li class="site-footer__contacts-item"> <div class="site-footer__contacts-label" id="footer-contacts-label-4">Patient Communications</div> <a class="site-footer__contacts-number" aria-labelledby="footer-contacts-label-4" href="tel:1-617-952-5000">1-617-952-5000</a> </li> <li class="site-footer__contacts-item"> <div class="site-footer__contacts-label" id="footer-contacts-label-5">For Hearing Impaired</div> <a class="site-footer__contacts-number" aria-labelledby="footer-contacts-label-5" href="tel:1-800-439-2370 / TDD">1-800-439-2370 / TDD</a> </li> </ul> </div> </div> <div class="site-footer__section site-footer__section--iwanto"> <nav aria-label="Footer: I Want To..." class="site-footer__nav"> <ul class="site-footer__nav-list"> <li class="site-footer__nav-item"> <a class="site-footer__nav-link js-ga-footer-navigation" href="/locations">Find a Location</a> </li> <li class="site-footer__nav-item"> <a class="site-footer__nav-link js-ga-footer-navigation" href="/find-a-doctor">Find a Doctor</a> </li> </ul> </nav> </div> </div> </div> </div> <div class="site-footer__bottom"> <div class="container"> <div class="site-footer__corporate"> <div class="site-footer__logos"> <div> <img class="site-footer__corp-logo" alt="MGB Logo" src="/assets/Spaulding/images/logos/mghlogo-desktop-black.jpg"></div> <div> <img class="site-footer__corp-logo" alt="Harvard Medical School Teaching Hospital Logo" src="/assets/Spaulding/images/logos/harvard-black.jpg"></div> </div> <nav aria-label="Footer: Utility" class="site-footer__utility"> <ul class="site-footer__utility-list"> <li class="site-footer__utility-item"> <a class="site-footer__utility-link" href="/sitemap" target="">Site Map</a> </li> <li class="site-footer__utility-item"> <a class="site-footer__utility-link" href="/terms-conditions" target="">Terms &amp; Conditions</a> </li> <li class="site-footer__utility-item"> <a class="site-footer__utility-link" href="/patient-confidentiality" target="">Patient Confidentiality</a> </li> <li class="site-footer__utility-item"> <a class="site-footer__utility-link" href="/nondiscrimination-statement" target="">Nondiscrimination Statement</a> </li> <li class="site-footer__utility-item"> <a class="site-footer__utility-link" href="https://www.massgeneralbrigham.org/en/notices/organized-health-care-arrangement" target="_blank">Organized Health Care Arrangement Notice</a> </li> <li class="site-footer__utility-item"> <a class="site-footer__utility-link" href="https://spauldingrehab.org/patient-support/insurance-billing/hospital-charge-data" target="">Price Transparency</a> </li> </ul> </nav> <span class="site-footer__copyright"> &copy;&nbsp;2024&nbsp;Spaulding Rehabilitation Hospital. All rights reserved.</span> </div> </div> </div> <div aria-controls="footerNoticeClose" class="footer__notice modal" id="footerModal"> <div class="modal-content"> <div class="modal-header"></div> <div class="modal-body"> <table> <tr> <td> <p> <span id="cookieNotice"></span>We use cookies and other tools to enhance your experience on our website and to analyze our web traffic. For more information about these cookies and the data collected, please refer to our <a aria-label="Privacy Policy" class="privacy_policy" href="https://spauldingrehab.org/terms-conditions" target="_blank"><span>Privacy Policy</span></a>. </p> </td><td style="min-width: 1rem;"><a id="cookieNoticeClose" aria-label="Cookie Notice Close" href="#cookieNoticeClose"><span class="close">&times;</span></a></td> </tr> </table> </div> </div> </div> <script type="text/javascript"> var modal = document.getElementById('footerModal'); var closeBtn = document.querySelector('.footer__notice .modal-body #cookieNoticeClose'); //var okBtn = document.querySelector('.footer__notice .modal-body a'); var footerNotifyIndex = document.cookie.indexOf("privacynotifymgb"); closeBtn.focus(); closeBtn.onclick = function(event) { event.preventDefault(); modal.style.display = "none"; var now = new Date(); now.setTime(now.getTime() + 365 * 24 * 3600 * 1000);//One year document.cookie = "privacynotifymgb=; expires=" + now.toUTCString() + "; path=/"; } if(footerNotifyIndex === -1){ modal.style.display = "block"; } document.addEventListener('keyup', function (e) { if(e.target.hash){ var id = e.target.hash.replace(/[?#]/gi, ''); var spanBtn = document.querySelector('.footer__notice .modal-body .close'); if(id && id == 'cookieNoticeClose' && e.code == 'Tab'){ spanBtn.style.border = "1px solid #01b9e8"; } else{ var skipContent = document.getElementById('skipContent'); skipContent.focus(); spanBtn.style.border = "none"; } } }); </script> </footer> </div> </div> </div> </div><!--ls:end[body]--><!--ls:begin[page_track]--><!--ls:end[page_track]--><!--ls:begin[script]--><script type="text/javascript" src="/mobile0c9a66/assets/Spaulding/js/jquery-3-3-1.min.js"></script> <!--ls:end[script]--> <!--ls:begin[script]--><script type="text/javascript" src="/mobile0c9a66/assets/Spaulding/js/main.js"></script> <!--ls:end[script]--> </body> </html> <!-- SN1024 1.4.81-->

Pages: 1 2 3 4 5 6 7 8 9 10