{"id":"page-c6833c2763","pageData":{"provider":{"affiliation":["UNC Health Appalachian"],"id":"3323132323222","name":{"first":"Amro","middle":"A.","last":"Yassin-Awad"},"specializations":["Emergency Medicine"],"credentials":["MD"],"gender":"Male","providerType":["Clinician"],"languages":["English"],"acceptingNewPatients":false,"onlineScheduling":false,"providerStatus":"Contract Provider","ratingCount":0,"locationCount":2}},"templateName":"t11-provider-profile","contentLanguage":"en","cssClassNames":"page basicpage","hideGSightSurvey":true,"metaDescription":"Amro A. Yassin-Awad, MD is affiliated with UNC Health and specializes in Emergency Medicine in Boone, NC and Linville, NC.","brandSlug":"UNC Health","defaultMetaSiteName":"UNC Health","siteURL":"https://www.unchealth.org","mainSchemaHtml":"<script type=\"application/ld+json\" id=\"mainSchema\">{\"@context\":\"https://schema.org/\",\"@type\":\"Physician\",\"name\":\"Amro A. Yassin-Awad, MD\",\"url\":\"https://www.unchealth.org/care-services/doctors/y/amro-a-yassin-awad-md\",\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Emergency\"}],\"hasCredential\":[{\"@type\":\"EducationalOccupationalCredential\",\"name\":\"MD\"}],\"workLocation\":[{\"@context\":\"https://schema.org/\",\"@type\":\"Hospital\",\"name\":\"Cannon Memorial Hospital - Linville\",\"url\":\"https://www.unchealth.org/care-services/locations/cannon-memorial-hospital-linville\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"434 Hospital Drive\",\"addressLocality\":\"Linville\",\"addressRegion\":\"NC\",\"postalCode\":\"28646\",\"addressCountry\":\"US\"},\"telephone\":\"+18287377000\",\"description\":null,\"medicalSpecialty\":[],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"36.0604°\",\"longitude\":\"-81.8892°\"},\"openingHours\":[\"Su 00:00-23:59\",\"Mo 00:00-23:59\",\"Tu 00:00-23:59\",\"We 00:00-23:59\",\"Th 00:00-23:59\",\"Fr 00:00-23:59\",\"Sa 00:00-23:59\"],\"image\":\"\"},{\"@context\":\"https://schema.org/\",\"@type\":\"Hospital\",\"name\":\"Watauga Medical Center - Boone\",\"url\":\"https://www.unchealth.org/care-services/locations/watauga-medical-center-boone\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"336 Deerfield Road\",\"addressLocality\":\"Boone\",\"addressRegion\":\"NC\",\"postalCode\":\"28607\",\"addressCountry\":\"US\"},\"telephone\":\"+18282624100\",\"description\":null,\"medicalSpecialty\":[],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"36.1983°\",\"longitude\":\"-81.6514°\"},\"openingHours\":[\"Su 00:00-23:59\",\"Mo 00:00-23:59\",\"Tu 00:00-23:59\",\"We 00:00-23:59\",\"Th 00:00-23:59\",\"Fr 00:00-23:59\",\"Sa 00:00-23:59\"],\"image\":\"\"}],\"affiliation\":{\"@type\":\"MedicalOrganization\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org\"}}</script>","customSchemaHtml":"<script type=\"application/ld+json\" id=\"customSchema\"></script>","bodyBottomGlobal":"<script>\r\n  function getLiveChatConfig() {\r\n    const phone =\r\n      \"800-594-8624 (toll-free) or locally at 984-974-2222 Mon. – Thurs., 8:00 AM – 5:00 PM and Fri., 8:00 AM – 11:30 AM.\";\r\n    const nebulaURL = \"https://livechat-livechat.app.st-882.epiccloud.io\";\r\n    const chatScriptURL =\r\n      \"https://livechat-web-client.app.st-882.epiccloud.io/assets/epic-live-chat.es.js\";\r\n    const apiKey =\r\n      \"AAEAAZmakTnG4EHUADF7IlNpdGVJZCI6IjViZmQyYTM4LTUyZjItNDMzZS04NmI2LTdiZTg1NzM5YWFmZCJ9hM+rEbw4ueEid0MN5b0mjsOLTtWsrCjU6rWqKEQwR2Sw+bndAQw0Iw==\";\r\n\r\n    const branding = {\r\n      primaryColor: \"#004263\",\r\n      fontFamily: \"Muller, Arial, sans-serif\",\r\n      minimizedChatTitle: \"How can we help?\",\r\n      liveChatTitle: \"UNC Health Billing Help\",\r\n      organizationImageURL:\r\n        \"https://www.uncmedicalcenter.org/app/files/public/7453/img-system-systemlogo.png\",\r\n      organizationImageDescriptor: \"UNC Health logo\",\r\n    };\r\n\r\n    return { phone, nebulaURL, chatScriptURL, apiKey, branding };\r\n  }\r\n</script>\r\n\r\n<script>\r\n  (function () {\r\n    const containerId = \"lcWidget\";\r\n\r\n    // ✅ Show chat on these pages (exact “records-insurance” routes)\r\n    const CHAT_PATHS = new Set([\r\n      \"/records-insurance/pay-my-bill\",\r\n      \"/records-insurance/financial-assistance-programs\",\r\n      \"/records-insurance/insurance\",\r\n      \"/records-insurance/billing-insurance-terminology\",\r\n      \"/records-insurance/price-estimates\",\r\n      \"/records-insurance/standard-charges\",\r\n    ]);\r\n\r\n    let scriptInjected = false;\r\n    let widgetRendered = false;\r\n\r\n    function normalizePath(rawPath) {\r\n      let p = (rawPath || \"/\")\r\n        // remove query/hash fragments\r\n        .split(\"?\")[0]\r\n        .split(\"#\")[0]\r\n        // convert any weird whitespace (including NBSP) and trim\r\n        .replace(/\\u00A0/g, \" \")\r\n        .trim()\r\n        // drop .html if present\r\n        .replace(/\\.html$/, \"\");\r\n\r\n      // drop trailing slash (except root)\r\n      if (p.length > 1) p = p.replace(/\\/+$/, \"\");\r\n\r\n      // If we're on an AEM content path, reduce to the “pretty” portion\r\n      // Example: /content/unchealth/us/en/records-insurance/insurance  -> /records-insurance/insurance\r\n      const idx = p.indexOf(\"/records-insurance/\");\r\n      if (idx !== -1) {\r\n        p = p.slice(idx);\r\n      }\r\n\r\n      return p;\r\n    }\r\n\r\n    function shouldShowChatNow() {\r\n      const current = normalizePath(window.location.pathname);\r\n      return CHAT_PATHS.has(current);\r\n    }\r\n\r\n    function getContainer() {\r\n      return document.getElementById(containerId);\r\n    }\r\n\r\n    function ensureContainer() {\r\n      if (getContainer()) return;\r\n\r\n      const container = document.createElement(\"div\");\r\n      container.id = containerId;\r\n      container.style.position = \"fixed\";\r\n      container.style.right = \"20px\";\r\n      container.style.bottom = \"20px\";\r\n      container.style.zIndex = \"9999\";\r\n      document.body.appendChild(container);\r\n    }\r\n\r\n    function showChat() {\r\n      ensureContainer();\r\n\r\n      const container = getContainer();\r\n      if (container) container.style.display = \"block\";\r\n\r\n      document.querySelectorAll(\"iframe[src*='epiccloud.io']\").forEach((el) => {\r\n        el.style.display = \"block\";\r\n        el.style.visibility = \"visible\";\r\n        el.style.pointerEvents = \"auto\";\r\n      });\r\n    }\r\n\r\n    function hideChat() {\r\n      const container = getContainer();\r\n      if (container) container.style.display = \"none\";\r\n\r\n      document.querySelectorAll(\"iframe[src*='epiccloud.io']\").forEach((el) => {\r\n        el.style.display = \"none\";\r\n        el.style.visibility = \"hidden\";\r\n        el.style.pointerEvents = \"none\";\r\n      });\r\n    }\r\n\r\n    function renderWidgetWhenReady() {\r\n      const liveChatProps = getLiveChatConfig();\r\n\r\n      let tries = 0;\r\n      const t = setInterval(() => {\r\n        tries++;\r\n\r\n        if (typeof window.renderLiveChat === \"function\") {\r\n          clearInterval(t);\r\n          try {\r\n            window.renderLiveChat(containerId, liveChatProps);\r\n            widgetRendered = true;\r\n          } catch (e) {\r\n            // ignore and still show\r\n          }\r\n          showChat();\r\n          return;\r\n        }\r\n\r\n        if (tries >= 40) clearInterval(t);\r\n      }, 100);\r\n    }\r\n\r\n    function injectScriptOnceAndRender() {\r\n      const liveChatProps = getLiveChatConfig();\r\n      const endpoint = liveChatProps.chatScriptURL;\r\n      if (!endpoint) return;\r\n\r\n      if (scriptInjected) {\r\n        if (widgetRendered) showChat();\r\n        else renderWidgetWhenReady();\r\n        return;\r\n      }\r\n\r\n      const existing = document.querySelector(\r\n        `script[type=\"module\"][src=\"${endpoint}\"]`\r\n      );\r\n      if (existing) {\r\n        scriptInjected = true;\r\n        renderWidgetWhenReady();\r\n        return;\r\n      }\r\n\r\n      const script = document.createElement(\"script\");\r\n      script.type = \"module\";\r\n      script.src = endpoint;\r\n      script.async = true;\r\n\r\n      script.onload = function () {\r\n        scriptInjected = true;\r\n        renderWidgetWhenReady();\r\n      };\r\n\r\n      document.body.appendChild(script);\r\n    }\r\n\r\n    function onRouteChange() {\r\n      if (shouldShowChatNow()) {\r\n        ensureContainer();\r\n        injectScriptOnceAndRender();\r\n        showChat();\r\n      } else {\r\n        hideChat();\r\n      }\r\n    }\r\n\r\n    // keep your old API name (hide is safer than remove)\r\n    window.removeLiveChatWidget = hideChat;\r\n\r\n    /* -----------------------------\r\n       SPA NAVIGATION DETECTION\r\n    ------------------------------*/\r\n    function installSpaNavHooksOnce() {\r\n      if (window.__liveChatSpaHookInstalled) return;\r\n      window.__liveChatSpaHookInstalled = true;\r\n\r\n      const fire = () => window.dispatchEvent(new Event(\"spa:navigation\"));\r\n\r\n      const _pushState = history.pushState;\r\n      history.pushState = function () {\r\n        const ret = _pushState.apply(this, arguments);\r\n        fire();\r\n        return ret;\r\n      };\r\n\r\n      const _replaceState = history.replaceState;\r\n      history.replaceState = function () {\r\n        const ret = _replaceState.apply(this, arguments);\r\n        fire();\r\n        return ret;\r\n      };\r\n\r\n      window.addEventListener(\"popstate\", fire);\r\n      window.addEventListener(\"hashchange\", fire);\r\n    }\r\n\r\n    function init() {\r\n      installSpaNavHooksOnce();\r\n      window.addEventListener(\"spa:navigation\", onRouteChange);\r\n      onRouteChange();\r\n    }\r\n\r\n    if (document.readyState === \"loading\") {\r\n      document.addEventListener(\"DOMContentLoaded\", init);\r\n    } else {\r\n      init();\r\n    }\r\n  })();\r\n</script>\r\n","contentType":"provider","description":"Amro A. Yassin-Awad, MD is affiliated with UNC Health and specializes in Emergency Medicine in Boone, NC and Linville, NC.","pagePath":"/care-services/doctors/y/amro-a-yassin-awad-md.model.json","thumbnail":"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png","url":"https://www.unchealth.org/care-services/doctors/y/amro-a-yassin-awad-md","title":"Amro A. Yassin-Awad","tags":[],"schema":["{\"@context\":\"https://schema.org/\",\"@type\":\"Physician\",\"name\":\"Amro A. Yassin-Awad, MD\",\"url\":\"https://www.unchealth.org/care-services/doctors/y/amro-a-yassin-awad-md\",\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"Emergency\"}],\"hasCredential\":[{\"@type\":\"EducationalOccupationalCredential\",\"name\":\"MD\"}],\"workLocation\":[{\"@context\":\"https://schema.org/\",\"@type\":\"Hospital\",\"name\":\"Cannon Memorial Hospital - Linville\",\"url\":\"https://www.unchealth.org/care-services/locations/cannon-memorial-hospital-linville\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"434 Hospital Drive\",\"addressLocality\":\"Linville\",\"addressRegion\":\"NC\",\"postalCode\":\"28646\",\"addressCountry\":\"US\"},\"telephone\":\"+18287377000\",\"description\":null,\"medicalSpecialty\":[],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"36.0604°\",\"longitude\":\"-81.8892°\"},\"openingHours\":[\"Su 00:00-23:59\",\"Mo 00:00-23:59\",\"Tu 00:00-23:59\",\"We 00:00-23:59\",\"Th 00:00-23:59\",\"Fr 00:00-23:59\",\"Sa 00:00-23:59\"],\"image\":\"\"},{\"@context\":\"https://schema.org/\",\"@type\":\"Hospital\",\"name\":\"Watauga Medical Center - Boone\",\"url\":\"https://www.unchealth.org/care-services/locations/watauga-medical-center-boone\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"336 Deerfield Road\",\"addressLocality\":\"Boone\",\"addressRegion\":\"NC\",\"postalCode\":\"28607\",\"addressCountry\":\"US\"},\"telephone\":\"+18282624100\",\"description\":null,\"medicalSpecialty\":[],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"36.1983°\",\"longitude\":\"-81.6514°\"},\"openingHours\":[\"Su 00:00-23:59\",\"Mo 00:00-23:59\",\"Tu 00:00-23:59\",\"We 00:00-23:59\",\"Th 00:00-23:59\",\"Fr 00:00-23:59\",\"Sa 00:00-23:59\"],\"image\":\"\"}],\"affiliation\":{\"@type\":\"MedicalOrganization\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org\"}}"],"language":"en",":type":"unchealth/components/core/page",":itemsOrder":["root"],":items":{"root":{":itemsOrder":["experiencefragment-header","provider-banner","provider_details","responsivegrid_header","responsivegrid","responsivegrid_footer","experiencefragment-footer"],":items":{"experiencefragment-header":{":type":"unchealth/components/core/experiencefragment",":itemsOrder":["root"],":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["responsivegrid","logo"],":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["global_alerts","global_header"],":items":{"global_alerts":{"id":"global-alerts-5aca568f7a","i18n":{"globalAlertsGeneralLabel":"General Alerts","globalAlertsPriorityLabel":"Priority Alerts"},":type":"unchealth/components/content/global-alerts","dataLayer":{"global-alerts-5aca568f7a":{"@type":"unchealth/components/content/global-alerts","repo:modifyDate":"2026-02-16T17:18:37Z"}}},"global_header":{"id":"global-header-c5e8595624","logoLink":"/home","myChartCta":{"id":"global-header-c5e8595624","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-c5e8595624":{"@type":"unchealth/components/content/global-header","repo:modifyDate":"2025-04-28T19:39:38Z"}}},"primaryNavItems":[{"link":"/care-services","featureCard":{":type":"nt:unstructured",":itemsOrder":["root"],":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["responsivegrid"],":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["nav_feauture_card_co"],":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-24e616b50c","image":{"id":"nav-feauture-card-24e616b50c","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-24e616b50c":{"@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-24e616b50c","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-24e616b50c":{"@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-24e616b50c":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:10:11Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}}},"title":"Care & Services","items":[{"title":"Ways to Schedule Care","link":"/care-services/ways-to-schedule-care","target":null},{"title":"Areas of Care","link":"/care-services/areas-of-care","target":null},{"title":"Find a Doctor","link":"/care-services/doctors","target":null},{"title":"Locations","link":"/care-services/locations","target":null},{"title":"Urgent Care","link":"/care-services/urgent-care","target":"_self"},{"title":"Emergency & Trauma","link":"/care-services/emergency-trauma","target":null},{"title":"Virtual Care","link":"/care-services/virtual-care","target":null}]},{"link":"/living-well","featureCard":{":type":"nt:unstructured",":itemsOrder":["root"],":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["responsivegrid"],":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["nav_feauture_card_co"],":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-7d97175643","image":{"id":"nav-feauture-card-7d97175643","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-7d97175643":{"@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-7d97175643","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-7d97175643":{"@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-7d97175643":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:35:17Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}}},"title":"Living Well","items":[{"title":"Nutrition & Recipes","link":"/living-well/nutrition-recipes","target":null},{"title":"Health Talk","link":"/living-well/health-talk","target":null},{"title":"Spiritual Care","link":"/living-well/spiritual-care","target":null},{"title":"Wellness & Rehabilitation Centers ","link":"/living-well/wellness-rehabilitation-centers","target":null},{"title":"Classes & Events","link":"/living-well/classes-events","target":null}]},{"link":"/records-insurance","featureCard":{":type":"nt:unstructured",":itemsOrder":["root"],":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["responsivegrid"],":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["nav_feauture_card_co"],":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-47e808b13e","image":{"id":"nav-feauture-card-47e808b13e","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-47e808b13e":{"@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-47e808b13e","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-47e808b13e":{"@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-47e808b13e":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:41:04Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}}},"title":"Records & Insurance","items":[{"title":"Pay My Bill","link":"/records-insurance/pay-my-bill","target":"_self"},{"title":"Insurance","link":"/records-insurance/insurance","target":"_self"},{"title":"Billing & Insurance Terminology","link":"/records-insurance/billing-insurance-terminology","target":"_self"},{"title":"Standard Charges","link":"/records-insurance/standard-charges","target":"_self"},{"title":"Price Estimates Help","link":"/records-insurance/price-estimates","target":"_self"},{"title":"Financial Assistance Program","link":"/records-insurance/financial-assistance-programs","target":"_self"},{"title":"My UNC Chart Features","link":"/records-insurance/my-unc-chart","target":null},{"title":"Medical Records","link":"/records-insurance/medical-records","target":null},{"title":"Advance Care Planning","link":"/records-insurance/advance-care-planning","target":null},{"title":"NC Medicaid","link":"/records-insurance/nc-medicaid","target":null},{"title":"Financial Planning for Pregnancy & Birth Care | UNC Health","link":"/records-insurance/financial-planning-for-pregnancy-birth-care","target":null}]}],"quickLinks":[{"id":"-ad79c0cdf7","label":"How to Schedule Care","href":"/care-services/ways-to-schedule-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-ad79c0cdf7":{"@type":"nt:unstructured"}}},{"id":"-6731c74d2d","label":"Pay My Bill","href":"/records-insurance/pay-my-bill","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-6731c74d2d":{"@type":"nt:unstructured"}}},{"id":"-1b0789378c","label":"Urgent & Emergency Care","href":"/care-services/urgent-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-1b0789378c":{"@type":"nt:unstructured"}}},{"id":"-26152e817f","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-26152e817f":{"@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":"-b11f4f9700","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-b11f4f9700":{"@type":"nt:unstructured"}}}},{"iconName":{"name":"profile","title":"Profile"},"cta":{"id":"-6ff32de72e","label":"My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-6ff32de72e":{"@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-c5e8595624":{"@type":"unchealth/components/content/global-header","repo:modifyDate":"2025-04-28T19:39:38Z"}}}},":type":"wcm/foundation/components/responsivegrid"},"logo":{":type":"nt:folder"}},":type":"wcm/foundation/components/responsivegrid"}}},"provider-banner":{"id":"provider-banner-5133059a83","insuranceTooltip":"<p>To be certain of your coverage, we encourage you to contact the provider or your insurance company for more information.</p>\r\n","unavailableTooltip":"<p>UNC Health makes no representation with respect to insurance coverage for providers and organizations who are neither employed, owned, nor managed by UNC Health. Before scheduling your appointment, please contact the organization or care provider in charge of delivering these services or your insurance company to determine coverage.</p>\r\n","insuranceModalDescription":"<p>Please verify that your individual plan is currently accepted as in-network for this provider.</p>\r\n","insuranceModalNote":"<p>NOTE: If you have an Aetna CVS Health ACA plan, your care will be out of network for UNC Health, except for UNC Health Appalachian, UNC Health Blue Ridge and UNC Health Pardee.</p>\r\n","insuranceDisclaimer":"<p>Out-of-Network Insurance —<b> </b>UNC Health does not accept out-of-network patients. Please contact your insurance provider for in-network options.</p>\r\n<p>Coverage for certain behavioral health, Medicare, commercial and employer-specific plans as well as TRICARE varies across UNC Health entities. Please call prior to your visit to determine coverage.</p>\r\n<p>UNC Health contracts with most health insurance companies including, but not limited to, the ones listed here. While we do our best to keep this list up-to-date, it often changes. Professional fees charged by care providers and organizations who are not employed, owned or managed by UNC Health may not be included under the same insurance contracts and may bill separately. Before scheduling your appointment, please contact the organization or care provider in charge of delivering these services as they may be able to help you identify who will be providing these services. Your insurance company can help to determine which specific services, locations and providers are covered by your plan as well as provide you with information regarding co-payments, deductibles or any additional charges that may be your responsibility. UNC Health makes no representation or guarantee of benefits or coverage. Services not covered by your insurance company will be your responsibility. If you are in need of financial assistance, please visit our <a title=\"Financial Assistance\" href=\"/content/unchealth/us/en/records-insurance/financial-assistance-programs.html\">Financial Assistance</a> page. For additional information regarding insurance accepted at UNC Health, please visit our <a title=\"Insurance\" href=\"/content/unchealth/us/en/records-insurance/insurance.html\">Insurance</a> page.</p>\r\n","viewMoreLinkLabel":"View More Healthcare Professionals","acceptingNewPatientsConfig":{"acceptingNewPatientsLabel":"Accepting New Patients","hideAcceptingNewPatients":false,"notAcceptingNewPatientsLabel":"Not Accepting Patients","hideNotAcceptingNewPatients":true,"findAnotherDoctorLabel":"Find another doctor","hideAcceptingNewPatientsSearchFilter":false},"middleName":"A.","lastName":"Yassin-Awad","specializations":["Emergency Medicine"],"mainPhone":"+18282624100","surveyPageUrl":"#","doctorSearchUrl":"/care-services/doctors","epicApiKey":"KrthfAVhA636178","epicWidgetScriptSrc":"https://www.myuncchart.org/mychart/Scripts/lib/Widget/widget_sdk.js","myChartUrl":"https://www.myuncchart.org/mychart","surveyUrl":"/about-us/learn-about-our-survey","specialty":["Emergency Medicine"],"provider":{"acceptingNewPatients":false,"appointments":[],"averageRating":0.0,"commentCount":0,"credentials":["MD"],"entityId":"3323132323222","insurances":[],"languages":["English"],"mainPhone":"+18282624100","name":{"first":"Amro","middle":"A.","last":"Yassin-Awad"},"nextAvailableAppt":"","onlineScheduling":false,"profileImage":{"id":"provider-banner-5133059a83","altText":"","defaultImgSrc":"https://a.mktgcdn.com/p/ILJy40oDnCh5Gy-ur-EPaJ01aW5i43vNjTizcBOq8IU/488x611.jpg","defaultAspectRatio":"default","mobileAspectRatio":"default","disableCsr":false,":type":"unchealth/components/content/provider-banner","dataLayer":{"provider-banner-5133059a83":{"@type":"unchealth/components/content/provider-banner","repo:modifyDate":"2025-04-24T04:22:46Z"}}},"ratingCount":0,"referenceExists":true,"relatedLocationsCount":2,"specialties":["Emergency Medicine"],"status":"Contract Provider","transparencyEnrolled":false,"type":"CLINICIAN"},"asadSource":"widget","i18n":{"providerBannerPanLinkLabelWantSomeoneSooner":"Want to see someone sooner?","providerBannerUnchAllianceToolip":"UNC Health Alliance is a clinically integrated network of providers throughout North Carolina, some of whom are independent and not employed by an organization within UNC Health.","providerBannerUnchProviderTooltip":"UNC Health Providers are employed by an organization within UNC Health.","providerBannerAcceptingNewPatientsLabel":"Accepting New Patients","providerBannerPanLinkLabelScheduleSimilar":"Schedule with a Similar Provider","providerBannerContractProviderTooltip":"Contract providers are contractually affiliated with UNC Health and may provide medical care at a UNC Health facility but are not employed by an organization within UNC Health.","providerBannerCommunityProviderTooltip":"Community providers have privileges at one or more UNC Health hospitals and may provide medical care at a UNC Health facility or private practice but are not employed by an organization within UNC Health."},"c_nextAvailableAppt":"",":type":"unchealth/components/content/provider-banner","dataLayer":{"provider-banner-5133059a83":{"@type":"unchealth/components/content/provider-banner","repo:modifyDate":"2025-04-24T04:22:46Z"}}},"provider_details":{"id":"provider-details-5886755735","customMyChartUrl":"https://www.myuncchart.org/MyChart/Scheduling","availability":{"acceptingNewPatients":false,"epicWidgetScriptSrc":"https://www.myuncchart.org/mychart/Scripts/lib/Widget/widget_sdk.js","epicApiKey":"KrthfAVhA636178","myChartUrl":"https://www.myuncchart.org/mychart","customMyChartUrl":"https://www.myuncchart.org/MyChart/Scheduling","providerId":"","relatedLocationsCount":2,"mainPhone":"+18282624100","zipCode":"28607","providerStatus":"Contract Provider","matchedProviders":[],"panQuery":"/services/panServlet?locationRadius=16093.4&input=&verticalKey=related_locations_deduped_small_buckets&version=PRODUCTION&api_key=fcb2c208969a29f6bc66c93d5737793e&experienceKey=unc-internal-test-1&v=20221201&limit=3&location=36.2081106,-81.6254283&locale=en","disablePAN":true,"specialties":["Emergency Medicine"],"entityId":["33232232132232223","3323132323222"],"firstName":"Amro","middleName":"A.","lastName":"Yassin-Awad","asadSource":"widget"},"expertise":{"subspecialties":[],"proceduresResearch":[],"specialInterests":[]},"locations":{"locationCards":[{"name":"Cannon Memorial Hospital","address":{"city":"Linville","line1":"434 Hospital Drive","line2":null,"postalCode":"28646","region":"NC","countryCode":"US"},"mainPhone":"+18287377000","faxNumber":"+18287377401","hours":{"monday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"tuesday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"wednesday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"thursday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"friday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"saturday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"sunday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}}},"displayCoordinate":{"latitude":"36.060491","longitude":"-81.88929"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/cannon-memorial-hospital-linville","entityId":"2018","contentType":null,"subtitle":"Linville","departments":null,"googleMapsDirectionLink":"","locationType":"HOSPITAL","hideWaitTime":true},{"name":"Watauga Medical Center","address":{"city":"Boone","line1":"336 Deerfield Road","line2":null,"postalCode":"28607","region":"NC","countryCode":"US"},"mainPhone":"+18282624100","faxNumber":"","hours":{"monday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"tuesday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"wednesday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"thursday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"friday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"saturday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}},"sunday":{"closed":false,"hour":{"start":"00:00","end":"23:59"}}},"displayCoordinate":{"latitude":"36.198371","longitude":"-81.651412"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":null,"mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":[],"defaultImgSrcSet":[],"height":null,"width":null,"srcTitle":null},"detailPage":"/care-services/locations/watauga-medical-center-boone","entityId":"2041","contentType":null,"subtitle":"Boone","departments":null,"googleMapsDirectionLink":"","locationType":"HOSPITAL","hideWaitTime":true}]},"education":{"attributes":[]},"about":{"videos":[],"description":"","attributes":[{"label":"UNC HEALTH AFFILIATION","value":"UNC Health Appalachian"},{"label":"PROVIDER TYPE","value":"Clinician"},{"label":"GENDER","value":"Male"}]},"reviews":{"eyebrow":"RATINGS UNAVAILABLE","providerName":"Amro A. Yassin-Awad","averageRating":0.0,"ratingCount":0,"fiveStarRatings":0,"fourStarRatings":0,"threeStarRatings":0,"twoStarRatings":0,"oneStarRatings":0,"totalReviewCount":0,"transparencyEnrolled":false,"surveyUrl":"/about-us/learn-about-our-survey","questionRatings":[]},"visitType":[{"yextFieldName":"c_epicInPersonVisit","label":"In-Person Visit"},{"yextFieldName":"c_epicVideoVisit","label":"Video Visit"},{"yextFieldName":"c_epicTelephoneVisit","label":"Telephone Visit"},{"yextFieldName":"c_epicOrthopaedicInPersonVisit","label":"Orthopaedic In-Person Visit"},{"yextFieldName":"c_epicCardiologyInPersonVisit","label":"Cardiology In-Person Visit"},{"yextFieldName":"c_epicAnkleOrFootInPersonVisit","label":"Ankle or Foot In-Person Visit"},{"yextFieldName":"c_epicElbowInPersonVisit","label":"Elbow In-Person Visit"},{"yextFieldName":"c_epicHandInPersonVisit","label":"Hand In-Person Visit"},{"yextFieldName":"c_epicHipInPersonVisit","label":"Hip In-Person Visit"},{"yextFieldName":"c_epicKneeInPersonVisit","label":"Knee In-Person Visit"},{"yextFieldName":"c_epicShoulderInPersonVisit","label":"Shoulder In-Person Visit"},{"yextFieldName":"c_epicWristInPersonVisit","label":"Wrist In-Person Visit"},{"yextFieldName":"c_epicUrologyInPersonVisit","label":"Urology In-Person Visit"},{"yextFieldName":"c_epicAdultDermatologyInPersonOrVideoVisit","label":"Adult Dermatology In-Person or Video Visit"},{"yextFieldName":"c_epicPediatricDermInPersonOrVideoVisit","label":"Pediatric Dermatology In-Person or Video Visit"},{"yextFieldName":"c_epicDermatologyInPersonOrVideoVisit","label":"Dermatology In-Person or Video Visit"}],"i18n":{"providerDetailsSpecialInterestsLabel":"Special Interests","providerDetailsMyUncChartLabel":"My UNC Chart","providerDetailsIncludedInDecisionsLabel":"Included me in decisions","providerDetailsShowLessVideosLabel":"Show Less Videos","providerDetailsExplanationOfProblemLabel":"Explanation of problem/condition","providerDetailsProceduresAndResearchLabel":"Procedures and Research","providerDetailsViewOnlineScheduleLabel":"View Online Schedule","providerDetailsSeeMoreAppointmentsLabel":"View more appointment times","providerDetailsShowAllVideosLabel":"Show All Videos","providerDetailsWaitTimeLabel":"Wait time at clinic","providerDetailsSeeAvailableAppointmentsLabel":"See available appointment times at My UNC Chart scheduling","providerDetailsConcernForQuestionsLabel":"Concern for my questions/worries","providerDetailsLikelihoodToRecommendLabel":"Likelihood to recommend","providerDetailsDiscussionOfTreatmentLabel":"Discussion of any proposed treatment"},":type":"unchealth/components/content/provider-details","dataLayer":{"provider-details-5886755735":{"@type":"unchealth/components/content/provider-details","repo:modifyDate":"2026-04-01T16:03:25Z"}}},"responsivegrid_header":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":[],":items":{},":type":"wcm/foundation/components/responsivegrid"},"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":[],":items":{},":type":"wcm/foundation/components/responsivegrid"},"responsivegrid_footer":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":[],":items":{},":type":"wcm/foundation/components/responsivegrid"},"experiencefragment-footer":{":type":"unchealth/components/core/experiencefragment",":itemsOrder":["root"],":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["responsivegrid"],":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":itemsOrder":["global_footer","gsight_survey"],":items":{"global_footer":{"id":"global-footer-818957c5c5","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":"-9f159a34dc","label":"News & Media","href":"https://news.unchealthcare.org/?_ga=2.176331429.1459326530.1662751404-1169189291.1662751404","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-9f159a34dc":{"@type":"nt:unstructured"}}},{"id":"-c9fc5ead6e","label":"Sitemap","href":"/sitemap","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-c9fc5ead6e":{"@type":"nt:unstructured"}}}],"topLinks":[{"id":"-3582123b5e","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-3582123b5e":{"@type":"nt:unstructured"}}},{"id":"-502dc75b9b","label":"Contact Us","href":"/contact-us","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-502dc75b9b":{"@type":"nt:unstructured"}}},{"id":"-4907e50d51","label":"Clinical Trials","href":"https://researchforme.unc.edu/index.php/en/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4907e50d51":{"@type":"nt:unstructured"}}},{"id":"-127361fa8b","label":"Sign In to My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-127361fa8b":{"@type":"nt:unstructured"}}}],"mainLinks":[{"title":"About US","links":[{"id":"-e84d335bae","label":"Who We Are","href":"/about-us/who-we-are","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-e84d335bae":{"@type":"nt:unstructured"}}},{"id":"-517a6413de","label":"Compliance Office","href":"/about-us/compliance-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-517a6413de":{"@type":"nt:unstructured"}}},{"id":"-d5ccfb8feb","label":"Privacy Office","href":"/about-us/privacy-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d5ccfb8feb":{"@type":"nt:unstructured"}}},{"id":"-d1440ddae9","label":"OHCA Members","href":"/about-us/ohca-members","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d1440ddae9":{"@type":"nt:unstructured"}}},{"id":"-efe1645204","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":{"-efe1645204":{"@type":"nt:unstructured"}}},{"id":"-c026f1efda","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":{"-c026f1efda":{"@type":"nt:unstructured"}}},{"id":"-73d4d27d25","label":"Financial Assistance","descriptiveText":"link to Financial Assistance page","href":"/records-insurance/financial-assistance-programs","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-73d4d27d25":{"@type":"nt:unstructured"}}},{"id":"-75fe47851d","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":{"-75fe47851d":{"@type":"nt:unstructured"}}},{"id":"-b1403eff9e","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":{"-b1403eff9e":{"@type":"nt:unstructured"}}}]},{"title":"Medical & Clinical Professionals","links":[{"id":"-e1f6417630","label":"Fellowship Program","href":"/for-medical-professionals/fellowship-program","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-e1f6417630":{"@type":"nt:unstructured"}}},{"id":"-13536d00fb","label":"House Staff Council","href":"/for-medical-professionals/house-staff-council","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-13536d00fb":{"@type":"nt:unstructured"}}},{"id":"-d3286b68a0","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":{"-d3286b68a0":{"@type":"nt:unstructured"}}}]},{"title":"For UNC Health Employees","links":[{"id":"-5ebd5a4a8c","label":"Well-being Program","href":"/for-unch-health-professionals/well-being-for-unc-health-teammates","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-5ebd5a4a8c":{"@type":"nt:unstructured"}}},{"id":"-2103002e94","label":"Epic@UNC Training ","href":"/for-unch-health-professionals/epic-training","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-2103002e94":{"@type":"nt:unstructured"}}},{"id":"-9da7927fa2","label":"Working Forward","href":"/for-unch-health-professionals/working-forward","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-9da7927fa2":{"@type":"nt:unstructured"}}}]},{"title":"Supporting Our Community","links":[{"id":"-35e7412c61","label":"Giving","href":"https://unchealthfoundation.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-35e7412c61":{"@type":"nt:unstructured"}}},{"id":"-3f4b7ddc10","label":"Caring for Our Communities","href":"/supporting-our-community/caring-for-our-communities","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-3f4b7ddc10":{"@type":"nt:unstructured"}}}]}],"utilityLinks":[{"id":"-1ca30550d3","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":{"-1ca30550d3":{"@type":"nt:unstructured"}}},{"id":"-b8d119a8bf","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":{"-b8d119a8bf":{"@type":"nt:unstructured"}}},{"id":"-7239db179c","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":{"-7239db179c":{"@type":"nt:unstructured"}}},{"id":"-425ca0231d","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":{"-425ca0231d":{"@type":"nt:unstructured"}}},{"id":"-0ef312553c","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":{"-0ef312553c":{"@type":"nt:unstructured"}}},{"id":"-2c0a413d01","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":{"-2c0a413d01":{"@type":"nt:unstructured"}}}],"utilityLinksSpanish":[{"id":"-a2bfed0d86","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":{"-a2bfed0d86":{"@type":"nt:unstructured"}}},{"id":"-136f53b639","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":{"-136f53b639":{"@type":"nt:unstructured"}}},{"id":"-d017225003","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":{"-d017225003":{"@type":"nt:unstructured"}}}],"disclaimerLinks":[{"id":"-e80a1ed477","label":"Accessibility","href":"/about-us/accessibility-at-unc-health/language-accessibility-services/website-accessibility-statement","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-e80a1ed477":{"@type":"nt:unstructured"}}}],"copyright":"©2026 UNC Health. \r\nAll rights reserved.",":type":"unchealth/components/content/global-footer","dataLayer":{"global-footer-818957c5c5":{"@type":"unchealth/components/content/global-footer","repo:modifyDate":"2025-12-05T20:10:26Z"}}},"gsight_survey":{"id":"gsight-survey-453848e16e","samplingPercentage":50,"popupDelayInSeconds":50,"hideGSightSurvey":true,"clientId":"d790eed4-ab64-eb11-8272-12cf99399697",":type":"unchealth/components/content/gsight-survey","dataLayer":{"gsight-survey-453848e16e":{"@type":"unchealth/components/content/gsight-survey","repo:modifyDate":"2023-07-06T20:52:16Z"}}}},":type":"wcm/foundation/components/responsivegrid"}},":type":"wcm/foundation/components/responsivegrid"}}}},":type":"wcm/foundation/components/responsivegrid"}},":hierarchyType":"page",":path":"/content/unchealth/us/en/care-services/doctors/y/amro-a-yassin-awad-md","dataLayer":{"page-c6833c2763":{"@type":"unchealth/components/core/page","repo:modifyDate":"2025-12-16T01:36:07Z"}}}