{"id":"page-2a1aa14b0e","pageData":{"location":{"yextEntityId":"22657","name":"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston","subtitle":"Johnston Professional Plaza","locationType":"Clinic","address":{"city":"Clayton","line1":"2076 Veterans Parkway","line2":"Suite 120","postalCode":"27520","region":"NC","countryCode":"US"},"mainPhone":"+19195858550","faxNumber":"+19195858552"}},"templateName":"t03-clinic","cssClassNames":"page basicpage","metaDescription":"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston cares for those in the Clayton 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\":\"MedicalClinic\",\"name\":\"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston - Johnston Professional Plaza\",\"url\":\"https://www.unchealth.org/care-services/locations/unc-health-johnston-radiation-oncology-a-hospital-department-of-unc-health-johnston-johnston-professional-plaza\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"2076 Veterans Parkway, Suite 120\",\"addressLocality\":\"Clayton\",\"addressRegion\":\"NC\",\"postalCode\":\"27520\",\"addressCountry\":\"US\"},\"telephone\":\"+19195858550\",\"description\":null,\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Oncologic\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"Radiography\"}],\"sameAs\":[],\"openingHours\":[\"Mo 08:00-16:30\",\"Tu 08:00-16:30\",\"We 08:00-16:30\",\"Th 08:00-16:30\",\"Fr 08:00-16:30\"],\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/Johnston%20Professional%20Plaza.jpg\"},{\"@context\":\"https://schema.org/\",\"@type\":\"LocalBusiness\",\"name\":\"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston - Johnston Professional Plaza\",\"address\":{\"@type\":\"PostalAddress\",\"postalCode\":\"27520\",\"streetAddress\":\"2076 Veterans Parkway, Suite 120\",\"addressCountry\":\"US\",\"addressRegion\":\"North Carolina\",\"addressLocality\":\"Clayton\",\"telephone\":\"919-585-8550\"},\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/Johnston%20Professional%20Plaza.jpg\"},{\"@context\":\"https://schema.org/\",\"@type\":\"WebSite\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/locations/unc-health-johnston-radiation-oncology-a-hospital-department-of-unc-health-johnston-johnston-professional-plaza\",\"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","description":"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston cares for those in the Clayton community.","contentType":"location","pagePath":"/care-services/locations/unc-health-johnston-radiation-oncology-a-hospital-department-of-unc-health-johnston-johnston-professional-plaza.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-johnston-radiation-oncology-a-hospital-department-of-unc-health-johnston-johnston-professional-plaza","title":"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston","tags":[],"schema":["{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston - Johnston Professional Plaza\",\"url\":\"https://www.unchealth.org/care-services/locations/unc-health-johnston-radiation-oncology-a-hospital-department-of-unc-health-johnston-johnston-professional-plaza\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"2076 Veterans Parkway, Suite 120\",\"addressLocality\":\"Clayton\",\"addressRegion\":\"NC\",\"postalCode\":\"27520\",\"addressCountry\":\"US\"},\"telephone\":\"+19195858550\",\"description\":null,\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Oncologic\"},{\"@type\":\"MedicalSpecialty\",\"name\":\"Radiography\"}],\"sameAs\":[],\"openingHours\":[\"Mo 08:00-16:30\",\"Tu 08:00-16:30\",\"We 08:00-16:30\",\"Th 08:00-16:30\",\"Fr 08:00-16:30\"],\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/Johnston%20Professional%20Plaza.jpg\"}","{\"@context\":\"https://schema.org/\",\"@type\":\"LocalBusiness\",\"name\":\"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston - Johnston Professional Plaza\",\"address\":{\"@type\":\"PostalAddress\",\"postalCode\":\"27520\",\"streetAddress\":\"2076 Veterans Parkway, Suite 120\",\"addressCountry\":\"US\",\"addressRegion\":\"North Carolina\",\"addressLocality\":\"Clayton\",\"telephone\":\"919-585-8550\"},\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/Johnston%20Professional%20Plaza.jpg\"}","{\"@context\":\"https://schema.org/\",\"@type\":\"WebSite\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org/care-services/locations/unc-health-johnston-radiation-oncology-a-hospital-department-of-unc-health-johnston-johnston-professional-plaza\",\"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",":type":"unchealth/components/core/page",":items":{"root":{":items":{"experiencefragment-header":{":type":"unchealth/components/core/experiencefragment",":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-03d52c3c61","i18n":{"globalAlertsGeneralLabel":"General Alerts","globalAlertsPriorityLabel":"Priority Alerts"},":type":"unchealth/components/content/global-alerts","dataLayer":{"global-alerts-03d52c3c61":{"@type":"unchealth/components/content/global-alerts","repo:modifyDate":"2026-02-16T17:18:37Z"}}},"global_header":{"id":"global-header-fa32d4ddfc","logoLink":"/home","myChartCta":{"id":"global-header-fa32d4ddfc","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-fa32d4ddfc":{"@type":"unchealth/components/content/global-header","repo:modifyDate":"2025-04-28T19:39:38Z"}}},"primaryNavItems":[{"link":"/care-services","featureCard":{":type":"nt:unstructured",":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-c4ff87e609","image":{"id":"nav-feauture-card-c4ff87e609","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-c4ff87e609":{"@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-c4ff87e609","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-c4ff87e609":{"@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-c4ff87e609":{"@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"]},"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",":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-3788448494","image":{"id":"nav-feauture-card-3788448494","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-3788448494":{"@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-3788448494","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-3788448494":{"@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-3788448494":{"@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"]},"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",":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-1e18c339a3","image":{"id":"nav-feauture-card-1e18c339a3","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-1e18c339a3":{"@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-1e18c339a3","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-1e18c339a3":{"@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-1e18c339a3":{"@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"]},"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":"-367b7fad2f","label":"How to Schedule Care","href":"/care-services/ways-to-schedule-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-367b7fad2f":{"@type":"nt:unstructured"}}},{"id":"-0704dd4d99","label":"Pay My Bill","href":"/records-insurance/pay-my-bill","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-0704dd4d99":{"@type":"nt:unstructured"}}},{"id":"-04046ec44a","label":"Urgent & Emergency Care","href":"/care-services/urgent-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-04046ec44a":{"@type":"nt:unstructured"}}},{"id":"-890f2aeae6","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-890f2aeae6":{"@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":"-4d4c54c072","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4d4c54c072":{"@type":"nt:unstructured"}}}},{"iconName":{"name":"profile","title":"Profile"},"cta":{"id":"-7e23beffa4","label":"My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-7e23beffa4":{"@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-fa32d4ddfc":{"@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"]},"subnav":{"id":"sub-nav-7547c708a6","breadcrumbPages":[{"redirect":true,"pageUrl":"/care-services","pageName":"Care & Services"},{"pageUrl":"/care-services/locations","pageName":"Locations"}],"activePage":[{"pageName":"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston","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-534be0e793","cta":{"id":"location-alert-534be0e793","disableCsr":false,":type":"unchealth/components/content/location-alert","dataLayer":{"location-alert-534be0e793":{"@type":"unchealth/components/content/location-alert"}}},"icon":{"name":null,"title":null},"modalLabel":"Learn More",":type":"unchealth/components/content/location-alert","dataLayer":{"location-alert-534be0e793":{"@type":"unchealth/components/content/location-alert"}}},"location_detail_bann":{"id":"location-detail-banner-6ab6f0e5da","lastPatientCheckIn":{"monday":"","tuesday":"","wednesday":"","thursday":"","friday":"","saturday":"","sunday":""},"bannerStyle":"default","cta":{"id":"location-detail-banner-6ab6f0e5da","target":"_self","disableCsr":false,":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-6ab6f0e5da":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2023-03-09T14:14:17Z"}}},"gridVariations":{"id":"location-detail-banner-6ab6f0e5da",":type":"unchealth/components/content/location-detail-banner","appliedCssClassNames":"topSpacing--default bottomSpacing--default","dataLayer":{"location-detail-banner-6ab6f0e5da":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2023-03-09T14:14:17Z"}}},"clockwiseLink":"","googleMapsDirectionLink":"https://maps.app.goo.gl/2EJmjBxbNabF8vdn6","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":"2076 Veterans Parkway","line2":"Suite 120","postalCode":"27520","region":"NC","countryCode":"US"},"displayCoordinate":{"latitude":null,"longitude":null},"entityId":"22657","faxNumber":"+19195858552","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"16:30"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"16:30"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"16:30"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"16:30"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"16:30"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"image":{"altText":"","caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/Johnston Professional Plaza.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":4000,"width":6000,"srcTitle":"2076 NC Highway 42 W."},"lastPatientCheckIn":{"monday":"","tuesday":"","wednesday":"","thursday":"","friday":"","saturday":"","sunday":""},"name":"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston","mainPhone":"+19195858550","subtitle":"Johnston Professional Plaza","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-6ab6f0e5da":{"@type":"unchealth/components/content/location-detail-banner","repo:modifyDate":"2023-03-09T14:14:17Z"}}},"location_intro":{"resource":{"jcr:primaryType":"nt:unstructured","jcr:created":1675289842361,"jcr:lastModified":1675289842361,"sling:resourceType":"unchealth/components/content/location-intro","cq:styleIds":["topSpacingDefault","bottomSpacingDefault"]},"id":"location-intro-4960da02fb","locationHeadline":"GETTING HERE","entityDescription":"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston is located on Veterans Parkway near UNC Health Johnston Clayton. Free parking is available.","atAGlance":["Handicap accessible"],"mainPhone":"+19195858550","hospitalBasedLocation":true,"appointmentFeeDescription":"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.","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-4960da02fb":{"@type":"unchealth/components/content/location-intro","repo:modifyDate":"2023-02-01T22:17:22Z"}}},"responsivegrid_header":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"background":{"id":"background-1ab72d5375",":type":"unchealth/components/containers/background",":items":{"rich_text":{"id":"rich-text-faf7293d9c","content":"<h2>UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston</h2>\r\n<p>UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston&nbsp;at Clayton is part of UNC Health Johnston, allowing you to stay close to home while relying on the expertise of our partners at UNC Rex Healthcare. A team of cancer professionals will work with you to find the best possible treatment plan.&nbsp;</p>\r\n","cta":{"id":"rich-text-faf7293d9c","style":"primaryButton","target":"_self","disableCsr":false,":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--none bottomSpacing--none","dataLayer":{"rich-text-faf7293d9c":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-07-01T00:55:03Z"}}},":type":"unchealth/components/content/rich-text","appliedCssClassNames":"topSpacing--none bottomSpacing--none","dataLayer":{"rich-text-faf7293d9c":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2026-07-01T00:55:03Z"}}},"content_grid":{"id":"content-grid-a49de9cdc3","gridGap":"default","columnCount":2,"mobileColumnCount":2,"visibilityCtaExpandLabel":"Show all","visibilityCtaCollapseLabel":"Show less","visibilityCtaStyle":"secondary","headline":"Conditions We Treat","headingLevel":"h2",":type":"unchealth/components/containers/content-grid",":items":{"item_1679498729690":{"id":"rich-text-99a1007059","content":"<ul>\r\n<li>Bladder cancer</li>\r\n<li>Kidney cancer</li>\r\n<li>Prostate cancer</li>\r\n<li>Other urologic cancers</li>\r\n<li>Breast cancer</li>\r\n<li>Colorectal cancer</li>\r\n<li>Cervical cancer&nbsp;</li>\r\n<li>Endometrial (uterine) cancer&nbsp;</li>\r\n</ul>\r\n","cta":{"id":"rich-text-99a1007059","disableCsr":false,":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-99a1007059":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2023-03-22T15:27:29Z"}}},":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-99a1007059":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2023-03-22T15:27:29Z"}}},"item_1679498732220":{"id":"rich-text-02b0f3e8b4","content":"<ul>\r\n<li>Other gynecologic cancers</li>\r\n<li>Leukemia and lymphoma</li>\r\n<li>Lung cancer</li>\r\n<li>Skin cancer</li>\r\n<li>Pancreatic cancer</li>\r\n<li>Thyroid cancer</li>\r\n</ul>\r\n","cta":{"id":"rich-text-02b0f3e8b4","disableCsr":false,":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-02b0f3e8b4":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2023-03-22T15:27:14Z"}}},":type":"unchealth/components/content/rich-text","dataLayer":{"rich-text-02b0f3e8b4":{"@type":"unchealth/components/content/rich-text","repo:modifyDate":"2023-03-22T15:27:14Z"}}}},":itemsOrder":["item_1679498729690","item_1679498732220"],"appliedCssClassNames":"topSpacing--small bottomSpacing--small","dataLayer":{"content-grid-a49de9cdc3":{"@type":"unchealth/components/containers/content-grid","repo:modifyDate":"2023-03-22T15:25:41Z"}}}},":itemsOrder":["rich_text","content_grid"],"appliedCssClassNames":"topSpacing--none bottomSpacing--none backgroundColor--white edgeStyle--straight","dataLayer":{"background-1ab72d5375":{"@type":"unchealth/components/containers/background","repo:modifyDate":"2026-07-01T00:54:47Z"}}}},":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-48f8d3266e","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+Johnston+Radiation+Oncology%2C+A+Hospital+Department+of+UNC+Health+Johnston+%7C+Johnston+Professional+Plaza%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+Johnston+Radiation+Oncology%2C+A+Hospital+Department+of+UNC+Health+Johnston+%7C+Johnston+Professional+Plaza\"}}]}","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-48f8d3266e":{"@type":"unchealth/components/content/meet-our-team"}}},"related_locations":{"id":"related-locations-3e09eb1a0f","relatedLocations":[{"name":"UNC Health Johnston Radiation Oncology, A Hospital Department of UNC Health Johnston","address":{"city":"Smithfield","line1":"514 N. Brightleaf Blvd.","line2":"Suite 1200","postalCode":"27577","region":"NC","countryCode":"US"},"mainPhone":"+19192093555","faxNumber":"+19199387400","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.5124447","longitude":"-78.33208220000002"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/Johnston Medical Mall.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":2952,"width":6000,"srcTitle":"514 N. Bright Leaf Blvd."},"detailPage":"/care-services/locations/unc-health-johnston-radiation-oncology-a-hospital-department-of-unc-health-johnston-johnston-medical-mall","entityId":"22658","contentType":null,"subtitle":"","departments":["Johnston Medical Mall"],"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true},{"name":"UNC Hospitals Radiation Oncology","address":{"city":"Chapel Hill","line1":"101 Manning Drive","line2":"Manning Level","postalCode":"27514","region":"NC","countryCode":"US"},"mainPhone":"+19849748415","faxNumber":"+19849748607","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.905003","longitude":"-79.050838"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/N.C. Basnight Cancer Hospital.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":3230,"width":5760,"srcTitle":null},"detailPage":"/care-services/locations/unc-hospitals-radiation-oncology-nc-basnight-cancer-hospital","entityId":"17","contentType":null,"subtitle":"","departments":["N.C. Basnight Cancer Hospital"],"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true},{"name":"UNC Health Cancer Care, A Service of UNC Hospitals (Radiation Oncology)","address":{"city":"Raleigh","line1":"11200 Governor Manly Way","line2":"Suite 102","postalCode":"27614","region":"NC","countryCode":"US"},"mainPhone":"+19195707550","faxNumber":"+19195707551","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.9474984","longitude":"-78.54126149999999"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/rex-rex-healthcare-of-wakefield-cc.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":3460,"width":5242,"srcTitle":null},"detailPage":"/care-services/locations/unc-health-cancer-care-a-service-of-unc-hospitals-radiation-oncology-unc-health-rex-at-wakefield","entityId":"1876","contentType":null,"subtitle":"","departments":["UNC Health Rex at Wakefield"],"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true},{"name":"UNC Health Cancer Care, A Service of UNC Hospitals (Radiation Oncology)","address":{"city":"Raleigh","line1":"2901 Blue Ridge Road","line2":null,"postalCode":"27607","region":"NC","countryCode":"US"},"mainPhone":"+19197843018","faxNumber":"+19197841473","hours":{"monday":{"closed":false,"hour":{"start":"08:00","end":"16:30"}},"tuesday":{"closed":false,"hour":{"start":"08:00","end":"16:30"}},"wednesday":{"closed":false,"hour":{"start":"08:00","end":"16:30"}},"thursday":{"closed":false,"hour":{"start":"08:00","end":"16:30"}},"friday":{"closed":false,"hour":{"start":"08:00","end":"16:30"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.820549","longitude":"-78.7055815"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/rex-unc-rex-cancer-care-center-cc.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":3929,"width":6719,"srcTitle":null},"detailPage":"/care-services/locations/unc-health-cancer-care-a-service-of-unc-hospitals-radiation-oncology-raleigh-cancer-center","entityId":"1875","contentType":null,"subtitle":"Raleigh Cancer Center","departments":null,"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true},{"name":"UNC Health Cancer Care, A Service of UNC Hospitals","address":{"city":"Raleigh","line1":"117 Sunnybrook Road","line2":null,"postalCode":"27610","region":"NC","countryCode":"US"},"mainPhone":"+19193343900","faxNumber":"+19192509280","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.7797512","longitude":"-78.5822952"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/rex-cancer-care-building-needs_ID-new.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":2935,"width":5471,"srcTitle":null},"detailPage":"/care-services/locations/unc-health-cancer-care-a-service-of-unc-hospitals-east-raleigh","entityId":"24108","contentType":null,"subtitle":"East Raleigh","departments":null,"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true}],":type":"unchealth/components/content/related-locations","dataLayer":{"related-locations-3e09eb1a0f":{"@type":"unchealth/components/content/related-locations"}}},"statement":{"id":"statement-dd69407a6a","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--none bottomSpacing--none theme--dark","dataLayer":{"statement-dd69407a6a":{"@type":"unchealth/components/content/statement","repo:modifyDate":"2023-02-15T18:21:12Z"}}}},":itemsOrder":["meet_our_team","related_locations","statement"],":type":"wcm/foundation/components/responsivegrid"},"experiencefragment-footer":{":type":"unchealth/components/core/experiencefragment",":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-5cb67d0dc7","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":"-35a30166d9","label":"News & Media","href":"https://news.unchealthcare.org/?_ga=2.176331429.1459326530.1662751404-1169189291.1662751404","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-35a30166d9":{"@type":"nt:unstructured"}}},{"id":"-539e8f264d","label":"Sitemap","href":"/sitemap","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-539e8f264d":{"@type":"nt:unstructured"}}}],"topLinks":[{"id":"-34b3a0f3b7","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-34b3a0f3b7":{"@type":"nt:unstructured"}}},{"id":"-8038b4c9e1","label":"Contact Us","href":"/contact-us","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-8038b4c9e1":{"@type":"nt:unstructured"}}},{"id":"-f58864cf9a","label":"Clinical Trials","href":"https://researchforme.unc.edu/index.php/en/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-f58864cf9a":{"@type":"nt:unstructured"}}},{"id":"-5dc31f2746","label":"Sign In to My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-5dc31f2746":{"@type":"nt:unstructured"}}}],"mainLinks":[{"title":"About US","links":[{"id":"-821436c350","label":"Who We Are","href":"/about-us/who-we-are","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-821436c350":{"@type":"nt:unstructured"}}},{"id":"-07ca3545fa","label":"Compliance Office","href":"/about-us/compliance-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-07ca3545fa":{"@type":"nt:unstructured"}}},{"id":"-95067ae9b6","label":"Privacy Office","href":"/about-us/privacy-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-95067ae9b6":{"@type":"nt:unstructured"}}},{"id":"-6380be62a0","label":"OHCA Members","href":"/about-us/ohca-members","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-6380be62a0":{"@type":"nt:unstructured"}}},{"id":"-be4f832e45","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":{"-be4f832e45":{"@type":"nt:unstructured"}}},{"id":"-6c223b44ac","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":{"-6c223b44ac":{"@type":"nt:unstructured"}}},{"id":"-07356ee2fc","label":"Financial Assistance","descriptiveText":"link to Financial Assistance page","href":"/records-insurance/financial-assistance-programs","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-07356ee2fc":{"@type":"nt:unstructured"}}},{"id":"-12586d84e6","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":{"-12586d84e6":{"@type":"nt:unstructured"}}},{"id":"-44ea6879e7","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":{"-44ea6879e7":{"@type":"nt:unstructured"}}}]},{"title":"Medical & Clinical Professionals","links":[{"id":"-f24ceef050","label":"Fellowship Program","href":"/for-medical-professionals/fellowship-program","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-f24ceef050":{"@type":"nt:unstructured"}}},{"id":"-ef666e4fb2","label":"House Staff Council","href":"/for-medical-professionals/house-staff-council","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-ef666e4fb2":{"@type":"nt:unstructured"}}},{"id":"-050a5b136c","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":{"-050a5b136c":{"@type":"nt:unstructured"}}}]},{"title":"For UNC Health Employees","links":[{"id":"-24061f5c06","label":"Well-being Program","href":"/for-unch-health-professionals/well-being-for-unc-health-teammates","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-24061f5c06":{"@type":"nt:unstructured"}}},{"id":"-e7e7027516","label":"Epic@UNC Training ","href":"/for-unch-health-professionals/epic-training","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-e7e7027516":{"@type":"nt:unstructured"}}},{"id":"-63546a4745","label":"Working Forward","href":"/for-unch-health-professionals/working-forward","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-63546a4745":{"@type":"nt:unstructured"}}}]},{"title":"Supporting Our Community","links":[{"id":"-fb5b23a87f","label":"Giving","href":"https://unchealthfoundation.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-fb5b23a87f":{"@type":"nt:unstructured"}}},{"id":"-7fa5451280","label":"Caring for Our Communities","href":"/supporting-our-community/caring-for-our-communities","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-7fa5451280":{"@type":"nt:unstructured"}}}]}],"utilityLinks":[{"id":"-f2ab560c1c","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":{"-f2ab560c1c":{"@type":"nt:unstructured"}}},{"id":"-66409ba36a","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":{"-66409ba36a":{"@type":"nt:unstructured"}}},{"id":"-37e3faeac3","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":{"-37e3faeac3":{"@type":"nt:unstructured"}}},{"id":"-7368a7a702","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":{"-7368a7a702":{"@type":"nt:unstructured"}}},{"id":"-185ba71ea4","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":{"-185ba71ea4":{"@type":"nt:unstructured"}}},{"id":"-17e3ffe2ea","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":{"-17e3ffe2ea":{"@type":"nt:unstructured"}}}],"utilityLinksSpanish":[{"id":"-a81e06ba4b","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":{"-a81e06ba4b":{"@type":"nt:unstructured"}}},{"id":"-ee8291d1c5","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":{"-ee8291d1c5":{"@type":"nt:unstructured"}}},{"id":"-91b95c7d52","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":{"-91b95c7d52":{"@type":"nt:unstructured"}}}],"disclaimerLinks":[{"id":"-049bbd3229","label":"Accessibility","href":"/about-us/accessibility-at-unc-health/language-accessibility-services/website-accessibility-statement","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-049bbd3229":{"@type":"nt:unstructured"}}}],"copyright":"©2026 UNC Health. \r\nAll rights reserved.",":type":"unchealth/components/content/global-footer","dataLayer":{"global-footer-5cb67d0dc7":{"@type":"unchealth/components/content/global-footer","repo:modifyDate":"2025-12-05T20:10:26Z"}}},"gsight_survey":{"id":"gsight-survey-d5ba5eb944","samplingPercentage":50,"popupDelayInSeconds":50,"hideGSightSurvey":false,"clientId":"d790eed4-ab64-eb11-8272-12cf99399697",":type":"unchealth/components/content/gsight-survey","dataLayer":{"gsight-survey-d5ba5eb944":{"@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"]}},":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-health-johnston-radiation-oncology-a-hospital-department-of-unc-health-johnston-johnston-professional-plaza","dataLayer":{"page-2a1aa14b0e":{"@type":"unchealth/components/core/page","repo:modifyDate":"2026-07-01T00:59:49Z"}}}