{"id":"page-aa03db5d49","pageData":{"location":{"yextEntityId":"445448","name":"Pardee BlueMD - 807 N. Justice St.","subtitle":"Hendersonville","locationType":"Clinic","address":{"city":"Hendersonville","line1":"807 N. Justice St.","line2":null,"postalCode":"28791","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 Hendersonville 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---807-n-justice-st-hendersonville\",\"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 - 807 N. Justice St. - Hendersonville\",\"address\":{\"@type\":\"PostalAddress\",\"postalCode\":\"28791\",\"streetAddress\":\"807 N. Justice St.\",\"addressCountry\":\"US\",\"addressRegion\":\"North Carolina\",\"addressLocality\":\"Hendersonville\",\"telephone\":\"828-694-4552\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.3209°\",\"longitude\":\"-82.4688°\"},\"image\":\"\"},{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"Pardee BlueMD - 807 N. Justice St. - Hendersonville\",\"url\":\"https://www.unchealth.org/care-services/locations/pardee-bluemd---807-n-justice-st-hendersonville\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"807 N. Justice St.\",\"addressLocality\":\"Hendersonville\",\"addressRegion\":\"NC\",\"postalCode\":\"28791\",\"addressCountry\":\"US\"},\"telephone\":\"+18286944552\",\"description\":\"Get treatment for ALS, stroke, Parkinson’s disease, MS, dementia and other diseases affecting the brain in Hendersonville at Pardee Neurology Associates. \",\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Neurologic\"}],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.3209°\",\"longitude\":\"-82.4688°\"},\"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---807-n-justice-st-hendersonville.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 Hendersonville at Pardee Neurology Associates. ","url":"https://www.unchealth.org/care-services/locations/pardee-bluemd---807-n-justice-st-hendersonville","title":"Pardee BlueMD - 807 N. Justice St.","tags":[],"schema":["{\"@context\":\"https://schema.org/\",\"@type\":\"WebSite\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/locations/pardee-bluemd---807-n-justice-st-hendersonville\",\"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 - 807 N. Justice St. - Hendersonville\",\"address\":{\"@type\":\"PostalAddress\",\"postalCode\":\"28791\",\"streetAddress\":\"807 N. Justice St.\",\"addressCountry\":\"US\",\"addressRegion\":\"North Carolina\",\"addressLocality\":\"Hendersonville\",\"telephone\":\"828-694-4552\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.3209°\",\"longitude\":\"-82.4688°\"},\"image\":\"\"}","{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"Pardee BlueMD - 807 N. Justice St. - Hendersonville\",\"url\":\"https://www.unchealth.org/care-services/locations/pardee-bluemd---807-n-justice-st-hendersonville\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"807 N. Justice St.\",\"addressLocality\":\"Hendersonville\",\"addressRegion\":\"NC\",\"postalCode\":\"28791\",\"addressCountry\":\"US\"},\"telephone\":\"+18286944552\",\"description\":\"Get treatment for ALS, stroke, Parkinson’s disease, MS, dementia and other diseases affecting the brain in Hendersonville at Pardee Neurology Associates. \",\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Neurologic\"}],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.3209°\",\"longitude\":\"-82.4688°\"},\"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-9c7a748557","i18n":{"globalAlertsGeneralLabel":"General Alerts","globalAlertsPriorityLabel":"Priority Alerts"},":type":"unchealth/components/content/global-alerts","dataLayer":{"global-alerts-9c7a748557":{"@type":"unchealth/components/content/global-alerts","repo:modifyDate":"2026-02-16T17:18:37Z"}}},"global_header":{"id":"global-header-7e84826b86","logoLink":"/home","myChartCta":{"id":"global-header-7e84826b86","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-7e84826b86":{"@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-e80f5fba9f","image":{"id":"nav-feauture-card-e80f5fba9f","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-e80f5fba9f":{"@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-e80f5fba9f","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-e80f5fba9f":{"@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-e80f5fba9f":{"@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-9e5db06dd2","image":{"id":"nav-feauture-card-9e5db06dd2","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-9e5db06dd2":{"@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-9e5db06dd2","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-9e5db06dd2":{"@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-9e5db06dd2":{"@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-a65529b7fe","image":{"id":"nav-feauture-card-a65529b7fe","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-a65529b7fe":{"@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-a65529b7fe","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-a65529b7fe":{"@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-a65529b7fe":{"@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":"-d63e58145d","label":"How to Schedule Care","href":"/care-services/ways-to-schedule-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d63e58145d":{"@type":"nt:unstructured"}}},{"id":"-078ccd8f50","label":"Pay My Bill","href":"/records-insurance/pay-my-bill","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-078ccd8f50":{"@type":"nt:unstructured"}}},{"id":"-40a7f2b29a","label":"Urgent & Emergency Care","href":"/care-services/urgent-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-40a7f2b29a":{"@type":"nt:unstructured"}}},{"id":"-7e065b9696","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-7e065b9696":{"@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":"-f7f95c088c","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-f7f95c088c":{"@type":"nt:unstructured"}}}},{"iconName":{"name":"profile","title":"Profile"},"cta":{"id":"-5ab7a52930","label":"My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-5ab7a52930":{"@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-7e84826b86":{"@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 - 807 N. Justice St.","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-688370bc27","cta":{"id":"location-alert-688370bc27","disableCsr":false,":type":"unchealth/components/content/location-alert","dataLayer":{"location-alert-688370bc27":{"@type":"unchealth/components/content/location-alert"}}},"icon":{"name":null,"title":null},"modalLabel":"Learn More",":type":"unchealth/components/content/location-alert","dataLayer":{"location-alert-688370bc27":{"@type":"unchealth/components/content/location-alert"}}},"location_detail_bann":{"id":"location-detail-banner-9b0b936468","lastPatientCheckIn":{"monday":"","tuesday":"","wednesday":"","thursday":"","friday":"","saturday":"","sunday":""},"cta":{"id":"location-detail-banner-9b0b936468","disableCsr":false,":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-9b0b936468":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2023-02-01T22:16:48Z"}}},"gridVariations":{"id":"location-detail-banner-9b0b936468",":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-9b0b936468":{"@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":"Hendersonville","line1":"807 N. Justice St.","line2":null,"postalCode":"28791","region":"NC","countryCode":"US"},"displayCoordinate":{"latitude":"35.320974","longitude":"-82.46881"},"entityId":"445448","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 - 807 N. Justice St.","mainPhone":"+18286944552","subtitle":"Hendersonville","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-9b0b936468":{"@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-22f8056b24","locationHeadline":"GETTING HERE","entityDescription":"We are located on North Justice Street close to where it intersects with Connor Avenue and across the street from Pardee Hospital.","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-22f8056b24":{"@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-6f518dcbe1",":items":{"rich_text_copy":{"id":"rich-text-6752489ecc","content":"<h2>Pardee Neurology Associates</h2>\r\n<p>At Pardee Neurology Associates, we offer care to patients with nervous system disorders or brain issues.</p>\r\n","cta":{"id":"rich-text-6752489ecc","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--none bottomSpacing--none","dataLayer":{"rich-text-6752489ecc":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:33:30Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--none bottomSpacing--none","dataLayer":{"rich-text-6752489ecc":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:33:30Z"}}},"content_grid_copy":{"id":"content-grid-10a2430555","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-6ac8098d37","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-6ac8098d37","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-6ac8098d37":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:44:26Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-6ac8098d37":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:44:26Z"}}},"rich_text_1482306928":{"id":"rich-text-ffb61915b2","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</li>\r\n</ul>\r\n","cta":{"id":"rich-text-ffb61915b2","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-ffb61915b2":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:44:33Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-ffb61915b2":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:44:33Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["rich_text","rich_text_1482306928"],"appliedCssClassNames":"topSpacing--default bottomSpacing--small","dataLayer":{"content-grid-10a2430555":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2025-09-24T01:38:16Z"}}},"content_grid_copy_co":{"id":"content-grid-85db1c5401","gridGap":"default","columnCount":1,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show More","visibilityCtaCollapseLabel":"Show Less","visibilityCtaStyle":"secondary","headline":"Services","headingLevel":"h2",":items":{"rich_text":{"id":"rich-text-58d8d00fb2","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;&nbsp;</li>\r\n<li>Develop a special care plan to meet your needs&nbsp;</li>\r\n</ul>\r\n","cta":{"id":"rich-text-58d8d00fb2","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-58d8d00fb2":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:37:46Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-58d8d00fb2":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-09-24T01:37:46Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["rich_text"],"appliedCssClassNames":"topSpacing--default bottomSpacing--none","dataLayer":{"content-grid-85db1c5401":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2025-09-24T01:38:49Z"}}}},":type":"unchealth/components/containers/background",":itemsOrder":["rich_text_copy","content_grid_copy","content_grid_copy_co"],"appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"background-6f518dcbe1":{"@type":"unchealth/components/containers/background","repo:modifyDate":"2025-09-24T01:42:21Z"}}}},":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":["meet_our_team","content_grid_copy_co","related_locations"],":items":{"meet_our_team":{"id":"meet-our-team-425f5f604d","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+-+807+N.+Justice+St.+%7C+Hendersonville%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+-+807+N.+Justice+St.+%7C+Hendersonville\"}}]}","surveyPage":"/about-us/learn-about-our-survey","i18n":{"meetOurTeamExpandLabel":"Expand to View More","meetOurTeamCollapseLabel":"Collapse"},":type":"unchealth/components/content/meet-our-team","dataLayer":{"meet-our-team-425f5f604d":{"@type":"unchealth/components/content/meet-our-team"}}},"content_grid_copy_co":{"id":"content-grid-0e25e5389e","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-e0476c0bad","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 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-e0476c0bad","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-e0476c0bad":{"@type":"unchealth/components/content/image-card","repo:modifyDate":"2025-09-30T15:33:56Z"}}},":type":"unchealth/components/content/image-card","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"image-card-e0476c0bad":{"@type":"unchealth/components/content/image-card","repo:modifyDate":"2025-09-30T15:33:56Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["image_card"],"appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"content-grid-0e25e5389e":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2025-09-17T14:16:37Z"}}},"related_locations":{"id":"related-locations-dee30c6645","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 Neurology- 2775 Hendersonville Rd.","address":{"city":"Arden","line1":"2775 Hendersonville Road","line2":"Suite 250","postalCode":"28704","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.4434626","longitude":"-82.50716729999999"},"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-neurology--2775-hendersonville-rd-arden","entityId":"12316","contentType":null,"subtitle":"Arden","departments":null,"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true}],":type":"unchealth/components/content/related-locations","appliedCssClassNames":"topSpacing--none","dataLayer":{"related-locations-dee30c6645":{"@type":"unchealth/components/content/related-locations"}}}},":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-f90497cbfe","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":"-6819b35bbf","label":"News & Media","href":"https://news.unchealthcare.org/?_ga=2.176331429.1459326530.1662751404-1169189291.1662751404","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-6819b35bbf":{"@type":"nt:unstructured"}}},{"id":"-ff354268fa","label":"Sitemap","href":"/sitemap","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-ff354268fa":{"@type":"nt:unstructured"}}}],"topLinks":[{"id":"-f46b39b3d2","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-f46b39b3d2":{"@type":"nt:unstructured"}}},{"id":"-0cd2e91db0","label":"Contact Us","href":"/contact-us","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-0cd2e91db0":{"@type":"nt:unstructured"}}},{"id":"-be7636124e","label":"Clinical Trials","href":"https://researchforme.unc.edu/index.php/en/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-be7636124e":{"@type":"nt:unstructured"}}},{"id":"-f98d5e2968","label":"Sign In to My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-f98d5e2968":{"@type":"nt:unstructured"}}}],"mainLinks":[{"title":"About US","links":[{"id":"-1bc0ef02ea","label":"Who We Are","href":"/about-us/who-we-are","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-1bc0ef02ea":{"@type":"nt:unstructured"}}},{"id":"-1619367c10","label":"Compliance Office","href":"/about-us/compliance-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-1619367c10":{"@type":"nt:unstructured"}}},{"id":"-21e8a08cd9","label":"Privacy Office","href":"/about-us/privacy-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-21e8a08cd9":{"@type":"nt:unstructured"}}},{"id":"-896d9dc08b","label":"OHCA Members","href":"/about-us/ohca-members","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-896d9dc08b":{"@type":"nt:unstructured"}}},{"id":"-4209ae8f8b","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":{"-4209ae8f8b":{"@type":"nt:unstructured"}}},{"id":"-ac0a3943e9","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":{"-ac0a3943e9":{"@type":"nt:unstructured"}}},{"id":"-85080a9300","label":"Financial Assistance","descriptiveText":"link to Financial Assistance page","href":"/records-insurance/financial-assistance-programs","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-85080a9300":{"@type":"nt:unstructured"}}},{"id":"-873ff3cdd3","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":{"-873ff3cdd3":{"@type":"nt:unstructured"}}},{"id":"-88220cdcb3","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":{"-88220cdcb3":{"@type":"nt:unstructured"}}}]},{"title":"Medical & Clinical Professionals","links":[{"id":"-b2dd261e8f","label":"Fellowship Program","href":"/for-medical-professionals/fellowship-program","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-b2dd261e8f":{"@type":"nt:unstructured"}}},{"id":"-c70329a846","label":"House Staff Council","href":"/for-medical-professionals/house-staff-council","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-c70329a846":{"@type":"nt:unstructured"}}},{"id":"-8d8a379781","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":{"-8d8a379781":{"@type":"nt:unstructured"}}}]},{"title":"For UNC Health Employees","links":[{"id":"-bcb765100a","label":"Well-being Program","href":"/for-unch-health-professionals/well-being-for-unc-health-teammates","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-bcb765100a":{"@type":"nt:unstructured"}}},{"id":"-4c13c325d5","label":"Epic@UNC Training ","href":"/for-unch-health-professionals/epic-training","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4c13c325d5":{"@type":"nt:unstructured"}}},{"id":"-d16ec9b64b","label":"Working Forward","href":"/for-unch-health-professionals/working-forward","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d16ec9b64b":{"@type":"nt:unstructured"}}}]},{"title":"Supporting Our Community","links":[{"id":"-759fadfa67","label":"Giving","href":"https://unchealthfoundation.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-759fadfa67":{"@type":"nt:unstructured"}}},{"id":"-feee740895","label":"Caring for Our Communities","href":"/supporting-our-community/caring-for-our-communities","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-feee740895":{"@type":"nt:unstructured"}}}]}],"utilityLinks":[{"id":"-55a08549e0","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":{"-55a08549e0":{"@type":"nt:unstructured"}}},{"id":"-cffd5f99ff","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":{"-cffd5f99ff":{"@type":"nt:unstructured"}}},{"id":"-e1c5a7f462","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":{"-e1c5a7f462":{"@type":"nt:unstructured"}}},{"id":"-5e83ebcfa4","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":{"-5e83ebcfa4":{"@type":"nt:unstructured"}}},{"id":"-2b69d68f3e","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":{"-2b69d68f3e":{"@type":"nt:unstructured"}}},{"id":"-02062286a5","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":{"-02062286a5":{"@type":"nt:unstructured"}}}],"utilityLinksSpanish":[{"id":"-c2eb054cc4","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":{"-c2eb054cc4":{"@type":"nt:unstructured"}}},{"id":"-cf4967a9d8","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":{"-cf4967a9d8":{"@type":"nt:unstructured"}}},{"id":"-c5eabd4129","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":{"-c5eabd4129":{"@type":"nt:unstructured"}}}],"disclaimerLinks":[{"id":"-b32fe51804","label":"Accessibility","href":"/about-us/accessibility-at-unc-health/language-accessibility-services/website-accessibility-statement","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-b32fe51804":{"@type":"nt:unstructured"}}}],"copyright":"©2026 UNC Health. \r\nAll rights reserved.",":type":"unchealth/components/content/global-footer","dataLayer":{"global-footer-f90497cbfe":{"@type":"unchealth/components/content/global-footer","repo:modifyDate":"2025-12-05T20:10:26Z"}}},"gsight_survey":{"id":"gsight-survey-cc2dadf691","samplingPercentage":50,"popupDelayInSeconds":50,"hideGSightSurvey":false,"clientId":"d790eed4-ab64-eb11-8272-12cf99399697",":type":"unchealth/components/content/gsight-survey","dataLayer":{"gsight-survey-cc2dadf691":{"@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---807-n-justice-st-hendersonville",":type":"unchealth/components/core/page","dataLayer":{"page-aa03db5d49":{"@type":"unchealth/components/core/page","repo:modifyDate":"2026-04-09T19:26:06Z"}}}