302 status code indicates that the requested resource is temporarily available at a different URL.
The user is automatically redirected to the new URL, but search engines continue to index the old address.
301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: cfosm.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Center for orthopedics and Sports Medicine - orthopedic Care Vienna VA | Sports Medicine Herndon</title> <meta name="description" content="The physicians at Center for orthopedics and Sports Medicine provide outstanding orthopedic services and physical therapy to patients in Falls Church, Herndon and Vienna, VA. Check the services offered at Center for orthopedics and Sports Medicine." /> <meta name="keywords" content="center for orthopedics and sports medicine, orthopedic care, physical therapy, sports medicine" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="shortcut icon" href="fav.ico" type="image/x-icon"> <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, user-scalable=1" /> <meta name="geo.region" content="US-VA" /> <meta name="geo.placename" content="Vienna, VA" /> <meta name="geo.position" content="37.09024;-95.712891" /> <meta name="ICBM" content="37.09024, -95.712891" /> <link href="/style.css" type="text/css" rel="stylesheet"> <link href="/css/common-styles.css" type="text/css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <script src="/js/jquery.js"></script> <script src="/js/ypo-functions.js"></script> <link href="/css/accessibility.css" type="text/css" rel="stylesheet"> <script> $(document).ready(function(e) { $('body').customPlugin({ accessKeyValue: true, siteMap: true, mobileMenu: true, menuClass: '.menu-section > ul', country_code: ['+1'], phone_numbers: ["(248) 489-4410"], phone_info: ["Telephone Number of Christopher Cooke, MD"], phone_link: ["general-appointment-orthopaedic-surgeon-sports-medicine-michigan.html"], accessibility: true, removeElements: ('#banner,#news-updates-bottom-section,#convenient-locations-section'), fontResize: true, removeId: ('#stories, #home-services, #mycrawler, #testimonials, #sticky'), fontResizeList: ('.menu-section li a,.content *,footer p,footer a,footer li,footer span,aside p,aside a,aside li,aside span,header p,header a,header li,header span,.footer-smo li,.footer-smo a,.index p,.index li,.index a,.index span') }); }); </script> <script> $(document).ready(function() { var linkNames = ['viewprofile', 'readmore', 'readmore...', 'patientinfo', 'profile', 'research', 'knowmore', 'readall', 'viewmore', 'viewall', 'viewfullprofile', 'more', 'honors']; var pageName = "-center-for-orthopaedics-and-sports-medicine"; var pageName2 = "-ortho-now"; $('a').each(function() { var length = linkNames.length; var textvalue = $(this).text().toLowerCase(); textvalue = textvalue.replace(/\s/g, ''); var hostname = window.location.hostname; var domainName = 'https://' + hostname; for (var i = 0; i < length; i++) { if (textvalue == linkNames[i]) { var hrefVale = $(this).attr('href'); if (hrefVale.indexOf(domainName) > -1) { hrefVale = hrefVale.replace(domainName, ''); } if (hrefVale.indexOf(pageName) > -1) { hrefVale = hrefVale.replace(pageName, ''); } if (hrefVale.indexOf(pageName2) > -1) { hrefVale = hrefVale.replace(pageName2, ''); } if (hrefVale.indexOf('.html') > -1) { hrefVale = hrefVale.replace('.html', ''); } if (hrefVale.indexOf('about') > -1) { hrefVale = hrefVale.replace('about', ''); } if (hrefVale.indexOf('/') > -1) { hrefVale = hrefVale.replace('/', ' '); } if (hrefVale.indexOf('-') > -1) { hrefVale = hrefVale.replace(/\-/g, ' '); } var aria = $(this).attr('aria-label'); if (aria != 'null' || aria !== undefined) { $(this).attr('aria-label', 'Know more about ' + hrefVale); } } } }); }); </script> <script src="/js/responsiveslides2.js"></script> <script> $(document).ready(function() { // $("#banner").responsiveSlides({ // pager: false, // nav: true, // navContainer: 'ul#banner-bullets', // pause: true, // autoplayslider: true, // pauseControls: true, // speed: 500 // }); // $("#stories").responsiveSlides({ // manualControls: '#stories-bullets', // speed: 500, // autoplayslider: true // }); $("#testimonials").responsiveSlides({ manualControls: '#testimonials-bullets', speed: 500, autoplayslider: true }); $("#convenient-locations").responsiveSlides({ manualControls: '#convenient-locations-bullets', speed: 500, autoplayslider: true }); }); </script> <script> $(document).ready(function() { var d = new Date(); var day = d.getDate(); var hours = d.getHours(); var hoursRemaining = (24 - hours); console.log(hoursRemaining); // for banners var length1 = $('#banner li').length; var bannerNumber1 = day % length1; if (bannerNumber1 == 0) { bannerNumber1 = length1; } $('#banner-section ul#banner li:nth-child(' + bannerNumber1 + ')').addClass("displayBlock"); //For inner banner if ($('#inner-banner-section').length > 0) { var count = 0, idcount = 0, bannersString = ''; var currentPathName = window.location.pathname; var currentPathName1 = currentPathName.split("/"); var pages = getCookie("bannerpageArray"); var page = pages.split(","); var pageslength = page.length; var number = getCookie("bannernumbers"); var bannumber = number.split(","); var bannumberlength = bannumber.length; // for (var j = 0; j < pageslength; j++) { // bannersString += j + '. ' + page[j] + ' - ' + bannumber[j]; // } // alert(bannersString); if ((pages == '') && (number == '')) { var bannerNumber3 = (Math.floor(Math.random() * 5) + 1); setCookie("bannerpageArray", currentPathName1[1] + ',', hoursRemaining); setCookie("bannernumbers", bannerNumber3 + ',', hoursRemaining); $('#inner-banner-section ul#banner li:nth-child(' + bannerNumber3 + ')').addClass("displayBlock"); } else { for (var i = 0; i < pageslength; i++) { if (currentPathName1[1] == page[i]) { idcount = i; count++; } } if (count > 0) { $('#inner-banner-section ul#banner li:nth-child(' + bannumber[idcount] + ')').addClass("displayBlock"); } else { var bannerNumber3 = (Math.floor(Math.random() * 5) + 1); var prevBanner = bannumber[bannumberlength - 2]; while (bannerNumber3 == prevBanner) { bannerNumber3 = (Math.floor(Math.random() * 5) + 1); } $('#inner-banner-section ul#banner li:nth-child(' + bannerNumber3 + ')').addClass("displayBlock"); setCookie("bannerpageArray", pages + currentPathName1[1] + ',', hoursRemaining); setCookie("bannernumbers", number + bannerNumber3 + ',', hoursRemaining); } } } // for testimonials Home page if ($('ul#stories').length > 0) { var length2 = $('#stories li').length; var bannerNumber2 = hours % length2; if (bannerNumber2 == 0) { bannerNumber2 = length2; } $('ul#stories li:nth-child(' + bannerNumber2 + ')').css("display", "block"); } // for testimonials Sidebar page if ($('#sidebar').length > 0) { var length3 = $('#sidebar #stories li').length; var bannerNumber3 = hours % length3; if (bannerNumber3 == 0) { bannerNumber3 = length3; } $('ul#stories li:nth-child(' + bannerNumber2 + ')').css("display", "block"); } /* -- Cookie Set -- */ function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 60 * 60 * 1000)); var expires = "expires=" + d.toGMTString(); document.cookie = cname + "=" + cvalue + "; " + expires + ";path=/"; } /* -- Get Cookie -- */ function getCookie(cname) { var name = cname + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1); if (c.indexOf(name) != -1) return c.substring(name.length, c.length); } return ""; } }); </script> <script src="/js/html5shiv.js"></script> <script src="/js/jquery.slicknav.min.js"></script> <script> $(document).ready(function(e) { $('.pagelet-posts-details').prev('a.testimonials').hide(); }); </script> <script src="https://www.ypo.education/js/jsembedcode.js"></script> <script> var cpiic = 'MTE0MTM1Ni44'; </script> <script> function show(target) { document.getElementById(target).style.display = 'block'; } function hide(target) { document.getElementById(target).style.display = 'none'; } $(window).load(function() { $("ul#banner li").show(); }); </script> <script> $(window).scroll(function() { $(document).ready(activated); $(window).resize(activated); function activated() { var height = $(window).height(); $('#news-updates-bottom-section').css("height", height); } }); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-GEZDS0L5K3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-GEZDS0L5K3'); </script> <!-- Global site tag (gtag.js) - Google Ads: 772904476 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-772904476"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'AW-772904476'); </script> <script> gtag('config', 'AW-772904476/n0e6CPrFoZIBEJysxvAC', { 'phone_conversion_number': '+17038480800' }); </script> <script> function openNav() { document.getElementById("mySidenav-mob").style.width = "250px"; document.getElementById("main-mob").style.marginRight = "250px"; document.body.style.backgroundColor = "rgba(0,0,0,0.4)"; } function closeNav() { document.getElementById("mySidenav-mob").style.width = "0"; document.getElementById("main-mob").style.marginRight = "0"; document.body.style.backgroundColor = "white"; } </script> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '877682249018351'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=877682249018351&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <script type="text/javascript"> $(window).load(function() { setTimeout(function() { $("#sun-pop").fadeIn("slow"); $(".sun-div").fadeIn("slow"); }, 1000); $(".sun-div, .sun-button, .sun-close").click(function(e) { $("#sun-pop").fadeOut("slow"); $(".sun-div").fadeOut("slow"); }); }); </script> <script> function openNav() { document.getElementById("mySidenav-mob").style.width = "250px"; document.getElementById("main-mob").style.marginRight = "250px"; document.body.style.backgroundColor = "rgba(0,0,0,0.4)"; } function closeNav() { document.getElementById("mySidenav-mob").style.width = "0"; document.getElementById("main-mob").style.marginRight = "0"; document.body.style.backgroundColor = "white"; } </script> </head> <body class="index"> <!-- <div class="sun-div"></div> <div id="sun-pop"> <div class="logo-popup"><img src="/images/logo-center-orthopaedics-sports-medicine.jpg" alt="Center for orthopedics and Sports Medicine" /></div> <h2>COVID-19</h2> <p>Safely taking care of your health has always been our top priority at Center for orthopedics and Sports Medicine. We have been closely monitoring the current situation relating to COVID-19 (coronavirus). We are following the most recent guidelines from government agencies and health officials, including the Centers for Disease Control and the World Health Organization.</p> <ul> <li> <a href="https://cfosm.timetap.com/" target="_blank" rel="nofollow">Telemedicine Appointment</a> </li> <li class="readmore"><a href="center-for-orthopaedic-and-sports-medicine's-response-to-covid-19-update.html">Read More</a></li> </ul> <div class="sun-button">X</div> <div class="sun-close">Close</div> </div> --> <!-- Start cookies banner --><script defer src="https://ckm.yourpractice.online/893wPNb8QT1grK/script.js" type="text/javascript"></script><!-- End cookies banner --> <div id="mySidenav-mob" class="sidenav-mob mobonly"> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> <nav id="menu-section"> <div id="mobileMenu"> <div class="wrapper" style="display:block;"></div> </div> <div id="skip-menu" class="dfw-skip"><a href="#skip-to-content">Skip Menu</a></div> <div class="menu-section"> <ul class="menuADa"> <li class="home"><a href="/index.html" class="dfw-category" accesskey="h">Home</a></li> <li class="about-us"><a href="/ortho-now-center-for-orthopaedics-and-sports-medicine.html" class="dfw-category" accesskey="u">About Us</a> <ul class="dfw-dropdown"> <li><a href="/cfosm-center-for-orthopaedics-and-sports-medicine.html">CFOSM</a></li> <li><a href="/medical-staff-center-for-orthopaedics-and-sports-medicine.html">Medical Staff</a></li> <li><a href="/contact-us-center-for-orthopaedics-and-sports-medicine.html">Practice Locations</a></li> </ul> </li> <li class="physicians"><a href="/physicians-center-for-orthopaedics-and-sports-medicine.html" class="dfw-category" accesskey="y">Physicians</a> <ul class="dfw-dropdown"> <li><a href="/ramesh-chandra-center-for-orthopaedics-and-sports-medicine.html">Ramesh G. Chandra, MD, FACS</a></li> </ul> </li> <li class="services-specialties"><a href="/services-specialties-center-for-orthopaedics-and-sports-medicine.html" class="dfw-category" accesskey="s">Services & Specialties</a> <ul class="dfw-dropdown"> <li class="sub-submenu"><a href="/services-specialties-center-for-orthopaedics-and-sports-medicine.html" class="dfw-subcategory">orthopedic Conditions </a> <ul class="dfw-subdown"> <li><a href="/sports-medicine-center-for-orthopaedics-and-sports-medicine.html">Sports Medicine </a></li> <li><a href="/shoulder-elbow-center-for-orthopaedics-and-sports-medicine.html">Shoulder & Elbow</a></li> <li><a href="/knee-center-for-orthopaedics-and-sports-medicine.html">Knee</a></li> <li><a href="/hip-center-for-orthopaedics-and-sports-medicine.html">Hip</a></li> <li><a href="/spine-center-for-orthopaedics-and-sports-medicine.html">Spine</a></li> <li><a href="/foot-ankle-center-for-orthopaedics-and-sports-medicine.html">Foot & Ankle</a></li> </ul> </li> <li><a href="/physical-therapy-ortho-now.html" class="dfw-subcategory">Physical Therapy</a></li> <li><a href="/workers-compensation-ortho-now.html">Worker's Compensation</a></li> </ul> </li> <li class="patient-resources"><a href="/your-visit-center-for-orthopaedics-and-sports-medicine.html" class="dfw-category" accesskey="i">Patient Resources</a> <ul class="dfw-dropdown"> <li><a href="/your-visit-center-for-orthopaedics-and-sports-medicine.html">Your Visit</a></li> <li><a href="/patient-stories-pl266.html">Patient Stories</a></li> <li><a href="/billing-insurance-center-for-orthopaedics-and-sports-medicine.html">Billing & Insurance</a></li> <li><a href="/faq-policies-center-for-orthopaedics-and-sports-medicine.html">FAQ / Policies</a></li> <li><a href="/preparing-surgery-procedure-center-for-orthopaedics-and-sports-medicine.html">Preparing for Surgery & Procedure</a></li> <li><a href="/patient-forms-center-for-orthopaedics-and-sports-medicine.html">Patient Forms</a></li> <li><a href="/new-patient-registrationform-center-for-orthopaedics-and-sports-medicine.html">New Patient Registration Form</a></li> <li><a href="/blog.html">Blog</a></li> <li><a href="/healthcare-news-pl496.html">Healthcare News</a></li> <li><a href="/useful-links-center-for-orthopaedics-and-sports-medicine.html">Useful Links</a></li> </ul> </li> <li class="patient-education"><a href="https://portal.allmeds.com/memManagement/LoginAccount.aspx?Location=R229" target="_blank" class="dfw-category" accesskey="p">Patient Portal</a> </li> <li class="contact-us"><a href="/contact-us-center-for-orthopaedics-and-sports-medicine.html" class="dfw-category" accesskey="c">Contact Us</a></li> </ul> <div class="clear"></div> </div> </nav> </div> <!--Include Accesibility Bar soon after Body--> <!-- Accessibility Bar Starts --> <div id="Access-Container"> <div id="Accessibility"> <div class="dfw-off"> <a href="?dfw=on" id="dfw-on" aria-label="Accessible Site"> <i aria-hidden="true"></i> </a> </div> <div class="dfw-on"> <ul class="table-div"> <li class="table-cell access-links"><a href="?dfw=off" id="dfw-off" aria-label="Back to Main Site"><span></span>Back to Main Site</a> | <a href="accessibility.html" aria-label="About more information" accesskey="k">Accessibility</a></li> <li class="table-cell access-settings"> <div class="fontsize">Text Size: <span class="fontminus"><a href="javascript:void(0);" aria-label="Decrease Font Size">A</a></span><span class="fontreset dfw-actSize"><a href="javascript:void(0);" aria-label="Make Font Reset">A</a></span><span class="fontplus"><a href="javascript:void(0);" aria-label="Increase Font Size">A</a></span></div> <div class="dfw-contrast">Contrast: <span class="dfw-colorMode" id="dfw-ColorMode"><a href="javascript:void(0);" class="dfw-active" aria-label="Normal Text">C</a></span> | <span class="dfw-contrastMode" id="dfw-ContrastMode"><a href="javascript:void(0);" aria-label="High Contrast Text">C</a></span></div> </li> </ul> </div> <div class="header-smo"> <ul> <li class="facebook"><a href="https://www.facebook.com/CenterForOrthopaedicsAndSportsMedicine?ref=hl" target="_blank" aria-label="Follow Center for orthopedics and Sports Medicine on facebook"><span>Facebook</span></a></li> <li class="twitter"><a href="https://twitter.com/CFOSM_VA" target="_blank" aria-label="Follow Center for orthopedics and Sports Medicine on twitter"><span>Twitter</span></a></li> <!--<li class="linkedin"><a href="https://www.linkedin.com/" target="_blank" aria-label="Fallow Center for orthopedics and Sports Medicine on linkedin"><span>LinkedIn</span></a></li> <li class="googleplus"><a href="https://plus.google.com/" target="_blank" aria-label="Fallow Center for orthopedics and Sports Medicine on googleplus"><span>GooglePlus</span></a></li> --> <li class="youtube"><a href="https://www.youtube.com/channel/UCbnbjQcYzY4_ZUtV_Gw9viA" target="_blank" aria-label="Subscribe Center for orthopedics and Sports Medicine on youtube"><span>YouTube</span></a></li> <li class="blog"><a href="blog.html" aria-label="Follow Center for orthopedics and Sports Medicine on Blog"><span>blog</span></a></li> </ul> </div> </div> </div> <!-- Accessibility Bar Ends --> <div id="main-mob" class="mobonly"> <span style="font-size:30px;cursor:pointer; display:inline-block;float: right;margin: 5px 15px 0px 0px;" onclick="openNav()">☰</span></div> <div class="header" id="sticky"> <header id="header-section"> <div id="skip-header" class="dfw-skip"><a href="#skip-menu">Skip Header</a></div> <div class="header-section"> <div class="cosm-logo"> <a href="index.html"><img src="/images/logo-center-orthopaedics-sports-medicine.jpg" alt="Center for orthopedics and Sports Medicine"></a> </div> <!-- <div class="cosm-logo"><a href="index.html"><img src="images/appointment-image-new.png" alt="Center for orthopedics and Sports Medicine"></a></div>--> <!--<div class="schedule-today"><div><a style='display: block' href=' http://www.zocdoc.com/practice/center-for-orthopaedics-and-sports-medicine-26564'; class='zd-plugin' data-type='book-button' data-practice-id='26564' title='Center for orthopedics and Sports Medicine'><img src='images/appointment-image.png' alt='Center for orthopedics and Sports Medicine' title='Center for orthopedics and Sports Medicine' style='border: 0'/></a></div><script>(function (d) {var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = '//offsiteschedule.zocdoc.com/plugin/embed';var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);})(document);</script></div>--> <div class="header-right-middle"> <p class="header-locations"><a href="contact-us-center-for-orthopaedics-and-sports-medicine.html">Locations</a></p> <p class="header-phone"><a href="tel:+17038480800" aria-label="7 0 3. 8 4 8. 0 8 0 0 Telephone Number of Center for orthopedics and Sports Medicine">703 848-0800</a></p> <!-- <div class="schedule-today"><div><a style='display: block' href=' http://www.zocdoc.com/practice/center-for-orthopaedics-and-sports-medicine-26564'; class='zd-plugin' data-type='book-button' data-practice-id='26564' title='Center for orthopedics and Sports Medicine'><img src='images/appointment-image.png' alt='Center for orthopedics and Sports Medicine' title='Center for orthopedics and Sports Medicine' style='border: 0'/></a></div><script>(function (d) {var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = '//offsiteschedule.zocdoc.com/plugin/embed';var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);})(document);</script></div> --> <div class="schedule-today"> <a href="/appointment-forms-center-for-orthopaedics-and-sports-medicine.html"><img src="/images/appointment-image-new.png" alt="SCHEDULE TODAY"></a> </div> </div> <div class="clear"></div> </div> </header> <nav id="menu-section" class="desktoponly"> <div id="skip-menu" class="dfw-skip"><a href="#skip-to-content">Skip Menu</a></div> <div class="menu-section"> <ul class="menuADa desktoponly"> <li class="home"><a href="index.html" class="dfw-category" accesskey="h">Home</a></li> <li class="about-us"><a href="ortho-now-center-for-orthopaedics-and-sports-medicine.html" class="dfw-category" accesskey="u">About Us</a> <ul class="dfw-dropdown"> <li><a href="cfosm-center-for-orthopaedics-and-sports-medicine.html">CFOSM</a></li> <li><a href="medical-staff-center-for-orthopaedics-and-sports-medicine.html">Medical Staff</a></li> <li><a href="contact-us-center-for-orthopaedics-and-sports-medicine.html">Practice Locations</a></li> </ul> </li> <li class="physicians"><a href="physicians-center-for-orthopaedics-and-sports-medicine.html" class="dfw-category" accesskey="y">Physicians</a> <ul class="dfw-dropdown"> <li><a href="ramesh-chandra-center-for-orthopaedics-and-sports-medicine.html">Ramesh G. Chandra, MD, FACS</a></li> </ul> </li> <li class="services-specialties"><a href="services-specialties-center-for-orthopaedics-and-sports-medicine.html" class="dfw-category" accesskey="s">Services & Specialties</a> <ul class="dfw-dropdown"> <li class="sub-submenu"><a href="services-specialties-center-for-orthopaedics-and-sports-medicine.html" class="dfw-subcategory">orthopedic Conditions </a> <ul class="dfw-subdown"> <li><a href="sports-medicine-center-for-orthopaedics-and-sports-medicine.html">Sports Medicine </a></li> <li><a href="shoulder-elbow-center-for-orthopaedics-and-sports-medicine.html">Shoulder & Elbow</a></li> <li><a href="knee-center-for-orthopaedics-and-sports-medicine.html">Knee</a></li> <li><a href="hip-center-for-orthopaedics-and-sports-medicine.html">Hip</a></li> <li><a href="spine-center-for-orthopaedics-and-sports-medicine.html">Spine</a></li> <li><a href="foot-ankle-center-for-orthopaedics-and-sports-medicine.html">Foot & Ankle</a></li> </ul> </li> <li><a href="physical-therapy-ortho-now.html" class="dfw-subcategory">Physical Therapy</a></li> <li><a href="workers-compensation-ortho-now.html">Worker's Compensation</a></li> </ul> </li> <li class="patient-resources"><a href="your-visit-center-for-orthopaedics-and-sports-medicine.html" class="dfw-category" accesskey="i">Patient Resources</a> <ul class="dfw-dropdown"> <li><a href="patient-education-videos-center-for-orthopaedics-and-sports-medicine.html">Patient Education Videos</a></li> <li><a href="videos-center-for-orthopaedics-and-sports-medicine.html">Videos</a></li> <li><a href="your-visit-center-for-orthopaedics-and-sports-medicine.html">Your Visit</a></li> <li><a href="patient-stories-pl266.html">Patient Stories</a></li> <li><a href="billing-insurance-center-for-orthopaedics-and-sports-medicine.html">Billing & Insurance</a></li> <li><a href="faq-policies-center-for-orthopaedics-and-sports-medicine.html">FAQ / Policies</a></li> <li><a href="preparing-surgery-procedure-center-for-orthopaedics-and-sports-medicine.html">Preparing for Surgery & Procedure</a></li> <li><a href="patient-forms-center-for-orthopaedics-and-sports-medicine.html">Patient Forms</a></li> <li><a href="new-patient-registrationform-center-for-orthopaedics-and-sports-medicine.html">New Patient Registration Form</a></li> <li><a href="blog.html">Blog</a></li> <li><a href="healthcare-news-pl496.html">Healthcare News</a></li> <li><a href="useful-links-center-for-orthopaedics-and-sports-medicine.html">Useful Links</a></li> </ul> </li> <li class="patient-education"><a href="https://portal.allmeds.com/memManagement/LoginAccount.aspx?Location=R229" target="_blank" class="dfw-category" accesskey="p">Patient Portal</a> </li> <li class="contact-us"><a href="contact-us-center-for-orthopaedics-and-sports-medicine.html" class="dfw-category" accesskey="c">Contact Us</a></li> </ul> <div class="clear"></div> </div> </nav> <!-- <div id="Corona-Container"> <div id="Corona-Inner"><a href="center-for-orthopaedic-and-sports-medicine's-response-to-covid-19-the-coronavirus.html">Learn more about Center for orthopedic and Sports Medicine's response to COVID -19 (the Coronavirus)</a></div> </div> --> </div> <div class="clear"></div> <div id="banner-section"> <ul id="banner"> <li> <div class="banner-section"> <div class="tagline"> <div class="tagline1">The Center for</div> <div class="tagline2">Proven results</div> <p>With 30+ years of services in the Washington DC area, we are one of the regions most respected orthopedic practices</p> <a class="readmore" href="knee-center-for-orthopaedics-and-sports-medicine.html">View More</a> </div> </div> </li> <li> <div class="banner-section"> <div class="tagline"> <div class="tagline1">The Center for</div> <div class="tagline2">Patient Satisfaction</div> <p>Our patients come first. And we strive to achieve the highest level of satisfaction </p> <!--<div class="tagline2">Getting you back in the game</div> <p>Our physicians utilize cutting edge technology and the latest treatment techniques to allow our patients to return to their active lifestyles</p>--> <a class="readmore" href="hip-center-for-orthopaedics-and-sports-medicine.html">View More</a> </div> </div> </li> <li> <div class="banner-section"> <div class="tagline"> <div class="tagline1">The Center for</div> <div class="tagline2">Expert orthopedic Care</div> <p>Our physicians are specialized in treating patients with a variety of orthopedic conditions </p> <a class="readmore" href="shoulder-elbow-center-for-orthopaedics-and-sports-medicine.html">View More</a> </div> </div> </li> <li> <div class="banner-section"> <div class="tagline"> <div class="tagline1">The Center for</div> <div class="tagline2">Excellence</div> <p>Our goal is to provide the highest level of orthopedic care while maintaining a personalized touch </p> <a class="readmore" href="shoulder-elbow-center-for-orthopaedics-and-sports-medicine.html">View More</a> </div> </div> </li> <li> <div class="banner-section"> <div class="tagline"> <div class="tagline1">The Center for</div> <div class="tagline2">Getting you back in the game</div> <p>Our physicians utilize cutting edge technology and the latest treatment techniques to allow our patients to return to their active lifestyles</p> <!--<div class="tagline2">Patient Satisfaction</div> <p>Our patients come first. And we strive to achieve the highest level of satisfaction </p>--> <a class="readmore" href="spine-center-for-orthopaedics-and-sports-medicine.html">View More</a> </div> </div> </li> </ul> <div class="clear"></div> <div class="banner-section"> <ul id="banner-bullets"> <li class="play"> <a href="javascript:void(0);"><img src="images/play.png" alt="Play"></a> </li> <li class="pause"> <a href="javascript:void(0);"><img src="images/pause.png" alt="Pause"></a> </li> </ul> </div> <div class="schedule-today-mob"> <div> <a style='display: block' href=' http://www.zocdoc.com/practice/center-for-orthopaedics-and-sports-medicine-26564' ; class='zd-plugin' data-type='book-button' data-practice-id='26564' title='Center for orthopedics and Sports Medicine'><img src='images/schedule-today-img.png' alt='Center for orthopedics and Sports Medicine' title='Center for orthopedics and Sports Medicine' style='border: 0' />SCHEDULE TODAY</a> </div> <script> (function(d) { var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = '//offsiteschedule.zocdoc.com/plugin/embed'; var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s); })(document); </script> </div> </div> <div class="mobonly"> <button class="accordion"><img src="images/banner-where-hurt-icon-mob.png" style="vertical-align: middle;margin-right: 10px;">Where does it Hurt?</button> <div class="panel"> <h2>Expert orthopedic care with a personal touch!</h2> <p>The physicians at CFOSM are highly trained and board certified. We utilize state-of-the-art diagnostic tools, advanced treatment options and experienced support staff. Whether our patients need surgery, fracture care, general orthopedic care or physical therapy, we take an "informed patient" approach starting with the initial visit and continuing throughout the treatment process.</p> <a class="readmore" href="/services-specialties-center-for-orthopaedics-and-sports-medicine.html" aria-label="Know more about Where does it Hurt">View More</a> </div> <button class="accordion"><img src="images/patient-stories-icon-mob.png" style="vertical-align: middle;margin-right: 10px;">Patient Stories</button> <div class="panel"> <p style="text-align:center;"><img src="images/bobby-addington-story-img.jpg" /></p> <h2>Serving Those Who Serve & Protect</h2> <h3>Bobby, State Police Officer, Loudoun County, VA</h3> <p>Responding to an emergency call, Bobby jumped from his cruiser and landing awkwardly on his left leg. His knee buckled, tearing the ACL and meniscus. He knew right away he had a serious injury.</p> <a class="readmore" href="https://www.cfosm.com/patient-stories-pl266/serving-those-who-serve--protect-p4684.html" aria-label="Know more about /patient stories pl266/serving those who serve protect p4684">View More</a> </div> <button class="accordion"><img src="images/patient-education-icon-mob.png" style="vertical-align: middle;margin-right: 10px;">Patient Education</button> <div class="panel"> <p>Welcome to our patient education video library! Our video animations provide information about various medical conditions including anatomy, symptoms, and treatment procedures in presentations that are simple and easy for patients to understand. We are happy to discuss your condition and treatment options in greater detail and answer any questions you may have. Please call our office at 703 848-0800 to make an appointment.</p> <a class="readmore" href="/patient-education-videos-center-for-orthopaedics-and-sports-medicine.html" aria-label="Know more about Patient Education">View More</a> </div> </div> <div class="banner-section"> <div class="banner-bottom"> <div id="skip-to-content" class="dfw-skip"><a href="#skip-Resourcs">Skip Make an Appointment</a></div> <ul> <li class="banner-bottom-box1"> <div class="banner-bottom-heading"><a href="appointment-forms-center-for-orthopaedics-and-sports-medicine.html">Make an Appointment</a></div> <p>Let's get you set up with an appointment</p> <div class="select"> <label for="make-appointment">Make an Appointment</label> <!-- <select id="make-appointment" onchange="window.open(this.options[this.selectedIndex].value);"> <option value="index.html">Select...</option> <option value="https://cfosm.timetap.com">Office Visit</option> <option value="https://cfosm_telemed.timetap.com" >Telemedicine</option> </select> --> </div> <a href="appointment-forms-center-for-orthopaedics-and-sports-medicine.html" class="readmore">Schedule an Appoinment </a> </li> <li class="banner-bottom-box2"> <div class="banner-bottom-heading"><a href="contact-us-center-for-orthopaedics-and-sports-medicine.html">Find a Location</a></div> <p>Get directions and parking information</p> <div class="select"> <label for="find-location">Schedule an appoinment </label> <select id="find-location" onchange="window.location.href=this.value;"> <option value="index.html">Select...</option> <option value="tysons-corner-vienna-office-center-for-orthopaedics-and-sports-medicine.html"> Tysons Corner / Vienna Office</option> <option value="herndon-reston-office-center-for-orthopaedics-and-sports-medicine.html"> Herndon / Reston Office</option> <option value="merrifield-falls-church-office-center-for-orthopaedics-and-sports-medicine.html"> Merrifield / Falls Church Office</option> </select> </div> <a href="contact-us-center-for-orthopaedics-and-sports-medicine.html" class="readmore">View all of our locations</a> </li> <li class="banner-bottom-box3"> <div class="banner-bottom-heading"><a href="services-specialties-center-for-orthopaedics-and-sports-medicine.html">Where does it Hurt?</a></div> <p>Areas We Treat</p> <div class="select"> <label for="areas-we-treat">Where does it Hurt?</label> <select id="areas-we-treat" onchange="window.location.href=this.value;"> <option value="index.html">Select...</option> <option value="knee-center-for-orthopaedics-and-sports-medicine.html">Knee</option> <option value="hip-center-for-orthopaedics-and-sports-medicine.html">Hip</option> <option value="shoulder-elbow-center-for-orthopaedics-and-sports-medicine.html">Shoulder and Elbow</option> <option value="spine-center-for-orthopaedics-and-sports-medicine.html">Spine</option> <option value="foot-ankle-center-for-orthopaedics-and-sports-medicine.html">Foot & Ankle </option> <option value="sports-medicine-center-for-orthopaedics-and-sports-medicine.html">Sports Medicine</option> <option value="#"> hand and wrist</option> <option value="#"> neck and back</option> </select> </div> <a href="services-specialties-center-for-orthopaedics-and-sports-medicine.html" class="readmore">Select the areas where it hurts</a> </li> </ul> </div> </div> <h1 class="h-1">Center for orthopedics and Sports Medicine</h1> <div id="About-our-Practice-Container"> <div id="About-our-Practice-Intra"> <div class="title">About Our Practice</div> <div class="video-styles"> <!--<iframe src="https://www.youtube.com/embed/CpTyBHpOH4A?rel=0;"></iframe>--> <iframe src="https://www.youtube.com/embed/NJ6TzMK3f48?rel=0;"></iframe> </div> </div> </div> <div id="patient-stories-section"> <div class="patient-stories-section"> <div id="skip-Resourcs" class="dfw-skip"><a href="#skip-question">Skip Patient Stories</a></div> <div class="patient-stories-left-section"> <div class="patient-stories-section-head"><a href="patient-stories-pl266.html">Patient Stories</a></div> <ul id="stories"> <li> <div class="patient-stories-image"> <a href="patient-stories-pl266/back-in-the-game--martial-arts-p4686.html"><img src="images/hiroshi.jpg" alt="Hiroshi"></a> </div> <div class="patient-stories-intro"> <div class="patient-intro-head"><a href="patient-stories-pl266/back-in-the-game--martial-arts-p4686.html">Back in the Game – Martial Arts</a></div> <div class="patient-intro-subhead">Hiroshi, Student, Vienna, VA</div> <p>Martial arts training and competition is demanding. After months of intense training, Hiroshi, 23, developed pain in his right hip.</p> <a class="readmore" href="patient-stories-pl266/back-in-the-game--martial-arts-p4686.html">View More</a> </div> </li> <li> <div class="patient-stories-image"> <a href="patient-stories-pl266/football-national-champion-p4685.html"><img src="images/stacie-evans.jpg" alt="Stacie Evans"></a> </div> <div class="patient-stories-intro"> <div class="patient-intro-head"><a href="patient-stories-pl266/football-national-champion-p4685.html">Football National Champion</a></div> <div class="patient-intro-subhead">Stacie, Business & Sales Consultant, Falls Church, VA </div> <p>After a trip to the national flag football championships in Orlando, Stacie’s next big journey was surgery and rehab.</p> <a class="readmore" href="patient-stories-pl266/football-national-champion-p4685.html">View More</a> </div> </li> <li> <div class="patient-stories-image"> <a href="patient-stories-pl266/serving-those-who-serve--protect-p4684.html"><img src="images/bobby-addington.jpg" alt="Bobby Addington"></a> </div> <div class="patient-stories-intro"> <div class="patient-intro-head"><a href="patient-stories-pl266/serving-those-who-serve--protect-p4684.html">Serving Those Who Serve & Protect</a></div> <div class="patient-intro-subhead">Bobby, State Police Officer, Loudoun County, VA</div> <p>Responding to an emergency call, Bobby jumped from his cruiser and landing awkwardly on his left leg. </p> <a class="readmore" href="patient-stories-pl266/serving-those-who-serve--protect-p4684.html">View More</a> </div> </li> <li> <div class="patient-stories-image"> <a href="patient-stories-pl266/skier-back-to-slaloms-p4683.html"><img src="images/peter-jakab.jpg" alt="Peter, Museum Curator, Northern Virginia"></a> </div> <div class="patient-stories-intro"> <div class="patient-intro-head"><a href="patient-stories-pl266/skier-back-to-slaloms-p4683.html">Tennis Player Back on Serve</a></div> <div class="patient-intro-subhead">Peter, Museum Curator, Northern Virginia</div> <p>Peter, 52, came to the Center for orthopedics and Sport Medicine (CFOSM) after unsuccessful surgery... </p> <a class="readmore" href="patient-stories-pl266/skier-back-to-slaloms-p4683.html">View More</a> </div> </li> <li> <div class="patient-stories-image"> <a href="patient-stories-pl266/back-on-duty--cheering-the-redskins-p4679.html"><img src="images/lynn-parker.jpg" alt="Lynn, State Police Officer, Northern Virginia"></a> </div> <div class="patient-stories-intro"> <div class="patient-intro-head"><a href="patient-stories-pl266/back-on-duty--cheering-the-redskins-p4679.html">Back On Duty & Cheering the Redskins</a></div> <div class="patient-intro-subhead">Lynn, State Police Officer, Northern Virginia</div> <p>Lynn came to the (CFOSM) after being injured... </p> <a class="readmore" href="patient-stories-pl266/back-on-duty--cheering-the-redskins-p4679.html">View More</a> </div> </li> </ul> <div class="clear"></div> <!-- <ul id="stories-bullets"> <li><a href="javascript:void(0)"><span>Patient stories</span></a></li> <li><a href="javascript:void(0)"><span>Patient stories</span></a></li> <li><a href="javascript:void(0)"><span>Patient stories</span></a></li> <li><a href="javascript:void(0)"><span>Patient stories</span></a></li> <li><a href="javascript:void(0)"><span>Patient stories</span></a></li> </ul> --> </div> <div class="patient-education-section"> <div class="patient-stories-section-head"><a href="patient-education-videos-center-for-orthopaedics-and-sports-medicine.html">Patient Education</a></div> <a href="patient-education-videos-center-for-orthopaedics-and-sports-medicine.html"><img src="images/patient-education-image.jpg" alt="Patient Education"></a> <p>Select a body area to view desired information..</p> </div> <div class="clear"></div> </div> </div> <div id="patient-testimonials"> <div class="patient-testimonials"> <div class="patient-testimonials-inner"> <ul id="testimonials"> <li> <p><span class="top-quote"></span>What touched me most was his thoroughness and caring attitude. His office and office staff are five star too.<span class="bottom-quote"></span></p> </li> <li> <p><span class="top-quote"></span>I had a great experience with Dr.Chandra. He took time to explain my diagnosis and treatment options. I'm a soccer player and was unable to play. After seeing Dr. Chandra, my knee fully recovered and I was able to get back on the field. <span class="bottom-quote"></span> </p> </li> <li> <p><span class="top-quote"></span>Dr. Davis and his staff were very personable and made me feel very supported from injury through my recovery. Everyone was always eager to help me in any way they could and made my recovery process as stress-free as possible.<span class="bottom-quote"></span></p> </li> <li> <p><span class="top-quote"></span>When I hurt my knee, I called my family doctor. She told me that her orthopedic doctor was Dr Chandra. It was hard to get appointment but it was worth it. Dr Chandra is a great surgeon. My knee feels great after the surgery. Definitely count him in my blessings!!<span class="bottom-quote"></span></p> </li> <li> <p><span class="top-quote"></span>Dr. Davis is the consummate professional. Extremely talented and knowledgeable. I highly recommend him for anyone who needs a shoulder surgery.<span class="bottom-quote"></span></p> </li> <li> <p><span class="top-quote"></span>I have used Dr Davis for both my teen athletes, for surgery for one and for rehab for both. He is extremely knowledgeable, conservative in his approach, and talks with parents but also the teens so that they understand the prognosis and their responsibilities for recovery.<span class="bottom-quote"></span></p> </li> </ul> <div class="clear"></div> </div> </div> </div> <div id="services-section"> <div class="services-section"> <div id="skip-question" class="dfw-skip"><a href="#skip-usefull-links">Skip Services</a></div> <div class="services-inner-section"> <div class="services-section-head"><a href="services-specialties-center-for-orthopaedics-and-sports-medicine.html">Services</a></div> <ul id="home-services" class="services-list1"> <li class="sports-medicine"> <div class="services-sub-head"><a href="sports-medicine-center-for-orthopaedics-and-sports-medicine.html">Sports Medicine</a></div> <div class="services-list"> <p><a href="sports-medicine-center-for-orthopaedics-and-sports-medicine.html#knee-injuries">Knee Injuries</a></p> <p><a href="sports-medicine-center-for-orthopaedics-and-sports-medicine.html#shoulder-injuries">Shoulder Injuries</a></p> <p><a href="sports-medicine-center-for-orthopaedics-and-sports-medicine.html#hip-injuries">Hip Injuries</a></p> <p><a href="sports-medicine-center-for-orthopaedics-and-sports-medicine.html#foot-ankle-injuries">Foot and Ankle Injuries</a></p> </div> <a href="sports-medicine-center-for-orthopaedics-and-sports-medicine.html" class="readmore">View More</a> </li> <li class="knee"> <div class="services-sub-head"><a href="knee-center-for-orthopaedics-and-sports-medicine.html">Knee</a></div> <div class="services-list"> <p><a href="knee-anatomy-center-for-orthopaedics-and-sports-medicine.html">Knee Anatomy</a> </p> <p><a href="knee-pain-center-for-orthopaedics-and-sports-medicine.html">Knee Pain</a></p> <p><a href="anterior-knee-pain-center-for-orthopaedics-and-sports-medicine.html">Anterior Knee Pain</a></p> <p><a href="runners-knee-center-for-orthopaedics-and-sports-medicine.html">Runner’s Knee</a> </p> </div> <a href="knee-center-for-orthopaedics-and-sports-medicine.html" class="readmore">View More</a> </li> <li class="hip"> <div class="services-sub-head"><a href="hip-center-for-orthopaedics-and-sports-medicine.html">Hip</a></div> <div class="services-list"> <p><a href="hip-anatomy-center-for-orthopaedics-and-sports-medicine.html">Hip Anatomy</a> </p> <p><a href="femoroacetabular-impingement-center-for-orthopaedics-and-sports-medicine.html">FAI</a> </p> <p><a href="hip-labral-tear-center-for-orthopaedics-and-sports-medicine.html">Labral Tear</a></p> <p><a href="snapping-hip-center-for-orthopaedics-and-sports-medicine.html">Snapping Hip</a> </p> </div> <a href="hip-center-for-orthopaedics-and-sports-medicine.html" class="readmore">View More</a> </li> <li class="elbow"> <div class="services-sub-head"><a href="shoulder-elbow-center-for-orthopaedics-and-sports-medicine.html">Shoulder & Elbow</a></div> <div class="services-list"> <p><a href="shoulder-anatomy-center-for-orthopaedics-and-sports-medicine.html">Shoulder Anatomy</a></p> <p><a href="shoulder-instability-center-for-orthopaedics-and-sports-medicine.html">Shoulder Instability</a></p> <p><a href="rotator-cuff-tear-center-for-orthopaedics-and-sports-medicine.html">Rotator Cuff Tear</a></p> <p><a href="elbow-pain-center-for-orthopaedics-and-sports-medicine.html">Elbow Pain </a></p> </div> <a href="shoulder-elbow-center-for-orthopaedics-and-sports-medicine.html" class="readmore">View More</a> </li> <li class="spine"> <div class="services-sub-head"><a href="spine-center-for-orthopaedics-and-sports-medicine.html">Spine</a></div> <div class="services-list"> <p><a href="spine-anatomy-center-for-orthopaedics-and-sports-medicine.html">Spinal Anatomy</a></p> <p><a href="back-pain-center-for-orthopaedics-and-sports-medicine.html">Back Pain</a></p> <p><a href="neck-pain-center-for-orthopaedics-and-sports-medicine.html">Neck Pain</a></p> <p><a href="spine-trauma-center-for-orthopaedics-and-sports-medicine.html">Spine Trauma</a> </p> </div> <a href="spine-center-for-orthopaedics-and-sports-medicine.html" class="readmore">View More</a> </li> <li class="foot-ankle"> <div class="services-sub-head"><a href="foot-ankle-center-for-orthopaedics-and-sports-medicine.html">Foot & Ankle</a> </div> <div class="services-list"> <p><a href="foot-and-ankle-anatomy-center-for-orthopaedics-and-sports-medicine.html">Foot and Ankle Anatomy</a></p> <p><a href="ankle-sprain-center-for-orthopaedics-and-sports-medicine.html">Ankle Sprain</a> </p> <p><a href="achilles-tendon-rupture-center-for-orthopaedics-and-sports-medicine.html">Achilles Tendon Rupture</a></p> <p><a href="plantar-fasciitis-center-for-orthopaedics-and-sports-medicine.html">Plantar Fasciitis</a></p> </div> <a href="foot-ankle-center-for-orthopaedics-and-sports-medicine.html" class="readmore">View More</a> </li> <li class="physical-therapy"> <div class="services-sub-head"><a href="physical-therapy-ortho-now.html">Physical Therapy</a> </div> <div class="services-list"> <p>We are proud to have established a well-recognized physical therapy center, which offers a comprehensive range of physical therapy services.</p> </div> <a href="physical-therapy-ortho-now.html" class="readmore">View More</a> </li> <li class="workers-compensation"> <div class="services-sub-head"><a href="workers-compensation-ortho-now.html">Workers' Compensation</a></div> <div class="services-list"> <p>At CFOSM, our physicians and staff pride themselves on theirexpertise with work-related injuries covered under workers' compensation.</p> </div> <a href="workers-compensation-ortho-now.html" class="readmore">View More</a> </li> </ul> <div class="clear"></div> </div> </div> </div> <!-- <div id="news-section"> <div class="news-section"> <div id="skip-usefull-links" class="dfw-skip"><a href="#skip-smo">Skip News & Updates</a></div> <p class="news-heading"> <a href="news-updates-pl267.html">News & Updates</a> </p> <p class="news-subheading">Featured Highlights about CFOSM</p> <ul> <li> <div class="news-image"><img src="images/covid-19-news-th.jpg" alt="COVID 19"></div> <div class="date"><a href="center-for-orthopaedic-and-sports-medicine's-response-to-covid-19-update.html">08 Apr<span>2020</span></a></div> <div class="news-intro"> <div class="news-intro-head"><a href="center-for-orthopaedic-and-sports-medicine's-response-to-covid-19-update.html">COVID-19 Visit</a></div> </div> </li> <li> <div class="news-image"><img src="images/telemedicine-news-th.jpg" alt="News & Updates"></div> <div class="date"><a href="https://cfosm_telemed.timetap.com" target="_blank" rel="nofollow">08 Apr<span>2020</span></a></div> <div class="news-intro"> <div class="news-intro-head"><a href="https://cfosm_telemed.timetap.com" target="_blank" rel="nofollow">Telemedicine Visits</a></div> </div> </li> </ul> <div class="clear"></div> <a href="/news-updates-pl267.html" class="readmore">View More</a> </div> </div> --> <div id="Section"> <div class="blog-section"> <p class="news-heading"> <a href="blog.html">Blogs</a> </p> <ul class="bl-lst"> <li> <div class="b-date">12 Mar<span> 2024</span></div> <img src="images/truth-about-back-pain-h-img.jpg" alt="The Truth About Back Pain"> <a href="/blog/the-truth-about-back-pain-40408.html">The Truth About Back Pain</a> <p>Back pain shows no discrimination, affecting people of all ages and walks of life. It is estimated that 80% of the population will at some point experience back pain.</p> <a href="/blog/the-truth-about-back-pain-40408.html" class="blog-read-more">READ MORE</a> </li> <li> <div class="b-date">14 Feb<span> 2024</span></div> <img src="images/the-runners-dilemma-managing-h-img.jpg" alt="The Runner’s Dilemma: Managing and Preventing Knee Injuries"> <a href="/blog/the-runners-dilemma-managing-and-preventing-knee-injuries-40017.html">The Runner’s Dilemma: Managing and Preventing Knee Injuries</a> <p>Running is one of the most popular sports in the world, with over 50 million participants in the United States alone.</p> <a href="/blog/the-runners-dilemma-managing-and-preventing-knee-injuries-40017.html" class="blog-read-more">READ MORE</a> </li> <!--<li> <div class="b-date">04 Dec<span> 2023</span></div> <img src="images/active-lifestyle-h.jpg" alt="Preventing Common Orthopedic Injuries: Tips for a Healthy and Active Lifestyle"> <a href="/blog/preventing-common-orthopedic-injuries-tips-for-a-healthy-and-active-lifestyle-38786.html">Preventing Common Orthopedic Injuries: Tips for a Healthy and Active Lifestyle</a> <p>One of the perks of maintaining a healthy and active lifestyle is preventing potential injuries. Every year, millions of Americans are derailed from some form of orthopedic injury. </p> <a href="/blog/preventing-common-orthopedic-injuries-tips-for-a-healthy-and-active-lifestyle-38786.html" class="blog-read-more">READ MORE</a> </li> <li> <div class="b-date">10 Nov<span> 2023</span></div> <img src="images/signs-of-shoulder-instability-h-img.jpg" alt="Treating Back Pain After an Injury"> <a href="/blog/signs-of-shoulder-instability-38392.html">Signs of Shoulder Instability</a> <p>Shoulder instability occurs when the ligaments, muscles, and tendons surrounding the shoulder are not held together tight enough, causing frequent dislocations.</p> <a href="/blog/signs-of-shoulder-instability-38392.html" class="blog-read-more">READ MORE</a> </li>--> <!--<li> <div class="b-date">09 Oct<span> 2023</span></div> <img src="images/orthopedic-surgery-h.jpg" alt="Advancements in Minimally Invasive Orthopedic Surgery"> <a href="/blog/advancements-in-minimally-invasive-orthopedic-surgery-37980.html">Advancements in Minimally Invasive Orthopedic Surgery</a> <p>Over the last decade, innovations in the field of minimally invasive surgery have increased the precision, patient outcomes, and recovery time.</p> <a href="/blog/advancements-in-minimally-invasive-orthopedic-surgery-37980.html" class="blog-read-more">READ MORE</a> </li>--> <!--<li> <div class="b-date">14 Sep<span> 2023</span></div> <img src="images/treating-back-pain-after-an-injury-home.jpg" alt="Treating Back Pain After an Injury"> <a href="/blog/is-my-back-pain-serious-36836.html">Treating Back Pain After an Injury</a> <p>Does back pain have you down? Whether you are experiencing back pain as a result of a fall, accident, or lifting a heavy object, it can be debilitating.</p> <a href="/blog/treating-back-pain-after-an-injury-37704.html" class="blog-read-more">READ MORE</a> </li>--> <!--<li> <div class="b-date">01 Aug<span> 2023</span></div> <img src="images/top-injuries-in-youth-sports-home-img.jpg" alt="Top Injuries in Youth Sports"> <a href="/blog/top-injuries-in-youth-sports-37223.html">Top Injuries in Youth Sports</a> <p>As summer draws to a close and the back-to-school season approaches, many students eagerly prepare to participate in their favorite sports.</p> <a href="/blog/top-injuries-in-youth-sports-37223.html" class="blog-read-more">READ MORE</a> </li>--> <!--<li> <div class="b-date">04 Jul<span> 2023</span></div> <img src="images/is-my-back-pain-serious-home-img.jpg" alt="Is My Back Pain Serious?"> <a href="/blog/is-my-back-pain-serious-36836.html">Is My Back Pain Serious?</a> <p>Back pain is a common ailment that affects millions of people around the world. According to a recent analysis, 8.2% of Americans suffer from chronic back pain.</p> <a href="/blog/is-my-back-pain-serious-36836.html" class="blog-read-more">READ MORE</a> </li>--> <!--<li> <div class="b-date">02 Jun<span> 2023</span></div> <img src="images/when-to-see-a-doctor-about-knee-pain-home-img.jpg" alt="When to See A Doctor About Knee Pain"> <a href="/blog/when-to-see-a-doctor-about-knee-pain-36276.html">When to See A Doctor About Knee Pain</a> <p>Did you know that knee pain is a common problem for many individuals? Whether an active athlete or someone who is aging, knee pain can strike at any time.</p> <a href="/blog/when-to-see-a-doctor-about-knee-pain-36276.html" class="blog-read-more">READ MORE</a> </li>--> <!--<li> <div class="b-date">18 May<span> 2023</span></div> <img src="images/tips-to-relieve-arthritis-pain-h-img.jpg" alt="Tips to Relieve Arthritis Pain"> <a href="/blog/tips-to-relieve-arthritis-pain-36090.html">Tips to Relieve Arthritis Pain</a> <p>Did you know that May is Arthritis Awareness Month? Arthritis is a common condition that affects millions of people around the world. It can cause pain, inflammation, stiffness, and other uncomfortable symptoms that can limit your mobility and quality of life.</p> <a href="/blog/tips-to-relieve-arthritis-pain-36090.html" class="blog-read-more">READ MORE</a> </li>--> </ul> </div> </div> <div id="news-updates-bottom-section"> </div> <div id="convenient-locations-section"> <div class="convenient-locations-section"> <div class="convenient-locations-left-section"> <div class="convenient-locations-left-head"><a href="/contact-us-center-for-orthopaedics-and-sports-medicine.html">Convenient Locations</a></div> <ul class="convenient-locations"> <li> <div class="convenient-locations-left-subhead"><a href="/tysons-corner-vienna-office-center-for-orthopaedics-and-sports-medicine.html">Tysons Corner / Vienna Office</a></div> <p> 8230 Boone Boulevard, Suite 200<br>Vienna, VA 22182 </p> <ul class="direction"> <li class="convenient-locations-phone"> <a href="tel:+17038480800" aria-label="7 0 3. 8 4 8. 0 8 0 0 Telephone Number of Center for Orthopaedics and Sports Medicine">703 848-0800</a> </li> <li class="convenient-locations-directions"><a href="https://goo.gl/maps/SydJGzi7qvG2" target="_blank">Get Driving Direction</a></li> </ul> <!-- <div class="convenient-location-pointer"> </div>--> </li> <li> <div class="convenient-locations-left-subhead"><a href="/herndon-reston-office-center-for-orthopaedics-and-sports-medicine.html">Herndon / Reston Office</a></div> <p> 108 Elden Street, Suite 15A<br>Herndon, VA 20170 </p> <ul class="direction"> <li class="convenient-locations-phone"> <a href="tel:+17038480800" aria-label="7 0 3. 8 4 8. 0 8 0 0 Telephone Number of Center for Orthopaedics and Sports Medicine">703 848-0800</a> </li> <li class="convenient-locations-directions"><a href="https://goo.gl/maps/agqeSpQsY3n" target="_blank">Get Driving Direction</a></li> </ul> <!-- <div class="convenient-location-pointer"> </div>--> </li> <li> <div class="convenient-locations-left-subhead"><a href="/merrifield-falls-church-office-center-for-orthopaedics-and-sports-medicine.html">Merrifield / Falls Church Office</a></div> <p> 2841 Hartland Road, Suite 401<br>Falls Church, VA 22043 </p> <ul class="direction"> <li class="convenient-locations-phone"> <a href="tel:+17038480800" aria-label="7 0 3. 8 4 8. 0 8 0 0 Telephone Number of Center for Orthopaedics and Sports Medicine">703 848-0800</a> </li> <li class="convenient-locations-directions"><a href="https://goo.gl/maps/62AjCRwYmoo" target="_blank">Get Driving Direction</a></li> </ul> <!--<div class="convenient-location-pointer"> </div>--> </li> </ul> <div class="clear"></div> <a class="readmore" href="/appointment-forms-center-for-orthopaedics-and-sports-medicine.html">Make an Appointment</a> </div> <!-- <ul id="convenient-locations-bullets"> <li><a href="javascript:void(0)">01</a></li> <li><a href="javascript:void(0)">02</a></li> <li><a href="javascript:void(0)">03</a></li> </ul>--> <div class="clear"></div> </div> </div> <div id="footer-top-section"> <div class="footer-top-section"> <!-- <div class="footer-smo desktoponly"> <div id="skip-smo" class="dfw-skip"><a href="#skip-usefullinks">Skip Social Media</a></div> <ul> <li class="facebook"><a href="https://www.facebook.com/CenterForOrthopaedicsAndSportsMedicine?ref=hl" target="_blank" aria-label="Follow Center for orthopedics and Sports Medicine on facebook"><span>Facebook</span></a></li> <li class="twitter"><a href="https://twitter.com/CFOSM_VA" target="_blank" aria-label="Follow Center for orthopedics and Sports Medicine on Twitter"><span>Twitter</span></a></li> <li class="linkedin"><a href="https://www.linkedin.com/" target="_blank" aria-label="Fallow Center for orthopedics and Sports Medicine on LinkedIn"><span>LinkedIn</span></a></li> <li class="googleplus"><a href="https://plus.google.com/" target="_blank" aria-label="Fallow Gabriel S. Levi, MD on facebook"><span>GooglePlus</span></a></li> <li class="youtube"><a href="https://www.youtube.com/channel/UCbnbjQcYzY4_ZUtV_Gw9viA" target="_blank" aria-label="Subscribe to Center for orthopedics and Sports Medicine Youtube Channel" rel="nofollow"><span>YouTube</span></a></li> <li class="blog"><a href="blog.html" aria-label="Follow Center for orthopedics and Sports Medicine on Blog"><span>Blog</span></a></li> </ul> </div> --> <div class="credibility"> <div id="skip-usefullinks" class="dfw-skip"><a href="#skip-footer">Skip UseFulLinks</a></div> <div id="mycrawler" class="cred-sec"> <!-- <a href="https://mycertifiedorthopaedicsurgeon.org/" target="_blank" rel="nofollow"><img src="/images/abos-logo.png" alt=" American Board of orthopedic Surgery"></a> --> <a href="https://www.aaos.org/Default.aspx?ssopc=1" target="_blank" rel="nofollow"><img src="/images/aaos-logo.png" alt="American Academy of orthopedic Surgeons"></a> <a href="https://www.facs.org/" target="_blank" rel="nofollow"><img src="/images/american-college-surgeons.png" alt="American College Of Surgeons"></a> <a href="http://www.msv.org/" target="_blank" rel="nofollow"><img src="/images/msv-logo.png" alt="Medical Society of Virginia"></a> <a href="http://fairfaxsurgicalcenter.com/" target="_blank" rel="nofollow"><img src="/images/fairfax-surgical-center.png" alt="Fairfax Surgical Center"></a> <a href="http://restonhospital.com/" target="_blank" rel="nofollow"><img src="/images/reston-hospital-center.png" alt="Reston Hospital Center"></a> <a href="http://www.inova.org/patient-and-visitor-information/facilities/inova-fairfax-hospital/index.jsp" target="_blank" rel="nofollow"><img src="/images/inova-fairfax-hospital-logo.png" alt="INOVA FAIRFAX HOSPITAL"></a> <a href="http://www.inova.org/ifoh" target="_blank" rel="nofollow"><img src="/images/inova-fair-oaks-hospital-logo.png" alt="INOVA FAIR OAKS HOSPITAL"></a> <a href="http://www.stopsportsinjuries.org/" target="_blank" rel="nofollow"><img src="/images/stop-sports-injuries-logo.png" alt="STOP SPORTS INJURIES"></a> <!-- <a href="https://mycertifiedorthopaedicsurgeon.org/" target="_blank"><img src="/images/abos-logo-new.png" style="height:73px; width: auto; border: none;" alt="American Board of orthopedic Surgeons (orthopedic Surgery)"></a> <a href="https://mycertifiedorthopaedicsurgeon.org/" target="_blank"><img src="/images/abos-logo1.png" style="height: 73px; width: auto; border: none;" alt="American Board of orthopedic Surgeons (orthopedic Sports Medicine)"></a> --> </div> </div> </div> </div> <footer id="footer-section"> <div class="footer-section"> <div id="skip-footer" class="dfw-skip"><a href="#skip-header">Skip Footer</a></div> <div class="footer-smo desktoponly"> <ul> <li class="facebook"><a href="https://www.facebook.com/CenterForOrthopaedicsAndSportsMedicine?ref=hl" target="_blank" aria-label="Follow Center for orthopedics and Sports Medicine on facebook"><span>Facebook</span></a></li> <li class="twitter"><a href="https://twitter.com/CFOSM_VA" target="_blank" aria-label="Follow Center for orthopedics and Sports Medicine on Twitter"><span>Twitter</span></a></li> <!--<li class="linkedin"><a href="https://www.linkedin.com/" target="_blank" aria-label="Fallow Center for orthopedics and Sports Medicine on LinkedIn"><span>LinkedIn</span></a></li>--> <!-- <li class="googleplus"><a href="https://plus.google.com/" target="_blank" aria-label="Fallow Gabriel S. Levi, MD on facebook"><span>GooglePlus</span></a></li>--> <li class="youtube"><a href="https://www.youtube.com/channel/UCbnbjQcYzY4_ZUtV_Gw9viA" target="_blank" aria-label="Subscribe to Center for orthopedics and Sports Medicine Youtube Channel" rel="nofollow"><span>YouTube</span></a></li> <li class="blog"><a href="blog.html" aria-label="Follow Center for orthopedics and Sports Medicine on Blog"><span>Blog</span></a></li> </ul> </div> <div class="footer-menu"> <a href="/">Home|</a> <a href="/disclaimer/">Disclaimer|</a> <a href="/privacy/">Privacy|</a> <a href="sitemap-center-for-orthopaedics-and-sports-medicine.html">Sitemap|</a> <a href="feedback-center-for-orthopaedics-and-sports-medicine.html">Feedback|</a> <!--<a href="/tell-a-friend-center-for-orthopaedics-and-sports-medicine.html">Tell a Friend</a> <span> </span>--><a href="contact-us-center-for-orthopaedics-and-sports-medicine.html">Contact Us|</a> <a href="accessibility-statement.php">Accessibility Statement</a> </div> <p class="copyrights"><a href="https://www.rameshchandramd.com/" target="_blank" rel="nofollow">© Center for orthopedics and Sports Medicine, orthopedic Immediate Care & Orthopedic Urgent Care, Vienna / Tysons, Falls Church / Merrifield, & Herndon / Reston, VA</a></p> <p class="copyrights"><a href="http://www.rameshchandramd.com/" target="_blank">www.rameshchandramd.com</a></p> <div class="footer-logos"> <!-- <a href="/"><img src="/images/footer-cosm-logo.jpg" alt="Center for orthopedics and Sports Medicine"></a>--> <a href="http://www.yourpracticeonline.net/" target="_blank" class="ypo-logo"><img src="/images/ypo-logo.jpg" alt="Powered By Your Practice Online"></a> </div> <div class="clear"></div> </div> <div class="mobonly"> </div> <div class="footer-smo-mob"> <div class="footer-smo mobonly"> <div id="skip-smo" class="dfw-skip"><a href="#skip-usefullinks">Skip Social Media</a></div> <ul> <li class="facebook"> <a href="https://www.facebook.com/CenterForOrthopaedicsAndSportsMedicine?ref=hl" target="_blank" aria-label="Follow Center for orthopedics and Sports Medicine on facebook"><img src="/images/facebook-icon.png" /></a> </li> <li class="twitter"> <a href="https://twitter.com/CFOSM_VA" target="_blank" aria-label="Follow Center for orthopedics and Sports Medicine on Twitter"><img src="/images/twitter-icon.png" /></a> </li> <!-- <li class="linkedin"><a href="https://www.linkedin.com/" target="_blank" aria-label="Fallow Center for orthopedics and Sports Medicine on LinkedIn"><span>LinkedIn</span></a></li> <li class="googleplus"><a href="https://plus.google.com/" target="_blank" aria-label="Fallow Gabriel S. Levi, MD on facebook"><span>GooglePlus</span></a></li> --> <li class="youtube"> <a href="https://www.youtube.com/channel/UCbnbjQcYzY4_ZUtV_Gw9viA" target="_blank" aria-label="Subscribe to Center for orthopedics and Sports Medicine Youtube Channel" rel="nofollow"><img src="/images/youtube-icon.png" /></a> </li> <li class="blog"> <a href="blog.html" aria-label="Follow Center for orthopedics and Sports Medicine on Blog"><img src="/images/blog-icon.png" /></a> </li> </ul> </div> </div> </footer> </div> <script src="/js/jquery.flexisel.js"></script> <script> $(window).on('load', function(){ $("#home-services").flexisel({ visibleItems: 3, animationSpeed: 1000, autoPlay: true, autoPlaySpeed: 3000, pauseOnHover: true, enableResponsiveBreakpoints: true, responsiveBreakpoints: { portrait: { changePoint: 568, visibleItems: 1 }, landscape: { changePoint: 750, visibleItems: 2 }, tablet: { changePoint: 960, visibleItems: 2 } } }); }); </script> <script src="/js/crawler.js"></script> <script> $(document).ready(function() { marqueeInit({ uniqueid: 'mycrawler', style: { 'padding': '10px', 'width': '100%', //'background': 'white', //'border': '1px solid #000' }, inc: 8, //speed - pixel increment for each iteration of this marquee's movement mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false) moveatleast: 2, neutral: 650, savedirection: true }); }); </script> <!-- <script > $(document).ready(function(){ $('.menu-section').slicknav({ prependTo:"#menu-section" }); }); </script> --> <!-- Built With YPOCMS--> <script> $(window).scroll(function() { if ($(document).width() > 960) { var iCurScrollPos = $(this).scrollTop(); if (iCurScrollPos) { $('#sticky').addClass('stickyMenu'); } else { $('#sticky').removeClass('stickyMenu'); } } //iScrollPos = iCurScrollPos; }); </script> <script> var acc = document.getElementsByClassName("accordion"); var i; for (i = 0; i < acc.length; i++) { acc[i].addEventListener("click", function() { this.classList.toggle("active"); var panel = this.nextElementSibling; if (panel.style.maxHeight) { panel.style.maxHeight = null; } else { panel.style.maxHeight = panel.scrollHeight + "px"; } }); } </script> </body> </html>