{"id":"page-d17b29ae7c","pageData":{"location":{"yextEntityId":"12316","name":"Pardee BlueMD Neurology- 2775 Hendersonville Rd.","subtitle":"Arden","locationType":"Clinic","address":{"city":"Arden","line1":"2775 Hendersonville Road","line2":"Suite 250","postalCode":"28704","region":"NC","countryCode":"US"},"mainPhone":"+18286944552","faxNumber":"+18286944553"}},"templateName":"t03-clinic","contentLanguage":"en","cssClassNames":"page basicpage","metaDescription":"Get treatment for ALS, stroke, Parkinson’s disease, MS, dementia and other diseases affecting the brain in Arden, NC, at Pardee Neurology Associates. ","brandSlug":"UNC Health","defaultMetaSiteName":"UNC Health","siteURL":"https://www.unchealth.org","mainSchemaHtml":"<script type=\"application/ld+json\" id=\"mainSchema\">[{\"@context\":\"https://schema.org/\",\"@type\":\"WebSite\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/locations/pardee-bluemd-neurology--2775-hendersonville-rd-arden\",\"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\":\"LocalBusiness\",\"name\":\"Pardee BlueMD Neurology- 2775 Hendersonville Rd. - Arden\",\"address\":{\"@type\":\"PostalAddress\",\"postalCode\":\"28704\",\"streetAddress\":\"2775 Hendersonville Road, Suite 250\",\"addressCountry\":\"US\",\"addressRegion\":\"North Carolina\",\"addressLocality\":\"Arden\",\"telephone\":\"828-694-4552\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.4434°\",\"longitude\":\"-82.5071°\"},\"image\":\"\"},{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"Pardee BlueMD Neurology- 2775 Hendersonville Rd. - Arden\",\"url\":\"https://www.unchealth.org/care-services/locations/pardee-bluemd-neurology--2775-hendersonville-rd-arden\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"2775 Hendersonville Road, Suite 250\",\"addressLocality\":\"Arden\",\"addressRegion\":\"NC\",\"postalCode\":\"28704\",\"addressCountry\":\"US\"},\"telephone\":\"+18286944552\",\"description\":\"Get treatment for ALS, stroke, Parkinson’s disease, MS, dementia and other diseases affecting the brain in Arden, NC, at Pardee Neurology Associates. \",\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Neurologic\"}],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.4434°\",\"longitude\":\"-82.5071°\"},\"openingHours\":[\"Mo 08:00-17:00\",\"Tu 08:00-17:00\",\"We 08:00-17:00\",\"Th 08:00-17:00\",\"Fr 08:00-17:00\"],\"image\":\"\"}]</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","contentType":"location","pagePath":"/care-services/locations/pardee-bluemd-neurology--2775-hendersonville-rd-arden.model.json","thumbnail":"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png","description":"Get treatment for ALS, stroke, Parkinson’s disease, MS, dementia and other diseases affecting the brain in Arden, NC, at Pardee Neurology Associates. ","url":"https://www.unchealth.org/care-services/locations/pardee-bluemd-neurology--2775-hendersonville-rd-arden","title":"Pardee BlueMD Neurology- 2775 Hendersonville Rd.","tags":[],"schema":["{\"@context\":\"https://schema.org/\",\"@type\":\"WebSite\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/locations/pardee-bluemd-neurology--2775-hendersonville-rd-arden\",\"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\":\"LocalBusiness\",\"name\":\"Pardee BlueMD Neurology- 2775 Hendersonville Rd. - Arden\",\"address\":{\"@type\":\"PostalAddress\",\"postalCode\":\"28704\",\"streetAddress\":\"2775 Hendersonville Road, Suite 250\",\"addressCountry\":\"US\",\"addressRegion\":\"North Carolina\",\"addressLocality\":\"Arden\",\"telephone\":\"828-694-4552\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.4434°\",\"longitude\":\"-82.5071°\"},\"image\":\"\"}","{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"Pardee BlueMD Neurology- 2775 Hendersonville Rd. - Arden\",\"url\":\"https://www.unchealth.org/care-services/locations/pardee-bluemd-neurology--2775-hendersonville-rd-arden\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"2775 Hendersonville Road, Suite 250\",\"addressLocality\":\"Arden\",\"addressRegion\":\"NC\",\"postalCode\":\"28704\",\"addressCountry\":\"US\"},\"telephone\":\"+18286944552\",\"description\":\"Get treatment for ALS, stroke, Parkinson’s disease, MS, dementia and other diseases affecting the brain in Arden, NC, at Pardee Neurology Associates. \",\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Neurologic\"}],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.4434°\",\"longitude\":\"-82.5071°\"},\"openingHours\":[\"Mo 08:00-17:00\",\"Tu 08:00-17:00\",\"We 08:00-17:00\",\"Th 08:00-17:00\",\"Fr 08:00-17:00\"],\"image\":\"\"}"],"language":"en",":itemsOrder":["root"],":items":{"root":{":itemsOrder":["experiencefragment-header","subnav","location_alert","location_detail_bann","location_intro","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-5fea6bfd1a","i18n":{"globalAlertsGeneralLabel":"General Alerts","globalAlertsPriorityLabel":"Priority Alerts"},":type":"unchealth/components/content/global-alerts","dataLayer":{"global-alerts-5fea6bfd1a":{"@type":"unchealth/components/content/global-alerts","repo:modifyDate":"2026-02-16T17:18:37Z"}}},"global_header":{"id":"global-header-9599c9f8b2","logoLink":"/home","myChartCta":{"id":"global-header-9599c9f8b2","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-9599c9f8b2":{"@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-858b31d88d","image":{"id":"nav-feauture-card-858b31d88d","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-858b31d88d":{"@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-858b31d88d","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-858b31d88d":{"@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-858b31d88d":{"@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-a21411aad7","image":{"id":"nav-feauture-card-a21411aad7","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-a21411aad7":{"@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-a21411aad7","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-a21411aad7":{"@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-a21411aad7":{"@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-53eb12754e","image":{"id":"nav-feauture-card-53eb12754e","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-53eb12754e":{"@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-53eb12754e","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-53eb12754e":{"@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-53eb12754e":{"@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":"-7ca5229538","label":"How to Schedule Care","href":"/care-services/ways-to-schedule-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-7ca5229538":{"@type":"nt:unstructured"}}},{"id":"-38b0e6d80f","label":"Pay My Bill","href":"/records-insurance/pay-my-bill","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-38b0e6d80f":{"@type":"nt:unstructured"}}},{"id":"-8923017758","label":"Urgent & Emergency Care","href":"/care-services/urgent-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-8923017758":{"@type":"nt:unstructured"}}},{"id":"-09460db386","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-09460db386":{"@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":"-a8dc955316","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-a8dc955316":{"@type":"nt:unstructured"}}}},{"iconName":{"name":"profile","title":"Profile"},"cta":{"id":"-9dd5384776","label":"My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-9dd5384776":{"@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-9599c9f8b2":{"@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-7547c708a6","breadcrumbPages":[{"redirect":true,"pageUrl":"/care-services","pageName":"Care & Services"},{"pageUrl":"/care-services/locations","pageName":"Locations"}],"activePage":[{"pageName":"Pardee BlueMD Neurology- 2775 Hendersonville Rd.","childrenPages":[],"hasChildren":false}],"hideSubnav":false,":type":"unchealth/components/content/sub-nav","dataLayer":{"sub-nav-7547c708a6":{"@type":"unchealth/components/content/sub-nav"}}},"location_alert":{"id":"location-alert-67b1befa83","cta":{"id":"location-alert-67b1befa83","disableCsr":false,":type":"unchealth/components/content/location-alert","dataLayer":{"location-alert-67b1befa83":{"@type":"unchealth/components/content/location-alert"}}},"icon":{"name":null,"title":null},"modalLabel":"Learn More",":type":"unchealth/components/content/location-alert","dataLayer":{"location-alert-67b1befa83":{"@type":"unchealth/components/content/location-alert"}}},"location_detail_bann":{"id":"location-detail-banner-eb3c8ab620","lastPatientCheckIn":{"monday":"","tuesday":"","wednesday":"","thursday":"","friday":"","saturday":"","sunday":""},"cta":{"id":"location-detail-banner-eb3c8ab620","disableCsr":false,":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-eb3c8ab620":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2023-02-01T22:16:48Z"}}},"gridVariations":{"id":"location-detail-banner-eb3c8ab620",":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-eb3c8ab620":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2023-02-01T22:16:48Z"}}},"clockwiseLink":"","googleMapsDirectionLink":"","epicApiKey":"KrthfAVhA636178","epicWidgetScriptSrc":"https://www.myuncchart.org/mychart/Scripts/lib/Widget/widget_sdk.js","myChartUrl":"https://www.myuncchart.org/mychart","waitTimeSource":"","location":{"address":{"city":"Arden","line1":"2775 Hendersonville Road","line2":"Suite 250","postalCode":"28704","region":"NC","countryCode":"US"},"displayCoordinate":{"latitude":"35.4434626","longitude":"-82.50716729999999"},"entityId":"12316","faxNumber":"+18286944553","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"lastPatientCheckIn":{"monday":"","tuesday":"","wednesday":"","thursday":"","friday":"","saturday":"","sunday":""},"name":"Pardee BlueMD Neurology- 2775 Hendersonville Rd.","mainPhone":"+18286944552","subtitle":"Arden","type":"CLINIC"},"searchLink":"/care-services/locations?locationTypes=Urgent_Care","ctaRenderable":true,"i18n":{"locationDetailBannerPatientCheckInLabel":"Patient must be checked in by {{lastPatientCheckIn}} to be seen."},"appliedCssClassNames":"topSpacing--default bottomSpacing--default",":type":"unchealth/components/content/location-detail-banner","dataLayer":{"location-detail-banner-eb3c8ab620":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2023-02-01T22:16:48Z"}}},"location_intro":{"resource":{"jcr:primaryType":"nt:unstructured","jcr:created":1675289842361,"jcr:lastModified":1675289842361,"sling:resourceType":"unchealth/components/content/location-intro","cq:styleIds":["topSpacingDefault","bottomSpacingDefault"]},"id":"location-intro-2b35cc386d","locationHeadline":"GETTING HERE","entityDescription":"We are on Hendersonville Road (US-25) at the intersection with North Hillcrest Road in Arden. Free parking is available around the building.","atAGlance":["Handicap accessible","Public transportation"],"mainPhone":"+18286944552","hospitalBasedLocation":false,"beforeHoursAppointmentFee":false,"i18n":{"locationIntroHospitalFeesText":"This location is a hospital or hospital-based clinic. Hospital-based clinics are owned and operated by a hospital and are considered outpatient departments of that hospital. Visits to this hospital or clinic may include an additional facility charge, and some insurance companies reimburse different rates for hospital-based charges, which may impact the amount you are responsible for paying. Please check your plan's coverage with your insurance company before your visit to this location."},":type":"unchealth/components/content/location-intro","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-intro-2b35cc386d":{"@type":"unchealth/components/content/location-intro","repo:modifyDate":"2023-02-01T22:17:22Z"}}},"responsivegrid_header":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["background"],":items":{"background":{"id":"background-a64bcef709",":items":{"rich_text":{"id":"rich-text-5e1619cb48","content":"<h2>Pardee Neurology Associates, A Department of Margaret R. Pardee Memorial Hospital</h2>\r\n<p>At Pardee Neurology Associates, we offer care to patients with nervous system disorders or brain issues.&nbsp;</p>\r\n","cta":{"id":"rich-text-5e1619cb48","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-5e1619cb48":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T00:44:35Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-5e1619cb48":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T00:44:35Z"}}},"content_grid":{"id":"content-grid-9481d40953","gridGap":"default","columnCount":2,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show More","visibilityCtaCollapseLabel":"Show Less","visibilityCtaStyle":"secondary","headline":"Conditions We Treat ","headingLevel":"h2",":items":{"rich_text":{"id":"rich-text-12421e5790","content":"<ul>\r\n<li>Amyotrophic lateral sclerosis (ALS)&nbsp;</li>\r\n<li>Dementia&nbsp;</li>\r\n<li>Epilepsy (or seizure disorders)&nbsp;</li>\r\n<li>Headaches&nbsp;</li>\r\n<li>Muscle disorders&nbsp;</li>\r\n</ul>\r\n","cta":{"id":"rich-text-12421e5790","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-12421e5790":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:10:47Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-12421e5790":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:10:47Z"}}},"rich_text_1678408866":{"id":"rich-text-d1dee23920","content":"<ul>\r\n<li>Parkinson’s disease&nbsp;</li>\r\n<li>Spasticity&nbsp;</li>\r\n<li>Stroke&nbsp;</li>\r\n<li>Multiple sclerosis (MS)&nbsp;</li>\r\n<li>Nerve damage that causes numbness, weakness or pain in the hands and feet&nbsp;</li>\r\n</ul>\r\n","cta":{"id":"rich-text-d1dee23920","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-d1dee23920":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:10:55Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-d1dee23920":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:10:55Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["rich_text","rich_text_1678408866"],"appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"content-grid-9481d40953":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2025-09-24T00:47:26Z"}}},"content_grid_copy":{"id":"content-grid-0c65d0eb46","gridGap":"default","columnCount":1,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show More","visibilityCtaCollapseLabel":"Show Less","visibilityCtaStyle":"secondary","headline":"Services","headingLevel":"h2",":items":{"rich_text":{"id":"rich-text-1d5536fd41","content":"<ul>\r\n<li>Review your symptoms&nbsp;</li>\r\n<li>Order the tests that will help us understand what’s causing your symptoms&nbsp;</li>\r\n<li>Develop a special care plan to meet your needs</li>\r\n</ul>\r\n","cta":{"id":"rich-text-1d5536fd41","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-1d5536fd41":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:12:27Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-1d5536fd41":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:12:27Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["rich_text"],"appliedCssClassNames":"topSpacing--default bottomSpacing--none","dataLayer":{"content-grid-0c65d0eb46":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2025-09-24T01:12:52Z"}}}},":type":"unchealth/components/containers/background",":itemsOrder":["rich_text","content_grid","content_grid_copy"],"appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"background-a64bcef709":{"@type":"unchealth/components/containers/background","repo:modifyDate":"2025-09-24T00:43:36Z"}}}},":type":"wcm/foundation/components/responsivegrid"},"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["content_grid"],":items":{"content_grid":{"id":"content-grid-809896082f","gridGap":"default","columnCount":1,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show More","visibilityCtaCollapseLabel":"Show Less","visibilityCtaStyle":"secondary","headline":"ALS Clinic","headingLevel":"h3",":items":{"rich_text":{"id":"rich-text-596e44e12d","content":"<p>UNC Health Pardee offers the first and only ALS clinic in western North Carolina. Amyotrophic lateral sclerosis, ALS, is a progressive brain-destroying disease that attacks the neurons in the brain and spinal cord that help with movement. The clinic brings together different kinds of doctors with focused expertise to support the needs of individuals living with ALS.</p>\r\n<p>The clinic is led by a neuromuscular neurologist with specialized training and experience in the care and management of ALS and a neurologist specializing in neuromuscular disorders, which are disorders that affect your brain’s ability to control your muscles.</p>\r\n<p>The specialists that make up the clinic have expertise in:</p>\r\n<ul>\r\n<li>Neurology&nbsp;</li>\r\n<li>Physical therapy&nbsp;</li>\r\n<li>Occupational therapy&nbsp;</li>\r\n<li>Speech therapy</li>\r\n<li>Nutrition&nbsp;</li>\r\n<li>Respiratory therapy&nbsp;</li>\r\n<li>Social work&nbsp;</li>\r\n</ul>\r\n<p>Referrals should be faxed to 828-694-4553.</p>\r\n","cta":{"id":"rich-text-596e44e12d","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-596e44e12d":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T00:55:16Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-596e44e12d":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T00:55:16Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["rich_text"],"appliedCssClassNames":"topSpacing--none bottomSpacing--default","dataLayer":{"content-grid-809896082f":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2025-09-24T00:55:27Z"}}}},":type":"wcm/foundation/components/responsivegrid"},"responsivegrid_footer":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["meet_our_team","content_grid_copy_co","related_locations","statement"],":items":{"meet_our_team":{"id":"meet-our-team-1a401d3e42","ctaURL":"/care-services/doctors?facetFilters=%7B%22locations%22%3A%5B%22%7B%5C%22c_aemFadLocationFilters%5C%22%3A%7B%5C%22%24eq%5C%22%3A%5C%22Pardee+BlueMD+Neurology-+2775+Hendersonville+Rd.+%7C+Arden%5C%22%7D%7D%22%5D%7D","searchQuery":"https://liveapi.yext.com/v2/accounts/me/search/vertical/query?api_key=fcb2c208969a29f6bc66c93d5737793e&experienceKey=unc-internal-test-1&locale=en&v=20221201&verticalKey=meet-our-team-random&input=&limit=12&retrieveFacets=true&offset=0&facetFilters={\"locations\":[{\"c_aemFadLocationFilters\":{\"$eq\":\"Pardee+BlueMD+Neurology-+2775+Hendersonville+Rd.+%7C+Arden\"}}]}","surveyPage":"/about-us/learn-about-our-survey","i18n":{"meetOurTeamExpandLabel":"Expand to View More","meetOurTeamCollapseLabel":"Collapse"},":type":"unchealth/components/content/meet-our-team","appliedCssClassNames":"topSpacing--none","dataLayer":{"meet-our-team-1a401d3e42":{"@type":"unchealth/components/content/meet-our-team"}}},"content_grid_copy_co":{"id":"content-grid-d3539c3df4","gridGap":"default","columnCount":1,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show More","visibilityCtaCollapseLabel":"Show Less","visibilityCtaStyle":"secondary","headline":"Why choose UNC Health?","headingLevel":"h3",":items":{"image_card":{"id":"image-card-b395e9c152","headline":"Excellence Awards in Stroke Care","description":"<p>UNC Health Pardee has been repeatedly recognized by two independent organizations for its high-quality stroke care. Our care teams have earned the Healthgrades Stroke Care Excellence Award since 2020, and we've received&nbsp; the <a href=\"https://www.heart.org/\">American Heart Association</a> Get with the Guidelines Gold Plus Quality achievement award since 2016.</p>\r\n","image":{"id":"image-card-b395e9c152","altText":"Excellence Awards in Stroke Care","defaultImgSrc":"/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png","defaultAspectRatio":"default","mobileAspectRatio":"default","defaultWebPSrcSet":["/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/illustrations/logos-and-badges/unc-health-internal/HG-1-Stroke-Care-in-State-2023 Pardee.png/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":432,"width":432,"disableCsr":false,":type":"unchealth/components/content/image-card","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"image-card-b395e9c152":{"@type":"unchealth/components/content/image-card","repo:modifyDate":"2025-09-24T01:02:51Z"}}},":type":"unchealth/components/content/image-card","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"image-card-b395e9c152":{"@type":"unchealth/components/content/image-card","repo:modifyDate":"2025-09-24T01:02:51Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["image_card"],"appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"content-grid-d3539c3df4":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2025-09-17T14:16:37Z"}}},"related_locations":{"id":"related-locations-41571daa6f","relatedLocations":[{"name":"Pardee BlueMD - 1027 Fleming St.","address":{"city":"Hendersonville","line1":"1027 Fleming St.","line2":null,"postalCode":"28791","region":"NC","countryCode":"US"},"mainPhone":"+18284358140","faxNumber":"+18284358141","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.323934","longitude":"-82.46625"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---1027-fleming-st-hendersonville","entityId":"6699555544","contentType":null,"subtitle":"Hendersonville","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - 643 5th Ave. West","address":{"city":"Hendersonville","line1":"643 Fifth Ave. W.","line2":null,"postalCode":"28739","region":"NC","countryCode":"US"},"mainPhone":"+18286947700","faxNumber":"+18286947701","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.317042","longitude":"-82.468215"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---643-5th-ave-west-hendersonville","entityId":"24073","contentType":null,"subtitle":"Hendersonville","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - 277 N. Broad St.","address":{"city":"Brevard","line1":"277 N. Broad St.","line2":null,"postalCode":"28712","region":"NC","countryCode":"US"},"mainPhone":"+18284358400","faxNumber":"+18284358401","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.237405","longitude":"-82.7321011"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---277-n-broad-st-brevard","entityId":"24103","contentType":null,"subtitle":"Brevard","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - 2695 Hendersonville Rd., Suite 200","address":{"city":"Arden","line1":"2695 Hendersonville Road","line2":"Suite 200","postalCode":"28704","region":"NC","countryCode":"US"},"mainPhone":"+18286846035","faxNumber":"+18286548152","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"12:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.4447049","longitude":"-82.5078369"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---2695-hendersonville-rd-suite-200-arden","entityId":"12509","contentType":null,"subtitle":"Arden","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD Endocrinology - 2695 Hendersonville Rd., Suite 202","address":{"city":"Arden","line1":"2695 Hendersonville Road","line2":"Suite 202","postalCode":"28704","region":"NC","countryCode":"US"},"mainPhone":"+18286948420","faxNumber":"+18286948421","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"12:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.4447197","longitude":"-82.5078369"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd-endocrinology---2695-hendersonville-rd-suite-202-arden","entityId":"12510","contentType":null,"subtitle":"Arden","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - Pisgah Dr.","address":{"city":"Hendersonville","line1":"1824 Pisgah Drive","line2":null,"postalCode":"28791","region":"NC","countryCode":"US"},"mainPhone":"+18286948427","faxNumber":"+18286948428","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"18:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"18:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"18:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"18:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.323052","longitude":"-82.490379"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---pisgah-dr-hendersonville","entityId":"22563","contentType":null,"subtitle":"Hendersonville","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - Boylston Hwy.","address":{"city":"Mills River","line1":"3334 Boylston Highway","line2":"Suite 20","postalCode":"28759","region":"NC","countryCode":"US"},"mainPhone":"+18286948150","faxNumber":"+18286948151","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.4002336","longitude":"-82.5715232"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---boylston-hwy-mills-river","entityId":"23955","contentType":null,"subtitle":"Mills River","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - 712 Fleming St.","address":{"city":"Hendersonville","line1":"712 Fleming St.","line2":null,"postalCode":"28791","region":"NC","countryCode":"US"},"mainPhone":"+18286947630","faxNumber":"+18286947631","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.320546","longitude":"-82.465925"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---712-fleming-st-hendersonville","entityId":"12314","contentType":null,"subtitle":"Hendersonville","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - Brevard Rd.","address":{"city":"Etowah","line1":"6503 Brevard Road","line2":null,"postalCode":"28729","region":"NC","countryCode":"US"},"mainPhone":"+18288904156","faxNumber":"+18288919276","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"19:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"19:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.31839","longitude":"-82.592277"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---brevard-rd-etowah","entityId":"12308","contentType":null,"subtitle":"Etowah","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - Cross Road Dr.","address":{"city":"Mills River","line1":"156 Cross Road Drive","line2":null,"postalCode":"28759","region":"NC","countryCode":"US"},"mainPhone":"+18288910060","faxNumber":"+18288911425","hours":{"monday":{"closed":false,"hour":{"start":"08:30","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:30","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:30","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:30","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:30","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.3858251","longitude":"-82.5681477"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---cross-road-dr-mills-river","entityId":"12315","contentType":null,"subtitle":"Mills River","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - Fairview Rd.","address":{"city":"Asheville","line1":"805 Fairview Road","line2":"Suite 200","postalCode":"28803","region":"NC","countryCode":"US"},"mainPhone":"+18284358450","faxNumber":"+18284358451","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.5712239","longitude":"-82.5024098"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---fairview-rd-asheville","entityId":"24152","contentType":null,"subtitle":"Asheville","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - 2775 Hendersonville Rd.","address":{"city":"Arden","line1":"2775 Hendersonville Road","line2":null,"postalCode":"28704","region":"NC","countryCode":"US"},"mainPhone":"+18286948900","faxNumber":"+18286948901","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.443434","longitude":"-82.507147"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---2775-hendersonville-rd-arden","entityId":"24104","contentType":null,"subtitle":"Arden","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - 611 5th Ave. West","address":{"city":"Hendersonville","line1":"611 Fifth Ave. W.","line2":null,"postalCode":"28739","region":"NC","countryCode":"US"},"mainPhone":"+18286983301","faxNumber":"+18286987133","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.3170807","longitude":"-82.4672713"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---611-5th-ave-west-hendersonville","entityId":"8894454","contentType":null,"subtitle":"Hendersonville","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - Long Shoals Rd.","address":{"city":"Arden","line1":"106 Long Shoals Road","line2":null,"postalCode":"28704","region":"NC","countryCode":"US"},"mainPhone":"+18284358120","faxNumber":"+18284358121","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.482638","longitude":"-82.53813"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---long-shoals-rd-arden","entityId":"22132","contentType":null,"subtitle":"Arden","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - 21 Turtle Creek Dr.","address":{"city":"Asheville","line1":"21 Turtle Creek Drive","line2":null,"postalCode":"28803","region":"NC","countryCode":"US"},"mainPhone":"+18286964200","faxNumber":"+18286964201","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.5070245","longitude":"-82.52475629999999"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---21-turtle-creek-dr-asheville","entityId":"32311323232232","contentType":null,"subtitle":"Asheville","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD Behavioral Health - 1409 Asheville Hwy.","address":{"city":"Brevard","line1":"1409 Asheville Highway","line2":null,"postalCode":"28712","region":"NC","countryCode":"US"},"mainPhone":"+18284358392","faxNumber":"+18284358393","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"12:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.2613194","longitude":"-82.7164231"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd-behavioral-health---1409-asheville-hwy-brevard","entityId":"32353313232","contentType":null,"subtitle":"Brevard","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD Behavioral Health - 712 Fleming St.","address":{"city":"Hendersonville","line1":"712 Fleming St.","line2":null,"postalCode":"28791","region":"NC","countryCode":"US"},"mainPhone":"+18284358392","faxNumber":"+18284358393","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"12:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.3206284","longitude":"-82.4659192"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd-behavioral-health---712-fleming-st-hendersonville","entityId":"3333231323232","contentType":null,"subtitle":"Hendersonville","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD Behavioral Health - 21 Turtle Creek Dr.","address":{"city":"Asheville","line1":"21 Turtle Creek Drive","line2":null,"postalCode":"28803","region":"NC","countryCode":"US"},"mainPhone":"+18284358392","faxNumber":"+18284358393","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"12:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.5070245","longitude":"-82.52475629999999"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd-behavioral-health---21-turtle-creek-dr-asheville","entityId":"3235323232322","contentType":null,"subtitle":"Asheville","departments":null,"googleMapsDirectionLink":"","locationType":"COMMUNITY_HEALTH_CENTER","hideWaitTime":true},{"name":"Pardee BlueMD - 807 N. Justice St.","address":{"city":"Hendersonville","line1":"807 N. Justice St.","line2":null,"postalCode":"28791","region":"NC","countryCode":"US"},"mainPhone":"+18286944552","faxNumber":"+18286944553","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.320974","longitude":"-82.46881"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/pardee-bluemd---807-n-justice-st-hendersonville","entityId":"445448","contentType":null,"subtitle":"Hendersonville","departments":null,"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true}],":type":"unchealth/components/content/related-locations","appliedCssClassNames":"topSpacing--none","dataLayer":{"related-locations-41571daa6f":{"@type":"unchealth/components/content/related-locations"}}},"statement":{"id":"statement-88e14af361","type":"quote","mode":"location","slides":[{"eyebrow":"Neurologist at Pardee Neurology Associates ","description":"“I consider it a privilege to care for patients and their families with ALS. I look forward to expanding cutting-edge and complete ALS care in our region, alongside our dedicated and passionate team.” ","attribution":"Dr. Hannah Machemehl","cta":{"label":"Meet Dr. Machemehl","descriptiveText":"link to Meet Dr. Machemehl","href":"https://www.unchealth.org/care-services/doctors/m/hannah-c-machemehl-md","target":"_self","disableCsr":false}}],":type":"unchealth/components/content/statement","appliedCssClassNames":"topSpacing--none bottomSpacing--none theme--dark","dataLayer":{"statement-88e14af361":{"@type":"unchealth/components/content/statement","repo:modifyDate":"2025-09-24T01:08:09Z"}}}},":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-489bcff561","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":"-a9b673a573","label":"News & Media","href":"https://news.unchealthcare.org/?_ga=2.176331429.1459326530.1662751404-1169189291.1662751404","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-a9b673a573":{"@type":"nt:unstructured"}}},{"id":"-2078ea7480","label":"Sitemap","href":"/sitemap","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-2078ea7480":{"@type":"nt:unstructured"}}}],"topLinks":[{"id":"-707fc82411","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-707fc82411":{"@type":"nt:unstructured"}}},{"id":"-048087f6ee","label":"Contact Us","href":"/contact-us","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-048087f6ee":{"@type":"nt:unstructured"}}},{"id":"-6877e1224a","label":"Clinical Trials","href":"https://researchforme.unc.edu/index.php/en/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-6877e1224a":{"@type":"nt:unstructured"}}},{"id":"-052caf2517","label":"Sign In to My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-052caf2517":{"@type":"nt:unstructured"}}}],"mainLinks":[{"title":"About US","links":[{"id":"-281e56ebb6","label":"Who We Are","href":"/about-us/who-we-are","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-281e56ebb6":{"@type":"nt:unstructured"}}},{"id":"-4bbb5fc9d6","label":"Compliance Office","href":"/about-us/compliance-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4bbb5fc9d6":{"@type":"nt:unstructured"}}},{"id":"-5b2eb3660c","label":"Privacy Office","href":"/about-us/privacy-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-5b2eb3660c":{"@type":"nt:unstructured"}}},{"id":"-5ac1adacb3","label":"OHCA Members","href":"/about-us/ohca-members","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-5ac1adacb3":{"@type":"nt:unstructured"}}},{"id":"-c80744869f","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":{"-c80744869f":{"@type":"nt:unstructured"}}},{"id":"-68726fb62f","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":{"-68726fb62f":{"@type":"nt:unstructured"}}},{"id":"-cae6afe960","label":"Financial Assistance","descriptiveText":"link to Financial Assistance page","href":"/records-insurance/financial-assistance-programs","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-cae6afe960":{"@type":"nt:unstructured"}}},{"id":"-d69a667628","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":{"-d69a667628":{"@type":"nt:unstructured"}}},{"id":"-0e3bb1506c","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":{"-0e3bb1506c":{"@type":"nt:unstructured"}}}]},{"title":"Medical & Clinical Professionals","links":[{"id":"-e502d02a06","label":"Fellowship Program","href":"/for-medical-professionals/fellowship-program","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-e502d02a06":{"@type":"nt:unstructured"}}},{"id":"-69304027ef","label":"House Staff Council","href":"/for-medical-professionals/house-staff-council","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-69304027ef":{"@type":"nt:unstructured"}}},{"id":"-c7dbf760d4","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":{"-c7dbf760d4":{"@type":"nt:unstructured"}}}]},{"title":"For UNC Health Employees","links":[{"id":"-9ea9e81684","label":"Well-being Program","href":"/for-unch-health-professionals/well-being-for-unc-health-teammates","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-9ea9e81684":{"@type":"nt:unstructured"}}},{"id":"-abad7c2ebe","label":"Epic@UNC Training ","href":"/for-unch-health-professionals/epic-training","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-abad7c2ebe":{"@type":"nt:unstructured"}}},{"id":"-64a18d1b52","label":"Working Forward","href":"/for-unch-health-professionals/working-forward","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-64a18d1b52":{"@type":"nt:unstructured"}}}]},{"title":"Supporting Our Community","links":[{"id":"-583626778f","label":"Giving","href":"https://unchealthfoundation.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-583626778f":{"@type":"nt:unstructured"}}},{"id":"-4daa6c3ab0","label":"Caring for Our Communities","href":"/supporting-our-community/caring-for-our-communities","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4daa6c3ab0":{"@type":"nt:unstructured"}}}]}],"utilityLinks":[{"id":"-a8506ac92d","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":{"-a8506ac92d":{"@type":"nt:unstructured"}}},{"id":"-f83bd8a753","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":{"-f83bd8a753":{"@type":"nt:unstructured"}}},{"id":"-46ab296cae","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":{"-46ab296cae":{"@type":"nt:unstructured"}}},{"id":"-593dedb37c","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":{"-593dedb37c":{"@type":"nt:unstructured"}}},{"id":"-b3378c5a04","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":{"-b3378c5a04":{"@type":"nt:unstructured"}}},{"id":"-6e542ee60d","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":{"-6e542ee60d":{"@type":"nt:unstructured"}}}],"utilityLinksSpanish":[{"id":"-a213a814a7","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":{"-a213a814a7":{"@type":"nt:unstructured"}}},{"id":"-38a5f2d95d","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":{"-38a5f2d95d":{"@type":"nt:unstructured"}}},{"id":"-50b0f1198f","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":{"-50b0f1198f":{"@type":"nt:unstructured"}}}],"disclaimerLinks":[{"id":"-5546ccd77a","label":"Accessibility","href":"/about-us/accessibility-at-unc-health/language-accessibility-services/website-accessibility-statement","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-5546ccd77a":{"@type":"nt:unstructured"}}}],"copyright":"©2026 UNC Health. \r\nAll rights reserved.",":type":"unchealth/components/content/global-footer","dataLayer":{"global-footer-489bcff561":{"@type":"unchealth/components/content/global-footer","repo:modifyDate":"2025-12-05T20:10:26Z"}}},"gsight_survey":{"id":"gsight-survey-45f698cc68","samplingPercentage":50,"popupDelayInSeconds":50,"hideGSightSurvey":false,"clientId":"d790eed4-ab64-eb11-8272-12cf99399697",":type":"unchealth/components/content/gsight-survey","dataLayer":{"gsight-survey-45f698cc68":{"@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"}},":hierarchyType":"page",":path":"/content/unchealth/us/en/care-services/locations/pardee-bluemd-neurology--2775-hendersonville-rd-arden",":type":"unchealth/components/core/page","dataLayer":{"page-d17b29ae7c":{"@type":"unchealth/components/core/page","repo:modifyDate":"2026-04-09T19:35:13Z"}}}