{"id":"page-67eb5e1df3","pageData":{"provider":{"affiliation":["UNC Health Medical Group"],"commentCount":26,"id":"002323132232","name":{"first":"Ryan","middle":"P.","last":"Murray"},"averageRating":4.9,"specializations":["Family Medicine","Primary Care"],"credentials":["MD","MS"],"gender":"Male","providerType":["Clinician"],"languages":["English"],"acceptingNewPatients":false,"onlineScheduling":false,"providerStatus":"UNC Health Provider","ratingCount":226,"locationCount":1}},"templateName":"t11-provider-profile","contentLanguage":"en","cssClassNames":"page basicpage","hideGSightSurvey":true,"metaDescription":"Ryan P. Murray, MD, MS is affiliated with UNC Health and specializes in Family Medicine in Garner, 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\":\"Ryan P. Murray, MD, MS\",\"url\":\"https://www.unchealth.org/care-services/doctors/m/ryan-p-murray-md-ms\",\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"PrimaryCare\"}],\"hasCredential\":[{\"@type\":\"EducationalOccupationalCredential\",\"name\":\"MD\"},{\"@type\":\"EducationalOccupationalCredential\",\"name\":\"MS\"}],\"workLocation\":[{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"Garner Family Practice\",\"url\":\"https://www.unchealth.org/care-services/locations/garner-family-practice\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"801 Poole Drive\",\"addressLocality\":\"Garner\",\"addressRegion\":\"NC\",\"postalCode\":\"27529\",\"addressCountry\":\"US\"},\"telephone\":\"+19197791440\",\"description\":null,\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"PrimaryCare\"}],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.6949°\",\"longitude\":\"-78.6149°\"},\"openingHours\":[\"Mo 07:30-16:30\",\"Tu 07:30-16:30\",\"We 07:30-16:30\",\"Th 07:30-16:30\",\"Fr 07:30-16:30\"],\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg\"}],\"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","pagePath":"/care-services/doctors/m/ryan-p-murray-md-ms.model.json","thumbnail":"https://www.unchealth.org/etc.clientlibs/unchealth/clientlibs/clientlib-react/resources/logo1200x630.png","description":"Ryan P. Murray, MD, MS is affiliated with UNC Health and specializes in Family Medicine in Garner, NC.","contentType":"provider","url":"https://www.unchealth.org/care-services/doctors/m/ryan-p-murray-md-ms","title":"Ryan P. Murray","tags":[],"schema":["{\"@context\":\"https://schema.org/\",\"@type\":\"Physician\",\"name\":\"Ryan P. Murray, MD, MS\",\"url\":\"https://www.unchealth.org/care-services/doctors/m/ryan-p-murray-md-ms\",\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"PrimaryCare\"}],\"hasCredential\":[{\"@type\":\"EducationalOccupationalCredential\",\"name\":\"MD\"},{\"@type\":\"EducationalOccupationalCredential\",\"name\":\"MS\"}],\"workLocation\":[{\"@context\":\"https://schema.org/\",\"@type\":\"MedicalClinic\",\"name\":\"Garner Family Practice\",\"url\":\"https://www.unchealth.org/care-services/locations/garner-family-practice\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"801 Poole Drive\",\"addressLocality\":\"Garner\",\"addressRegion\":\"NC\",\"postalCode\":\"27529\",\"addressCountry\":\"US\"},\"telephone\":\"+19197791440\",\"description\":null,\"medicalSpecialty\":[{\"@type\":\"MedicalSpecialty\",\"name\":\"PrimaryCare\"}],\"sameAs\":[],\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":\"35.6949°\",\"longitude\":\"-78.6149°\"},\"openingHours\":[\"Mo 07:30-16:30\",\"Tu 07:30-16:30\",\"We 07:30-16:30\",\"Th 07:30-16:30\",\"Fr 07:30-16:30\"],\"image\":\"https://www.unchealth.org/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg\"}],\"affiliation\":{\"@type\":\"MedicalOrganization\",\"name\":\"UNC Health\",\"url\":\"https://www.unchealth.org\"}}"],"language":"en",":items":{"root":{":items":{"experiencefragment-header":{":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"global_alerts":{"id":"global-alerts-f62eead9bd","i18n":{"globalAlertsGeneralLabel":"General Alerts","globalAlertsPriorityLabel":"Priority Alerts"},":type":"unchealth/components/content/global-alerts","dataLayer":{"global-alerts-f62eead9bd":{"@type":"unchealth/components/content/global-alerts","repo:modifyDate":"2026-02-16T17:18:37Z"}}},"global_header":{"id":"global-header-74c411e46b","logoLink":"/home","myChartCta":{"id":"global-header-74c411e46b","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-74c411e46b":{"@type":"unchealth/components/content/global-header","repo:modifyDate":"2025-04-28T19:39:38Z"}}},"primaryNavItems":[{"link":"/care-services","featureCard":{":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-ad5ace49d6","image":{"id":"nav-feauture-card-ad5ace49d6","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-ad5ace49d6":{"@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-ad5ace49d6","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-ad5ace49d6":{"@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-ad5ace49d6":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:10:11Z"}}}},":itemsOrder":["nav_feauture_card_co"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["responsivegrid"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":type":"nt:unstructured"},"title":"Care & Services","items":[{"title":"Ways to Schedule Care","link":"/care-services/ways-to-schedule-care","target":null},{"title":"Areas of Care","link":"/care-services/areas-of-care","target":null},{"title":"Find a Doctor","link":"/care-services/doctors","target":null},{"title":"Locations","link":"/care-services/locations","target":null},{"title":"Urgent Care","link":"/care-services/urgent-care","target":"_self"},{"title":"Emergency & Trauma","link":"/care-services/emergency-trauma","target":null},{"title":"Virtual Care","link":"/care-services/virtual-care","target":null}]},{"link":"/living-well","featureCard":{":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-38a7b4b054","image":{"id":"nav-feauture-card-38a7b4b054","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-38a7b4b054":{"@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-38a7b4b054","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-38a7b4b054":{"@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-38a7b4b054":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:35:17Z"}}}},":itemsOrder":["nav_feauture_card_co"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["responsivegrid"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":type":"nt:unstructured"},"title":"Living Well","items":[{"title":"Nutrition & Recipes","link":"/living-well/nutrition-recipes","target":null},{"title":"Health Talk","link":"/living-well/health-talk","target":null},{"title":"Spiritual Care","link":"/living-well/spiritual-care","target":null},{"title":"Wellness & Rehabilitation Centers ","link":"/living-well/wellness-rehabilitation-centers","target":null},{"title":"Classes & Events","link":"/living-well/classes-events","target":null}]},{"link":"/records-insurance","featureCard":{":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"nav_feauture_card_co":{"id":"nav-feauture-card-c360ca5d67","image":{"id":"nav-feauture-card-c360ca5d67","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-c360ca5d67":{"@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-c360ca5d67","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-c360ca5d67":{"@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-c360ca5d67":{"@type":"unchealth/components/content/nav-feauture-card","repo:modifyDate":"2023-07-05T19:41:04Z"}}}},":itemsOrder":["nav_feauture_card_co"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["responsivegrid"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":type":"nt:unstructured"},"title":"Records & Insurance","items":[{"title":"Pay My Bill","link":"/records-insurance/pay-my-bill","target":"_self"},{"title":"Insurance","link":"/records-insurance/insurance","target":"_self"},{"title":"Billing & Insurance Terminology","link":"/records-insurance/billing-insurance-terminology","target":"_self"},{"title":"Standard Charges","link":"/records-insurance/standard-charges","target":"_self"},{"title":"Price Estimates Help","link":"/records-insurance/price-estimates","target":"_self"},{"title":"Financial Assistance Program","link":"/records-insurance/financial-assistance-programs","target":"_self"},{"title":"My UNC Chart Features","link":"/records-insurance/my-unc-chart","target":null},{"title":"Medical Records","link":"/records-insurance/medical-records","target":null},{"title":"Advance Care Planning","link":"/records-insurance/advance-care-planning","target":null},{"title":"NC Medicaid","link":"/records-insurance/nc-medicaid","target":null},{"title":"Financial Planning for Pregnancy & Birth Care | UNC Health","link":"/records-insurance/financial-planning-for-pregnancy-birth-care","target":null}]}],"quickLinks":[{"id":"-33d391c2cf","label":"How to Schedule Care","href":"/care-services/ways-to-schedule-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-33d391c2cf":{"@type":"nt:unstructured"}}},{"id":"-0014af7d9c","label":"Pay My Bill","href":"/records-insurance/pay-my-bill","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-0014af7d9c":{"@type":"nt:unstructured"}}},{"id":"-e85b75a593","label":"Urgent & Emergency Care","href":"/care-services/urgent-care","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-e85b75a593":{"@type":"nt:unstructured"}}},{"id":"-3d7ce5691f","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-3d7ce5691f":{"@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":"-f2c04555ff","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-f2c04555ff":{"@type":"nt:unstructured"}}}},{"iconName":{"name":"profile","title":"Profile"},"cta":{"id":"-d6b1c84de5","label":"My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d6b1c84de5":{"@type":"nt:unstructured"}}}}],"searchUrl":"/search","locationSearchUrl":"/care-services/locations","shareHeadline":"Share your location with us","shareCopy":"We can provide a more personalized experience for you when you share your location. We will use your location to give you the most relevant and helpful information possible, like UNC Health centers close to home, nearby search results, estimated travel distances, and more. Your location will be displayed on the upper right-hand corner of your screen and can be updated at any time.","updateCopy":"We will use your location to give you the most relevant and helpful information possible, like UNC Health centers close to home, healthcare professionals nearby, estimated travel distances, and more. Your location can be updated at any time.","errorHeadline":"Sorry, we can't seem to find you.","errorCopy":"We were not able to geolocate your device, to continue using our location based functionality please manually input your general location.","shareButton":"Share my location","experienceKey":"unch-aem-site-search","v":"20221201","endpoint":"https://liveapi.yext.com/v2/accounts/me/search/autocomplete","locale":"en","apiKey":"fcb2c208969a29f6bc66c93d5737793e",":type":"unchealth/components/content/global-header","dataLayer":{"global-header-74c411e46b":{"@type":"unchealth/components/content/global-header","repo:modifyDate":"2025-04-28T19:39:38Z"}}}},":itemsOrder":["global_alerts","global_header"],":type":"wcm/foundation/components/responsivegrid"},"logo":{":type":"nt:folder"}},":itemsOrder":["responsivegrid","logo"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":type":"unchealth/components/core/experiencefragment"},"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":"P.","lastName":"Murray","specializations":["Family Medicine","Primary Care"],"mainPhone":"+19197791440","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","mainLocation":{"id":"124","name":["Garner Family Practice"],"locationType":["CLINIC"],"address":{"city":"Garner","line1":"801 Poole Drive","line2":null,"postalCode":"27529","region":"NC","countryCode":"US"},"mainPhone":["+19197791440"],"faxNumber":["+19196620613"]},"specialty":["Family Medicine","Primary Care"],"provider":{"acceptingNewPatients":false,"appointments":[],"averageRating":4.9,"commentCount":0,"credentials":["MD","MS"],"entityId":"002323132232","insurances":[{"title":"Aetna","list":["North Carolina State Health Plan","Aetna Plans (except for Duke Basic Group Health Plan, Duke Select Group Health Plan, and Connected NC HMO)","Aetna Medicare Advantage Plans (except for Prime HMO)","Aetna Premier Care Network Plus (APCN+) (Tier 2)","Aetna Whole Health (Tier 2)"]},{"title":"Alignment Health Plan","list":["Alignment Health Plan Medicare Advantage"]},{"title":"AmeriHealth Caritas","list":["AmeriHealth Caritas North Carolina Medicaid"]},{"title":"Atlantic Packaging Corporation","list":["Atlantic Packaging Corporation"]},{"title":"BlueCross BlueShield of North Carolina (BCBSNC)","list":["BCBSNC Group Health Plans (except for Blue High Performance Network (BlueHPN))","BCBSNC Blue Home with UNC Health Alliance (Blue Home with Novant Health is out of network)","BCBSNC Medicare Advantage (except for Experience Health)","Healthy Blue Medicaid"]},{"title":"Carolina Complete Health","list":["Carolina Complete Health Medicaid (Centene)"]},{"title":"Cigna Healthcare","list":["Cigna Group Health Plans"]},{"title":"Civilian Health and Medical Program of the Department of Veterans Affairs (CHAMPVA)","list":["CHAMPVA"]},{"title":"Contigo Health","list":["Contigo Health Plan (WakeMed employees only) (out-of-network beginning January 1, 2026)"]},{"title":"FirstCarolinaCare Insurance Company","list":["FirstCarolinaCare FirstMedicare Direct","FirstCarolinaCare Insurance Company Group Health Plans"]},{"title":"Humana","list":["North Carolina State Employee Health Benefit Plan (Medicare Advantage for retirees) (while this plan will be considered out-of-network for UNC Health beginning January 1, 2026, members can continue to see UNC Health providers and facilities with no increase in out-of-pocket cost)"]},{"title":"Liberty Medicare Advantage","list":["Liberty Advantage Medicare Advantage"]},{"title":"Longevity Health","list":["Longevity Health Plan I-SNP"]},{"title":"MedCost","list":["MedCost PPO"]},{"title":"Meritain Health","list":["Meritain Health, an Aetna Company"]},{"title":"UnitedHealthcare","list":["UnitedHealthcare Group Health Plans","UnitedHealthcare Medicare Advantage","UnitedHealthcare Individual and Exchange (IEX) Plans","UnitedHealthcare Community Plan Medicaid"]},{"title":"Veterans Affairs Community Care Network","list":["Veterans Affairs Community Care Network"]},{"title":"Wellcare","list":["WellCare of North Carolina Medicaid"]}],"languages":["English"],"mainPhone":"+19197791440","name":{"first":"Ryan","middle":"P.","last":"Murray"},"nextAvailableAppt":"","onlineScheduling":false,"profileImage":{"id":"provider-banner-5133059a83","altText":"","defaultImgSrc":"https://a.mktgcdn.com/p/3Jftm2g3tafM9iLNpy4kqkczAVl6ULcW3sXGpiXc-34/2496x3120.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":226,"referenceExists":true,"relatedLocationsCount":1,"specialties":["Family Medicine","Primary Care"],"status":"UNC Health Provider","transparencyEnrolled":true,"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":1,"mainPhone":"+19197791440","zipCode":"27529","providerStatus":"UNC Health 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=35.6544684,-78.5887951&locale=en","disablePAN":true,"specialties":["Family Medicine","Primary Care"],"entityId":["002323132232"],"firstName":"Ryan","middleName":"P.","lastName":"Murray","asadSource":"widget"},"expertise":{"subspecialties":[],"proceduresResearch":[],"specialInterests":["Full-spectrum family medicine, office-based procedures, dermatologic/sports medicine injections, acute/complex chronic care"]},"locations":{"locationCards":[{"name":"Garner Family Practice","address":{"city":"Garner","line1":"801 Poole Drive","line2":null,"postalCode":"27529","region":"NC","countryCode":"US"},"mainPhone":"+19197791440","faxNumber":"+19196620613","hours":{"monday":{"closed":false,"hour":{"start":"07:30","end":"16:30"}},"tuesday":{"closed":false,"hour":{"start":"07:30","end":"16:30"}},"wednesday":{"closed":false,"hour":{"start":"07:30","end":"16:30"}},"thursday":{"closed":false,"hour":{"start":"07:30","end":"16:30"}},"friday":{"closed":false,"hour":{"start":"07:30","end":"16:30"}},"saturday":{"closed":true,"hour":null},"sunday":{"closed":true,"hour":null}},"displayCoordinate":{"latitude":"35.6949092","longitude":"-78.6149985"},"image":{"altText":null,"caption":null,"elementId":null,"defaultImgSrc":"/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg","mobileImgSrc":null,"defaultAspectRatio":null,"mobileAspectRatio":null,"href":null,"target":null,"mobileImgSrcSet":[],"mobileWebPSrcSet":[],"defaultWebPSrcSet":["/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-480.webp","/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-640.webp","/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-800.webp","/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-1180.webp","/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-1440.webp","/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-2400.webp"],"defaultImgSrcSet":["/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-480.jpeg","/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-640.jpeg","/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-800.jpeg","/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-1180.jpeg","/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-1440.jpeg","/content/dam/unchealth/images/locations/Garner_Family_Practice.jpg/jcr:content/renditions/cqdam.web-2400.jpeg"],"height":3283,"width":6000,"srcTitle":"801 Poole Drive Garner"},"detailPage":"/care-services/locations/garner-family-practice","entityId":"124","contentType":null,"subtitle":"","departments":null,"googleMapsDirectionLink":"","locationType":"CLINIC","hideWaitTime":true}]},"education":{"attributes":[{"label":"Medical School","value":"East Carolina University, 2005-2009"},{"label":"Residency","value":"Wake Forest University, 2009-2012\nArea: Family Medicine"},{"label":"Master of Science","value":"East Carolina University, 2003-2005\nArea: Biology"},{"label":"Bachelor of Science","value":"Furman University, 1994-1999\nArea: Neuroscience"},{"label":"CERTIFICATIONS","value":"Family Medicine, Board Eligible\n"}]},"about":{"videos":[],"description":"I chose to become a physician after participating in a foreign medical mission trip, where I was inspired to serve, educate, and care for people both at home and abroad through primary care medicine. I am passionate about providing education and support to empower patients to take an active role in improving their personal health. I practice the full spectrum of family medicine. Outside of work, I enjoy cycling, running, hiking, camping with my family, and reading.","attributes":[{"label":"UNC HEALTH AFFILIATION","value":"UNC Health Medical Group"},{"label":"PROVIDER TYPE","value":"Clinician"},{"label":"GENDER","value":"Male"}]},"reviews":{"eyebrow":"RATINGS UNAVAILABLE","providerName":"Ryan P. Murray","averageRating":4.9,"ratingCount":226,"fiveStarRatings":174,"fourStarRatings":51,"threeStarRatings":1,"twoStarRatings":0,"oneStarRatings":0,"totalReviewCount":26,"reviews":[{"id":1594194975,"rating":5.0,"date":"Feb, 2026","review":"Dr Murray was and remains the best."},{"id":1593926459,"rating":5.0,"date":"Feb, 2026","review":"Love Dr Murray"},{"id":1593547723,"rating":5.0,"date":"Feb, 2026","review":"Dr. Murray is a true asset to the practice.  He listens and cares.  He explains things to me like I was his only patient.  I did not feel \"herded through\" at all."},{"id":1593502832,"rating":5.0,"date":"Feb, 2026","review":"Dr Murray was kind, really listened to my concerns and helped make me feel at ease."},{"id":1593503388,"rating":5.0,"date":"Feb, 2026","review":"This was my first time seeing Dr. Ryan so I was a little apprehensive.  I had been with Dr. Spivey about 35 years.  My fears were gone as soon as he walked in the room.  He was friendly, gave me his background and addressed all questions.  Never made me feel that he was rushed.  Great addition to the practice!"},{"id":1593419048,"rating":5.0,"date":"Feb, 2026","review":"The doctor was very efficient and answered any questions I had. I felt well taken care of."},{"id":1592954394,"rating":5.0,"date":"Feb, 2026","review":"Nice to Meet Dr. Murray!"},{"id":1592677983,"rating":5.0,"date":"Feb, 2026","review":"Dr Murray is the best!"},{"id":1592494643,"rating":5.0,"date":"Feb, 2026","review":"First time meeting Dr Murray and he was great!  Spent time listening and advising me on my health concerns!  He is an awesome addition to the GFP practice!"},{"id":1592145951,"rating":5.0,"date":"Feb, 2026","review":"This was the first visit with this doctor. I left with a feeling that he really listened and cared"},{"id":1591947951,"rating":4.83,"date":"Feb, 2026","review":"First opportunity to have this doctor's care.  Really appreciate the time and care he took to explain everything in detail and empathy to each topic we discussed.  Helpful suggestions and effective treatment options were discussed in detail.  Extremely knowledgeable and well spoken as well."},{"id":1591871698,"rating":4.83,"date":"Feb, 2026","review":"Dr. Ryan Murray is an outstanding provider. UNC is very fortunate to have him on your staff of doctors."},{"id":1591872859,"rating":4.83,"date":"Feb, 2026","review":"Doctor was very caring and informative. Took time to listen to my concerns."},{"id":1591783370,"rating":5.0,"date":"Feb, 2026","review":"Good listener and good communicater"},{"id":1591615587,"rating":5.0,"date":"Feb, 2026","review":"Dr. Murray was very kind; he listened to my concerns and took the time to explain the blood draw process and the next steps for the visit."},{"id":1591546268,"rating":5.0,"date":"Feb, 2026","review":"Dr. Murray was very knowledgable, took time to understand and inform me regarding care."},{"id":1591324320,"rating":4.5,"date":"Jan, 2026","review":"First time with Dr. Murray. He was very attentive and listened well. I had been sitting in the lobby thinking I would switch practices but I liked him."},{"id":1591326008,"rating":5.0,"date":"Jan, 2026","review":"Dr Ryan Murray has been my doctor for many many years and has always been the very best in his knowledge and care me."},{"id":1591326105,"rating":5.0,"date":"Jan, 2026","review":"This was my first time seeing Dr Ryan Murray as he took over from Dr David Spivey. I was very impressed with him. He seemed very interested and listened to my concerns. He seemed genuine and gave me good advice."},{"id":1591241935,"rating":5.0,"date":"Jan, 2026","review":"First time seeing Dr. Murray. Very impressed with with him."},{"id":1590621713,"rating":4.83,"date":"Jan, 2026","review":"Dr. Murray was friendly and showed concern and encouragement regarding my health.  Very professional and knowledgeable"},{"id":1590416270,"rating":5.0,"date":"Jan, 2026","review":"Dr.  Murray is always a great listener."},{"id":1590338555,"rating":5.0,"date":"Jan, 2026","review":"Definitely would recommend!"},{"id":1590333000,"rating":5.0,"date":"Jan, 2026","review":"First time seeing Dr. Murray,   He was really great and nice"},{"id":1589896203,"rating":5.0,"date":"Jan, 2026","review":"Dr. Murray is an excellent doctor. He advises and recommends but leaves the decision to the patient,"},{"id":1589495243,"rating":4.83,"date":"Jan, 2026","review":"Excellent conversation with Doctor Murray"}],"transparencyEnrolled":true,"surveyUrl":"/about-us/learn-about-our-survey","questionRatings":[{"name":"Likelihood of recommending this provider","value":4.9,"responseCount":225},{"name":"Provider discussed treatment options","value":4.9,"responseCount":224},{"name":"Provider explained things clearly","value":4.9,"responseCount":226},{"name":"Provider showed concern","value":4.9,"responseCount":226},{"name":"Provider included you in decisions","value":4.9,"responseCount":225},{"name":"Wait time at clinic","value":4.8,"responseCount":221}]},"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,":items":{},":itemsOrder":[],":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":{},":itemsOrder":[],":type":"wcm/foundation/components/responsivegrid"},"experiencefragment-footer":{":items":{"root":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"responsivegrid":{"gridClassNames":"aem-Grid aem-Grid--12 aem-Grid--default--12","columnCount":12,":items":{"global_footer":{"id":"global-footer-ca8e1847e5","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":"-f063f2e5fa","label":"News & Media","href":"https://news.unchealthcare.org/?_ga=2.176331429.1459326530.1662751404-1169189291.1662751404","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-f063f2e5fa":{"@type":"nt:unstructured"}}},{"id":"-bb9dc4f907","label":"Sitemap","href":"/sitemap","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-bb9dc4f907":{"@type":"nt:unstructured"}}}],"topLinks":[{"id":"-178ef5ea3d","label":"Careers","href":"https://jobs.unchealthcare.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-178ef5ea3d":{"@type":"nt:unstructured"}}},{"id":"-652494d1d3","label":"Contact Us","href":"/contact-us","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-652494d1d3":{"@type":"nt:unstructured"}}},{"id":"-fc2cc74c7e","label":"Clinical Trials","href":"https://researchforme.unc.edu/index.php/en/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-fc2cc74c7e":{"@type":"nt:unstructured"}}},{"id":"-8dbf34b31a","label":"Sign In to My UNC Chart","href":"https://www.myuncchart.org/mychart/Authentication/Login?","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-8dbf34b31a":{"@type":"nt:unstructured"}}}],"mainLinks":[{"title":"About US","links":[{"id":"-d94beffdd3","label":"Who We Are","href":"/about-us/who-we-are","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-d94beffdd3":{"@type":"nt:unstructured"}}},{"id":"-4fd2358ef5","label":"Compliance Office","href":"/about-us/compliance-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4fd2358ef5":{"@type":"nt:unstructured"}}},{"id":"-4548bb3a60","label":"Privacy Office","href":"/about-us/privacy-office","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4548bb3a60":{"@type":"nt:unstructured"}}},{"id":"-49dedbfaad","label":"OHCA Members","href":"/about-us/ohca-members","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-49dedbfaad":{"@type":"nt:unstructured"}}},{"id":"-010c26e796","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":{"-010c26e796":{"@type":"nt:unstructured"}}},{"id":"-7b02172b6a","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":{"-7b02172b6a":{"@type":"nt:unstructured"}}},{"id":"-c6a14ba2d3","label":"Financial Assistance","descriptiveText":"link to Financial Assistance page","href":"/records-insurance/financial-assistance-programs","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-c6a14ba2d3":{"@type":"nt:unstructured"}}},{"id":"-43c471c337","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":{"-43c471c337":{"@type":"nt:unstructured"}}},{"id":"-77f024475c","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":{"-77f024475c":{"@type":"nt:unstructured"}}}]},{"title":"Medical & Clinical Professionals","links":[{"id":"-32d21432d5","label":"Fellowship Program","href":"/for-medical-professionals/fellowship-program","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-32d21432d5":{"@type":"nt:unstructured"}}},{"id":"-2a53fc4609","label":"House Staff Council","href":"/for-medical-professionals/house-staff-council","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-2a53fc4609":{"@type":"nt:unstructured"}}},{"id":"-6bec855c81","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":{"-6bec855c81":{"@type":"nt:unstructured"}}}]},{"title":"For UNC Health Employees","links":[{"id":"-c5794d0403","label":"Well-being Program","href":"/for-unch-health-professionals/well-being-for-unc-health-teammates","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-c5794d0403":{"@type":"nt:unstructured"}}},{"id":"-973ceab0aa","label":"Epic@UNC Training ","href":"/for-unch-health-professionals/epic-training","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-973ceab0aa":{"@type":"nt:unstructured"}}},{"id":"-25a5487f32","label":"Working Forward","href":"/for-unch-health-professionals/working-forward","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-25a5487f32":{"@type":"nt:unstructured"}}}]},{"title":"Supporting Our Community","links":[{"id":"-3c21cb5596","label":"Giving","href":"https://unchealthfoundation.org/","target":"_blank","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-3c21cb5596":{"@type":"nt:unstructured"}}},{"id":"-4a8e1b2dc4","label":"Caring for Our Communities","href":"/supporting-our-community/caring-for-our-communities","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-4a8e1b2dc4":{"@type":"nt:unstructured"}}}]}],"utilityLinks":[{"id":"-e44d0d9e4f","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":{"-e44d0d9e4f":{"@type":"nt:unstructured"}}},{"id":"-e2939998b1","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":{"-e2939998b1":{"@type":"nt:unstructured"}}},{"id":"-e12e844fa7","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":{"-e12e844fa7":{"@type":"nt:unstructured"}}},{"id":"-bf3dc85fb1","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":{"-bf3dc85fb1":{"@type":"nt:unstructured"}}},{"id":"-f9e057573b","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":{"-f9e057573b":{"@type":"nt:unstructured"}}},{"id":"-88ddff14d2","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":{"-88ddff14d2":{"@type":"nt:unstructured"}}}],"utilityLinksSpanish":[{"id":"-c0c2437154","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":{"-c0c2437154":{"@type":"nt:unstructured"}}},{"id":"-20161a5ea9","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":{"-20161a5ea9":{"@type":"nt:unstructured"}}},{"id":"-9eeb2766fd","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":{"-9eeb2766fd":{"@type":"nt:unstructured"}}}],"disclaimerLinks":[{"id":"-da39d79bbf","label":"Accessibility","href":"/about-us/accessibility-at-unc-health/language-accessibility-services/website-accessibility-statement","target":"_self","disableCsr":false,":type":"nt:unstructured","dataLayer":{"-da39d79bbf":{"@type":"nt:unstructured"}}}],"copyright":"©2026 UNC Health. \r\nAll rights reserved.",":type":"unchealth/components/content/global-footer","dataLayer":{"global-footer-ca8e1847e5":{"@type":"unchealth/components/content/global-footer","repo:modifyDate":"2025-12-05T20:10:26Z"}}},"gsight_survey":{"id":"gsight-survey-57e76df8a6","samplingPercentage":50,"popupDelayInSeconds":50,"hideGSightSurvey":true,"clientId":"d790eed4-ab64-eb11-8272-12cf99399697",":type":"unchealth/components/content/gsight-survey","dataLayer":{"gsight-survey-57e76df8a6":{"@type":"unchealth/components/content/gsight-survey","repo:modifyDate":"2023-07-06T20:52:16Z"}}}},":itemsOrder":["global_footer","gsight_survey"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["responsivegrid"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":type":"unchealth/components/core/experiencefragment"}},":itemsOrder":["experiencefragment-header","provider-banner","provider_details","responsivegrid_header","responsivegrid","responsivegrid_footer","experiencefragment-footer"],":type":"wcm/foundation/components/responsivegrid"}},":itemsOrder":["root"],":hierarchyType":"page",":path":"/content/unchealth/us/en/care-services/doctors/m/ryan-p-murray-md-ms",":type":"unchealth/components/core/page","dataLayer":{"page-67eb5e1df3":{"@type":"unchealth/components/core/page","repo:modifyDate":"2026-05-09T01:10:15Z"}}}