{"id":"page-fe8f5e4a59","pageData":{"location":{"yextEntityId":"023231323232","name":"UNC Health Multispecialty Care at Clayton","subtitle":"","locationType":"Clinic","address":{"city":"Clayton","line1":"1820 Veterans Parkway","line2":"Suite 200","postalCode":"27520","region":"NC","countryCode":"US"},"mainPhone":"+19198820880","faxNumber":"+19198820881"}},"templateName":"t03-clinic","contentLanguage":"en","cssClassNames":"page basicpage","metaDescription":"Get expert care for ear, nose and throat conditions, muscle and joint health, and disorders of the brain and nervous system in Clayton, NC.  ","brandSlug":"UNC Health","defaultMetaSiteName":"UNC Health","siteURL":"https://www.unchealth.org","mainSchemaHtml":"<script type=\"application/ld+json\" id=\"mainSchema\">{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"UNC Health Multispecialty Care at Clayton\",\"url\":\"https://www.unchealth.org/care-services/locations/unc-health-multispecialty-care-at-clayton\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"1820 Veterans Parkway, Suite 200\",\"addressLocality\":\"Clayton\",\"addressRegion\":\"NC\",\"postalCode\":\"27520\",\"addressCountry\":\"US\"},\"telephone\":\"+19198820880\",\"description\":\"Get expert care for ear, nose and throat conditions, muscle and joint health, and disorders of the brain and nervous system in Clayton, NC.  \",\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Neurologic\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"Otolaryngologic\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"Rheumatologic\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"Surgical\"}],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.6327°\",\"longitude\":\"-78.4980°\"},\"openingHours\":[\"Mo 07:00-17:00\",\"Tu 07:00-17:00\",\"We 07:00-17:00\",\"Th 07:00-17:00\",\"Fr 07:00-13:00\"],\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg\"}</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","description":"Get expert care for ear, nose and throat conditions, muscle and joint health, and disorders of the brain and nervous system in Clayton, NC.  ","pagePath":"/care-services/locations/unc-health-multispecialty-care-at-clayton.model.json","thumbnail":"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png","url":"https://www.unchealth.org/care-services/locations/unc-health-multispecialty-care-at-clayton","title":"UNC Health Multispecialty Care at Clayton","tags":[],"schema":["{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"UNC Health Multispecialty Care at Clayton\",\"url\":\"https://www.unchealth.org/care-services/locations/unc-health-multispecialty-care-at-clayton\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"1820 Veterans Parkway, Suite 200\",\"addressLocality\":\"Clayton\",\"addressRegion\":\"NC\",\"postalCode\":\"27520\",\"addressCountry\":\"US\"},\"telephone\":\"+19198820880\",\"description\":\"Get expert care for ear, nose and throat conditions, muscle and joint health, and disorders of the brain and nervous system in Clayton, NC.  \",\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Neurologic\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"Otolaryngologic\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"Rheumatologic\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"Surgical\"}],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.6327°\",\"longitude\":\"-78.4980°\"},\"openingHours\":[\"Mo 07:00-17:00\",\"Tu 07:00-17:00\",\"We 07:00-17:00\",\"Th 07:00-17:00\",\"Fr 07:00-13:00\"],\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg\"}"],"language":"en",":type":"unchealth/components/core/page",":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":{":type":"unchealth/components/core/experiencefragment",":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-1c34df7f9c","i18n":{"globalAlertsGeneralLabel":"General Alerts","globalAlertsPriorityLabel":"Priority Alerts"},":type":"unchealth/components/content/global-alerts","dataLayer":{"global-alerts-1c34df7f9c":{"@type":"unchealth/components/content/global-alerts","repo:modifyDate":"2026-02-16T17:18:37Z"}}},"global_header":{"id":"global-header-f487d7194a","logoLink":"/home","myChartCta":{"id":"global-header-f487d7194a","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-f487d7194a":{"@type":"unchealth/components/content/global-header","repo:modifyDate":"2025-04-28T19:39:38Z"}}},"primaryNavItems":[{"link":"/care-services","featureCard":{":type":"nt:unstructured",":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-01c82a2e8b","image":{"id":"nav-feauture-card-01c82a2e8b","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-01c82a2e8b":{"@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-01c82a2e8b","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-01c82a2e8b":{"@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-01c82a2e8b":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:10:11Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}}},"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":{":type":"nt:unstructured",":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-6d114d5fc5","image":{"id":"nav-feauture-card-6d114d5fc5","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-6d114d5fc5":{"@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-6d114d5fc5","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-6d114d5fc5":{"@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-6d114d5fc5":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:35:17Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}}},"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":{":type":"nt:unstructured",":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-0b7772d081","image":{"id":"nav-feauture-card-0b7772d081","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-0b7772d081":{"@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-0b7772d081","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-0b7772d081":{"@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-0b7772d081":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:41:04Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}}},"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":"-f8157cc4ea","label":"How to Schedule Care","href":"/care-services/ways-to-schedule-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-f8157cc4ea":{"@type":"nt:unstructured"}}},{"id":"-16ea409877","label":"Pay My Bill","href":"/records-insurance/pay-my-bill","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-16ea409877":{"@type":"nt:unstructured"}}},{"id":"-621ad79925","label":"Urgent & Emergency Care","href":"/care-services/urgent-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-621ad79925":{"@type":"nt:unstructured"}}},{"id":"-047d44acd7","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-047d44acd7":{"@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":"-705b3d032c","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-705b3d032c":{"@type":"nt:unstructured"}}}},{"iconName":{"name":"profile","title":"Profile"},"cta":{"id":"-cb7267e276","label":"My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-cb7267e276":{"@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-f487d7194a":{"@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"}}},"subnav":{"id":"sub-nav-7547c708a6","breadcrumbPages":[{"redirect":true,"pageName":"Care & Services","pageUrl":"/care-services"},{"pageName":"Locations","pageUrl":"/care-services/locations"}],"activePage":[{"pageName":"UNC Health Multispecialty Care at Clayton","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-268ba5170f","cta":{"id":"location-alert-268ba5170f","disableCsr":false,":type":"unchealth/components/content/location-alert","dataLayer":{"location-alert-268ba5170f":{"@type":"unchealth/components/content/location-alert"}}},"icon":{"name":null,"title":null},"modalLabel":"Learn More",":type":"unchealth/components/content/location-alert","dataLayer":{"location-alert-268ba5170f":{"@type":"unchealth/components/content/location-alert"}}},"location_detail_bann":{"id":"location-detail-banner-a306262547","lastPatientCheckIn":{"monday":"","tuesday":"","wednesday":"","thursday":"","friday":"","saturday":"","sunday":""},"bannerStyle":"default","viewAllUrgentCareWaitTimes":false,"cta":{"id":"location-detail-banner-a306262547","target":"_self","disableCsr":false,":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-a306262547":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2026-03-24T17:26:37Z"}}},"secondaryCta":{"label":null,"descriptiveText":null,"href":null,"target":"_self","disableCsr":false},"gridVariations":{"id":"location-detail-banner-a306262547",":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-a306262547":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2026-03-24T17:26:37Z"}}},"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":"Clayton","line1":"1820 Veterans Parkway","line2":"Suite 200","postalCode":"27520","region":"NC","countryCode":"US"},"displayCoordinate":{"latitude":"35.63277970000001","longitude":"-78.4980456"},"entityId":"023231323232","faxNumber":"+19198820881","hours":{"monday":{"closed":false,"hour":{"start":"07:00","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"07:00","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"07:00","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"07:00","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"07:00","end":"13:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"image":{"altText":"","caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/clinic/img-locations-uncg-multispecialty-Care-at-Clayton-1820-Veterans-Parkway.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":4284,"width":5712,"srcTitle":null},"lastPatientCheckIn":{"monday":"","tuesday":"","wednesday":"","thursday":"","friday":"","saturday":"","sunday":""},"name":"UNC Health Multispecialty Care at Clayton","mainPhone":"+19198820880","subtitle":"","type":"CLINIC"},"searchLink":"/care-services/locations?locationTypes=Urgent_Care","ctaRenderable":true,"i18n":{"locationDetailBannerPatientCheckInLabel":"Patient must be checked in by {{lastPatientCheckIn}} to be seen."},":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-a306262547":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2026-03-24T17:26:37Z"}}},"location_intro":{"resource":{"jcr:primaryType":"nt:unstructured","jcr:lastModified":1774349801908,"sling:resourceType":"unchealth/components/content/location-intro","textIsRich":"true","cq:styleIds":["topSpacingDefault","bottomSpacingDefault"]},"id":"location-intro-90a1ee798c","locationHeadline":"GETTING HERE","entityDescription":"We are located on Veterans Parkway (NC-42) in Clayton, near the intersection with Amelia Church Road and close to UNC Health Johnston-Clayton.","atAGlance":["Handicap accessible"],"mainPhone":"+19198820880","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-90a1ee798c":{"@type":"unchealth/components/content/location-intro","repo:modifyDate":"2026-03-24T10:56:41Z"}}},"responsivegrid_header":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["background","rich_text_798583242"],":items":{"background":{"id":"background-462c538031",":type":"unchealth/components/containers/background",":items":{"rich_text":{"id":"rich-text-0a7d0b6894","content":"<h2>UNC Health Multispecialty Care at Clayton</h2>\r\n<p>UNC Health Multispecialty Care at Clayton&nbsp;offers&nbsp;expert care for ear, nose and throat conditions, muscle and joint health, and disorders of the brain and nervous system, all in one convenient location. Our community-based specialty clinic&nbsp;serves&nbsp;adults and children and is committed to providing high-quality care close to home.&nbsp;</p>\r\n<p>In partnership with UNC Health Johnston, our providers work with you to diagnose and treat new concerns,&nbsp;relieve pain,&nbsp;manage chronic&nbsp;conditions&nbsp;and support your long-term health. Whether you need&nbsp;care&nbsp;for hearing or sinus issues, arthritis or joint pain, or neurological conditions, our team focuses on helping you feel better and&nbsp;maintain&nbsp;your quality of life.&nbsp;</p>\r\n","cta":{"id":"rich-text-0a7d0b6894","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-0a7d0b6894":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:12:41Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-0a7d0b6894":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:12:41Z"}}},"content_grid":{"id":"content-grid-6d43d405a5","gridGap":"default","columnCount":1,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show More","visibilityCtaCollapseLabel":"Show Less","visibilityCtaStyle":"secondary","headline":"Conditions we  treat","headingLevel":"h2",":type":"unchealth/components/containers/content-grid",":items":{"item_1774282385541":{"id":"rich-text-d82da4e929","content":"<p><b>Muscle and joint&nbsp;conditions</b></p>\r\n<ul>\r\n<li>Arthritis&nbsp;that&nbsp;mainly affects&nbsp;the spine and can cause back pain and stiffness (ankylosing spondylitis)</li>\r\n<li>Joint pain and swelling&nbsp;that comes with digestive conditions like&nbsp;irritable bowel syndrome&nbsp;(enteropathic&nbsp;arthritis)</li>\r\n<li>Arthritis&nbsp;caused by a build-up of uric acid that leads to painful swelling, often in the foot or toe (gout)</li>\r\n<li>Conditions that cause muscle inflammation (inflammatory myopathies)</li>\r\n<li>Arthritis&nbsp;that causes joint pain, swelling and stiffness (inflammatory osteoarthritis)</li>\r\n<li>Arthritis that affects&nbsp;patients&nbsp;with&nbsp;the&nbsp;skin&nbsp;condition psoriasis, causing joint pain and swelling (psoriatic arthritis)</li>\r\n<li>Joint pain and swelling that can happen after an infection (reactive arthritis)</li>\r\n<li>An autoimmune disease that causes pain, swelling and stiffness in the joints (rheumatoid arthritis)</li>\r\n<li>An autoimmune disease that can affect the joints,&nbsp;skin&nbsp;and other parts of the body (lupus)</li>\r\n<li>Inflammation of the blood vessels that can affect blood flow and cause pain or&nbsp;damage to organs (vasculitis)</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n","cta":{"id":"rich-text-d82da4e929","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-d82da4e929":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:15:21Z"}}},":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-d82da4e929":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:15:21Z"}}}},":itemsOrder":["item_1774282385541"],"appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"content-grid-6d43d405a5":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2026-03-23T16:16:34Z"}}},"content_grid_1491321606":{"id":"content-grid-f8905f73cb","gridGap":"default","columnCount":2,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show More","visibilityCtaCollapseLabel":"Show Less","visibilityCtaStyle":"secondary","headingLevel":"h2",":type":"unchealth/components/containers/content-grid",":items":{"item_1774282386958":{"id":"rich-text-1f74f8b5e2","content":"<p><b>Ear, nose &amp; throat&nbsp;conditions</b></p>\r\n<p><ul>\r\n<li>Hearing loss</li>\r\n<li>Vertigo and balance disorders</li>\r\n<li>Ringing in ears (tinnitus)</li>\r\n<li>Fluid/recurrent infections</li>\r\n<li>Disorders of the hearing bones</li>\r\n<li>Congenital deformities (lop ear, pits)</li>\r\n<li>Ear wax</li>\r\n<li>External ear canal problems</li>\r\n<li>Ear tubes and ear drum perforations</li>\r\n<li>Nasal allergies and recurrent sinus infections</li>\r\n<li>Nasal obstruction</li>\r\n<li>Vocal nodules</li>\r\n<li>Recurrent sore throats &amp; hoarseness</li>\r\n<li>Swallowing problems</li>\r\n<li>Snoring</li>\r\n<li>Tumors of salivary glands,&nbsp;mouth&nbsp;and voice box</li>\r\n</ul>\r\n</p>\r\n","cta":{"id":"rich-text-1f74f8b5e2","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-1f74f8b5e2":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:15:04Z"}}},":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-1f74f8b5e2":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:15:04Z"}}},"item_1774282388096":{"id":"rich-text-014ed82e99","content":"<p><b>Neurology&nbsp;conditions</b></p>\r\n<ul>\r\n<li>Stroke </li>\r\n<li>Headaches </li>\r\n<li>Brain injury caused by stroke, tumor, infection, lack of oxygen or harmful substances </li>\r\n<li>Pain caused by damaged or irritated nerves (neuropathic pain) </li>\r\n<li>Electrical brain activity causing seizures (epilepsy) </li>\r\n<li>Difficulty remembering,&nbsp;thinking&nbsp;and taking care of daily life (dementia) </li>\r\n<li>Movement disorders </li>\r\n<li>Walking disorders</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n","cta":{"id":"rich-text-014ed82e99","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-014ed82e99":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:16:53Z"}}},":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-014ed82e99":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:16:53Z"}}}},":itemsOrder":["item_1774282386958","item_1774282388096"],"appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"content-grid-f8905f73cb":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2026-03-23T16:16:28Z"}}},"rich_text_790956614":{"id":"rich-text-ed5a425145","content":"<h2>Services</h2>\r\n<ul>\r\n<li>Diagnosing&nbsp;and treatment of&nbsp;muscle and joint conditions</li>\r\n<li>Diagnosis&nbsp;and treatment of&nbsp;conditions&nbsp;affecting the brain</li>\r\n<li>Diagnosis&nbsp;and&nbsp;treatment of&nbsp;conditions of the&nbsp;ears,&nbsp;nose&nbsp;and throat&nbsp;</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n","cta":{"id":"rich-text-ed5a425145","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"rich-text-ed5a425145":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:17:26Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"rich-text-ed5a425145":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:17:26Z"}}}},":itemsOrder":["rich_text","content_grid","content_grid_1491321606","rich_text_790956614"],"appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"background-462c538031":{"@type":"unchealth/components/containers/background","repo:modifyDate":"2026-03-23T15:51:44Z"}}},"rich_text_798583242":{"id":"rich-text-fcdccac893","content":"<h2>Care limits at this location</h2>\r\n<p>We&nbsp;aren’t&nbsp;able to treat low-back pain, mental health conditions, chronic dizziness (vertigo), traumatic brain injury, post-traumatic stress disorder (PTSD)&nbsp;or&nbsp;fibromyalgia.&nbsp;</p>\r\n","cta":{"id":"rich-text-fcdccac893","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"rich-text-fcdccac893":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:18:58Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"rich-text-fcdccac893":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-03-23T16:18:58Z"}}}},":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","related_locations"],":items":{"meet_our_team":{"id":"meet-our-team-cd9267e853","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%22UNC+Health+Multispecialty+Care+at+Clayton%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\":\"UNC+Health+Multispecialty+Care+at+Clayton\"}}]}","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-cd9267e853":{"@type":"unchealth/components/content/meet-our-team","repo:modifyDate":"2024-10-17T19:16:48Z"}}},"related_locations":{"id":"related-locations-050311568c","relatedLocations":[],":type":"unchealth/components/content/related-locations","dataLayer":{"related-locations-050311568c":{"@type":"unchealth/components/content/related-locations","repo:modifyDate":"2024-10-17T19:16:51Z"}}}},":type":"wcm/foundation/components/responsivegrid"},"experiencefragment-footer":{":type":"unchealth/components/core/experiencefragment",":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-6e6efd641b","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":"-5b973fc19a","label":"News & Media","href":"https://news.unchealthcare.org/?_ga=2.176331429.1459326530.1662751404-1169189291.1662751404","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-5b973fc19a":{"@type":"nt:unstructured"}}},{"id":"-246be8e2e6","label":"Sitemap","href":"/sitemap","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-246be8e2e6":{"@type":"nt:unstructured"}}}],"topLinks":[{"id":"-54255728bc","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-54255728bc":{"@type":"nt:unstructured"}}},{"id":"-4823913ce0","label":"Contact Us","href":"/contact-us","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4823913ce0":{"@type":"nt:unstructured"}}},{"id":"-ca617c075f","label":"Clinical Trials","href":"https://researchforme.unc.edu/index.php/en/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-ca617c075f":{"@type":"nt:unstructured"}}},{"id":"-4e74f50e53","label":"Sign In to My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4e74f50e53":{"@type":"nt:unstructured"}}}],"mainLinks":[{"title":"About US","links":[{"id":"-dcdaf4b4f0","label":"Who We Are","href":"/about-us/who-we-are","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-dcdaf4b4f0":{"@type":"nt:unstructured"}}},{"id":"-407e0a0c1b","label":"Compliance Office","href":"/about-us/compliance-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-407e0a0c1b":{"@type":"nt:unstructured"}}},{"id":"-40dc95b865","label":"Privacy Office","href":"/about-us/privacy-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-40dc95b865":{"@type":"nt:unstructured"}}},{"id":"-19fc3e13f1","label":"OHCA Members","href":"/about-us/ohca-members","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-19fc3e13f1":{"@type":"nt:unstructured"}}},{"id":"-4c7181e4cc","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":{"-4c7181e4cc":{"@type":"nt:unstructured"}}},{"id":"-1413de00e7","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":{"-1413de00e7":{"@type":"nt:unstructured"}}},{"id":"-94cd2d7c8c","label":"Financial Assistance","descriptiveText":"link to Financial Assistance page","href":"/records-insurance/financial-assistance-programs","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-94cd2d7c8c":{"@type":"nt:unstructured"}}},{"id":"-30a1ad05f8","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":{"-30a1ad05f8":{"@type":"nt:unstructured"}}},{"id":"-393f6b871e","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":{"-393f6b871e":{"@type":"nt:unstructured"}}}]},{"title":"Medical & Clinical Professionals","links":[{"id":"-a729135880","label":"Fellowship Program","href":"/for-medical-professionals/fellowship-program","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-a729135880":{"@type":"nt:unstructured"}}},{"id":"-55ba0d86db","label":"House Staff Council","href":"/for-medical-professionals/house-staff-council","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-55ba0d86db":{"@type":"nt:unstructured"}}},{"id":"-fb97889992","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":{"-fb97889992":{"@type":"nt:unstructured"}}}]},{"title":"For UNC Health Employees","links":[{"id":"-58ec1e175c","label":"Well-being Program","href":"/for-unch-health-professionals/well-being-for-unc-health-teammates","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-58ec1e175c":{"@type":"nt:unstructured"}}},{"id":"-0faf3d43e4","label":"Epic@UNC Training ","href":"/for-unch-health-professionals/epic-training","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-0faf3d43e4":{"@type":"nt:unstructured"}}},{"id":"-8a52a690e0","label":"Working Forward","href":"/for-unch-health-professionals/working-forward","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-8a52a690e0":{"@type":"nt:unstructured"}}}]},{"title":"Supporting Our Community","links":[{"id":"-8bc825bc6e","label":"Giving","href":"https://unchealthfoundation.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-8bc825bc6e":{"@type":"nt:unstructured"}}},{"id":"-5dacd38f6d","label":"Caring for Our Communities","href":"/supporting-our-community/caring-for-our-communities","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-5dacd38f6d":{"@type":"nt:unstructured"}}}]}],"utilityLinks":[{"id":"-41054ad600","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":{"-41054ad600":{"@type":"nt:unstructured"}}},{"id":"-99c476784a","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":{"-99c476784a":{"@type":"nt:unstructured"}}},{"id":"-0cb0e9e16a","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":{"-0cb0e9e16a":{"@type":"nt:unstructured"}}},{"id":"-2c5dd4e567","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":{"-2c5dd4e567":{"@type":"nt:unstructured"}}},{"id":"-56e89374db","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":{"-56e89374db":{"@type":"nt:unstructured"}}},{"id":"-106a3b6abe","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":{"-106a3b6abe":{"@type":"nt:unstructured"}}}],"utilityLinksSpanish":[{"id":"-89e1dc70aa","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":{"-89e1dc70aa":{"@type":"nt:unstructured"}}},{"id":"-1288019075","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":{"-1288019075":{"@type":"nt:unstructured"}}},{"id":"-bfac5eac10","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":{"-bfac5eac10":{"@type":"nt:unstructured"}}}],"disclaimerLinks":[{"id":"-91176bcf64","label":"Accessibility","href":"/about-us/accessibility-at-unc-health/language-accessibility-services/website-accessibility-statement","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-91176bcf64":{"@type":"nt:unstructured"}}}],"copyright":"©2026 UNC Health. \r\nAll rights reserved.",":type":"unchealth/components/content/global-footer","dataLayer":{"global-footer-6e6efd641b":{"@type":"unchealth/components/content/global-footer","repo:modifyDate":"2025-12-05T20:10:26Z"}}},"gsight_survey":{"id":"gsight-survey-6f6d49a5fa","samplingPercentage":50,"popupDelayInSeconds":50,"hideGSightSurvey":false,"clientId":"d790eed4-ab64-eb11-8272-12cf99399697",":type":"unchealth/components/content/gsight-survey","dataLayer":{"gsight-survey-6f6d49a5fa":{"@type":"unchealth/components/content/gsight-survey","repo:modifyDate":"2023-07-06T20:52:16Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}}}},":type":"wcm/foundation/components/responsivegrid"}},":hierarchyType":"page",":path":"/content/unchealth/us/en/care-services/locations/unc-health-multispecialty-care-at-clayton","dataLayer":{"page-fe8f5e4a59":{"@type":"unchealth/components/core/page","repo:modifyDate":"2026-03-24T18:57:01Z"}}}