{"id":"page-9135d4d623","pageData":{"location":{"yextEntityId":"8844455444444","name":"UNC Therapy Services","subtitle":"North Carolina Neurosciences and Spine Center","locationType":"Clinic","address":{"city":"Raleigh","line1":"4420 Lake Boone Trail","line2":"Suite 200","postalCode":"27607","region":"NC","countryCode":"US"},"mainPhone":"+19197841028","faxNumber":"+19195906301"}},"templateName":"t03-clinic","cssClassNames":"page basicpage","metaDescription":"UNC Therapy Services cares for those in the Raleigh community.","brandSlug":"UNC Health","defaultMetaSiteName":"UNC Health","siteURL":"https://www.unchealth.org","mainSchemaHtml":"<script type=\"application/ld+json\" id=\"mainSchema\">[{\"@context\":\"https://schema.org/\",\"@type\":\"LocalBusiness\",\"name\":\"UNC Therapy Services - North Carolina Neurosciences and Spine Center\",\"address\":{\"@type\":\"PostalAddress\",\"postalCode\":\"27607\",\"streetAddress\":\"4420 Lake Boone Trail, Suite 200\",\"addressCountry\":\"US\",\"addressRegion\":\"North Carolina\",\"addressLocality\":\"Raleigh\",\"telephone\":\"919-784-1028\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.8172°\",\"longitude\":\"-78.7013°\"},\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg\"},{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"UNC Therapy Services - North Carolina Neurosciences and Spine Center\",\"url\":\"https://www.unchealth.org/care-services/locations/unc-therapy-services-north-carolina-neurosciences-and-spine-center\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"4420 Lake Boone Trail, Suite 200\",\"addressLocality\":\"Raleigh\",\"addressRegion\":\"NC\",\"postalCode\":\"27607\",\"addressCountry\":\"US\"},\"telephone\":\"+19197841028\",\"description\":null,\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Physiotherapy\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"RespiratoryTherapy\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"SpeechPathology\"}],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.8172°\",\"longitude\":\"-78.7013°\"},\"openingHours\":[\"Mo 08:00-17:30\",\"Tu 08:00-17:30\",\"We 08:00-17:30\",\"Th 08:00-17:30\",\"Fr 08:00-17:30\"],\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg\"},{\"@context\":\"https://schema.org/\",\"@type\":\"WebSite\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/locations/unc-therapy-services-north-carolina-neurosciences-and-spine-center\",\"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\"}}]</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","pagePath":"/care-services/locations/unc-therapy-services-north-carolina-neurosciences-and-spine-center.model.json","thumbnail":"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png","description":"UNC Therapy Services cares for those in the Raleigh community.","contentType":"location","url":"https://www.unchealth.org/care-services/locations/unc-therapy-services-north-carolina-neurosciences-and-spine-center","title":"UNC Therapy Services","tags":[],"schema":["{\"@context\":\"https://schema.org/\",\"@type\":\"LocalBusiness\",\"name\":\"UNC Therapy Services - North Carolina Neurosciences and Spine Center\",\"address\":{\"@type\":\"PostalAddress\",\"postalCode\":\"27607\",\"streetAddress\":\"4420 Lake Boone Trail, Suite 200\",\"addressCountry\":\"US\",\"addressRegion\":\"North Carolina\",\"addressLocality\":\"Raleigh\",\"telephone\":\"919-784-1028\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.8172°\",\"longitude\":\"-78.7013°\"},\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg\"}","{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"UNC Therapy Services - North Carolina Neurosciences and Spine Center\",\"url\":\"https://www.unchealth.org/care-services/locations/unc-therapy-services-north-carolina-neurosciences-and-spine-center\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"4420 Lake Boone Trail, Suite 200\",\"addressLocality\":\"Raleigh\",\"addressRegion\":\"NC\",\"postalCode\":\"27607\",\"addressCountry\":\"US\"},\"telephone\":\"+19197841028\",\"description\":null,\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Physiotherapy\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"RespiratoryTherapy\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"SpeechPathology\"}],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.8172°\",\"longitude\":\"-78.7013°\"},\"openingHours\":[\"Mo 08:00-17:30\",\"Tu 08:00-17:30\",\"We 08:00-17:30\",\"Th 08:00-17:30\",\"Fr 08:00-17:30\"],\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg\"}","{\"@context\":\"https://schema.org/\",\"@type\":\"WebSite\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/locations/unc-therapy-services-north-carolina-neurosciences-and-spine-center\",\"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\"}}"],"language":"en",":items":{"root":{":items":{"experiencefragment-header":{":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"global_alerts":{"id":"global-alerts-49c3b35291","i18n":{"globalAlertsGeneralLabel":"General Alerts","globalAlertsPriorityLabel":"Priority Alerts"},":type":"unchealth/components/content/global-alerts","dataLayer":{"global-alerts-49c3b35291":{"@type":"unchealth/components/content/global-alerts","repo:modifyDate":"2026-02-16T17:18:37Z"}}},"global_header":{"id":"global-header-58ee42a40f","logoLink":"/home","myChartCta":{"id":"global-header-58ee42a40f","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-58ee42a40f":{"@type":"unchealth/components/content/global-header","repo:modifyDate":"2025-04-28T19:39:38Z"}}},"primaryNavItems":[{"link":"/care-services","featureCard":{":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-76d68b293b","image":{"id":"nav-feauture-card-76d68b293b","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-76d68b293b":{"@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-76d68b293b","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-76d68b293b":{"@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-76d68b293b":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:10:11Z"}}}},":itemsOrder":["nav_feauture_card_co"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["responsivegrid"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":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":{":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-fd37aef1ea","image":{"id":"nav-feauture-card-fd37aef1ea","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-fd37aef1ea":{"@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-fd37aef1ea","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-fd37aef1ea":{"@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-fd37aef1ea":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:35:17Z"}}}},":itemsOrder":["nav_feauture_card_co"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["responsivegrid"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":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":{":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-face144a24","image":{"id":"nav-feauture-card-face144a24","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-face144a24":{"@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-face144a24","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-face144a24":{"@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-face144a24":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:41:04Z"}}}},":itemsOrder":["nav_feauture_card_co"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["responsivegrid"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":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":"-1dbc979f5d","label":"How to Schedule Care","href":"/care-services/ways-to-schedule-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-1dbc979f5d":{"@type":"nt:unstructured"}}},{"id":"-1c0e7bab5d","label":"Pay My Bill","href":"/records-insurance/pay-my-bill","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-1c0e7bab5d":{"@type":"nt:unstructured"}}},{"id":"-c5c4d379a7","label":"Urgent & Emergency Care","href":"/care-services/urgent-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-c5c4d379a7":{"@type":"nt:unstructured"}}},{"id":"-c9574f9e4f","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-c9574f9e4f":{"@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":"-59119ea19c","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-59119ea19c":{"@type":"nt:unstructured"}}}},{"iconName":{"name":"profile","title":"Profile"},"cta":{"id":"-af70b3ec67","label":"My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-af70b3ec67":{"@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","experienceKey":"unch-aem-site-search","v":"20221201","endpoint":"https://liveapi.yext.com/v2/accounts/me/search/autocomplete","locale":"en","apiKey":"fcb2c208969a29f6bc66c93d5737793e",":type":"unchealth/components/content/global-header","dataLayer":{"global-header-58ee42a40f":{"@type":"unchealth/components/content/global-header","repo:modifyDate":"2025-04-28T19:39:38Z"}}}},":itemsOrder":["global_alerts","global_header"],":type":"wcm/foundation/components/responsivegrid"},"logo":{":type":"nt:folder"}},":itemsOrder":["responsivegrid","logo"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":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":"UNC Therapy Services","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-b64a2f2550","cta":{"id":"location-alert-b64a2f2550","disableCsr":false,":type":"unchealth/components/content/location-alert","dataLayer":{"location-alert-b64a2f2550":{"@type":"unchealth/components/content/location-alert"}}},"icon":{"name":null,"title":null},"modalLabel":"Learn More",":type":"unchealth/components/content/location-alert","dataLayer":{"location-alert-b64a2f2550":{"@type":"unchealth/components/content/location-alert"}}},"location_detail_bann":{"id":"location-detail-banner-0ca63600ae","lastPatientCheckIn":{"monday":"","tuesday":"","wednesday":"","thursday":"","friday":"","saturday":"","sunday":""},"bannerStyle":"default","viewAllUrgentCareWaitTimes":false,"cta":{"id":"location-detail-banner-0ca63600ae","target":"_self","disableCsr":false,":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-0ca63600ae":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2025-03-21T17:17:06Z"}}},"secondaryCta":{"label":null,"descriptiveText":null,"href":null,"target":"_self","disableCsr":false},"gridVariations":{"id":"location-detail-banner-0ca63600ae",":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-0ca63600ae":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2025-03-21T17:17:06Z"}}},"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":"Raleigh","line1":"4420 Lake Boone Trail","line2":"Suite 200","postalCode":"27607","region":"NC","countryCode":"US"},"departments":["North Carolina Neurosciences and Spine Center"],"displayCoordinate":{"latitude":"35.8172642","longitude":"-78.7013094"},"entityId":"8844455444444","faxNumber":"+19195906301","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"17:30"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"17:30"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"17:30"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"17:30"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"17:30"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"image":{"altText":"","caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/img-rex-locations-4420-lake-boone-trail-nc-neuroscience-and-spine-center.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":1203,"width":1920,"srcTitle":null},"lastPatientCheckIn":{"monday":"","tuesday":"","wednesday":"","thursday":"","friday":"","saturday":"","sunday":""},"name":"UNC Therapy Services","mainPhone":"+19197841028","subtitle":"","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-0ca63600ae":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2025-03-21T17:17:06Z"}}},"location_intro":{"resource":{"jcr:primaryType":"nt:unstructured","jcr:created":1675289465723,"jcr:lastModified":1675289465723,"sling:resourceType":"unchealth/components/content/location-intro","cq:styleIds":["topSpacingDefault","bottomSpacingDefault"]},"id":"location-intro-fc83c63732","locationHeadline":"GETTING HERE","entityDescription":"We're located on UNC Rex Hospital campus. After turning onto Rexwoods Drive from Lake Boone Trail, proceed straight, then follow the drive to the left. Ours is the first entrance on the right. You'll find complimentary valet parking outside our main entrance. To park your car yourself, use the parking lot across from the building.","atAGlance":["Handicap accessible","Public transportation"],"mainPhone":"+19197841028","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-fc83c63732":{"@type":"unchealth/components/content/location-intro","repo:modifyDate":"2023-02-01T22:11:05Z"}}},"responsivegrid_header":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"background":{"id":"background-d4cf970744",":items":{"rich_text":{"id":"rich-text-11d0fb98bd","content":"<h2>UNC Rex Physical Therapy</h2>\r\n<p>Being able to move around and complete your daily tasks is important for your quality of life. Physical therapy helps you move better and experience less pain.</p>\r\n<p>UNC Rex Physical Therapy is part of the multidisciplinary team at the North Carolina Neurosciences and Spine Center.&nbsp;Our primary focus is on helping you regain the mobility you’ve lost due to conditions of and injuries to the spine, brain and nerves.</p>\r\n","cta":{"id":"rich-text-11d0fb98bd","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-11d0fb98bd":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-07-28T17:01:13Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-11d0fb98bd":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2025-07-28T17:01:13Z"}}},"content_grid":{"id":"content-grid-4905033c88","gridGap":"default","columnCount":1,"mobileColumnCount":1,"visibilityCtaExpandLabel":"Show all","visibilityCtaCollapseLabel":"Show less","visibilityCtaStyle":"secondary","headline":"Conditions and Services","headingLevel":"h2",":items":{"rich_text":{"id":"rich-text-e792c328e0","content":"<h4>Conditions</h4>\r\n<ul>\r\n<li>Post-stroke rehab</li>\r\n<li>General orthopedic issues</li>\r\n<li>Brain injury or disease</li>\r\n<li>Vertigo and balance issues (vestibular dysfunction)</li>\r\n<li>Post-concussion status</li>\r\n</ul>\r\n","cta":{"id":"rich-text-e792c328e0","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-e792c328e0":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2023-11-01T14:21:59Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-e792c328e0":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2023-11-01T14:21:59Z"}}},"rich_text_84029649":{"id":"rich-text-0c81044302","content":"<h4>Services</h4>\r\n<ul>\r\n<li>Comprehensive evaluation</li>\r\n<li>Manual (hands-on) therapy</li>\r\n<li>Rehabilitation after spine surgery</li>\r\n<li>Balance training</li>\r\n<li>Exercises to improve mobility</li>\r\n</ul>\r\n","cta":{"id":"rich-text-0c81044302","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-0c81044302":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2023-11-01T14:22:44Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"rich-text-0c81044302":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2023-11-01T14:22:44Z"}}}},":type":"unchealth/components/containers/content-grid",":itemsOrder":["rich_text","rich_text_84029649"],"appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"content-grid-4905033c88":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2023-11-01T14:21:03Z"}}}},":type":"unchealth/components/containers/background",":itemsOrder":["rich_text","content_grid"],"appliedCssClassNames":"topSpacing--default bottomSpacing--none","dataLayer":{"background-d4cf970744":{"@type":"unchealth/components/containers/background","repo:modifyDate":"2023-11-01T14:18:34Z"}}}},":itemsOrder":["background"],":type":"wcm/foundation/components/responsivegrid"},"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{},":itemsOrder":[],":type":"wcm/foundation/components/responsivegrid"},"responsivegrid_footer":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"meet_our_team":{"id":"meet-our-team-cabc163941","headingLevel":"h2","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+Therapy+Services+%7C+North+Carolina+Neurosciences+and+Spine+Center%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+Therapy+Services+%7C+North+Carolina+Neurosciences+and+Spine+Center\"}}]}","surveyPage":"/about-us/learn-about-our-survey","i18n":{"meetOurTeamExpandLabel":"Expand to View More","meetOurTeamCollapseLabel":"Collapse"},":type":"unchealth/components/content/meet-our-team","appliedCssClassNames":"topSpacing--none","dataLayer":{"meet-our-team-cabc163941":{"@type":"unchealth/components/content/meet-our-team","repo:modifyDate":"2026-05-11T13:48:17Z"}}},"related_locations":{"id":"related-locations-2cfa66f7f6","relatedLocations":[{"name":"UNC Therapy Services","address":{"city":"Chapel Hill","line1":"102 Mason Farm Road","line2":"Second Floor","postalCode":"27514","region":"NC","countryCode":"US"},"mainPhone":"+19842155130","faxNumber":"+19842155132","hours":{"monday":{"closed":false,"hour":{"start":"07:15","end":"17:45"}},"tuesday":{"closed":false,"hour":{"start":"07:15","end":"17:45"}},"wednesday":{"closed":false,"hour":{"start":"07:15","end":"17:45"}},"thursday":{"closed":false,"hour":{"start":"07:15","end":"17:45"}},"friday":{"closed":false,"hour":{"start":"07:15","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.901886","longitude":"-79.056015"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/UNC Ambulatory Care Center.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":3698,"width":6227,"srcTitle":null},"detailPage":"/care-services/locations/unc-therapy-services-unc-ambulatory-care-center","entityId":"23872","contentType":null,"subtitle":"","departments":["UNC Ambulatory Care Center"],"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true},{"name":"UNC Therapy Services","address":{"city":"Durham","line1":"3708 Mayfair St.","line2":"Suite 120","postalCode":"27707","region":"NC","countryCode":"US"},"mainPhone":"+19842154970","faxNumber":"+19842154975","hours":{"monday":{"closed":false,"hour":{"start":"07:30","end":"17:00"}},"tuesday":{"closed":false,"hour":{"start":"07:30","end":"17:00"}},"wednesday":{"closed":false,"hour":{"start":"07:30","end":"17:00"}},"thursday":{"closed":false,"hour":{"start":"07:30","end":"17:00"}},"friday":{"closed":false,"hour":{"start":"07:30","end":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.9692453","longitude":"-78.9510292"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/img-rockingham-unc.therapy.services.mayfair.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":900,"width":1351,"srcTitle":null},"detailPage":"/care-services/locations/unc-therapy-services-durham","entityId":"23852","contentType":null,"subtitle":"Durham","departments":null,"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true},{"name":"UNC Therapy Services","address":{"city":"Hillsborough","line1":"460 Waterstone Drive","line2":"Second Floor","postalCode":"27278","region":"NC","countryCode":"US"},"mainPhone":"+19195955901","faxNumber":"+19195955671","hours":{"monday":{"closed":false,"hour":{"start":"07:30","end":"16:30"}},"tuesday":{"closed":false,"hour":{"start":"07:30","end":"16:30"}},"wednesday":{"closed":false,"hour":{"start":"07:30","end":"16:30"}},"thursday":{"closed":false,"hour":{"start":"07:30","end":"16:30"}},"friday":{"closed":false,"hour":{"start":"07:30","end":"16:30"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"36.0369632","longitude":"-79.0907303"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/Hillsborough MOB 460 Waterstone Drive.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":3227,"width":3606,"srcTitle":null},"detailPage":"/care-services/locations/unc-therapy-services-unc-health-care-medical-office-building-hillsborough-campus","entityId":"12032","contentType":null,"subtitle":"","departments":["UNC Health Care Medical Office Building Hillsborough Campus"],"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true},{"name":"UNC Therapy Services","address":{"city":"Chapel Hill","line1":"6118 Farrington Road","line2":"Suite B","postalCode":"27517","region":"NC","countryCode":"US"},"mainPhone":"+19849749977","faxNumber":"+19849743756","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.909651","longitude":"-78.985119"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/Sports-Medicine-Center---Large144.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":1082,"width":2313,"srcTitle":null},"detailPage":"/care-services/locations/unc-therapy-services-unc-sports-medicine-center","entityId":"12393","contentType":null,"subtitle":"","departments":["UNC Sports Medicine Center"],"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true},{"name":"UNC Therapy Services","address":{"city":"Chapel Hill","line1":"1350 Raleigh Road","line2":"Second Floor","postalCode":"27517","region":"NC","countryCode":"US"},"mainPhone":"+19849744110","faxNumber":"+19849746731","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"16:00"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"16:00"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"16:00"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"16:00"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"16:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.905529","longitude":"-79.019419"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/img-medctr-unc-imaging-spine-center.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":2754,"width":4136,"srcTitle":null},"detailPage":"/care-services/locations/unc-therapy-services-unc-hospitals-spine-center","entityId":"1873","contentType":null,"subtitle":"","departments":["UNC Hospitals Spine Center"],"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true},{"name":"UNC Therapy Services","address":{"city":"Chapel Hill","line1":"100 Sprunt St.","line2":null,"postalCode":"27517","region":"NC","countryCode":"US"},"mainPhone":"+19849742560","faxNumber":"+19198432195","hours":{"monday":{"closed":false,"hour":{"start":"07:00","end":"18:00"}},"tuesday":{"closed":false,"hour":{"start":"07:00","end":"18:00"}},"wednesday":{"closed":false,"hour":{"start":"07:00","end":"18:00"}},"thursday":{"closed":false,"hour":{"start":"07:00","end":"18:00"}},"friday":{"closed":false,"hour":{"start":"07:00","end":"18:00"}},"saturday":{"closed":false,"hour":{"start":"08:00","end":"17:00"}},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.907886","longitude":"-79.009941"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/UNC Wellness Center at Meadowmont.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":2550,"width":4848,"srcTitle":null},"detailPage":"/care-services/locations/unc-therapy-services-unc-wellness-center-at-meadowmont","entityId":"1872","contentType":null,"subtitle":"","departments":["UNC Wellness Center at Meadowmont"],"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true},{"name":"UNC Therapy Services","address":{"city":"Cary","line1":"350 Stonecroft Lane","line2":null,"postalCode":"27519","region":"NC","countryCode":"US"},"mainPhone":"+19849746083","faxNumber":"+19849746096","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":"17:00"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.841559","longitude":"-78.903094"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/UNC Wellness Center at NW Cary.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":3264,"width":4896,"srcTitle":null},"detailPage":"/care-services/locations/unc-therapy-services-unc-wellness-center-at-northwest-cary","entityId":"1871","contentType":null,"subtitle":"","departments":["UNC Wellness Center at Northwest Cary"],"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true}],":type":"unchealth/components/content/related-locations","dataLayer":{"related-locations-2cfa66f7f6":{"@type":"unchealth/components/content/related-locations"}}},"statement":{"id":"statement-a0701de355","type":"general","mode":"location","slides":[{"eyebrow":"About this location","description":null,"attribution":null,"cta":{"label":null,"descriptiveText":null,"href":null,"target":"_self","disableCsr":false}}],":type":"unchealth/components/content/statement","appliedCssClassNames":"topSpacing--default bottomSpacing--default theme--dark","dataLayer":{"statement-a0701de355":{"@type":"unchealth/components/content/statement","repo:modifyDate":"2023-02-27T21:05:20Z"}}}},":itemsOrder":["meet_our_team","related_locations","statement"],":type":"wcm/foundation/components/responsivegrid"},"experiencefragment-footer":{":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"global_footer":{"id":"global-footer-e4128893d4","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":"-d58a612529","label":"News & Media","href":"https://news.unchealthcare.org/?_ga=2.176331429.1459326530.1662751404-1169189291.1662751404","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d58a612529":{"@type":"nt:unstructured"}}},{"id":"-68248b2411","label":"Sitemap","href":"/sitemap","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-68248b2411":{"@type":"nt:unstructured"}}}],"topLinks":[{"id":"-80c3ca5e46","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-80c3ca5e46":{"@type":"nt:unstructured"}}},{"id":"-37ab773b3c","label":"Contact Us","href":"/contact-us","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-37ab773b3c":{"@type":"nt:unstructured"}}},{"id":"-fe784f3abd","label":"Clinical Trials","href":"https://researchforme.unc.edu/index.php/en/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-fe784f3abd":{"@type":"nt:unstructured"}}},{"id":"-7801222196","label":"Sign In to My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-7801222196":{"@type":"nt:unstructured"}}}],"mainLinks":[{"title":"About US","links":[{"id":"-2d5edcf334","label":"Who We Are","href":"/about-us/who-we-are","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-2d5edcf334":{"@type":"nt:unstructured"}}},{"id":"-2f37547a83","label":"Compliance Office","href":"/about-us/compliance-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-2f37547a83":{"@type":"nt:unstructured"}}},{"id":"-865bfb0919","label":"Privacy Office","href":"/about-us/privacy-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-865bfb0919":{"@type":"nt:unstructured"}}},{"id":"-67bef899c5","label":"OHCA Members","href":"/about-us/ohca-members","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-67bef899c5":{"@type":"nt:unstructured"}}},{"id":"-3fcd27a996","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":{"-3fcd27a996":{"@type":"nt:unstructured"}}},{"id":"-e7667791b1","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":{"-e7667791b1":{"@type":"nt:unstructured"}}},{"id":"-e5b42bf1b4","label":"Financial Assistance","descriptiveText":"link to Financial Assistance page","href":"/records-insurance/financial-assistance-programs","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-e5b42bf1b4":{"@type":"nt:unstructured"}}},{"id":"-3b3f434fba","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":{"-3b3f434fba":{"@type":"nt:unstructured"}}},{"id":"-26f549975b","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":{"-26f549975b":{"@type":"nt:unstructured"}}}]},{"title":"Medical & Clinical Professionals","links":[{"id":"-cd08dc066d","label":"Fellowship Program","href":"/for-medical-professionals/fellowship-program","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-cd08dc066d":{"@type":"nt:unstructured"}}},{"id":"-baf58a47a2","label":"House Staff Council","href":"/for-medical-professionals/house-staff-council","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-baf58a47a2":{"@type":"nt:unstructured"}}},{"id":"-2b2ead895a","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":{"-2b2ead895a":{"@type":"nt:unstructured"}}}]},{"title":"For UNC Health Employees","links":[{"id":"-16b25a43a8","label":"Well-being Program","href":"/for-unch-health-professionals/well-being-for-unc-health-teammates","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-16b25a43a8":{"@type":"nt:unstructured"}}},{"id":"-0fee2a1b48","label":"Epic@UNC Training ","href":"/for-unch-health-professionals/epic-training","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-0fee2a1b48":{"@type":"nt:unstructured"}}},{"id":"-3b3907f44e","label":"Working Forward","href":"/for-unch-health-professionals/working-forward","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-3b3907f44e":{"@type":"nt:unstructured"}}}]},{"title":"Supporting Our Community","links":[{"id":"-661166faa4","label":"Giving","href":"https://unchealthfoundation.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-661166faa4":{"@type":"nt:unstructured"}}},{"id":"-eecebf368f","label":"Caring for Our Communities","href":"/supporting-our-community/caring-for-our-communities","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-eecebf368f":{"@type":"nt:unstructured"}}}]}],"utilityLinks":[{"id":"-5a2740e668","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":{"-5a2740e668":{"@type":"nt:unstructured"}}},{"id":"-97811b7b3e","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":{"-97811b7b3e":{"@type":"nt:unstructured"}}},{"id":"-f14fcd16c8","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":{"-f14fcd16c8":{"@type":"nt:unstructured"}}},{"id":"-defb4a313d","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":{"-defb4a313d":{"@type":"nt:unstructured"}}},{"id":"-76bf2d2b01","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":{"-76bf2d2b01":{"@type":"nt:unstructured"}}},{"id":"-d63860fb0e","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":{"-d63860fb0e":{"@type":"nt:unstructured"}}}],"utilityLinksSpanish":[{"id":"-2d2df82a9a","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":{"-2d2df82a9a":{"@type":"nt:unstructured"}}},{"id":"-5cf1dd1ac7","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":{"-5cf1dd1ac7":{"@type":"nt:unstructured"}}},{"id":"-704ede2208","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":{"-704ede2208":{"@type":"nt:unstructured"}}}],"disclaimerLinks":[{"id":"-01824f8b7e","label":"Accessibility","href":"/about-us/accessibility-at-unc-health/language-accessibility-services/website-accessibility-statement","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-01824f8b7e":{"@type":"nt:unstructured"}}}],"copyright":"©2026 UNC Health. \r\nAll rights reserved.",":type":"unchealth/components/content/global-footer","dataLayer":{"global-footer-e4128893d4":{"@type":"unchealth/components/content/global-footer","repo:modifyDate":"2025-12-05T20:10:26Z"}}},"gsight_survey":{"id":"gsight-survey-6b8f09473e","samplingPercentage":50,"popupDelayInSeconds":50,"hideGSightSurvey":false,"clientId":"d790eed4-ab64-eb11-8272-12cf99399697",":type":"unchealth/components/content/gsight-survey","dataLayer":{"gsight-survey-6b8f09473e":{"@type":"unchealth/components/content/gsight-survey","repo:modifyDate":"2023-07-06T20:52:16Z"}}}},":itemsOrder":["global_footer","gsight_survey"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["responsivegrid"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":type":"unchealth/components/core/experiencefragment"}},":itemsOrder":["experiencefragment-header","subnav","location_alert","location_detail_bann","location_intro","responsivegrid_header","responsivegrid","responsivegrid_footer","experiencefragment-footer"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":hierarchyType":"page",":path":"/content/unchealth/us/en/care-services/locations/unc-therapy-services-north-carolina-neurosciences-and-spine-center",":type":"unchealth/components/core/page","dataLayer":{"page-9135d4d623":{"@type":"unchealth/components/core/page","repo:modifyDate":"2026-05-11T13:48:28Z"}}}