{"id":"page-d38279c00c","pageData":{},"thumbnail":"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png","templateName":"t16-treatment","contentLanguage":"en","mainSchemaHtml":"<script type=\"application/ld+json\" id=\"mainSchema\">[{\"@context\":\"https://schema.org/\",\"@type\":\"Organization\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png\",\"height\":\"630\",\"width\":\"1200\"},\"description\":\"UNC Health is a not-for-profit integrated health care system owned by the state of North Carolina, comprised of many locations across the state.\",\"address\":{\"@type\":\"PostalAddress\",\"postalCode\":\"27514\",\"streetAddress\":\"101 Manning Drive\",\"addressCountry\":\"United States\",\"addressRegion\":\"North Carolina\",\"addressLocality\":\"Chapel Hill\",\"telephone\":\"984-974-1000\"},\"brand\":{\"@type\":\"Organization\",\"name\":\"UNC Health\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png\",\"height\":\"630\",\"width\":\"1200\"},\"url\":\"https://www.unchealth.org/\",\"sameAs\":\"\",\"location\":\"Chapel Hill, NC\"}},{\"@context\":\"https://schema.org/\",\"@type\":\"WebSite\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease\",\"description\":\"UNC Health is a not-for-profit integrated health care system owned by the state of North Carolina, comprised of many locations across the state.\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png\",\"height\":\"630\",\"width\":\"1200\"}},{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalTherapy\",\"name\":\"Peripheral Artery Disease\"}]</script>","customSchemaHtml":"<script type=\"application/ld+json\" id=\"customSchema\"></script>","bodyBottomGlobal":"<script>\r\n  function getLiveChatConfig() {\r\n    const phone =\r\n      \"800-594-8624 (toll-free) or locally at 984-974-2222 Mon. – Thurs., 8:00 AM – 5:00 PM and Fri., 8:00 AM – 11:30 AM.\";\r\n    const nebulaURL = \"https://livechat-livechat.app.st-882.epiccloud.io\";\r\n    const chatScriptURL =\r\n      \"https://livechat-web-client.app.st-882.epiccloud.io/assets/epic-live-chat.es.js\";\r\n    const apiKey =\r\n      \"AAEAAZmakTnG4EHUADF7IlNpdGVJZCI6IjViZmQyYTM4LTUyZjItNDMzZS04NmI2LTdiZTg1NzM5YWFmZCJ9hM+rEbw4ueEid0MN5b0mjsOLTtWsrCjU6rWqKEQwR2Sw+bndAQw0Iw==\";\r\n\r\n    const branding = {\r\n      primaryColor: \"#004263\",\r\n      fontFamily: \"Muller, Arial, sans-serif\",\r\n      minimizedChatTitle: \"How can we help?\",\r\n      liveChatTitle: \"UNC Health Billing Help\",\r\n      organizationImageURL:\r\n        \"https://www.uncmedicalcenter.org/app/files/public/7453/img-system-systemlogo.png\",\r\n      organizationImageDescriptor: \"UNC Health logo\",\r\n    };\r\n\r\n    return { phone, nebulaURL, chatScriptURL, apiKey, branding };\r\n  }\r\n</script>\r\n\r\n<script>\r\n  (function () {\r\n    const containerId = \"lcWidget\";\r\n\r\n    // ✅ Show chat on these pages (exact “records-insurance” routes)\r\n    const CHAT_PATHS = new Set([\r\n      \"/records-insurance/pay-my-bill\",\r\n      \"/records-insurance/financial-assistance-programs\",\r\n      \"/records-insurance/insurance\",\r\n      \"/records-insurance/billing-insurance-terminology\",\r\n      \"/records-insurance/price-estimates\",\r\n      \"/records-insurance/standard-charges\",\r\n    ]);\r\n\r\n    let scriptInjected = false;\r\n    let widgetRendered = false;\r\n\r\n    function normalizePath(rawPath) {\r\n      let p = (rawPath || \"/\")\r\n        // remove query/hash fragments\r\n        .split(\"?\")[0]\r\n        .split(\"#\")[0]\r\n        // convert any weird whitespace (including NBSP) and trim\r\n        .replace(/\\u00A0/g, \" \")\r\n        .trim()\r\n        // drop .html if present\r\n        .replace(/\\.html$/, \"\");\r\n\r\n      // drop trailing slash (except root)\r\n      if (p.length > 1) p = p.replace(/\\/+$/, \"\");\r\n\r\n      // If we're on an AEM content path, reduce to the “pretty” portion\r\n      // Example: /content/unchealth/us/en/records-insurance/insurance  -> /records-insurance/insurance\r\n      const idx = p.indexOf(\"/records-insurance/\");\r\n      if (idx !== -1) {\r\n        p = p.slice(idx);\r\n      }\r\n\r\n      return p;\r\n    }\r\n\r\n    function shouldShowChatNow() {\r\n      const current = normalizePath(window.location.pathname);\r\n      return CHAT_PATHS.has(current);\r\n    }\r\n\r\n    function getContainer() {\r\n      return document.getElementById(containerId);\r\n    }\r\n\r\n    function ensureContainer() {\r\n      if (getContainer()) return;\r\n\r\n      const container = document.createElement(\"div\");\r\n      container.id = containerId;\r\n      container.style.position = \"fixed\";\r\n      container.style.right = \"20px\";\r\n      container.style.bottom = \"20px\";\r\n      container.style.zIndex = \"9999\";\r\n      document.body.appendChild(container);\r\n    }\r\n\r\n    function showChat() {\r\n      ensureContainer();\r\n\r\n      const container = getContainer();\r\n      if (container) container.style.display = \"block\";\r\n\r\n      document.querySelectorAll(\"iframe[src*='epiccloud.io']\").forEach((el) => {\r\n        el.style.display = \"block\";\r\n        el.style.visibility = \"visible\";\r\n        el.style.pointerEvents = \"auto\";\r\n      });\r\n    }\r\n\r\n    function hideChat() {\r\n      const container = getContainer();\r\n      if (container) container.style.display = \"none\";\r\n\r\n      document.querySelectorAll(\"iframe[src*='epiccloud.io']\").forEach((el) => {\r\n        el.style.display = \"none\";\r\n        el.style.visibility = \"hidden\";\r\n        el.style.pointerEvents = \"none\";\r\n      });\r\n    }\r\n\r\n    function renderWidgetWhenReady() {\r\n      const liveChatProps = getLiveChatConfig();\r\n\r\n      let tries = 0;\r\n      const t = setInterval(() => {\r\n        tries++;\r\n\r\n        if (typeof window.renderLiveChat === \"function\") {\r\n          clearInterval(t);\r\n          try {\r\n            window.renderLiveChat(containerId, liveChatProps);\r\n            widgetRendered = true;\r\n          } catch (e) {\r\n            // ignore and still show\r\n          }\r\n          showChat();\r\n          return;\r\n        }\r\n\r\n        if (tries >= 40) clearInterval(t);\r\n      }, 100);\r\n    }\r\n\r\n    function injectScriptOnceAndRender() {\r\n      const liveChatProps = getLiveChatConfig();\r\n      const endpoint = liveChatProps.chatScriptURL;\r\n      if (!endpoint) return;\r\n\r\n      if (scriptInjected) {\r\n        if (widgetRendered) showChat();\r\n        else renderWidgetWhenReady();\r\n        return;\r\n      }\r\n\r\n      const existing = document.querySelector(\r\n        `script[type=\"module\"][src=\"${endpoint}\"]`\r\n      );\r\n      if (existing) {\r\n        scriptInjected = true;\r\n        renderWidgetWhenReady();\r\n        return;\r\n      }\r\n\r\n      const script = document.createElement(\"script\");\r\n      script.type = \"module\";\r\n      script.src = endpoint;\r\n      script.async = true;\r\n\r\n      script.onload = function () {\r\n        scriptInjected = true;\r\n        renderWidgetWhenReady();\r\n      };\r\n\r\n      document.body.appendChild(script);\r\n    }\r\n\r\n    function onRouteChange() {\r\n      if (shouldShowChatNow()) {\r\n        ensureContainer();\r\n        injectScriptOnceAndRender();\r\n        showChat();\r\n      } else {\r\n        hideChat();\r\n      }\r\n    }\r\n\r\n    // keep your old API name (hide is safer than remove)\r\n    window.removeLiveChatWidget = hideChat;\r\n\r\n    /* -----------------------------\r\n       SPA NAVIGATION DETECTION\r\n    ------------------------------*/\r\n    function installSpaNavHooksOnce() {\r\n      if (window.__liveChatSpaHookInstalled) return;\r\n      window.__liveChatSpaHookInstalled = true;\r\n\r\n      const fire = () => window.dispatchEvent(new Event(\"spa:navigation\"));\r\n\r\n      const _pushState = history.pushState;\r\n      history.pushState = function () {\r\n        const ret = _pushState.apply(this, arguments);\r\n        fire();\r\n        return ret;\r\n      };\r\n\r\n      const _replaceState = history.replaceState;\r\n      history.replaceState = function () {\r\n        const ret = _replaceState.apply(this, arguments);\r\n        fire();\r\n        return ret;\r\n      };\r\n\r\n      window.addEventListener(\"popstate\", fire);\r\n      window.addEventListener(\"hashchange\", fire);\r\n    }\r\n\r\n    function init() {\r\n      installSpaNavHooksOnce();\r\n      window.addEventListener(\"spa:navigation\", onRouteChange);\r\n      onRouteChange();\r\n    }\r\n\r\n    if (document.readyState === \"loading\") {\r\n      document.addEventListener(\"DOMContentLoaded\", init);\r\n    } else {\r\n      init();\r\n    }\r\n  })();\r\n</script>\r\n","cssClassNames":"page basicpage","contentType":"treatment","description":"Our vascular specialists diagnose, treat and provide preventive care for peripheral artery disease (PAD). Learn about PAD and how to get care in North Carolina.","pagePath":"/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease.model.json","metaDescription":"Our vascular specialists diagnose, treat and provide preventive care for peripheral artery disease (PAD). Learn about PAD and how to get care in North Carolina.","brandSlug":"UNC Health","defaultMetaSiteName":"UNC Health","siteURL":"https://www.unchealth.org","url":"https://www.unchealth.org/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease","title":"Peripheral Artery Disease | North Carolina","tags":[],"schema":["{\"@context\":\"https://schema.org/\",\"@type\":\"Organization\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png\",\"height\":\"630\",\"width\":\"1200\"},\"description\":\"UNC Health is a not-for-profit integrated health care system owned by the state of North Carolina, comprised of many locations across the state.\",\"address\":{\"@type\":\"PostalAddress\",\"postalCode\":\"27514\",\"streetAddress\":\"101 Manning Drive\",\"addressCountry\":\"United States\",\"addressRegion\":\"North Carolina\",\"addressLocality\":\"Chapel Hill\",\"telephone\":\"984-974-1000\"},\"brand\":{\"@type\":\"Organization\",\"name\":\"UNC Health\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png\",\"height\":\"630\",\"width\":\"1200\"},\"url\":\"https://www.unchealth.org/\",\"sameAs\":\"\",\"location\":\"Chapel Hill, NC\"}}","{\"@context\":\"https://schema.org/\",\"@type\":\"WebSite\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease\",\"description\":\"UNC Health is a not-for-profit integrated health care system owned by the state of North Carolina, comprised of many locations across the state.\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png\",\"height\":\"630\",\"width\":\"1200\"}}","{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalTherapy\",\"name\":\"Peripheral Artery Disease\"}"],"language":"en",":itemsOrder":["root"],":items":{"root":{":itemsOrder":["experiencefragment-header","subnav","responsivegrid_header","responsivegrid","responsivegrid_footer","experiencefragment-footer"],":items":{"experiencefragment-header":{":itemsOrder":["root"],":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["responsivegrid","logo"],":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["global_alerts","global_header"],":items":{"global_alerts":{"id":"global-alerts-60d5dc01ec","i18n":{"globalAlertsGeneralLabel":"General Alerts","globalAlertsPriorityLabel":"Priority Alerts"},":type":"unchealth/components/content/global-alerts","dataLayer":{"global-alerts-60d5dc01ec":{"@type":"unchealth/components/content/global-alerts","repo:modifyDate":"2026-02-16T17:18:37Z"}}},"global_header":{"id":"global-header-1884d8a49c","logoLink":"/home","myChartCta":{"id":"global-header-1884d8a49c","label":"My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"unchealth/components/content/global-header","dataLayer":{"global-header-1884d8a49c":{"@type":"unchealth/components/content/global-header","repo:modifyDate":"2025-04-28T19:39:38Z"}}},"primaryNavItems":[{"link":"/care-services","featureCard":{":itemsOrder":["root"],":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["responsivegrid"],":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["nav_feauture_card_co"],":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-0f301deb9e","image":{"id":"nav-feauture-card-0f301deb9e","altText":"Parents carrying son on shoulders on beach vacation","defaultImgSrc":"/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg","defaultAspectRatio":"default","mobileAspectRatio":"default","href":"/content/unchealth/us/en/care-services/areas-of-care/primary-care","target":"_self","defaultWebPSrcSet":["/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_246367828.jpeg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":4947,"width":7421,"srcTitle":"Parents carrying son on shoulders on beach vacation","disableCsr":false,":type":"unchealth/components/content/nav-feauture-card","dataLayer":{"nav-feauture-card-0f301deb9e":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:10:11Z"}}},"headline":"Looking for Primary Care?","description":"Learn about the different primary care options available at UNC Health and how to find a healthcare provider.","cta":{"id":"nav-feauture-card-0f301deb9e","label":"View Details","descriptiveText":"About UNC Health's Primary Care Options","href":"/care-services/areas-of-care/primary-care","target":"_self","disableCsr":false,":type":"unchealth/components/content/nav-feauture-card","dataLayer":{"nav-feauture-card-0f301deb9e":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:10:11Z"}}},":type":"unchealth/components/content/nav-feauture-card","dataLayer":{"nav-feauture-card-0f301deb9e":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:10:11Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}},":type":"nt:unstructured"},"title":"Care & Services","items":[{"title":"Ways to Schedule Care","link":"/care-services/ways-to-schedule-care","target":null},{"title":"Areas of Care","link":"/care-services/areas-of-care","target":null},{"title":"Find a Doctor","link":"/care-services/doctors","target":null},{"title":"Locations","link":"/care-services/locations","target":null},{"title":"Urgent Care","link":"/care-services/urgent-care","target":"_self"},{"title":"Emergency & Trauma","link":"/care-services/emergency-trauma","target":null},{"title":"Virtual Care","link":"/care-services/virtual-care","target":null}]},{"link":"/living-well","featureCard":{":itemsOrder":["root"],":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["responsivegrid"],":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["nav_feauture_card_co"],":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-7a0009c019","image":{"id":"nav-feauture-card-7a0009c019","altText":"Happy senior people after yoga sport class having fun sitting outdoors in park city","defaultImgSrc":"/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg","defaultAspectRatio":"default","mobileAspectRatio":"default","href":"/content/unchealth/us/en/living-well/classes-events","target":"_self","defaultWebPSrcSet":["/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_578747980.jpeg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":2626,"width":3940,"srcTitle":"Happy senior people after yoga sport class having fun sitting outdoors in park city","disableCsr":false,":type":"unchealth/components/content/nav-feauture-card","dataLayer":{"nav-feauture-card-7a0009c019":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:35:17Z"}}},"headline":"Looking for Classes & Events?","description":"Learn where to find support groups and classes across UNC Health’s system.","cta":{"id":"nav-feauture-card-7a0009c019","label":"View Details","descriptiveText":" about Classes and Events","href":"/living-well/classes-events","target":"_self","disableCsr":false,":type":"unchealth/components/content/nav-feauture-card","dataLayer":{"nav-feauture-card-7a0009c019":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:35:17Z"}}},":type":"unchealth/components/content/nav-feauture-card","dataLayer":{"nav-feauture-card-7a0009c019":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:35:17Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}},":type":"nt:unstructured"},"title":"Living Well","items":[{"title":"Nutrition & Recipes","link":"/living-well/nutrition-recipes","target":null},{"title":"Health Talk","link":"/living-well/health-talk","target":null},{"title":"Spiritual Care","link":"/living-well/spiritual-care","target":null},{"title":"Wellness & Rehabilitation Centers ","link":"/living-well/wellness-rehabilitation-centers","target":null},{"title":"Classes & Events","link":"/living-well/classes-events","target":null}]},{"link":"/records-insurance","featureCard":{":itemsOrder":["root"],":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["responsivegrid"],":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["nav_feauture_card_co"],":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-a38bc88512","image":{"id":"nav-feauture-card-a38bc88512","altText":"Person using calculator on top of a stack of bills.","defaultImgSrc":"/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg","defaultAspectRatio":"default","mobileAspectRatio":"default","href":"/content/unchealth/us/en/records-insurance/financial-assistance-programs","target":"_self","defaultWebPSrcSet":["/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/global-nav/AdobeStock_222024931.jpeg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":3339,"width":5009,"srcTitle":"Tuition.","disableCsr":false,":type":"unchealth/components/content/nav-feauture-card","dataLayer":{"nav-feauture-card-a38bc88512":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:41:04Z"}}},"headline":"Need help with a bill?","description":"Financial navigators can help explain our financial assistance options to help with your medical bills.","cta":{"id":"nav-feauture-card-a38bc88512","label":"View Details","descriptiveText":" about getting help with a medical bill","href":"/records-insurance/financial-assistance-programs","target":"_self","disableCsr":false,":type":"unchealth/components/content/nav-feauture-card","dataLayer":{"nav-feauture-card-a38bc88512":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:41:04Z"}}},":type":"unchealth/components/content/nav-feauture-card","dataLayer":{"nav-feauture-card-a38bc88512":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:41:04Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}},":type":"nt:unstructured"},"title":"Records & Insurance","items":[{"title":"Pay My Bill","link":"/records-insurance/pay-my-bill","target":"_self"},{"title":"Insurance","link":"/records-insurance/insurance","target":"_self"},{"title":"Billing & Insurance Terminology","link":"/records-insurance/billing-insurance-terminology","target":"_self"},{"title":"Standard Charges","link":"/records-insurance/standard-charges","target":"_self"},{"title":"Price Estimates Help","link":"/records-insurance/price-estimates","target":"_self"},{"title":"Financial Assistance Program","link":"/records-insurance/financial-assistance-programs","target":"_self"},{"title":"My UNC Chart Features","link":"/records-insurance/my-unc-chart","target":null},{"title":"Medical Records","link":"/records-insurance/medical-records","target":null},{"title":"Advance Care Planning","link":"/records-insurance/advance-care-planning","target":null},{"title":"NC Medicaid","link":"/records-insurance/nc-medicaid","target":null},{"title":"Financial Planning for Pregnancy & Birth Care | UNC Health","link":"/records-insurance/financial-planning-for-pregnancy-birth-care","target":null}]}],"quickLinks":[{"id":"-be6f71321f","label":"How to Schedule Care","href":"/care-services/ways-to-schedule-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-be6f71321f":{"@type":"nt:unstructured"}}},{"id":"-5577c11f27","label":"Pay My Bill","href":"/records-insurance/pay-my-bill","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-5577c11f27":{"@type":"nt:unstructured"}}},{"id":"-fc6a73edd2","label":"Urgent & Emergency Care","href":"/care-services/urgent-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-fc6a73edd2":{"@type":"nt:unstructured"}}},{"id":"-6064297be5","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-6064297be5":{"@type":"nt:unstructured"}}}],"searchTerms":[{"searchTerm":"Sore Throat"},{"searchTerm":"Cancer Care"},{"searchTerm":"Orthopedics"},{"searchTerm":"Stomach Pains"},{"searchTerm":"Chronic Headaches"}],"geolocationLinkLabel":"Use My Location","secondaryLinks":[{"iconName":{"name":"directory","title":"Directory"},"cta":{"id":"-a1beb64cca","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-a1beb64cca":{"@type":"nt:unstructured"}}}},{"iconName":{"name":"profile","title":"Profile"},"cta":{"id":"-d626d2874d","label":"My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d626d2874d":{"@type":"nt:unstructured"}}}}],"searchUrl":"/search","locationSearchUrl":"/care-services/locations","shareHeadline":"Share your location with us","shareCopy":"We can provide a more personalized experience for you when you share your location. We will use your location to give you the most relevant and helpful information possible, like UNC Health centers close to home, nearby search results, estimated travel distances, and more. Your location will be displayed on the upper right-hand corner of your screen and can be updated at any time.","updateCopy":"We will use your location to give you the most relevant and helpful information possible, like UNC Health centers close to home, healthcare professionals nearby, estimated travel distances, and more. Your location can be updated at any time.","errorHeadline":"Sorry, we can't seem to find you.","errorCopy":"We were not able to geolocate your device, to continue using our location based functionality please manually input your general location.","shareButton":"Share my location","v":"20221201","experienceKey":"unch-aem-site-search","locale":"en","endpoint":"https://liveapi.yext.com/v2/accounts/me/search/autocomplete","apiKey":"fcb2c208969a29f6bc66c93d5737793e",":type":"unchealth/components/content/global-header","dataLayer":{"global-header-1884d8a49c":{"@type":"unchealth/components/content/global-header","repo:modifyDate":"2025-04-28T19:39:38Z"}}}},":type":"wcm/foundation/components/responsivegrid"},"logo":{":type":"nt:folder"}},":type":"wcm/foundation/components/responsivegrid"}},":type":"unchealth/components/core/experiencefragment"},"subnav":{"id":"sub-nav-44255a6dc7","breadcrumbPages":[{"redirect":true,"pageName":"Care & Services","pageUrl":"/care-services"},{"pageName":"Areas of Care","pageUrl":"/care-services/areas-of-care"},{"pageName":"Heart & Vascular Care","pageUrl":"/care-services/areas-of-care/heart-vascular-care"}],"activePage":[{"pageName":"Peripheral Artery Disease","childrenPages":[{"pageName":"PAD Care Near You Raleigh","pageUrl":"/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease/pad-care-near-you-raleigh"}],"hasChildren":true}],"hideSubnav":false,":type":"unchealth/components/content/sub-nav","dataLayer":{"sub-nav-44255a6dc7":{"@type":"unchealth/components/content/sub-nav"}}},"responsivegrid_header":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["page_title_banner_co","content_grid_copy_co","background","image_grid_copy_copy","statement_copy_copy_","accordion_copy_copy_","background_1748416844","video","background_109649568"],":items":{"page_title_banner_co":{"id":"page-title-banner-532b4f0d6d","headline":"Peripheral Artery Disease","description":"<p>Peripheral artery disease (PAD) happens when arteries narrow or get blocked, so less blood reaches your arms or legs. Get help from our vascular specialists.</p>\r\n","image":{"id":"page-title-banner-532b4f0d6d","altText":"Handsome hispanic man with beard using smartphone on sunny urban street.","defaultImgSrc":"/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg","defaultAspectRatio":"default","mobileAspectRatio":"default","defaultWebPSrcSet":["/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/marketing-landing-pages/living-donor-and-cell-transplant/AdobeStock_813002662.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":450,"width":599,"srcTitle":"Handsome hispanic man with beard using smartphone on sunny urban street.","disableCsr":false,":type":"unchealth/components/content/page-title-banner","appliedCssClassNames":"bottomSpacing--none","dataLayer":{"page-title-banner-532b4f0d6d":{"@type":"unchealth/components/content/page-title-banner","repo:modifyDate":"2026-04-21T17:20:05Z"}}},"cta":{"label":"Find a doctor","descriptiveText":"Find a Doctor","href":"https://www.unchealth.org/care-services/doctors?facetFilters=%7B%22specialties%22%3A%5B%22%7B%5C%22c_answersSpecialty.name%5C%22%3A%7B%5C%22%24eq%5C%22%3A%5C%22Cardiology%5C%22%7D%7D%22%5D%2C%22acceptingPatients%22%3A%5B%22%7B%5C%22acceptingNewPatients%5C%22%3A%7B%5C%22%24eq%5C%22%3Atrue%7D%7D%22%5D%7D","target":"_blank","disableCsr":false},"secondaryCta":{"label":null,"descriptiveText":null,"href":null,"target":"_self","disableCsr":false},":type":"unchealth/components/content/page-title-banner","appliedCssClassNames":"bottomSpacing--none","dataLayer":{"page-title-banner-532b4f0d6d":{"@type":"unchealth/components/content/page-title-banner","repo:modifyDate":"2026-04-21T17:20:05Z"}}},"content_grid_copy_co":{"id":"content-grid-576bb3b7d5",":items":{"classic_card":{"id":"classic-card-81cd09a675","image":{"id":"classic-card-81cd09a675","defaultAspectRatio":"default","mobileAspectRatio":"default","target":"_self","disableCsr":false,":type":"unchealth/components/content/classic-card","dataLayer":{"classic-card-81cd09a675":{"@type":"unchealth/components/content/classic-card","repo:modifyDate":"2026-04-21T17:23:11Z"}}},"headline":"Summary: Peripheral artery disease care at UNC Health","headlineLevel":"h2","subheading":"What to know about PAD","description":"<ul>\r\n<li>PAD happens when arteries narrow, lowering blood flow to your legs and feet.</li>\r\n<li>Treatment can include healthy habits, medicine and procedures to open blocked arteries.</li>\r\n<li>Getting care can help ease leg pain and lower your risk of heart attack and stroke.</li>\r\n<li>UNC Health vascular specialists can diagnose PAD and help you choose the right treatment plan.</li>\r\n</ul>\r\n","cta":{"id":"classic-card-81cd09a675","target":"_self","disableCsr":false,":type":"unchealth/components/content/classic-card","dataLayer":{"classic-card-81cd09a675":{"@type":"unchealth/components/content/classic-card","repo:modifyDate":"2026-04-21T17:23:11Z"}}},":type":"unchealth/components/content/classic-card","dataLayer":{"classic-card-81cd09a675":{"@type":"unchealth/components/content/classic-card","repo:modifyDate":"2026-04-21T17:23:11Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["classic_card"],"appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"content-grid-576bb3b7d5":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2025-08-26T13:33:28Z"}}},"background":{"id":"background-9cee0a7676",":items":{"content_grid_copy":{"id":"content-grid-2a7761ae9d",":items":{"rich_text":{"id":"rich-text-27c05e95c5","content":"<h2>How do I know if I have PAD?</h2>\r\n<p>People with PAD may or may not experience or recognize symptoms. When symptoms are noticeable, they include:</p>\r\n<ul>\r\n<li>Weak or tired legs</li>\r\n<li>Trouble walking or balancing</li>\r\n<li>Leg pain or cramping</li>\r\n<li>An ache or squeezing pain in your calf, thigh or buttock — typically after walking, climbing stairs or going uphill — could also indicate PAD.</li>\r\n</ul>\r\n","cta":{"id":"rich-text-27c05e95c5","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-27c05e95c5":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-04-21T17:30:57Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-27c05e95c5":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-04-21T17:30:57Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["rich_text"],"appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"content-grid-2a7761ae9d":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2025-07-03T15:32:39Z"}}},"personalization_cont":{"id":"personalization-container-d9998f68db","displayAsDefault":true,"zipcodes":"27201, 27202, 27215, 27216, 27217, 27220, 27244, 27253, 27258, 27302, 27340, 27349, 27359, 27213, 27228, 27256, 27559, 27503, 27572, 27701, 27702, 27703, 27704, 27705, 27706, 27707, 27708, 27709, 27710, 27711, 27712, 27713, 27715, 27717, 27722, 27237, 27330, 27331, 27332, 27505, 28355, 27231, 27243, 27278, 27510, 27514, 27515, 27516, 27517, 27599, 27502, 27511, 27512, 27513, 27518, 27519, 27523, 27526, 27529, 27539, 27540, 27545, 27560, 27562, 27571, 27587, 27588, 27591, 27592, 27597, 27601, 27602, 27603, 27604, 27605, 27606, 27607, 27608, 27609, 27610, 27611, 27612, 27613, 27614, 27615, 27616, 27617, 27619, 27620, 27621, 27622, 27623, 27624, 27625, 27626, 27627, 27628, 27629, 27634, 27635, 27636, 27640, 27650, 27656, 27658, 27661, 27668, 27675, 27676, 27690, 27695, 27697, 27698, 27699, 27344, 27207, 27208, 27252, 27312, 28611, 28630, 28633, 28638, 28645, 28661, 28667, 27288, 27289, 27025, 27027, 27048, 27320, 27321, 27322, 27323, 27326, 27375","localizedXF":"/content/experience-fragments/unchealth/us/en/site/areas_of_care_xfs_/heart_vascular/unc_hospitals/unch-local-unchospitals-heart-vascular-pad/master","noContentText":"Looks like we don't have local results for zipcode. UNC Health serves communities across North Carolina — update your location to find care and resources near you.","notLocalizedText":"UNC Health serves communities across North Carolina — share your location to find care and resources near you.","isLocalizedText":"Viewing care and resources for zipcode","updateCTAText":"Update My Location","shareCTAText":"Share My Location","radius":"0","searchQuery":"https://liveapi.yext.com/v2/accounts/me/search/vertical/query?api_key=fcb2c208969a29f6bc66c93d5737793e&experienceKey=unc-internal-test-1&locale=en&v=20221201&verticalKey=related_locations_deduped_small_buckets&version=PRODUCTION&input=&limit=1","path":"/content/unchealth/us/en/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease/jcr:content/root/responsivegrid_header/background/personalization_cont",":type":"unchealth/components/content/personalization-container","dataLayer":{"personalization-container-d9998f68db":{"@type":"unchealth/components/content/personalization-container","repo:modifyDate":"2026-03-18T16:36:15Z"}}},"personalization_cont_707291137":{"id":"personalization-container-77a1fa7983","zipcodes":"27502, 27511, 27512, 27513, 27518, 27519, 27523, 27526, 27529, 27539, 27540, 27545, 27560, 27562, 27571, 27587, 27588, 27591, 27592, 27597, 27601, 27602, 27603, 27604, 27605, 27606, 27607, 27608, 27609, 27610, 27611, 27612, 27613, 27614, 27615, 27616, 27617, 27619, 27620, 27621, 27622, 27623, 27624, 27625, 27626, 27627, 27628, 27629, 27634, 27635, 27636, 27640, 27650, 27656, 27658, 27661, 27668, 27675, 27676, 27690, 27695, 27697, 27698, 27699","localizedXF":"/content/experience-fragments/unchealth/us/en/site/areas_of_care_xfs_/heart_vascular/rex/unch-local-unchealthrex-heart-vascular-pad/master","noContentText":"Looks like we don't have local results for zipcode. UNC Health serves communities across North Carolina — update your location to find care and resources near you.","notLocalizedText":"UNC Health serves communities across North Carolina — share your location to find care and resources near you.","isLocalizedText":"Viewing care and resources for zipcode","updateCTAText":"Update My Location","shareCTAText":"Share My Location","radius":"0","searchQuery":"https://liveapi.yext.com/v2/accounts/me/search/vertical/query?api_key=fcb2c208969a29f6bc66c93d5737793e&experienceKey=unc-internal-test-1&locale=en&v=20221201&verticalKey=related_locations_deduped_small_buckets&version=PRODUCTION&input=&limit=1","path":"/content/unchealth/us/en/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease/jcr:content/root/responsivegrid_header/background/personalization_cont_707291137",":type":"unchealth/components/content/personalization-container","dataLayer":{"personalization-container-77a1fa7983":{"@type":"unchealth/components/content/personalization-container","repo:modifyDate":"2025-09-03T19:12:25Z"}}},"personalization_cont_2021472366":{"id":"personalization-container-dfff134311","zipcodes":"27201, 27202, 27215, 27216, 27217, 27220, 27244, 27253, 27258, 27302, 27340, 27349, 27359, 27213, 27228, 27256, 27559, 27503, 27572, 27701, 27702, 27703, 27704, 27705, 27706, 27707, 27708, 27709, 27710, 27711, 27712, 27713, 27715, 27717, 27722, 27237, 27330, 27331, 27332, 27505, 28355, 27231, 27243, 27278, 27510, 27514, 27515, 27516, 27517, 27599","localizedXF":"/content/experience-fragments/unchealth/us/en/site/areas_of_care_xfs_/heart_vascular/unc_hospitals/unch-local-unchospitals-heart-vascular-pad/master","noContentText":"Looks like we don't have local results for zipcode. UNC Health serves communities across North Carolina — update your location to find care and resources near you.","notLocalizedText":"UNC Health serves communities across North Carolina — share your location to find care and resources near you.","isLocalizedText":"Viewing care and resources for zipcode","updateCTAText":"Update My Location","shareCTAText":"Share My Location","radius":"0","searchQuery":"https://liveapi.yext.com/v2/accounts/me/search/vertical/query?api_key=fcb2c208969a29f6bc66c93d5737793e&experienceKey=unc-internal-test-1&locale=en&v=20221201&verticalKey=related_locations_deduped_small_buckets&version=PRODUCTION&input=&limit=1","path":"/content/unchealth/us/en/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease/jcr:content/root/responsivegrid_header/background/personalization_cont_2021472366",":type":"unchealth/components/content/personalization-container","dataLayer":{"personalization-container-dfff134311":{"@type":"unchealth/components/content/personalization-container","repo:modifyDate":"2025-09-03T19:12:42Z"}}},"personalization_cont_1496489087":{"id":"personalization-container-e99f227ef8","zipcodes":"27344, 27207, 27208, 27252, 27312","localizedXF":"/content/experience-fragments/unchealth/us/en/site/areas_of_care_xfs_/heart_vascular/chatham/unch-local-unchealthchatham-heart-vascular-care-near-you/master","noContentText":"Looks like we don't have local results for zipcode. UNC Health serves communities across North Carolina — update your location to find care and resources near you.","notLocalizedText":"UNC Health serves communities across North Carolina — share your location to find care and resources near you.","isLocalizedText":"Viewing care and resources for zipcode","updateCTAText":"Update My Location","shareCTAText":"Share My Location","radius":"0","searchQuery":"https://liveapi.yext.com/v2/accounts/me/search/vertical/query?api_key=fcb2c208969a29f6bc66c93d5737793e&experienceKey=unc-internal-test-1&locale=en&v=20221201&verticalKey=related_locations_deduped_small_buckets&version=PRODUCTION&input=&limit=1","path":"/content/unchealth/us/en/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease/jcr:content/root/responsivegrid_header/background/personalization_cont_1496489087",":type":"unchealth/components/content/personalization-container","dataLayer":{"personalization-container-e99f227ef8":{"@type":"unchealth/components/content/personalization-container","repo:modifyDate":"2025-09-03T19:12:59Z"}}},"personalization_cont_1264303745":{"id":"personalization-container-8ff3fb2fdd","zipcodes":"28611, 28630, 28633, 28638, 28645, 28661, 28667","localizedXF":"/content/experience-fragments/unchealth/us/en/site/areas_of_care_xfs_/heart_vascular/caldwell/unch-local-unchealthcaldwell-heart-vascular-care-near-you/master","noContentText":"Looks like we don't have local results for zipcode. UNC Health serves communities across North Carolina — update your location to find care and resources near you.","notLocalizedText":"UNC Health serves communities across North Carolina — share your location to find care and resources near you.","isLocalizedText":"Viewing care and resources for zipcode","updateCTAText":"Update My Location","shareCTAText":"Share My Location","radius":"0","searchQuery":"https://liveapi.yext.com/v2/accounts/me/search/vertical/query?api_key=fcb2c208969a29f6bc66c93d5737793e&experienceKey=unc-internal-test-1&locale=en&v=20221201&verticalKey=related_locations_deduped_small_buckets&version=PRODUCTION&input=&limit=1","path":"/content/unchealth/us/en/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease/jcr:content/root/responsivegrid_header/background/personalization_cont_1264303745",":type":"unchealth/components/content/personalization-container","dataLayer":{"personalization-container-8ff3fb2fdd":{"@type":"unchealth/components/content/personalization-container","repo:modifyDate":"2025-09-03T19:13:17Z"}}},"personalization_cont_1215709000":{"id":"personalization-container-254484b964","zipcodes":"27288, 27289, 27025, 27027, 27048, 27320, 27321, 27322, 27323, 27326, 27375","localizedXF":"/content/experience-fragments/unchealth/us/en/site/areas_of_care_xfs_/heart_vascular/rockingham/unch-local-unchealthrockingham-heart-vascular-care-near-you/master","noContentText":"Looks like we don't have local results for zipcode. UNC Health serves communities across North Carolina — update your location to find care and resources near you.","notLocalizedText":"UNC Health serves communities across North Carolina — share your location to find care and resources near you.","isLocalizedText":"Viewing care and resources for zipcode","updateCTAText":"Update My Location","shareCTAText":"Share My Location","radius":"0","searchQuery":"https://liveapi.yext.com/v2/accounts/me/search/vertical/query?api_key=fcb2c208969a29f6bc66c93d5737793e&experienceKey=unc-internal-test-1&locale=en&v=20221201&verticalKey=related_locations_deduped_small_buckets&version=PRODUCTION&input=&limit=1","path":"/content/unchealth/us/en/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease/jcr:content/root/responsivegrid_header/background/personalization_cont_1215709000",":type":"unchealth/components/content/personalization-container","dataLayer":{"personalization-container-254484b964":{"@type":"unchealth/components/content/personalization-container","repo:modifyDate":"2025-09-03T19:13:32Z"}}},"image_grid_copy":{"id":"image-grid-319febc28c","headline":"Diagnosing peripheral artery disease","description":"<p>Your first step is usually a visit with your primary care provider. They can check your symptoms and refer you to a vascular specialist (a doctor who treats blood vessel problems). Tests for PAD may include:</p>\r\n<ul>\r\n<li>Ankle-brachial index (ABI) test (compares blood pressure in your ankle and arm)</li>\r\n<li>Doppler ultrasound (checks blood flow)</li>\r\n<li>Blood tests</li>\r\n<li>Checking your pulse</li>\r\n<li>Imaging tests</li>\r\n</ul>\r\n","images":[{"id":"-bc1647d513","altText":"Doctor makes ultrasound scan of knees and legs of woman. Causes of pain in bones of legs and medical diagnosis","defaultImgSrc":"/content/dam/unchealth/images/areas-of-care/heart-vascular/img-aoc-hv-ultrasound-leg.jpg","defaultAspectRatio":"default","mobileAspectRatio":"default","defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":333,"width":1000,"srcTitle":"Doctor makes ultrasound scan of knees and legs of woman. Causes of pain in bones of legs and medical diagnosis","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-bc1647d513":{"@type":"nt:unstructured"}}}],"cta":{"id":"image-grid-319febc28c","style":"secondary","label":"Find a location","descriptiveText":"Find a location","href":"https://www.unchealth.org/care-services/locations?locationTypes=HEALTH_COMPLEX,CARE_FACILITY,CLINIC,COMMUNITY_HEALTH_CENTER,HOSPITAL,SURGERY_CENTER,WELLNESS&specialties=SPEC-7","target":"_blank","disableCsr":false,":type":"unchealth/components/content/image-grid","appliedCssClassNames":"topSpacing--small bottomSpacing--none","dataLayer":{"image-grid-319febc28c":{"@type":"unchealth/components/content/image-grid","repo:modifyDate":"2026-04-21T17:47:03Z"}}},":type":"unchealth/components/content/image-grid","appliedCssClassNames":"topSpacing--small bottomSpacing--none","dataLayer":{"image-grid-319febc28c":{"@type":"unchealth/components/content/image-grid","repo:modifyDate":"2026-04-21T17:47:03Z"}}},"content_grid_1934225":{"id":"content-grid-ce169a6c9d","gridGap":"default","columnCount":2,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show More","visibilityCtaCollapseLabel":"Show Less","visibilityCtaStyle":"secondary","headline":"What are my treatment options?","headingLevel":"h2","description":"<p>Our goal is to help you feel better and lower your risk of heart attack or stroke. If symptoms are severe, your doctor may suggest a procedure or surgery. Your care team will help you choose a treatment plan that’s tailored to your needs.</p>\r\n",":items":{"utility_card":{"id":"utility-card-ab0c23426f","size":"large","icon":{"name":null,"title":null},"description":"<p>Healthy habits are a great first step. Lifestyle changes can include exercise, healthy eating, managing health conditions and quitting smoking.</p>\r\n","cta":{"label":"Lifestyle changes","descriptiveText":null,"href":null,"target":"_self","disableCsr":false},":type":"unchealth/components/content/utility-card","dataLayer":{"utility-card-ab0c23426f":{"@type":"unchealth/components/content/utility-card","repo:modifyDate":"2026-04-21T17:36:19Z"}}},"utility_card_1531288386":{"id":"utility-card-fd50bf576a","size":"large","icon":{"name":null,"title":null},"description":"<p>Some medicines help your blood flow better and lower your risk of blood clots, heart attack and stroke.</p>\r\n","cta":{"label":"Medication","descriptiveText":null,"href":null,"target":"_self","disableCsr":false},":type":"unchealth/components/content/utility-card","dataLayer":{"utility-card-fd50bf576a":{"@type":"unchealth/components/content/utility-card","repo:modifyDate":"2026-04-21T17:37:03Z"}}},"utility_card_97093943":{"id":"utility-card-5a18fc931b","size":"large","icon":{"name":null,"title":null},"description":"<p>During an atherectomy, the doctor uses a thin tube (catheter) to go into your artery and remove the plaque that is blocking blood flow.</p>\r\n","cta":{"label":"Atherectomy","descriptiveText":null,"href":null,"target":"_self","disableCsr":false},":type":"unchealth/components/content/utility-card","dataLayer":{"utility-card-5a18fc931b":{"@type":"unchealth/components/content/utility-card","repo:modifyDate":"2026-04-21T17:37:24Z"}}},"utility_card_444646583":{"id":"utility-card-e65b126440","size":"large","icon":{"name":null,"title":null},"description":"<p>During a balloon angioplasty, your doctor guides a thin tube into the blocked artery and inflates a small balloon to help open it.</p>\r\n","cta":{"label":"Balloon angioplasty","descriptiveText":null,"href":null,"target":"_self","disableCsr":false},":type":"unchealth/components/content/utility-card","dataLayer":{"utility-card-e65b126440":{"@type":"unchealth/components/content/utility-card","repo:modifyDate":"2026-04-21T17:37:51Z"}}},"utility_card_1595863881":{"id":"utility-card-36c4e0cec9","size":"large","icon":{"name":null,"title":null},"description":"<p>A stent is a small metal tube placed in the artery to help keep it open. It is often used during or after angioplasty.</p>\r\n","cta":{"label":"Stent placement","descriptiveText":null,"href":null,"target":"_self","disableCsr":false},":type":"unchealth/components/content/utility-card","dataLayer":{"utility-card-36c4e0cec9":{"@type":"unchealth/components/content/utility-card","repo:modifyDate":"2026-04-21T17:38:20Z"}}},"utility_card_650915674":{"id":"utility-card-63ed124e23","size":"large","icon":{"name":null,"title":null},"description":"<p>If you have a lower extremity bypass surgery, your doctor will use a natural or man-made blood vessel to make a new path for blood to flow around a blocked artery in your leg.</p>\r\n","cta":{"label":"Lower extremity bypass surgery","descriptiveText":null,"href":null,"target":"_self","disableCsr":false},":type":"unchealth/components/content/utility-card","dataLayer":{"utility-card-63ed124e23":{"@type":"unchealth/components/content/utility-card","repo:modifyDate":"2026-04-21T17:38:32Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["utility_card","utility_card_1531288386","utility_card_97093943","utility_card_444646583","utility_card_1595863881","utility_card_650915674"],"appliedCssClassNames":"topSpacing--small bottomSpacing--default","dataLayer":{"content-grid-ce169a6c9d":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2026-04-21T17:35:53Z"}}}},":type":"unchealth/components/containers/background",":itemsOrder":["content_grid_copy","personalization_cont","personalization_cont_707291137","personalization_cont_2021472366","personalization_cont_1496489087","personalization_cont_1264303745","personalization_cont_1215709000","image_grid_copy","content_grid_1934225"],"appliedCssClassNames":"topSpacing--none bottomSpacing--none","dataLayer":{"background-9cee0a7676":{"@type":"unchealth/components/containers/background","repo:modifyDate":"2026-04-27T19:21:32Z"}}},"image_grid_copy_copy":{"id":"image-grid-ca14af84a0","headline":"Your peripheral artery disease care team","description":"<p>Your care team will support you at every step. Depending on your needs, you may see heart and blood vessel doctors, surgeons, specially trained nurses, imaging and lab staff, cardiac rehab specialists and dietitians.</p>\r\n","images":[{"id":"-4bf64701a6","altText":"Provider smiles and puts a comforting hand on a patient's shoulder","defaultImgSrc":"/content/dam/unchealth/images/areas-of-care/heart-vascular/img-aoc-hv-patient-blood-pressure-clinician.jpg","defaultAspectRatio":"default","mobileAspectRatio":"default","defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":467,"width":700,"srcTitle":"Female doctor measuring blood pressure of male patient in hospital","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4bf64701a6":{"@type":"nt:unstructured"}}}],"cta":{"id":"image-grid-ca14af84a0","style":"secondary","label":"Find a doctor","descriptiveText":"Find a Doctor","href":"https://www.unchealth.org/care-services/doctors?facetFilters=%7B%22specialties%22%3A%5B%22%7B%5C%22c_answersSpecialty.name%5C%22%3A%7B%5C%22%24eq%5C%22%3A%5C%22Cardiology%5C%22%7D%7D%22%5D%2C%22acceptingPatients%22%3A%5B%22%7B%5C%22acceptingNewPatients%5C%22%3A%7B%5C%22%24eq%5C%22%3Atrue%7D%7D%22%5D%7D","target":"_self","disableCsr":false,":type":"unchealth/components/content/image-grid","appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"image-grid-ca14af84a0":{"@type":"unchealth/components/content/image-grid","repo:modifyDate":"2026-04-21T17:48:30Z"}}},":type":"unchealth/components/content/image-grid","appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"image-grid-ca14af84a0":{"@type":"unchealth/components/content/image-grid","repo:modifyDate":"2026-04-21T17:48:30Z"}}},"statement_copy_copy_":{"id":"statement-1037887d8b","type":"quote","mode":"author","slides":[{"eyebrow":null,"description":"Smoking and high cholesterol are the two biggest factors for PAD. There are some genetic factors, but they are not nearly as prevalent as smoking and cholesterol.","attribution":"Mark Farber, MD, UNC Health vascular surgeon","cta":{"label":"Read the full story","descriptiveText":"Link to article","href":"https://healthtalk.unchealthcare.org/is-the-pain-in-your-legs-peripheral-arterial-disease/","target":"_blank","disableCsr":false}}],":type":"unchealth/components/content/statement","appliedCssClassNames":"topSpacing--none bottomSpacing--none theme--dark","dataLayer":{"statement-1037887d8b":{"@type":"unchealth/components/content/statement","repo:modifyDate":"2026-04-21T17:49:58Z"}}},"accordion_copy_copy_":{"headline":"Frequently asked questions","headingLevel":"h2","singleExpansion":false,"appliedCssClassNames":"topSpacing--small bottomSpacing--small",":itemsOrder":["item_1748882950922","item_1748882953947"],":items":{"item_1748882950922":{"id":"rich-text-7ac34d7a01","content":"<p>Risk factors for PAD include:</p>\r\n<ul>\r\n<li>High blood pressure</li>\r\n<li>High cholesterol</li>\r\n<li>Smoking</li>\r\n<li>Obesity</li>\r\n<li>Diabetes</li>\r\n</ul>\r\n","cta":{"id":"rich-text-7ac34d7a01","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-7ac34d7a01":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-04-21T17:51:50Z"}}},":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-7ac34d7a01":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-04-21T17:51:50Z"}},"cq:panelTitle":"What are the risk factors for peripheral artery disease?"},"item_1748882953947":{"id":"rich-text-07b565d5fb","content":"<p>Recovery depends on factors like:</p>\r\n<ul>\r\n<li>Your overall health</li>\r\n<li>Other health conditions you have</li>\r\n<li>The procedure you had</li>\r\n<li>How severe your PAD is</li>\r\n</ul>\r\n<p><b>Lifestyle changes and medicine</b>: If you start with lifestyle changes and medicine, your care team will check to see if your symptoms improve and your risk goes down.</p>\r\n<p><b>Procedure or surgery</b>: Your vascular team will explain what will happen before, during and after treatment. Your doctor will also tell you if you will stay in the hospital or go home the same day.</p>\r\n<p>Your doctor will talk with you about your recovery and when you can get back to your normal activities. You may have cardiac rehab.</p>\r\n","cta":{"id":"rich-text-07b565d5fb","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-07b565d5fb":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-04-21T17:52:37Z"}}},":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-07b565d5fb":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-04-21T17:52:37Z"}},"cq:panelTitle":"How long does it take to recover from PAD?"}},":type":"unchealth/components/containers/accordion"},"background_1748416844":{"id":"background-1146f2b76c",":items":{"content_grid_copy":{"id":"content-grid-8847067510","gridGap":"default","columnCount":2,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show More","visibilityCtaCollapseLabel":"Show Less","visibilityCtaStyle":"secondary","headingLevel":"h2",":items":{"task_card":{"id":"task-card-7032daddaa","headline":"Find a doctor","headingLevel":"h2","description":"There’s a partner for you wherever you are on your health journey. ","illustration":{"name":"urgentCare","title":"Urgent Care"},"cta":{"id":"task-card-7032daddaa","label":"View providers","descriptiveText":"View Providers","href":"https://www.unchealth.org/care-services/doctors?facetFilters=%7B%22specialties%22%3A%5B%22%7B%5C%22c_answersSpecialty.name%5C%22%3A%7B%5C%22%24eq%5C%22%3A%5C%22Cardiology%5C%22%7D%7D%22%5D%2C%22acceptingPatients%22%3A%5B%22%7B%5C%22acceptingNewPatients%5C%22%3A%7B%5C%22%24eq%5C%22%3Atrue%7D%7D%22%5D%7D","target":"_blank","disableCsr":false,":type":"unchealth/components/content/task-card","dataLayer":{"task-card-7032daddaa":{"@type":"unchealth/components/content/task-card","repo:modifyDate":"2026-04-21T18:28:18Z"}}},":type":"unchealth/components/content/task-card","dataLayer":{"task-card-7032daddaa":{"@type":"unchealth/components/content/task-card","repo:modifyDate":"2026-04-21T18:28:18Z"}}},"task_card_1607752336":{"id":"task-card-e57d220d53","headline":"Find a location","headingLevel":"h2","description":"Get compassionate care throughout North Carolina with UNC Health. ","illustration":{"name":"virtualCare","title":"Virtual Care"},"cta":{"id":"task-card-e57d220d53","label":"Search locations","descriptiveText":"Search Locations","href":"https://www.unchealth.org/care-services/locations?locationTypes=HEALTH_COMPLEX,CARE_FACILITY,CLINIC,COMMUNITY_HEALTH_CENTER,HOSPITAL,SURGERY_CENTER,WELLNESS&specialties=SPEC-7","target":"_blank","disableCsr":false,":type":"unchealth/components/content/task-card","dataLayer":{"task-card-e57d220d53":{"@type":"unchealth/components/content/task-card","repo:modifyDate":"2026-04-21T18:28:41Z"}}},":type":"unchealth/components/content/task-card","dataLayer":{"task-card-e57d220d53":{"@type":"unchealth/components/content/task-card","repo:modifyDate":"2026-04-21T18:28:41Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["task_card","task_card_1607752336"],"appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"content-grid-8847067510":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2025-11-24T16:25:29Z"}}}},":type":"unchealth/components/containers/background",":itemsOrder":["content_grid_copy"],"appliedCssClassNames":"topSpacing--none bottomSpacing--none","dataLayer":{"background-1146f2b76c":{"@type":"unchealth/components/containers/background","repo:modifyDate":"2026-04-21T18:23:47Z"}}},"video":{"id":"video-ad2945d10f","headline":"UNC Health Talk: Peripheral artery disease","headingLevel":"h4","title":"Play video","platform":"youTube","videoId":"btw65_oqNGk","videoThumbnail":{"id":"video-ad2945d10f","defaultAspectRatio":"default","mobileAspectRatio":"default","disableCsr":false,":type":"unchealth/components/content/video","dataLayer":{"video-ad2945d10f":{"@type":"unchealth/components/content/video","repo:modifyDate":"2026-04-21T18:25:29Z"}}},"verticalVideo":false,":type":"unchealth/components/content/video","dataLayer":{"video-ad2945d10f":{"@type":"unchealth/components/content/video","repo:modifyDate":"2026-04-21T18:25:29Z"}}},"background_109649568":{"id":"background-3d1097a11e",":items":{"content_grid":{"id":"content-grid-c2a2b23357",":items":{"classic_card":{"id":"classic-card-e959825d8e","image":{"id":"classic-card-e959825d8e","defaultAspectRatio":"default","mobileAspectRatio":"default","target":"_self","disableCsr":false,":type":"unchealth/components/content/classic-card","dataLayer":{"classic-card-e959825d8e":{"@type":"unchealth/components/content/classic-card","repo:modifyDate":"2026-04-21T18:31:20Z"}}},"headline":"What to Expect During Your Visit","headlineLevel":"h2","subheading":"When you meet with your vascular specialist, bring your questions and a list of your medicines. Your doctor will likely ask about:","description":"<ul>\r\n<li>Your health history and medications</li>\r\n<li>Other health conditions you have</li>\r\n<li>Your symptoms</li>\r\n<li>The results of any testing you’ve had</li>\r\n</ul>\r\n<p>Your doctor may order more tests to confirm PAD. Then you’ll talk about next steps to slow the disease, ease your symptoms and support your recovery.</p>\r\n","cta":{"id":"classic-card-e959825d8e","target":"_self","disableCsr":false,":type":"unchealth/components/content/classic-card","dataLayer":{"classic-card-e959825d8e":{"@type":"unchealth/components/content/classic-card","repo:modifyDate":"2026-04-21T18:31:20Z"}}},":type":"unchealth/components/content/classic-card","dataLayer":{"classic-card-e959825d8e":{"@type":"unchealth/components/content/classic-card","repo:modifyDate":"2026-04-21T18:31:20Z"}}},"rich_text":{"id":"rich-text-bdae4f7095","content":"<h2>I found out I have PAD. Now what?</h2>\r\n<p>After you are diagnosed, your vascular specialist will help you choose a treatment plan. </p>\r\n<ul>\r\n<li>Many people start with lifestyle changes, medicine and regular checkups to watch risk factors.</li>\r\n<li>A supervised exercise program with a physical therapist may help you walk further with less pain.</li>\r\n<li>Because PAD can raise your risk of heart attack and stroke, your doctor may also refer you to a cardiologist (heart doctor).</li>\r\n</ul>\r\n","cta":{"id":"rich-text-bdae4f7095","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-bdae4f7095":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-04-21T18:34:47Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-bdae4f7095":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-04-21T18:34:47Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["classic_card","rich_text"],"appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"content-grid-c2a2b23357":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2026-04-21T18:30:44Z"}}}},":type":"unchealth/components/containers/background",":itemsOrder":["content_grid"],"appliedCssClassNames":"topSpacing--none bottomSpacing--none","dataLayer":{"background-3d1097a11e":{"@type":"unchealth/components/containers/background","repo:modifyDate":"2026-04-21T18:25:53Z"}}}},":type":"wcm/foundation/components/responsivegrid"},"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":[],":items":{},":type":"wcm/foundation/components/responsivegrid"},"responsivegrid_footer":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["content_grid","health_talk_copy"],":items":{"content_grid":{"id":"content-grid-d545182fd8","gridGap":"default","columnCount":1,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show all","visibilityCtaCollapseLabel":"Show less","visibilityCtaStyle":"secondary","headline":"Why choose UNC Health?","headingLevel":"h3",":items":{"item_1673036215148":{"id":"image-card-a12b1089ea","headline":"Statewide access to minimally invasive cath labs","description":"<p>Most UNC Health hospitals have catheterization labs (often called cath labs). These are special rooms where doctors do minimally invasive procedures using tiny tubes called catheters.</p>\r\n<p>If you need advanced care, UNC Rex Hospital and UNC Hospitals offer cath labs with advanced imaging. As a patient of UNC Health, you can get specialized care and also receive care closer to home.</p>\r\n","image":{"id":"image-card-a12b1089ea","altText":"Doctor preparing a catheter.","defaultImgSrc":"/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg","defaultAspectRatio":"default","mobileAspectRatio":"default","defaultWebPSrcSet":["/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/areas-of-care/heart-vascular/AdobeStock_12968870.jpeg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":3328,"width":4992,"srcTitle":"Surgeon Inserting Tube Into Patient During Surgery","disableCsr":false,":type":"unchealth/components/content/image-card","dataLayer":{"image-card-a12b1089ea":{"@type":"unchealth/components/content/image-card","repo:modifyDate":"2026-04-21T18:37:57Z"}}},"hideExpandText":true,":type":"unchealth/components/content/image-card","dataLayer":{"image-card-a12b1089ea":{"@type":"unchealth/components/content/image-card","repo:modifyDate":"2026-04-21T18:37:57Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["item_1673036215148"],"appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"content-grid-d545182fd8":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2023-04-03T19:35:29Z"}}},"health_talk_copy":{"id":"health-talk-132dce91b5","mode":"articleId","headline":"Related UNC Health Talk Articles","articles":[{"id":"15169"},{"id":"16542"},{"id":"17817"}],"contentCards":[{"title":"How Family History Affects Your Risk of Heart Disease","image":{"defaultImgSrc":"/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg","altText":"Senior woman and adult daughter laughing on porch","defaultWebPSrcSet":["/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/wordpress/GettyImages-1058803964-healthtalk_020421.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"]},"href":"https://healthtalk.unchealthcare.org/how-family-history-affects-your-risk-of-heart-disease/","categories":["Heart and Vascular Health"],"date":1612396800000,"id":"15169"},{"title":"Is the Pain in Your Legs Peripheral Arterial Disease?","image":{"defaultImgSrc":"/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg","altText":"Provider examines a patient's leg","defaultWebPSrcSet":["/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/wordpress/HealthTalk_PeripheralArteryDisease.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"]},"href":"https://healthtalk.unchealthcare.org/is-the-pain-in-your-legs-peripheral-arterial-disease/","categories":["Heart and Vascular Health"],"date":1672617600000,"id":"16542"},{"title":"Your High Blood Pressure Action Plan","image":{"defaultImgSrc":"/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg","altText":"Woman sits at her kitchen table, using an at-home blood pressure monitor.","defaultWebPSrcSet":["/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/wordpress/HealthTalk_BloodPressurejpg.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"]},"href":"https://healthtalk.unchealthcare.org/your-high-blood-pressure-action-plan/","categories":["Blood Pressure","Heart and Vascular Health"],"date":1736726400000,"id":"17817"}],":type":"unchealth/components/content/health-talk","appliedCssClassNames":"topSpacing--default bottomSpacing--none","dataLayer":{"health-talk-132dce91b5":{"@type":"unchealth/components/content/health-talk","repo:modifyDate":"2026-04-21T18:38:37Z"}}}},":type":"wcm/foundation/components/responsivegrid"},"experiencefragment-footer":{":itemsOrder":["root"],":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["responsivegrid"],":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["global_footer","gsight_survey"],":items":{"global_footer":{"id":"global-footer-aef95b9578","logoLink":"/home","address":"101 Manning Drive\r\nChapel Hill, NC 27514","mapLinkLabel":"Open in Maps","phoneNumber":"984-974-1000","socialIcons":[{"platform":"facebook","descriptiveText":"facebook","href":"https://www.facebook.com/unchealthcare","target":"_blank"},{"platform":"twitter","descriptiveText":"Twitter","href":"https://twitter.com/unc_health_care","target":"_blank"},{"platform":"instagram","descriptiveText":"Instagram","href":"https://www.instagram.com/unchealth/","target":"_blank"},{"platform":"youtube","descriptiveText":"Youtube","href":"https://www.youtube.com/@UNCHealth","target":"_blank"},{"platform":"linkedIn","descriptiveText":"LinkedIn","href":"https://www.linkedin.com/company/unchealth/","target":"_blank"}],"leftPanelLinks":[{"id":"-8c1a62497c","label":"News & Media","href":"https://news.unchealthcare.org/?_ga=2.176331429.1459326530.1662751404-1169189291.1662751404","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-8c1a62497c":{"@type":"nt:unstructured"}}},{"id":"-2c68d9788b","label":"Sitemap","href":"/sitemap","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-2c68d9788b":{"@type":"nt:unstructured"}}}],"topLinks":[{"id":"-d46bfa5380","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d46bfa5380":{"@type":"nt:unstructured"}}},{"id":"-e071dd07e8","label":"Contact Us","href":"/contact-us","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-e071dd07e8":{"@type":"nt:unstructured"}}},{"id":"-bb23612e52","label":"Clinical Trials","href":"https://researchforme.unc.edu/index.php/en/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-bb23612e52":{"@type":"nt:unstructured"}}},{"id":"-7459a57097","label":"Sign In to My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-7459a57097":{"@type":"nt:unstructured"}}}],"mainLinks":[{"title":"About US","links":[{"id":"-d70a4585bf","label":"Who We Are","href":"/about-us/who-we-are","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d70a4585bf":{"@type":"nt:unstructured"}}},{"id":"-2963a6600b","label":"Compliance Office","href":"/about-us/compliance-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-2963a6600b":{"@type":"nt:unstructured"}}},{"id":"-9d89d61ec0","label":"Privacy Office","href":"/about-us/privacy-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-9d89d61ec0":{"@type":"nt:unstructured"}}},{"id":"-cc33b43ffb","label":"OHCA Members","href":"/about-us/ohca-members","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-cc33b43ffb":{"@type":"nt:unstructured"}}},{"id":"-17f8efb74d","label":"Price Transparency","descriptiveText":"View Standard Charges links for UNC Health hospitals","href":"/records-insurance/standard-charges","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-17f8efb74d":{"@type":"nt:unstructured"}}},{"id":"-d39aa53975","label":"Accessibility at UNC Health","descriptiveText":"Accessibility at UNC Health link","href":"/about-us/accessibility-at-unc-health","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d39aa53975":{"@type":"nt:unstructured"}}},{"id":"-0fd31471ed","label":"Financial Assistance","descriptiveText":"link to Financial Assistance page","href":"/records-insurance/financial-assistance-programs","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-0fd31471ed":{"@type":"nt:unstructured"}}},{"id":"-02a2baacff","label":"Equal Employment Opportunity Policy Statement","descriptiveText":"link to EOO policy","href":"https://www.unchealthcare.org/app/files/public/415447ef-be77-45ae-bdab-e818ac20b001/pdf-system-unc-health-eeo-aa-statement.pdf","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-02a2baacff":{"@type":"nt:unstructured"}}},{"id":"-421081d4b3","label":"AI and UNC Health","descriptiveText":"link to AI at UNC Health policy","href":"/about-us/ai-at-unc-health","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-421081d4b3":{"@type":"nt:unstructured"}}}]},{"title":"Medical & Clinical Professionals","links":[{"id":"-fda4279168","label":"Fellowship Program","href":"/for-medical-professionals/fellowship-program","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-fda4279168":{"@type":"nt:unstructured"}}},{"id":"-ed9fade55a","label":"House Staff Council","href":"/for-medical-professionals/house-staff-council","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-ed9fade55a":{"@type":"nt:unstructured"}}},{"id":"-9a9e1590ec","label":"Professional Liability Insurance Verification","descriptiveText":"Link to Professional Liability Insurance Verification page","href":"/for-medical-professionals/professional-liability-insurance-verification","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-9a9e1590ec":{"@type":"nt:unstructured"}}}]},{"title":"For UNC Health Employees","links":[{"id":"-6a9db55598","label":"Well-being Program","href":"/for-unch-health-professionals/well-being-for-unc-health-teammates","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-6a9db55598":{"@type":"nt:unstructured"}}},{"id":"-042dfd0614","label":"Epic@UNC Training ","href":"/for-unch-health-professionals/epic-training","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-042dfd0614":{"@type":"nt:unstructured"}}},{"id":"-f7ea2d67b2","label":"Working Forward","href":"/for-unch-health-professionals/working-forward","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-f7ea2d67b2":{"@type":"nt:unstructured"}}}]},{"title":"Supporting Our Community","links":[{"id":"-f47f2f6bdd","label":"Giving","href":"https://unchealthfoundation.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-f47f2f6bdd":{"@type":"nt:unstructured"}}},{"id":"-eeadabe570","label":"Caring for Our Communities","href":"/supporting-our-community/caring-for-our-communities","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-eeadabe570":{"@type":"nt:unstructured"}}}]}],"utilityLinks":[{"id":"-946fff2bb7","label":"Website Privacy Policy","href":"https://www.unchealthcare.org/app/files/public/6fe67aba-927b-4950-82ee-b5a3c4a81394/pdf-system-unc-health-website-privacy-policy.pdf","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-946fff2bb7":{"@type":"nt:unstructured"}}},{"id":"-0849bfc338","label":"Website Terms and Conditions","href":"https://www.unchealthcare.org/app/files/public/37e972c1-d9ba-4a00-a998-7699f14c4cb7/pdf-system-unc-health-websites-terms-and-conditions.pdf","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-0849bfc338":{"@type":"nt:unstructured"}}},{"id":"-061fac3373","label":"Notice of Privacy Practices","href":"https://www.unchealthcare.org/app/files/public/169/Notice-of-Privacy-Practice.pdf","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-061fac3373":{"@type":"nt:unstructured"}}},{"id":"-7b1153260e","label":"Non-Discrimination Notice and Notice of Availability","href":"https://www.unchealthcare.org/app/files/public/7035/pdf-system-unc-health-care-nondiscrimination-notice.pdf","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-7b1153260e":{"@type":"nt:unstructured"}}},{"id":"-686c90a259","label":"Surprise Billing and Good Faith Estimate Notices","href":"https://www.unchealthcare.org/app/files/public/1902c85a-5f29-4bd3-bb4d-2c906c48e769/pdf-system-surprise-billing-gfe-notice-english.pdf","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-686c90a259":{"@type":"nt:unstructured"}}},{"id":"-4c6a457425","label":"UNC Health SMS Terms and Conditions","descriptiveText":"Link to UNC Health SMS Terms and Conditions PDF","href":"https://www.unchealth.org/pdfs/legal-documents/pdf-system-unc-health-sms-terms-conditions.pdf","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4c6a457425":{"@type":"nt:unstructured"}}}],"utilityLinksSpanish":[{"id":"-694ff617b0","label":"Aviso de Praticas Privadas","href":"https://www.unchealthcare.org/app/files/public/170/Aviso-de-Practicas-Privadas.pdf","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-694ff617b0":{"@type":"nt:unstructured"}}},{"id":"-468dee9934","label":"Aviso de no Discriminación y Aviso de Disponibilidad","href":"https://www.unchealthcare.org/app/files/public/61397723-4548-4dd8-be08-734a04e7b306/pdf-system-unc-health-care-aviso-de-no-discriminaci%C3%B3n.pdf","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-468dee9934":{"@type":"nt:unstructured"}}},{"id":"-32c3de77e8","label":"Avisos de facturas médicas sorpresas y avisos de presupuestos de buena fe","href":"https://www.unchealthcare.org/app/files/public/5f731a2c-291f-42ad-9a00-b15f4aa36478/pdf-system-surprise-billing-gfe-notice-spanish.pdf","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-32c3de77e8":{"@type":"nt:unstructured"}}}],"disclaimerLinks":[{"id":"-4ecc422eb3","label":"Accessibility","href":"/about-us/accessibility-at-unc-health/language-accessibility-services/website-accessibility-statement","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4ecc422eb3":{"@type":"nt:unstructured"}}}],"copyright":"©2026 UNC Health. \r\nAll rights reserved.",":type":"unchealth/components/content/global-footer","dataLayer":{"global-footer-aef95b9578":{"@type":"unchealth/components/content/global-footer","repo:modifyDate":"2025-12-05T20:10:26Z"}}},"gsight_survey":{"id":"gsight-survey-62ee9e5010","samplingPercentage":50,"popupDelayInSeconds":50,"hideGSightSurvey":false,"clientId":"d790eed4-ab64-eb11-8272-12cf99399697",":type":"unchealth/components/content/gsight-survey","dataLayer":{"gsight-survey-62ee9e5010":{"@type":"unchealth/components/content/gsight-survey","repo:modifyDate":"2023-07-06T20:52:16Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}},":type":"unchealth/components/core/experiencefragment"}},":type":"wcm/foundation/components/responsivegrid"}},":path":"/content/unchealth/us/en/care-services/areas-of-care/heart-vascular-care/peripheral-artery-disease",":hierarchyType":"page",":type":"unchealth/components/core/page","dataLayer":{"page-d38279c00c":{"@type":"unchealth/components/core/page","repo:modifyDate":"2026-04-30T16:11:07Z"}}}