CINXE.COM

About Labcorp OnDemand | Order Lab Tests from Home

<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="UTF-8"/> <title>About Labcorp OnDemand | Order Lab Tests from Home</title> <meta property="title" content="About Labcorp OnDemand | Order Lab Tests from Home"/> <meta name="description" content="Labcorp OnDemand delivers convenient, fast and secure lab and home testing options for assessing your health."/> <meta name="template" content="labcorp-ondemand-content-page"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta property="og:url" content="https://www.ondemand.labcorp.com/about-us"/> <meta property="og:title" content="About Labcorp OnDemand | Order Lab Tests from Home"/> <meta property="og:description" content="Labcorp OnDemand delivers convenient, fast and secure lab and home testing options for assessing your health."/> <script defer="defer" type="text/javascript" src="/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js"></script> <link rel="canonical" href="https://www.ondemand.labcorp.com/about-us"/> <script src="/etc.clientlibs/clientlibs/granite/jquery.lc-f9e8e8c279baf6a1a278042afe4f395a-lc.min.js"></script> <script src="/etc.clientlibs/clientlibs/granite/utils.lc-899004cc02c33efc1f6694b1aee587fd-lc.min.js"></script> <script src="/etc.clientlibs/clientlibs/granite/jquery/granite.lc-011c0fc0d0cf131bdff879743a353002-lc.min.js"></script> <script src="/etc.clientlibs/foundation/clientlibs/jquery.lc-dd9b395c741ce2784096e26619e14910-lc.min.js"></script> <link rel="stylesheet" href="/etc.clientlibs/labcorpondemandaem/clientlibs/clientlib-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/labcorpondemandaem/clientlibs/clientlib-base.lc-d31fac99b2eaa523021719d9af9aedf9-lc.min.css" type="text/css"> <link rel="apple-touch-icon" sizes="180x180" href="/content/dam/labcorp-ondemand/assets/favicons/apple-touch-icon.png"/> <link rel="icon" type="image/png" sizes="32x32" href="/content/dam/labcorp-ondemand/assets/favicons/favicon-32x32.png"/> <link rel="icon" type="image/png" sizes="16x16" href="/content/dam/labcorp-ondemand/assets/favicons/favicon-16x16.png"/> <script type="text/javascript" src="https://assets.adobedtm.com/387d64faac89/e044b3040065/launch-645786fbd270.min.js" async></script> <link rel="stylesheet" href="/etc.clientlibs/labcorpondemandaem/clientlibs/clientlib-site.lc-1aedce14db5ea64393a966fe97400ed8-lc.min.css" type="text/css"> <link rel="stylesheet" href="/etc.clientlibs/labcorpondemandaem/clientlibs/clientlib-labcorpondemandaem-react.lc-65838752313dd3fdba19e5880be49212-lc.min.css" type="text/css"> </head> <body class="page basicpage" id="page-6305cf3169" data-cmp-link-accessibility-enabled data-cmp-link-accessibility-text="opens in a new tab" data-cmp-data-layer-name="adobeDataLayer"> <div class="root container responsivegrid"> <div id="container-38c765af1d" class="cmp-container"> <div class="experiencefragment"> <div id="experiencefragment-97c86dd182" class="cmp-experiencefragment cmp-experiencefragment--adobe-launch-flicker-script"> <div id="container-e7d27f7891" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="container responsivegrid aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--12 aem-GridColumn--offset--default--0"> <div id="container-a41ae52f1e" class="cmp-container"> <div class="schema"> <script type="text/javascript" async> ;(function(win, doc, style, timeout) { var STYLE_ID = 'at-body-style'; function getParent() { return doc.getElementsByTagName('head')[0]; } function addStyle(parent, id, def) { if (!parent) { return; } var style = doc.createElement('style'); style.id = id; style.innerHTML = def; parent.appendChild(style); } function removeStyle(parent, id) { if (!parent) { return; } var style = doc.getElementById(id); if (!style){ return; } parent.removeChild(style); } addStyle(getParent(), STYLE_ID, style); setTimeout(function() { removeStyle(getParent(), STYLE_ID); } , timeout); }(window, document, "body {opacity: 0 !important}", 3000)); </script></div> </div> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-eeea43d630" class="cmp-experiencefragment cmp-experiencefragment--header"> <div id="container-c8a0dddcd5" class="cmp-container"> <div class="container responsivegrid"> <div id="container-7830f2181c" class="cmp-container"> <div class="dataanalytics"><script> window.digitalData={ "page":{ "pageInfo":{ "pageName":"About Labcorp OnDemand | Order Lab Tests from Home", "authenticationState":"", "userID":"" }, "category":{ "pageType":"/conf/labcorpondemandaem/settings/wcm/templates/labcorp-ondemand-content-page" } }, product:{ "productInfo":{ "productName":"", "productID":"", "primaryCategory":"", "quantity":"", "price":"" } }, event:[], form:{ "filedName":"", "filedValue":"" } } </script></div> <div class="datalayer"> <script type="text/javascript" async="true" defer="true"> let paramsDataLayer = (new URL(window.location.href)).searchParams; let siteNameAbbreviation = "ond_lc"; let isHomepage = window.location.pathname.split('/').filter(i => i !== '').join(' | ') == ""; let pageName = siteNameAbbreviation + " | " + (isHomepage ? 'home' : window.location.pathname.split('/').filter(i => i !== '').join(' | ')); let siteSection = siteNameAbbreviation + " | " + (isHomepage ? 'home' : window.location.pathname.split('/').filter(i => i !== '').join(' | ')); let shortPageName = isHomepage ? 'home' : window.location.pathname.split('/').filter(i => i !== '').pop(); let pageTags = []; let keywords = document.querySelector("meta[name=keywords]"); if (keywords) { pageTags = keywords.content.split(","); } function getCookieValue(name) { const cookieArr = document.cookie.split(";"); for (let i = 0; i < cookieArr.length; i++) { const cookiePair = cookieArr[i].trim(); if (cookiePair.startsWith(name + "=")) { return cookiePair.split("=")[1]; } } return null; } let userId = getCookieValue('ln'); let login = getCookieValue('customer_name'); let userStatus = login ? 'LoggedIn' : 'Not loggedIn'; const cookieArr = document.cookie.split(";"); console.log("login Name details................",login); console.log("user ID................",userId); console.log("user Status................",userStatus); window.adobeDataLayer = window.adobeDataLayer || []; setTimeout(function(){ adobeDataLayer.push({ 'campaign': { 'utm_audience': paramsDataLayer.get('utm_audience') ? paramsDataLayer.get('utm_audience') : undefined, 'utm_content': paramsDataLayer.get('utm_content') ? paramsDataLayer.get('utm_content') : undefined, 'utm_channel': paramsDataLayer.get('utm_channel') ? paramsDataLayer.get('utm_channel') : undefined, 'utm_id': paramsDataLayer.get('utm_id') ? paramsDataLayer.get('utm_id') : undefined, 'utm_medium': paramsDataLayer.get('utm_medium') ? paramsDataLayer.get('utm_medium') : undefined, 'utm_name': paramsDataLayer.get('utm_campaign') ? paramsDataLayer.get('utm_campaign') : undefined, 'utm_source': paramsDataLayer.get('utm_source') ? paramsDataLayer.get('utm_source') : undefined, 'utm_source_platform': paramsDataLayer.get('utm_source_platform') ? paramsDataLayer.get('utm_source_platform') : undefined, 'utm_strategy': paramsDataLayer.get('utm_strategy') ? paramsDataLayer.get('utm_strategy') : undefined, 'utm_term': paramsDataLayer.get('utm_term') ? paramsDataLayer.get('utm_term') : undefined, 'utm_tactic': paramsDataLayer.get('utm_tactic') ? paramsDataLayer.get('utm_tactic') : undefined, }, 'event': 'pageview', 'pageName': pageName || undefined, 'pageCleanUrl': location.protocol+'//'+location.host+location.pathname || undefined, 'pageHostname': window.location.hostname || undefined, 'pageQuerystring': window.location.search ? window.location.search : undefined, 'pagePath': window.location.pathname || undefined, 'pageCategory': window.location.pathname.split("/")[1] ? window.location.pathname.split("/")[1] : undefined, 'pageSubcategory': window.location.pathname.split("/")[2] ? window.location.pathname.split("/")[2] : undefined, 'pageTags': pageTags || undefined, 'siteSection': siteSection || undefined, 'pageType': window.location.pathname.split("/")[4] ? window.location.pathname.split("/")[4] : undefined, 'shortPageName': shortPageName || undefined, 'userId': userId || undefined, 'userState': userStatus || undefined, 'userType': 'Patient' }); }, 2000); </script></div> <div class="header"> <div class="component-max-width"> <nav class="global-header linksHeader" id="labcorp-ondemand-header"> <a class="global-header-logo-section" href="/content/labcorp-ondemand/us/en"> <img class="logo-image" src="/content/dam/labcorp-ondemand/assets/icons/labcorp-ondemand-logo.svg" loading="lazy" alt="Labcorp Logo"/> </a> <div class="header-links"> <a class="button-type" target="_self" href="/content/labcorp-ondemand/us/en/products"> <span class="button-text cmp-button">Shop Tests</span> </a> <a class="link-type" target="_blank" href="https://patient.labcorp.com/portal/results/list"> <span class="button-text cmp-button">View Results </span> </a> <a class="link-type" target="_self" href="/kit/register/code/"> <span class="button-text cmp-button">Register Kit</span> </a> <a class="link-type" target="_self" href="/content/labcorp-ondemand/us/en/about-us"> <span class="button-text cmp-button">About</span> </a> <span id="customer" data-reactComponent="customer" data-signinUrl="https://login-patient.labcorp.com/oauth2/default/v1/authorize?client_id=0oaymq2plpC2TAtE80x7&amp;grant_type=authorization_code&amp;redirect_uri=https%3A%2F%2Fwww.ondemand.labcorp.com%2Fauth%2Fcallback%2F&amp;context=signin&amp;response_type=code&amp;AUTHORIZEURL=1&amp;scope=openid+profile+email&amp;state=" data-firstNameLink="/sales/order/history/" data-signinLabel="Sign In" data-magentoRedirectPath="/auth/callback/index/referer" data-oktaSessionURL="https://login-patient.labcorp.com/api/v1/sessions/me"></span> <a class="link-type mobile authorized" id="sign-out-header-trigger" target="_self" data-href="/customer/account/logout" href="/customer/account/logout"> <span class="button-text cmp-button">Sign Out</span> </a> <div class="cmp-headersearch__container searchbar modalView"> <div class="searchbar__root " id="labcorp-ondemand-header"> <button class="searchbar__trigger " title="Search" onClick="showHideSearchBar(this)"> <span class="searchbar__trigger-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"> <g clip-path="url(#clip0_3606_2209)"> <path d="M24.6838 23.1181L18.1933 15.9363C19.3912 14.4706 20.1123 12.5896 20.1123 10.5499C20.1123 5.83522 16.2743 2 11.5562 2C6.83805 2 3 5.83522 3 10.5499C3 15.2645 6.83805 19.0997 11.5562 19.0997C13.353 19.0997 15.0153 18.5379 16.3965 17.5974L22.8748 24.7548C23.1192 25.0235 23.4493 25.1579 23.7793 25.1579C24.0726 25.1579 24.366 25.0602 24.5982 24.8403C25.0994 24.3884 25.136 23.6189 24.6838 23.1181ZM5.44462 10.5499C5.44462 7.17877 8.1826 4.44282 11.5562 4.44282C14.9297 4.44282 17.6677 7.17877 17.6677 10.5499C17.6677 13.9209 14.9297 16.6569 11.5562 16.6569C8.1826 16.6569 5.44462 13.9209 5.44462 10.5499Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_3606_2209"> <rect width="28" height="28" fill="white"/> </clipPath> </defs> </svg> </span> </button> <div class="searchbar__body hide" role="search"> <div class="searchbar__form-container "> <div class="component-max-width searchbar-form-modal"> <button aria-label="searchbar back button" class="searchbar__back-button" onclick="showHideSearchBarOrHistoryBack(this,'/content/labcorp-ondemand/us/en/about-us')"><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 49.656 49.656" style="enable-background:new 0 0 49.656 49.656;" xml:space="preserve"> <g> <polygon style="fill:#3A5CE9;" points="35.121,1.414 37.949,4.242 17.364,24.828 37.949,45.414 35.121,48.242 11.707,24.828 "/> <path style="fill:#3A5CE9;" d="M35.122,49.656L10.292,24.828L35.121,0l4.242,4.242L18.778,24.828l20.586,20.586L35.122,49.656z M13.121,24.828l22.001,22l1.414-1.414L15.95,24.828L36.535,4.242l-1.414-1.414L13.121,24.828z"/> </g> </svg><span class="search-back-btn-text">Cancel</span></button> <form class="searchbar__form" autocomplete="off" _lpchecked="1" action="/search"> <div class="searchbar__heading">Search Tests</div> <span class="searchbar__fields" style="--iconsBefore:1; --iconsAfter:0;"> <span class="searchbar__input-container"> <input class="searchbar__input" type="text" name="search_query" maxlength="50" role="searchbox" placeholder="What can we help you find?"/> </span> <span class="searchbar__input-before"> <span class="searchbar__search-icon"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.16667 15.8333C12.8486 15.8333 15.8333 12.8486 15.8333 9.16667C15.8333 5.48477 12.8486 2.5 9.16667 2.5C5.48477 2.5 2.5 5.48477 2.5 9.16667C2.5 12.8486 5.48477 15.8333 9.16667 15.8333Z" stroke="#5A5758" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.5 17.5L13.875 13.875" stroke="#5A5758" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> </svg> </span> </span> <a class="searchbar__input-after" href="javascript:void(0)" onclick="deleteSearchText(this)">Clear</a> </span> </form> </div> </div> </div> </div></div> <a class="add-to-cart-logo-section desktop" href="/checkout/cart/"> <img class="logo-image hide" src="/content/dam/labcorp-ondemand/assets/icons/cart-items-icon.svg" loading="lazy" alt="Add Cart"/> <img class="empty-logo-image show" src="/content/dam/labcorp-ondemand/assets/icons/cart-empty-icon.svg" loading="lazy" alt="Add Cart"/> <span id="cart" class="cartItems" data-reactComponent="cart"></span> <span id="cart" class="cartItems hide" data-reactComponent="clearCart"></span> </a> </div> <div class="cart-burger-holder"> <span class="cmp-headersearch__mobile"> <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"> <g clip-path="url(#clip0_3606_2734)"> <path d="M24.6838 23.1181L18.1933 15.9363C19.3912 14.4706 20.1123 12.5896 20.1123 10.5499C20.1123 5.83522 16.2743 2 11.5562 2C6.83805 2 3 5.83522 3 10.5499C3 15.2645 6.83805 19.0997 11.5562 19.0997C13.353 19.0997 15.0153 18.5379 16.3965 17.5974L22.8748 24.7548C23.1192 25.0235 23.4493 25.1579 23.7793 25.1579C24.0726 25.1579 24.366 25.0602 24.5982 24.8403C25.0994 24.3884 25.136 23.6189 24.6838 23.1181ZM5.44462 10.5499C5.44462 7.17877 8.1826 4.44282 11.5562 4.44282C14.9297 4.44282 17.6677 7.17877 17.6677 10.5499C17.6677 13.9209 14.9297 16.6569 11.5562 16.6569C8.1826 16.6569 5.44462 13.9209 5.44462 10.5499Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_3606_2734"> <rect width="28" height="28" fill="white"/> </clipPath> </defs> </svg> </span> <a class="add-to-cart-logo-section mobile" href="/checkout/cart/"> <img class="logo-image hide" src="/content/dam/labcorp-ondemand/assets/icons/cart-items-icon.svg" loading="lazy" alt="Add Cart"/> <img class="empty-logo-image show" src="/content/dam/labcorp-ondemand/assets/icons/cart-empty-icon.svg" loading="lazy" alt="Add Cart"/> <span id="cartMobile" class="cartItems" data-reactComponent="cartMobile"></span> </a> <div class="burger" onclick="globalHeaderBurger(this)"> <svg class="active" width="20" height="20" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0 16H18V14H0V16ZM0 9H18V7H0V9ZM0 0V2H18V0H0Z" fill="white"></path> </svg> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 2L18 0L10 8L2 0L0 2L8 10L0 18L2 20L10 12L18 20L20 18L12 10L20 2Z" fill="white"></path> </svg> </div> </div> </nav> </div></div> </div> </div> </div> </div> </div> <div class="container responsivegrid component-max-width"> <div id="container-0bd4dd6c59" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="teaser background-image text-color-white text-align-center aem-GridColumn aem-GridColumn--default--12"> <div class="teaser-background-image fixed-height-image-true" style="background-image:url('\2f content\2f dam\2flabcorp-ondemand\2f assets\2f about-us\2f About-us.png')"> <div class="container container-teaser aem-Grid aem-Grid--12" data-mobbackground="/content/dam/labcorp-ondemand/assets/about-us/AboutUs-Hero-img-mobile.png" data-background="/content/dam/labcorp-ondemand/assets/about-us/About-us.png"> <section id="content" class="contents reverse aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <h2 class="heading">The answers to your health start with a test.</h2> <p class="desc-text"><p>Labcorp OnDemand makes it easy to order the same tests your doctor recommends without leaving your home. You place the order. You get the results.</p> </p> <div class="buttons-container"> <div class="button primary-default dark-bg large"> <a class="cmp-button" href="/content/labcorp-ondemand/us/en/products" target="_self"> <span class="cmp-button__text">Shop All Tests</span> </a> </div> </div> </section> <section id="image" class="images-section aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <picture> <img class="images" src="/content/dam/labcorp-ondemand/assets/about-us/About-us.png" loading="lazy" alt="Seated individual gazing at a laptop, concentrating on their work or research" srcset=""/> </picture> </section> </div> </div> <link rel="stylesheet" href="/etc.clientlibs/labcorpondemandaem/components/teaser/clientlibs.lc-b08c6bc8aa86c3f2256f50c26d025446-lc.min.css" type="text/css"> <script src="/etc.clientlibs/labcorpondemandaem/clientlibs/clientlib-dependencies.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.js"></script> <script src="/etc.clientlibs/labcorpondemandaem/components/teaser/clientlibs.lc-9e9369dca7e61c3a576d791465bf4558-lc.min.js"></script> </div> <div class="verticalspacer aem-GridColumn aem-GridColumn--default--12"> <div class="desktop-90 tablet-90 mobile-60"> </div></div> <div class="teaser right-align aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--offset--default--1"> <div class="teaser-background-image " style="background-image:url('\2f content\2f dam\2flabcorp-ondemand\2f assets\2f about-us\2fPicture2.png')"> <div class="container container-teaser aem-Grid aem-Grid--12" data-background="/content/dam/labcorp-ondemand/assets/about-us/Picture2.png"> <section id="content" class="contents reverse aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <h2 class="heading">Tests that are science-backed, people-focused.</h2> <p class="desc-text"><p>Behind each Labcorp OnDemand test are scientific experts with decades of experience coming together to provide life-changing answers for people everywhere. Every test is designed to enable more people to improve health on their own terms.</p> </p> </section> <section id="image" class="images-section aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <picture> <img class="images" src="/content/dam/labcorp-ondemand/assets/about-us/Picture2.png" loading="lazy" alt="A woman in yoga attire stands in a room, embodying strength and focus as she prepares for her exercise routine" srcset=""/> </picture> </section> </div> </div> </div> <div class="verticalspacer aem-GridColumn aem-GridColumn--default--12"> <div class="desktop-90 tablet-90 mobile-60"> </div></div> <div class="teaser left-align aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--offset--default--1"> <div class="teaser-background-image " style="background-image:url('\2f content\2f dam\2flabcorp-ondemand\2f assets\2f about-us\2fPicture3.png')"> <div class="container container-teaser aem-Grid aem-Grid--12" data-background="/content/dam/labcorp-ondemand/assets/about-us/Picture3.png"> <section id="content" class="contents reverse aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <h2 class="heading">Every answer counts.</h2> <p class="desc-text"><p>We’re delivering specific, consistent, credible results straight to the people who need them most. Our network of CAP-accredited and CLIA-certified laboratories typically processes 3 million samples every week. With the right information, there’s no telling how much stronger, how much healthier you can be.</p> </p> </section> <section id="image" class="images-section aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <picture> <img class="images" src="/content/dam/labcorp-ondemand/assets/about-us/Picture3.png" loading="lazy" alt="A laboratory professional in a white coat presents a tube of blood, emphasizing the importance of clinical analysis" srcset=""/> </picture> </section> </div> </div> </div> <div class="verticalspacer aem-GridColumn aem-GridColumn--default--12"> <div class="desktop-90 tablet-90 mobile-60"> </div></div> <div class="teaser right-align aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--offset--default--1"> <div class="teaser-background-image " style="background-image:url('\2f content\2f dam\2flabcorp-ondemand\2f assets\2f about-us\2f about 1.png')"> <div class="container container-teaser aem-Grid aem-Grid--12" data-background="/content/dam/labcorp-ondemand/assets/about-us/about 1.png"> <section id="content" class="contents reverse aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <h2 class="heading">Over 50,000 people working on the next breakthrough.</h2> <p class="desc-text"><p>From diagnostics to early clinical development to research and analytics, discover more about the people at Labcorp working to make a difference for people around the world.</p> </p> <div class="buttons-container"> <div class="button primary-default light-bg large"> <a class="cmp-button" href="https://www.labcorp.com/about" target="_self"> <span class="cmp-button__text">About Labcorp</span> </a> </div> </div> </section> <section id="image" class="images-section aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <picture> <img class="images" src="/content/dam/labcorp-ondemand/assets/about-us/about%201.png" loading="lazy" alt="A woman wearing a lab coat engaged in scientific work, showcasing her dedication in a lab." srcset=""/> </picture> </section> </div> </div> </div> <div class="verticalspacer aem-GridColumn aem-GridColumn--default--12"> <div class="desktop-90 tablet-90 mobile-60"> </div></div> <div class="teaser left-align aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--offset--default--1"> <div class="teaser-background-image " style="background-image:url('\2f content\2f dam\2flabcorp-ondemand\2f assets\2f about-us\2f about us 2.png')"> <div class="container container-teaser aem-Grid aem-Grid--12" data-background="/content/dam/labcorp-ondemand/assets/about-us/about us 2.png"> <section id="content" class="contents reverse aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <h2 class="heading">Here when you need us.</h2> <p class="desc-text"><p>With over 2,000 Patient Service Centers and the convenience of purchasing over 40 Labcorp OnDemand health tests from home, we’re here, there and almost anywhere you are. </p> </p> <div class="buttons-container"> <div class="button primary-default light-bg large"> <a class="cmp-button" href="https://www.labcorp.com/labs-and-appointments" target="_self"> <span class="cmp-button__text">Locations &amp; Appointments</span> </a> </div> </div> </section> <section id="image" class="images-section aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <picture> <img class="images" src="/content/dam/labcorp-ondemand/assets/about-us/about%20us%202.png" loading="lazy" alt="2000 Plus Patient Service Centers" srcset=""/> </picture> </section> </div> </div> </div> <div class="verticalspacer aem-GridColumn aem-GridColumn--default--12"> <div class="desktop-60 tablet-60 mobile-30"> </div></div> <div class="teaser background-image container-footer text-color-white text-align-center aem-GridColumn aem-GridColumn--default--12"> <div class="teaser-background-image " style="background-image:url('')"> <div class="container container-teaser aem-Grid aem-Grid--12" data-background=" "> <section id="content" class="contents reverse aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <h2 class="heading">Get to know more about how Labcorp OnDemand can work for you.</h2> <div class="buttons-container"> <div class="button primary-default dark-bg large"> <a class="cmp-button" href="https://support.ondemand.labcorp.com/hc/en-us" target="_self"> <span class="cmp-button__text">FAQs and Helpful Information</span> </a> </div> </div> </section> <section id="image" class="images-section aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> </section> </div> </div> </div> <div class="container responsivegrid aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--offset--default--1"> <div id="container-266e7d0124" class="cmp-container"> <div class="verticalspacer"> <div class="desktop-60 tablet-60 mobile-30"> </div></div> <div class="teaser"> <div class="teaser-background-image " style="background-image:url('')"> <div class="container container-teaser aem-Grid aem-Grid--12" data-background=" "> <section id="content" class="contents reverse aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> </section> <section id="image" class="images-section aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> </section> </div> </div> </div> </div> </div> <div class="experiencefragment aem-GridColumn aem-GridColumn--default--12"> <div id="experiencefragment-76be981fed" class="cmp-experiencefragment cmp-experiencefragment--Promote-Products2"> <div id="container-82a4efb95a" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="container responsivegrid aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--12 aem-GridColumn--offset--default--0"> <div id="container-b09a268734" class="cmp-container"> <div class="promoteproducts productcarousel carousel"> <div class="promote-product-container aem-Grid aem-Grid--12"> <div class="promote-product-header-container component-max-width aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--tablet--12 aem-GridColumn--phone--12 aem-GridColumn--offset--default--1 aem-GridColumn--offset--phone--0 aem-GridColumn--offset--tablet--0"> <h2 class="promote-product-header productCardHeader">Featured Health Tests</h2> </div> <div class=" cmp-product-card-prevnext-buttons hide-tablet hide-mobile component-max-width aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--tablet--12 aem-GridColumn--phone--12 aem-GridColumn--offset--default--1 aem-GridColumn--offset--phone--0 aem-GridColumn--offset--tablet--0"> <span aria-label="previous arrow" class="arrow prev carousel__prev" onclick="cmpProductcardPrevSlider(this)" id="cmp-product-card-prev"> <span class="cmp-product-card-previous-btn-disable"><svg class="cmp-product-card-prev-svg" width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="22.5" cy="22.5" r="22.5" fill="#F4F4F4"/> <path d="M25 28L19 22L25 16" stroke="#C8C7C7" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> </svg> </span> </span> <span aria-label="next arrow" class="arrow next carousel__next" onclick="cmpProductCardNextSlider(this)" id="cmp-product-card-next"> <span class="cmp-product-card-next-btn-active"><svg class="cmp-product-card-next-svg" width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="22.5" cy="22.5" r="22.5" fill="#white"/> <path d="M20 28L26 22L20 16" stroke="#3A5CE9" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> </svg> </span> </span> </div> <div class=" cmp-product-card-img-slider component-max-width aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--tablet--12 aem-GridColumn--phone--12 aem-GridColumn--offset--default--1 aem-GridColumn--offset--phone--0 aem-GridColumn--offset--tablet--0" id="wrapper"> <div id="cmp-product-card-carousel" class="cmp-product-card-carousel"> <div class="cmp-cmp-product-card-box-holder cmp-product-card-content promote-product-justify-alignment" id="cmp-product-card-content"> <a href="/content/labcorp-ondemand/us/en/lab-tests/micronutrient-test" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/m/i/micronutrient-plp.jpg" loading="lazy" alt="Man eating nourishing salad meal that meets vitamin and nutrient levels" width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">Micronutrient Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p>Feeling low on energy? Find out if you’re low in these key vitamins and minerals.</p></p> --> <p>Feeling low on energy? Find out if you’re low in these key vitamins and minerals.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="258472"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$239</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="258472" data-price="$239" data-name="Micronutrient Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/lab-tests/tuberculosis-test" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/t/u/tuberculosis-test-plp_1.jpg" loading="lazy" alt="Young man sitting on couch in living room, feeling sick and coughing." width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">Tuberculosis (TB) Blood Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p>Screen for a Tuberculosis  infection with a simple, convenient blood test.</p></p> --> <p>Screen for a Tuberculosis  infection with a simple, convenient blood test.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="182879"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$149</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="182879" data-price="$149" data-name="Tuberculosis (TB) Blood Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/lab-tests/mens-health" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/m/e/mens-health-plp.png" loading="lazy" alt="Man in kitchen making salad." width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">Men&#39;s Health Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p>This blood test for men offers a comprehensive look at your wellness.</p></p> --> <p>This blood test for men offers a comprehensive look at your wellness.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="LAB004"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$199</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="LAB004" data-price="$199" data-name="Men&#39;s Health Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/lab-tests/womens-health" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/w/o/womens-health-plp.png" loading="lazy" alt="Woman in kitchen making fruit salad." width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">Women&#39;s Health Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p>This women’s health test gives you wellness insights from the inside out.</p></p> --> <p>This women’s health test gives you wellness insights from the inside out.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="LAB003"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$199</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="LAB003" data-price="$199" data-name="Women&#39;s Health Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/at-home-test-kits/colofit-colon-cancer-test" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/c/o/colorectal-cancer-plp.png" loading="lazy" alt="Couple embraces on beach." width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">ColoFIT Home Collection Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p>This trusted home test is recommended once a year for those 45 and up.</p></p> --> <p>This trusted home test is recommended once a year for those 45 and up.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="182949"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$89</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="182949" data-price="$89" data-name="ColoFIT Home Collection Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/lab-tests/pregnancy-test-hcg-quantitative" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/p/r/pregnancy-test-plp-v2.jpg" loading="lazy" alt="Quantitative hCG Pregnancy Test" width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">Quantitative hCG Pregnancy Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p style=" font-weight: 400; ">When you’re expecting, an hCG blood test will help you know for sure.</p></p> --> <p style=" font-weight: 400; ">When you’re expecting, an hCG blood test will help you know for sure.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="004416"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$49</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="004416" data-price="$49" data-name="Quantitative hCG Pregnancy Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/lab-tests/comprehensive-testosterone-test" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/c/o/comprehensive-testosterone-plp.jpg" loading="lazy" alt="Two men running alongside" width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">Comprehensive Testosterone Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p>Assess total and free testosterone, SHBG and albumin levels to evaluate male hormone health.</p></p> --> <p>Assess total and free testosterone, SHBG and albumin levels to evaluate male hormone health.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="140226"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$159</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="140226" data-price="$159" data-name="Comprehensive Testosterone Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/lab-tests/comprehensive-health-screening" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/c/o/comprehensive-health-plp.png" loading="lazy" alt="Joggers out for a run." width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">Comprehensive Health Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p>Start feeling your best with a comprehensive health blood test.</p></p> --> <p>Start feeling your best with a comprehensive health blood test.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="LAB002"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$169</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="LAB002" data-price="$169" data-name="Comprehensive Health Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/at-home-test-kits/covid-19-flu-rsv-test-home-collection-kit" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/c/o/covid19-flu-rsv-home-kit-plp_1.png" loading="lazy" alt="Opened COVID-19 + Flu + RSV Test Home Collection Kit package." width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">COVID-19 &#43; Flu &#43; RSV Test Home Collection Kit</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p>Is it COVID-19, the flu or RSV? Our one swab test can find out.</p></p> --> <p>Is it COVID-19, the flu or RSV? Our one swab test can find out.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="140140"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$129</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="140140" data-price="$129" data-name="COVID-19 + Flu + RSV Test Home Collection Kit"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/lab-tests/thyroid-test" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/t/h/thyroid-health-plp.png" loading="lazy" alt="Woman gently rubs her throat." width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">Standard Thyroid Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p style=" font-weight: 400; ">This thyroid test package can reveal insights into your overall health.</p></p> --> <p style=" font-weight: 400; ">This thyroid test package can reveal insights into your overall health.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="224576"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$89</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="224576" data-price="$89" data-name="Standard Thyroid Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/lab-tests/psa-prostate-cancer-screening-test" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/p/s/psa-prostate-cancer-plp.jpg" loading="lazy" alt="Man discusses prostate cancer screening with healthcare provider." width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">PSA Prostate Cancer Screening Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p style=" font-weight: 400; ">Concerned about prostate cancer? Consider getting a PSA screening.</p></p> --> <p style=" font-weight: 400; ">Concerned about prostate cancer? Consider getting a PSA screening.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="010322"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$69</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="010322" data-price="$69" data-name="PSA Prostate Cancer Screening Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/lab-tests/standard-immunity-test" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/s/t/standard-immunity-plp_7_1.png" loading="lazy" alt="Nurse applies band aid after giving vaccine." width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">Standard Immunity Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p style=" font-weight: 400; ">One test that reveals your immunity status for five infectious diseases.</p></p> --> <p style=" font-weight: 400; ">One test that reveals your immunity status for five infectious diseases.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="LAB013"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$189</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="LAB013" data-price="$189" data-name="Standard Immunity Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> <a href="/content/labcorp-ondemand/us/en/lab-tests/menopause-test" class="cmp-product-card-slider "> <div class="cmp-product-card-img-box"> <img src="https://www.ondemand.labcorp.com/media/catalog/product/cache/4e1d55137c279715449ba336bed87203/m/e/menopause-plp_1.jpg" loading="lazy" alt="Menopausal woman experiencing hot flashes." width="" height=""/> </div> <div class="cmp-product-card-content-holder"> <div class="cmp-product-card-box"> <div class="cmp-product-card-content"> <h3 class="cmp-product-card-tittle">Menopause Test</h3> <button class="collection-methods"></button> <!-- <p class="cmp-product-card-paragraph"><p>Wondering if your symptoms may be a sign of menopause? Our test can help you find out.</p></p> --> <p>Wondering if your symptoms may be a sign of menopause? Our test can help you find out.</p> </div> <div id="ratings" class="product-ratings" data-reactComponent="ratings" data-productsku="501218"> </div> </div> <div class="cmp-product-card-footer"> <div class="price"> <span>$139</span> </div> <!--Temp Fix: to be removed only for covid questionaire --> <span class="react-add-to-cart" data-reactcomponent="addToCart" id="addToCart" data-checkoutLink="/checkout/cart" data-plpLinkFromPdp="/content/labcorp-ondemand/us/en/about-us" data-sku="501218" data-price="$139" data-name="Menopause Test"></span> <!--Temp Fix: to be removed only for covid questionaire --> <!-- <div><button class="product-card-button" >Add to Cart</button></div> --> </div> </div> </a> </div> </div> </div> <div class="cart-popup"></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="container responsivegrid aem-GridColumn aem-GridColumn--default--12"> <div id="container-a5e204f0a6" class="cmp-container"> <div class="verticalspacer"> <div class="desktop-90 tablet-90 mobile-60"> </div></div> <div class="teaser background-image container-footer text-color-white text-align-center"> <div class="teaser-background-image " style="background-image:url('\2f content\2f dam\2flabcorp-ondemand\2f assets\2fglobal-assets\2flocations-background.png')"> <div class="container container-teaser aem-Grid aem-Grid--12" data-mobbackground="/content/dam/labcorp-ondemand/assets/global-assets/teaser_background_mobile_440.png" data-background="/content/dam/labcorp-ondemand/assets/global-assets/locations-background.png"> <section id="content" class="contents reverse aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <h2 class="heading">“So easy. So many tests to choose from. I highly recommend anyone to use this service.”</h2> <p class="desc-text"><p>- Connie, Verified Labcorp OnDemand Customer</p> </p> <div class="buttons-container"> <div class="button primary-default dark-bg large"> <a class="cmp-button" href="/content/labcorp-ondemand/us/en/products" target="_self"> <span class="cmp-button__text">Shop All Tests</span> </a> </div> </div> </section> <section id="image" class="images-section aem-GridColumn aem-GridColumn--default--6 aem-GridColumn--phone--12"> <picture> <img class="images" src="/content/dam/labcorp-ondemand/assets/global-assets/locations-background.png" loading="lazy" srcset=""/> </picture> </section> </div> </div> </div> </div> </div> <div class="verticalspacer aem-GridColumn aem-GridColumn--default--12"> <div class="desktop-90 tablet-90 mobile-60"> </div></div> <div class="title aem-GridColumn aem-GridColumn--default--12"> <div id="title-690c0de7f1" class="cmp-title"> <h2 class="cmp-title__text">Behind the Scenes of Life-changing Science.</h2> </div> </div> <div class="verticalspacer aem-GridColumn aem-GridColumn--default--12"> <div class="desktop-30 tablet-30 mobile-30"> </div></div> <div class="video aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--offset--default--1"> <div class="video aem-Grid aem-Grid--12"> <div class="embed-container videoContainer aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--tablet--12 aem-GridColumn--phone--12 aem-GridColumn--offset--default--1 aem-GridColumn--offset--phone--0 aem-GridColumn--offset--tablet--0" data-vimeo-id="257605623" data-vimeo-color="#3A5CE9" quality="Auto" pip="0" data-vimeo-title="false" data-vimeo-playsinline="false" data-vimeo-byline="false" data-vimeo-transparent="false" data-vimeo-portrait="false"> <!-- <div class="play-icon" id="play-icon" onclick="playVimeo(this)"></div> --> </div> </div> <script src="https://player.vimeo.com/api/player.js"></script></div> <div class="verticalspacer aem-GridColumn aem-GridColumn--default--12"> <div class="desktop-90 tablet-90 mobile-60"> </div></div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-d8c072e1f8" class="cmp-experiencefragment cmp-experiencefragment--email-capture-modal"> <div id="container-8ef5c7757c" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="container responsivegrid aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--12 aem-GridColumn--offset--default--0"> <div id="container-a722417985" class="cmp-container"> <div class="emailCapture text"> <div data-on-pageload="true" data-on-exitintent="true" data-show-persistentcta="true" data-required-user-visits="3" data-promotion-code="OD_Modal_SignUp_P_10" data-invalid-email-error="Please enter a valid email address." data-already-purchased-error="Your email address is already in our system." data-email-form-action-path="/content/experience-fragments/labcorp-ondemand/us/en/site/email-capture-modal/master/jcr:content/root/container/emailcapture.customFormExtension" class="cmp-emailcapture__modal hide"> <div class="cmp-emailcapture__modal-container"> <button class="cmp-emailcapture__modal-close-btn"> <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 2L18 0L10 8L2 0L0 2L8 10L0 18L2 20L10 12L18 20L20 18L12 10L20 2Z" fill="currentColor"/> </g> </svg> </button> <div class="cmp-emailcapture__modal-main"> <div class="cmp-emailcapture__modal-featured-img"> <picture> <source media="(max-width: 1024px)" srcset="/content/dam/labcorp-ondemand/assets/email-capture/email-capture-mobile-center.jpg"/> <source media="(min-width: 1025px)" srcset="/content/dam/labcorp-ondemand/assets/email-capture/email-capture-desktop.jpg"/> <img src="/content/dam/labcorp-ondemand/assets/email-capture/email-capture-mobile-center.jpg" alt=""/> </picture> </div> <div class="cmp-emailcapture__modal-main-container"> <div class="cmp-emailcapture__modal-form emailcapture-before-submit"> <div class="cmp-emailcapture__modal-current-ep-title-img"> <img src="/content/dam/labcorp-ondemand/assets/email-capture/lb-logo.png" alt="" class="cmp-emailcapture__modal-logo"/> </div> <h2 class="cmp-emailcapture__modal-heading">Get 10% off your first test</h2> <div class="cmp-emailcapture__modal-description"><p>Want health answers? Get started with 10% off your first test.<a href="https://support.ondemand.labcorp.com/hc/en-us/articles/33271893091859-Promotions" title="Exclusions Apply" target="_blank" rel="noopener noreferrer">*Exclusions Apply</a>. Sign up now to receive your discount.</p> </div> <form id="emailCaptureForm" action="javascript:void(0)" novalidate> <div class="cmp-emailcapture__modal-inputs"> <label for="useremail">Email Address</label> <input aria-label='required' class="cmp-emailcapture__modal-input" type="email" name="useremail" id="useremail"/> <div class="emailCapture_modal_errorMessage email-capture-modal-hidden-field"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke=" #D80000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"></circle> <line x1="12" y1="8" x2="12" y2="12"></line> <line x1="12" y1="16" x2="12.01" y2="16"></line> </svg> <span id="errorMessage"></span> </div> </div> <div class="cmp-emailcapture__modal-terms"><p>By submitting your email address, you agree to receive marketing emails from Labcorp OnDemand. See Labcorp’s <a href="https://www.labcorp.com/terms-and-conditions" title="Terms and conditions" target="_self" rel="noopener noreferrer">Terms and Conditions</a> and <a href="https://www.labcorp.com/hipaa-privacy" title="Privacy Policy" target="_self" rel="noopener noreferrer">Privacy Policy</a>. Offer valid at ondemand.labcorp.com. <a title="Exclusions Apply" href="https://support.ondemand.labcorp.com/hc/en-us/articles/33271893091859-Promotions" target="_blank" rel="noopener noreferrer">*Exclusions apply</a>. Offer valid on first purchase only and cannot be applied to previous purchases or combined with any other offer. Limit one promo code per order. Valid in the U.S. only. Terms of the offer are subject to change.</p> </div> <div> <button id="submitCapturedEmailCTA" class="cmp-emailcapture__modal-cta-submit" type="submit">Submit</button> </div> <div> <button class="cmp-emailcapture__modal-cta-cancel">No Thanks</button> </div> </form> </div> <div class="cmp-emailcapture__modal-success emailcapture-after-submit hide"> <div class="cmp-emailcapture__modal-current-ep-title-img"> <img src="/content/dam/labcorp-ondemand/assets/email-capture/lb-logo.png" alt="" class="cmp-emailcapture__modal-logo"/> </div> <h2 class="cmp-emailcapture__modal-heading">Thank you!</h2> <div class="cmp-emailcapture__modal-description"><p>We’re excited to share the latest updates from OnDemand with you. Use code Welcome10 at checkout to receive 10% off. Exclusions apply.</p> </div> <div> <button id="closeWindowCta" class="cmp-emailcapture__modal-cta-submit" type="button">Close Window</button> </div> </div> </div> </div> </div> </div> <div class="cmp-emailcapture__persisten-callout hide "> <div class="cmp-emailcapture__persisten-callout-cta"> Save 10%* </div> <button class="cmp-emailcapture__persisten-callout-close"> <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_3164_819)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M18 1.8L16.2 0L9 7.2L1.8 0L0 1.8L7.2 9L0 16.2L1.8 18L9 10.8L16.2 18L18 16.2L10.8 9L18 1.8Z" fill="white"/> </g> <defs> <clipPath id="clip0_3164_819"> <rect width="18" height="18" fill="white"/> </clipPath> </defs> </svg> </button> </div> </div> </div> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-caa52b5b0b" class="cmp-experiencefragment cmp-experiencefragment--Footer"> <div id="container-29af9165cf" class="cmp-container"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="container responsivegrid aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--12 aem-GridColumn--offset--default--0"> <div id="container-68bdf4151f" class="cmp-container"> <div class="emailCapture text"> <div id="emailCapture" class="emailcapture_container" data-reactComponent="emailCapture" data-title="Get 10% off your first test" data-description="Want health answers? Get started with 10% off your first test.* Sign up now to receive your discount." data-legalcopy="&lt;p>By submitting your email address, you agree to receive marketing emails from Labcorp OnDemand. See Labcorp’s&amp;nbsp;&lt;a href=&#34;https://www.labcorp.com/terms-and-conditions&#34; title=&#34;Terms and Conditions&#34; target=&#34;_self&#34; rel=&#34;noopener noreferrer&#34;>Terms and Conditions&lt;/a>&amp;nbsp;and&amp;nbsp;&lt;a href=&#34;https://www.labcorp.com/hipaa-privacy&#34; title=&#34;Privacy Policy&#34; target=&#34;_self&#34; rel=&#34;noopener noreferrer&#34;>Privacy Policy&lt;/a>. *Offer valid at ondemand.labcorp.com.&amp;nbsp;&lt;a href=&#34;https://support.ondemand.labcorp.com/hc/en-us/articles/33271893091859-Promotions&#34; title=&#34;Exclusions apply&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;>Exclusions apply&lt;/a>. Offer valid on first purchase only and cannot be applied to previous purchases or combined with any other offer. Limit one promo code per order. Valid in the U.S. only. Terms of the offer are subject to change.&lt;/p> " data-submitctatext="Submit" data-successmessage="&lt;p>Thank you! We’re excited to share the latest updates from OnDemand with you. Use code Welcome10 at checkout to receive 10% off. Exclusions apply.&lt;/p> " data-invalidemailerror="Please enter a valid email address." data-alreadypurchasederror="Your email address is already in our system." data-promotion="OD_Footer_SignUp_P_10" data-inputfieldlabel="Email Address" data-inputfieldarialabel="Enter the email address" data-resourcetypepath="/content/experience-fragments/labcorp-ondemand/us/en/site/Footer/master/jcr:content/root/container/emailcapture.customFormExtension"> </div> </div> <div class="globalfooter"> <div class="footerAuthenticationVariables" data-oktaSessionURL="https://login-patient.labcorp.com/api/v1/sessions/me" data-magentoRedirectPath="/auth/callback/index/referer"></div> <div id="footer-labcorp-ondemand"> <div class="upper-section-bg-color aem-Grid aem-Grid--12"> <section class="global-footer component-max-width aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--offset--default--1"> <div class="global-footer-heading-texts"> <a class="global-footer-logo-svg" href="/content/labcorp-ondemand/us/en"> <img src="/content/dam/labcorp-ondemand/assets/icons/labcorp-ondemand-logo-white.svg" loading="lazy" alt="Labcorp Logo"/> </a> <hr class="global-footer-hr-line"/> </div> <section class="global-footer-navbar"> <div class="global-footer-nav-packet"> <div class="header-text-icon" onclick="globalFooterAccordian(this)"> <div class="global-footer-heading-text">Our Tests</div> <div class="global-header-accrdian-icon"> <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4365_5816)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M-9.17939e-08 5.50039L2.1 3.40039L9 10.3004L15.9 3.40039L18 5.50039L9 14.5004L-9.17939e-08 5.50039Z" fill="white"/> </g> <defs> <clipPath id="clip0_4365_5816"> <rect width="18" height="18" fill="white"/> </clipPath> </defs> </svg> </div> </div> <ul> <li><a class="common" href="/content/labcorp-ondemand/us/en/products?category_id=20" data-href="/content/labcorp-ondemand/us/en/products?category_id=20">Shop All Tests</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/products?category_id=28" data-href="/content/labcorp-ondemand/us/en/products?category_id=28">Annual Wellness</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/products?category_id=27" data-href="/content/labcorp-ondemand/us/en/products?category_id=27">Fertility &amp; Sexual Health</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/products?category_id=29" data-href="/content/labcorp-ondemand/us/en/products?category_id=29">COVID-19</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/products?category_id=23" data-href="/content/labcorp-ondemand/us/en/products?category_id=23">Nutrition &amp; Vitamin Health</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/products?category_id=24" data-href="/content/labcorp-ondemand/us/en/products?category_id=24">Allergy</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/products?category_id=34" data-href="/content/labcorp-ondemand/us/en/products?category_id=34">Heart Health</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/products?category_id=37" data-href="/content/labcorp-ondemand/us/en/products?category_id=37">Hormones</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/products?category_id=22" data-href="/content/labcorp-ondemand/us/en/products?category_id=22">General Health</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/products?category_id=21" data-href="/content/labcorp-ondemand/us/en/products?category_id=21">Immunity &amp; Infectious Disease</a></li> <li></li> </ul> </div> <div class="global-footer-nav-packet"> <div class="header-text-icon" onclick="globalFooterAccordian(this)"> <div class="global-footer-heading-text">Resources</div> <div class="global-header-accrdian-icon"> <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4365_5816)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M-9.17939e-08 5.50039L2.1 3.40039L9 10.3004L15.9 3.40039L18 5.50039L9 14.5004L-9.17939e-08 5.50039Z" fill="white"/> </g> <defs> <clipPath id="clip0_4365_5816"> <rect width="18" height="18" fill="white"/> </clipPath> </defs> </svg> </div> </div> <ul> <li><a class="common" href="/content/labcorp-ondemand/us/en/business" data-href="/content/labcorp-ondemand/us/en/business">For Businesses</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/blog" data-href="/content/labcorp-ondemand/us/en/blog">Blog</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/about-us" data-href="/content/labcorp-ondemand/us/en/about-us">About Us</a></li> <li></li> <li><a class="common" href="https://support.ondemand.labcorp.com/hc/en-us" data-href="https://support.ondemand.labcorp.com/hc/en-us" target="_blank">Help<span class="hippa-privacy-svg"><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.4444 12.4444H1.55556V1.55556H7V0H1.55556C0.7 0 0 0.7 0 1.55556V12.4444C0 13.3 0.7 14 1.55556 14H12.4444C13.3 14 14 13.3 14 12.4444V7H12.4444V12.4444ZM8.5554 0V1.55556H11.3554L3.73318 9.17778L4.82207 10.2667L12.4443 2.64444V5.44444H13.9998V0H8.5554Z" fill="white"/> </svg></span></a></li> <li></li> </ul> </div> <div class="global-footer-nav-packet"> <div class="header-text-icon" onclick="globalFooterAccordian(this)"> <div class="global-footer-heading-text">Account</div> <div class="global-header-accrdian-icon"> <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4365_5816)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M-9.17939e-08 5.50039L2.1 3.40039L9 10.3004L15.9 3.40039L18 5.50039L9 14.5004L-9.17939e-08 5.50039Z" fill="white"/> </g> <defs> <clipPath id="clip0_4365_5816"> <rect width="18" height="18" fill="white"/> </clipPath> </defs> </svg> </div> </div> <ul> <li><a class="unauthorized" href="/kit/register/code/" data-href="/kit/register/code/">Register Kit</a></li> <li></li> <li><a class="unauthorized" href="https://patient.labcorp.com/portal/results/list" data-href="https://patient.labcorp.com/portal/results/list" target="_blank">View Results<span class="hippa-privacy-svg"><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.4444 12.4444H1.55556V1.55556H7V0H1.55556C0.7 0 0 0.7 0 1.55556V12.4444C0 13.3 0.7 14 1.55556 14H12.4444C13.3 14 14 13.3 14 12.4444V7H12.4444V12.4444ZM8.5554 0V1.55556H11.3554L3.73318 9.17778L4.82207 10.2667L12.4443 2.64444V5.44444H13.9998V0H8.5554Z" fill="white"/> </svg></span></a></li> <li></li> <li><a class="unauthorized" href="/checkout/cart/" data-href="/checkout/cart/">Cart</a></li> <li></li> <li></li> <li><a class="unauthorized" id="footer-sign-in" data-oktasessionurl="https://login-patient.labcorp.com/api/v1/sessions/me" data-magentoredirectpath="/auth/callback/index/referer" href="https://login-patient.labcorp.com/oauth2/default/v1/authorize?client_id=0oaymq2plpC2TAtE80x7&grant_type=authorization_code&redirect_uri=https%3A%2F%2Fwww.ondemand.labcorp.com%2Fauth%2Fcallback%2F&context=signin&response_type=code&AUTHORIZEURL=1&scope=openid+profile+email&state=" data-href="https://login-patient.labcorp.com/oauth2/default/v1/authorize?client_id=0oaymq2plpC2TAtE80x7&amp;grant_type=authorization_code&amp;redirect_uri=https%3A%2F%2Fwww.ondemand.labcorp.com%2Fauth%2Fcallback%2F&amp;context=signin&amp;response_type=code&amp;AUTHORIZEURL=1&amp;scope=openid+profile+email&amp;state=">Sign In</a></li> <li><a class="authorized" href="/kit/register/code/" data-href="/kit/register/code/">Register Kit</a></li> <li></li> <li><a class="authorized" href="https://patient.labcorp.com/portal/results/list" data-href="https://patient.labcorp.com/portal/results/list" target="_blank">View Results<span class="hippa-privacy-svg"><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.4444 12.4444H1.55556V1.55556H7V0H1.55556C0.7 0 0 0.7 0 1.55556V12.4444C0 13.3 0.7 14 1.55556 14H12.4444C13.3 14 14 13.3 14 12.4444V7H12.4444V12.4444ZM8.5554 0V1.55556H11.3554L3.73318 9.17778L4.82207 10.2667L12.4443 2.64444V5.44444H13.9998V0H8.5554Z" fill="white"/> </svg></span></a></li> <li></li> <li><a class="authorized" href="/checkout/cart/" data-href="/checkout/cart/">Cart</a></li> <li></li> <li><a class="authorized" href="/sales/order/history/" data-href="/sales/order/history/">Orders</a></li> <li></li> <li><a class="authorized" href="https://patient.labcorp.com/portal/account/profile" data-href="https://patient.labcorp.com/portal/account/profile">My Account</a></li> <li></li> <li><a class="authorized" id="sign-out-footer-trigger" data-oktasessionurl="https://login-patient.labcorp.com/api/v1/sessions/me" data-magentoredirectpath="/auth/callback/index/referer" href="/customer/account/logout/" data-href="/customer/account/logout/">Sign Out</a></li> <li></li> </ul> </div> <div class="global-footer-nav-packet"> <div class="header-text-icon" onclick="globalFooterAccordian(this)"> <div class="global-footer-heading-text">Legal</div> <div class="global-header-accrdian-icon"> <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4365_5816)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M-9.17939e-08 5.50039L2.1 3.40039L9 10.3004L15.9 3.40039L18 5.50039L9 14.5004L-9.17939e-08 5.50039Z" fill="white"/> </g> <defs> <clipPath id="clip0_4365_5816"> <rect width="18" height="18" fill="white"/> </clipPath> </defs> </svg> </div> </div> <ul> <li><a class="common" href="/content/labcorp-ondemand/us/en/user-agreement" data-href="/content/labcorp-ondemand/us/en/user-agreement">User Agreement</a></li> <li></li> <li><a class="common" href="https://www.labcorp.com/terms-and-conditions" data-href="https://www.labcorp.com/terms-and-conditions" target="_blank">Terms &amp; Conditions<span class="hippa-privacy-svg"><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.4444 12.4444H1.55556V1.55556H7V0H1.55556C0.7 0 0 0.7 0 1.55556V12.4444C0 13.3 0.7 14 1.55556 14H12.4444C13.3 14 14 13.3 14 12.4444V7H12.4444V12.4444ZM8.5554 0V1.55556H11.3554L3.73318 9.17778L4.82207 10.2667L12.4443 2.64444V5.44444H13.9998V0H8.5554Z" fill="white"/> </svg></span></a></li> <li></li> <li><a class="common" href="https://www.labcorp.com/hipaa-privacy" data-href="https://www.labcorp.com/hipaa-privacy" target="_blank">HIPAA &amp; Privacy<span class="hippa-privacy-svg"><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.4444 12.4444H1.55556V1.55556H7V0H1.55556C0.7 0 0 0.7 0 1.55556V12.4444C0 13.3 0.7 14 1.55556 14H12.4444C13.3 14 14 13.3 14 12.4444V7H12.4444V12.4444ZM8.5554 0V1.55556H11.3554L3.73318 9.17778L4.82207 10.2667L12.4443 2.64444V5.44444H13.9998V0H8.5554Z" fill="white"/> </svg></span></a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/provider-agreements" data-href="/content/labcorp-ondemand/us/en/provider-agreements">Provider Agreements</a></li> <li></li> <li><a class="common" href="/content/labcorp-ondemand/us/en/refund-policy" data-href="/content/labcorp-ondemand/us/en/refund-policy">Refund Policy</a></li> <li></li> </ul> </div> <div class="global-footer-connect-with-us global-footer-nav-packet "> <div class="global-footer-heading-text global-footer-connect-with-us">Connect With Us</div> <ul class="global-footer-icons"> <li><a href="https://www.linkedin.com/company/labcorp" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_linkedin.svg" loading="lazy" alt="linkedin icon"/> </a></li> <li><a href="https://twitter.com/Labcorp" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_twitterx.svg" loading="lazy" alt="Twitter icon"/> </a></li> <li><a href="https://www.youtube.com/c/labcorpvideo" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_youtube.svg" loading="lazy" alt="YouTube Icon"/> </a></li> <li><a href="https://www.facebook.com/Labcorp/" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_facebook.svg" loading="lazy" alt="Facebook icon"/> </a></li> <li><a href="https://www.instagram.com/labcorp/?hl=en" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_instagram.svg" loading="lazy" alt="Instagram icon"/> </a></li> <li><a href="https://www.threads.net/@labcorp" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_threads.svg" loading="lazy" alt="Threads icon"/> </a></li> </ul> </div> </section> </section> </div> <div class="lower-section-bg-color aem-Grid aem-Grid--12"> <section class="global-footer-copyright-section component-max-width aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--10 aem-GridColumn--offset--default--1"> <div class="global-footer-connect-with-us "> <ul class="global-footer-icons"> <li><a href="https://www.linkedin.com/company/labcorp" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_linkedin.svg" loading="lazy" alt="linkedin icon"/> </a></li> <li><a href="https://twitter.com/Labcorp" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_twitterx.svg" loading="lazy" alt="Twitter icon"/> </a></li> <li><a href="https://www.youtube.com/c/labcorpvideo" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_youtube.svg" loading="lazy" alt="YouTube Icon"/> </a></li> <li><a href="https://www.facebook.com/Labcorp/" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_facebook.svg" loading="lazy" alt="Facebook icon"/> </a></li> <li><a href="https://www.instagram.com/labcorp/?hl=en" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_instagram.svg" loading="lazy" alt="Instagram icon"/> </a></li> <li><a href="https://www.threads.net/@labcorp" target="_blank"><img src="/content/dam/labcorp-ondemand/assets/icons/system-icons/icon_threads.svg" loading="lazy" alt="Threads icon"/> </a></li> </ul> </div> <div class="global-footer-copyright"> © 2018-2025 Laboratory Corporation of America® Holdings. All Rights Reserved. </div> </section> </div> </div></div> <div class="schema"> <!-- Start of pixelbylabcorp1664622997 Zendesk Widget script --> <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=45d95447-7377-48c0-b3b6-4c14562cd5f8"> </script> <!-- End of pixelbylabcorp1664622997 Zendesk Widget script --> <script> $('.price .discountedPrice').text(function(_, oldText){ if(oldText.split('.')[1].length<2) return oldText +'0' }); </script> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="/etc.clientlibs/labcorpondemandaem/clientlibs/clientlib-site.lc-19289cbbcc81b15be415310ac1f3d159-lc.min.js"></script> <script src="/etc.clientlibs/labcorpondemandaem/clientlibs/clientlib-labcorpondemandaem-react.lc-fa6590e8aac07e759002bc77b9c260f4-lc.min.js"></script> <div id="irclickid" data-reactComponent="irclickid" class="irclickid-container hide"></div> <script src="/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js"></script> <script src="/etc.clientlibs/core/cif/clientlibs/common.lc-6d2e1a9780ca18f72ca779686adc1120-lc.min.js"></script> <script src="/etc.clientlibs/labcorpondemandaem/clientlibs/clientlib-base.lc-85c4d810ac30a8db74d8b1ad51c8c5a1-lc.min.js"></script> </body> </html>

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