{"id":288,"date":"2026-02-28T16:42:14","date_gmt":"2026-02-28T16:42:14","guid":{"rendered":"https:\/\/qualicare.com\/kamloops-bc\/?page_id=288"},"modified":"2026-02-28T16:45:58","modified_gmt":"2026-02-28T16:45:58","slug":"kamloops-bc","status":"publish","type":"page","link":"https:\/\/qualicare.com\/kamloops-bc\/areas-we-serve\/kamloops-bc\/","title":{"rendered":"Kamloops"},"content":{"rendered":"\n<h1 class=\"wp-block-heading has-x-large-font-size\">Home Care and Senior Assistance for Every Need in Kamloops, BC<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\" style=\"font-size:30px\">Personalized home care in Kamloops, BC, built around your family\u2019s <br>needs and care plan.<\/h2>\n\n\n\n<!-- Google Rating Box (dynamic: pulls rating from ANY Elfsight Google Reviews widget on the page) -->\r\n<div class=\"qc-google-badge\" data-qc-google-badge>\r\n  <div class=\"qc-google-badge__inner\">\r\n    <div class=\"qc-google-badge__logo\" aria-hidden=\"true\">\r\n      <img loading=\"lazy\" decoding=\"async\"\r\n        src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/c1\/Google_%22G%22_logo.svg\"\r\n        alt=\"\"\r\n        width=\"40\"\r\n        height=\"40\"\r\n        style=\"display:block;\"\r\n      \/>\r\n    <\/div>\r\n\r\n    <div class=\"qc-google-badge__text\">\r\n      <div class=\"qc-google-badge__title\">Google Rating<\/div>\r\n      <div class=\"qc-google-badge__meta\">\r\n        <span class=\"qc-google-badge__rating\" data-qc-rating>\u2014<\/span>\r\n        <span class=\"qc-google-badge__stars\" aria-hidden=\"true\">\u2605\u2605\u2605\u2605\u2605<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Open Sans -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@600;700;800&#038;display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n.qc-google-badge{\r\n  display:none; \/* shown by JS once rating is found *\/\r\n  margin-bottom:18px;\r\n  font-family:\"Open Sans\", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;\r\n}\r\n\r\n\/* Bigger, content-width box *\/\r\n.qc-google-badge__inner{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:14px;\r\n  padding:18px 20px;\r\n  border-radius:16px;\r\n  background:#f0f8ff;\r\n  box-shadow:0 4px 15px rgba(0,0,0,.18);\r\n}\r\n\r\n.qc-google-badge__logo{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n}\r\n\r\n.qc-google-badge__logo img{\r\n  width:40px;\r\n  height:40px;\r\n}\r\n\r\n.qc-google-badge__text{\r\n  display:flex;\r\n  flex-direction:column;\r\n  gap:6px;\r\n}\r\n\r\n.qc-google-badge__title{\r\n  font-size:17px;\r\n  font-weight:600;\r\n  color:#111;\r\n}\r\n\r\n.qc-google-badge__meta{\r\n  display:flex;\r\n  align-items:center;\r\n  gap:8px;\r\n}\r\n\r\n.qc-google-badge__rating{\r\n  font-size:30px;\r\n  font-weight:800;\r\n  color:#111;\r\n  line-height:1;\r\n}\r\n\r\n.qc-google-badge__stars{\r\n  font-size:22px;\r\n  color:#FDB515;\r\n  letter-spacing:1px;\r\n}\r\n\r\n@media (max-width: 781px){\r\n  .qc-google-badge__inner{\r\n    padding:16px 18px;\r\n    gap:12px;\r\n  }\r\n  .qc-google-badge__rating{\r\n    font-size:28px;\r\n  }\r\n  .qc-google-badge__logo img{\r\n    width:36px;\r\n    height:36px;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function(){\r\n  const badge = document.querySelector(\"[data-qc-google-badge]\");\r\n  const out = badge ? badge.querySelector(\"[data-qc-rating]\") : null;\r\n  if (!badge || !out) return;\r\n\r\n  let done = false;\r\n  let cachedWidgets = [];\r\n\r\n  function extractRating(text){\r\n    const t = (text || \"\").replace(\/\\s+\/g, \" \").trim();\r\n    \/\/ 4.8, 5.0, or comma decimals 4,8\r\n    let m = t.match(\/(?:^|\\s)([4-5][\\.,]\\d)(?:\\s*\\\/\\s*5)?(?:\\s|$)\/);\r\n    if (m) return m[1].replace(\",\", \".\");\r\n    \/\/ fallback if widget shows \"5\" only\r\n    m = t.match(\/(?:^|\\s)(5)(?:\\s*\\\/\\s*5)?(?:\\s|$)\/);\r\n    return m ? \"5.0\" : \"\";\r\n  }\r\n\r\n  function refreshWidgetCache(){\r\n    \/\/ Cache elfsight containers once in a while (cheap)\r\n    cachedWidgets = Array.from(document.querySelectorAll('div[class*=\"elfsight-app-\"]'));\r\n  }\r\n\r\n  function tryUpdate(){\r\n    if (done) return true;\r\n    if (!cachedWidgets.length) refreshWidgetCache();\r\n    if (!cachedWidgets.length) return false;\r\n\r\n    for (const w of cachedWidgets) {\r\n      \/\/ If iframe is used, we can't read inside it\r\n      if (w.querySelector(\"iframe\")) continue;\r\n\r\n      const rating = extractRating(w.innerText);\r\n      if (rating) {\r\n        out.textContent = rating;\r\n        badge.style.display = \"block\";\r\n        done = true;\r\n        return true;\r\n      }\r\n    }\r\n    return false;\r\n  }\r\n\r\n  \/\/ Throttled checker (runs at most every 750ms)\r\n  let timer = null;\r\n  function scheduleCheck(){\r\n    if (done) return;\r\n    if (timer) return;\r\n    timer = setTimeout(() => {\r\n      timer = null;\r\n      \/\/ Re-cache occasionally because widgets load async\r\n      refreshWidgetCache();\r\n      if (tryUpdate()) cleanup();\r\n    }, 750);\r\n  }\r\n\r\n  function cleanup(){\r\n    done = true;\r\n    if (timer) { clearTimeout(timer); timer = null; }\r\n    if (observer) observer.disconnect();\r\n    window.removeEventListener(\"scroll\", scheduleCheck, { passive:true });\r\n    window.removeEventListener(\"resize\", scheduleCheck, { passive:true });\r\n  }\r\n\r\n  \/\/ Initial attempts (light)\r\n  refreshWidgetCache();\r\n  tryUpdate();\r\n  scheduleCheck();\r\n  setTimeout(scheduleCheck, 1200);\r\n  setTimeout(scheduleCheck, 2500);\r\n  setTimeout(scheduleCheck, 5000);\r\n\r\n  \/\/ Only observe for NEW Elfsight containers being added (not every text change)\r\n  const observer = new MutationObserver((mutations) => {\r\n    if (done) return;\r\n    for (const m of mutations) {\r\n      for (const n of m.addedNodes) {\r\n        if (n && n.nodeType === 1) {\r\n          \/\/ If an elfsight container appears, schedule a check\r\n          if (n.matches && n.matches('div[class*=\"elfsight-app-\"]')) {\r\n            scheduleCheck();\r\n            return;\r\n          }\r\n          if (n.querySelector && n.querySelector('div[class*=\"elfsight-app-\"]')) {\r\n            scheduleCheck();\r\n            return;\r\n          }\r\n        }\r\n      }\r\n    }\r\n  });\r\n\r\n  observer.observe(document.body, { childList:true, subtree:true }); \/\/ childList only (NOT characterData)\r\n\r\n  \/\/ Lazy widgets may not load until scroll \u2014 nudge checks lightly\r\n  window.addEventListener(\"scroll\", scheduleCheck, { passive:true });\r\n  window.addEventListener(\"resize\", scheduleCheck, { passive:true });\r\n})();\r\n<\/script>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-top\" style=\"grid-template-columns:40% auto\" id=\"geopage-opening\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"678\" src=\"https:\/\/qualicare.com\/kamloops-bc\/wp-content\/uploads\/sites\/57\/2026\/02\/Kamloops2-1024x678.jpg\" alt=\"\" class=\"wp-image-289 size-full\" srcset=\"https:\/\/qualicare.com\/kamloops-bc\/wp-content\/uploads\/sites\/57\/2026\/02\/Kamloops2-1024x678.jpg 1024w, https:\/\/qualicare.com\/kamloops-bc\/wp-content\/uploads\/sites\/57\/2026\/02\/Kamloops2-300x199.jpg 300w, https:\/\/qualicare.com\/kamloops-bc\/wp-content\/uploads\/sites\/57\/2026\/02\/Kamloops2-768x509.jpg 768w, https:\/\/qualicare.com\/kamloops-bc\/wp-content\/uploads\/sites\/57\/2026\/02\/Kamloops2.jpg 1258w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<div style=\"height:21px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>When an older loved one needs support, the decision about what comes next can feel uncertain. In Kamloops, BC, many families find themselves navigating these choices without a clear starting point. Qualicare Kamloops exists to meet you there, as a calm and steady presence that listens first and helps you move forward at your own pace.<\/p>\n\n\n\n<p>Care at home looks different for everyone. Some loved ones need help with daily tasks like meals and personal care. Others benefit most from companionship and consistency. Qualicare Kamloops works with families across Kamloops and surrounding areas to build care plans that match your loved one&#8217;s needs and values, and adapt as those needs change over time. The goal is always to support dignity, independence, and quality of life in the home they know.<\/p>\n\n\n\n<p>When families have guidance they can trust, the whole picture becomes clearer. That includes answers to your questions, coordination with your loved one&#8217;s healthcare, and someone who understands what it means to support aging in place. Families in Kamloops do not have to carry these decisions alone.<\/p>\n\n\n\n<div style=\"height:14px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<a href=\"#\"\r\n   class=\"qc-cta w-button\"\r\n   data-toggle=\"modal\"\r\n   data-target=\"#des_2020_talk_popup\">\r\n  Talk to a Care Expert Today\r\n<\/a>\r\n\r\n<style>\r\n\/* Base *\/\r\na.qc-cta,\r\na.qc-cta:link,\r\na.qc-cta:visited {\r\n  background-color: #D1DE82 !important; \/* Gold Mist *\/\r\n  color: #4A4A4A !important;\r\n  display: inline-block;\r\n  padding: 14px 22px;\r\n  border-radius: 8px;\r\n  font-size: 20px;\r\n  font-weight: 700;\r\n  text-decoration: none !important;\r\n  border: none !important;\r\n  cursor: pointer;\r\n  box-shadow: 0 6px 14px rgba(0,0,0,.15);\r\n  transition: transform .08s ease, box-shadow .2s ease, background-color .2s ease;\r\n}\r\n\r\n\/* Hover *\/\r\na.qc-cta:hover {\r\n  background-color: #B9C86B !important;\r\n  transform: translateY(-1px);\r\n  box-shadow: 0 10px 18px rgba(0,0,0,.20);\r\n}\r\n\r\n\/* Active *\/\r\na.qc-cta:active {\r\n  transform: translateY(0);\r\n  box-shadow: 0 6px 14px rgba(0,0,0,.15) !important;\r\n}\r\n\r\n\/* Kill ALL focus\/active borders & rings (Webflow fix) *\/\r\na.qc-cta:focus,\r\na.qc-cta:focus-visible,\r\na.qc-cta:active,\r\na.qc-cta.w-button:focus,\r\na.qc-cta.w-button:active {\r\n  outline: none !important;\r\n  border: none !important;\r\n  box-shadow: 0 6px 14px rgba(0,0,0,.15) !important;\r\n}\r\n<\/style>\n<\/div><\/div>\n\n\n\n<style>\r\n  \/* Desktop-only prep *\/\r\n  @media (min-width: 1024px) {\r\n    #geopage-opening {\r\n      position: relative;\r\n    }\r\n\r\n    #geopage-opening > .wp-block-media-text__media {\r\n      height: fit-content;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n(function () {\r\n  const SECTION_ID = \"geopage-opening\";\r\n  const STICKY_TOP = 24; \/\/ px from top of viewport\r\n  const DESKTOP_QUERY = window.matchMedia(\"(min-width: 1024px)\");\r\n\r\n  function clampSticky() {\r\n    \/\/ Bail completely on mobile\/tablet\r\n    if (!DESKTOP_QUERY.matches) {\r\n      resetStyles();\r\n      return;\r\n    }\r\n\r\n    const section = document.getElementById(SECTION_ID);\r\n    if (!section) return;\r\n\r\n    const media = section.querySelector(\":scope > .wp-block-media-text__media\");\r\n    if (!media) return;\r\n\r\n    \/\/ Reset before measuring\r\n    resetStyles(media);\r\n\r\n    const sectionRect = section.getBoundingClientRect();\r\n    const mediaRect = media.getBoundingClientRect();\r\n\r\n    const sectionTopAbs = window.scrollY + sectionRect.top;\r\n    const sectionBottomAbs = window.scrollY + sectionRect.bottom;\r\n    const mediaHeight = mediaRect.height;\r\n\r\n    const startStick = sectionTopAbs - STICKY_TOP;\r\n    const stopStick = sectionBottomAbs - STICKY_TOP - mediaHeight;\r\n    const currentY = window.scrollY;\r\n\r\n    const computedWidth = mediaRect.width;\r\n    const computedLeft = mediaRect.left;\r\n\r\n    if (currentY < startStick) {\r\n      media.style.position = \"relative\";\r\n    } else if (currentY >= startStick && currentY <= stopStick) {\r\n      media.style.position = \"fixed\";\r\n      media.style.top = STICKY_TOP + \"px\";\r\n      media.style.left = computedLeft + \"px\";\r\n      media.style.width = computedWidth + \"px\";\r\n      media.style.zIndex = \"2\";\r\n    } else {\r\n      media.style.position = \"absolute\";\r\n      media.style.top = (section.offsetHeight - mediaHeight) + \"px\";\r\n      media.style.left = \"0\";\r\n      media.style.width = computedWidth + \"px\";\r\n    }\r\n  }\r\n\r\n  function resetStyles(mediaEl) {\r\n    if (!mediaEl) return;\r\n    mediaEl.style.position = \"\";\r\n    mediaEl.style.top = \"\";\r\n    mediaEl.style.left = \"\";\r\n    mediaEl.style.width = \"\";\r\n    mediaEl.style.zIndex = \"\";\r\n  }\r\n\r\n  \/\/ Bind events\r\n  window.addEventListener(\"load\", clampSticky, { passive: true });\r\n  window.addEventListener(\"resize\", clampSticky, { passive: true });\r\n  window.addEventListener(\"scroll\", clampSticky, { passive: true });\r\n\r\n  \/\/ Re-run after layout settles\r\n  setTimeout(clampSticky, 300);\r\n  setTimeout(clampSticky, 900);\r\n})();\r\n<\/script>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div id=\"communities-we-support\" class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center\">Areas We Serve in Kamloops, BC<\/h2>\n\n\n\n<p class=\"has-text-align-center\">We serve these communities across the region:<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Neighbourhoods<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Aberdeen<\/li>\n\n\n\n<li>Batchelor Heights<\/li>\n\n\n\n<li>Brentwood<\/li>\n\n\n\n<li>Dufferin<\/li>\n\n\n\n<li>Gateway<\/li>\n\n\n\n<li>Kamloops North Shore<\/li>\n\n\n\n<li>Lakeview<\/li>\n\n\n\n<li>Lower Sahali<\/li>\n\n\n\n<li>Monte Lake<\/li>\n\n\n\n<li>Nashon Creek<\/li>\n\n\n\n<li>North Kamloops<\/li>\n\n\n\n<li>Pineview Valley<\/li>\n\n\n\n<li>Rayleigh<\/li>\n\n\n\n<li>Sahali<\/li>\n\n\n\n<li>South Kamloops<\/li>\n\n\n\n<li>Sun Rivers<\/li>\n\n\n\n<li>Thompson View<\/li>\n\n\n\n<li>Westsyde<\/li>\n<\/ul>\n\n\n\n<p>Our team works closely with families across Kamloops to ensure your loved one\u2019s needs are met with compassion and professionalism, helping you make informed decisions every step of the way.<\/p>\n\n\n\n<a href=\"#\"\r\n   class=\"qc-cta w-button\"\r\n   data-toggle=\"modal\"\r\n   data-target=\"#des_2020_talk_popup\">\r\n  Talk to a Care Expert Today\r\n<\/a>\r\n\r\n<style>\r\n.qc-cta,\r\n.qc-cta:link,\r\n.qc-cta:visited,\r\n.qc-cta:hover,\r\n.qc-cta:active,\r\n.qc-cta:focus {\r\n  background:#0A4F7C;\r\n  color:#fff !important;   \/* force white text *\/\r\n  display:inline-block;\r\n  padding:14px 22px;\r\n  border-radius:8px;\r\n  font-size:20px;\r\n  font-weight:700;\r\n  text-decoration:none;\r\n  border:none;\r\n  cursor:pointer;\r\n  box-shadow:0 6px 14px rgba(10,79,124,.20);\r\n  transition:transform .06s ease, box-shadow .2s ease, background .2s ease;\r\n}\r\n\r\n.qc-cta:hover {\r\n  transform:translateY(-1px);\r\n  box-shadow:0 10px 18px rgba(10,79,124,.25);\r\n  background:#094368;  \/* darker on hover *\/\r\n}\r\n\r\n.qc-cta:focus {\r\n  outline:2px solid #fff;\r\n  outline-offset:2px;\r\n}\r\n<\/style>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"map-container\">\n<iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d153593.83041869616!2d-120.46353622115465!3d50.74163880885312!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x537e2cd33d0d3b31%3A0xd23e96aa9a6945e7!2sKamloops%2C%20BC%2C%20Canada!5e1!3m2!1sen!2sph!4v1772296828472!5m2!1sen!2sph\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<style>\r\n  \/* Apply background color, rounded corners, and padding to the outer container *\/\r\n  #communities-we-support {\r\n      background-color: #f0f8ff; \/* Set background color *\/\r\n      border-radius: 15px; \/* Apply rounded corners *\/\r\n      padding: 20px; \/* Add padding to all sides *\/\r\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); \/* Darker background shadow *\/\r\n  }\r\n\r\n  \/* Target the parent container that holds both columns *\/\r\n  #communities-we-support .wp-block-columns {\r\n      display: flex; \/* Use flexbox to allow dynamic resizing *\/\r\n      gap: 20px; \/* Add space between columns *\/\r\n      justify-content: space-between;\r\n      width: 100%;\r\n      flex-wrap: wrap; \/* Ensure columns wrap on smaller screens *\/\r\n  }\r\n\r\n  \/* Ensure both columns have equal width and height *\/\r\n  #communities-we-support .wp-block-column {\r\n      flex: 1 1 48%; \/* Allow both columns to take up 48% of the space, leaving a gap of 4% between them *\/\r\n  }\r\n\r\n  \/* Style for Column 1 (Content) *\/\r\n  #communities-we-support .wp-block-column:nth-child(1) {\r\n      background-color: #ffffff; \/* White background for Column 1 *\/\r\n      border-radius: 15px; \/* Apply rounded corners to Column 1 *\/\r\n      padding: 20px; \/* Optional: padding inside Column 1 *\/\r\n      display: flex;\r\n      flex-direction: column;\r\n      justify-content: flex-start;\r\n  }\r\n\r\n  \/* Style for Column 2 (Map) *\/\r\n  #communities-we-support .wp-block-column:nth-child(2) {\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n  }\r\n\r\n  \/* Apply styles for the map container inside Column 2 *\/\r\n  #communities-we-support .map-container {\r\n      width: 100%; \/* Ensure the map container fills the available width *\/\r\n      height: 100%; \/* Ensure the map container fills the full height of Column 2 *\/\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n  }\r\n\r\n  \/* Adjust map size for desktop *\/\r\n  #communities-we-support .map-container iframe {\r\n      width: 100%;\r\n      height: 100%; \/* The iframe will take the full height of the container *\/\r\n      border: none;\r\n      border-radius: 12px;\r\n  }\r\n\r\n  \/* Adjust map size for mobile screens *\/\r\n  @media (max-width: 768px) {\r\n      #communities-we-support .wp-block-columns {\r\n          flex-direction: column; \/* Stack columns on mobile *\/\r\n          gap: 20px; \/* Add spacing between stacked columns *\/\r\n      }\r\n\r\n      #communities-we-support .wp-block-column {\r\n          flex: 1 1 100%; \/* Allow both columns to take full width on mobile *\/\r\n          max-width: 100%;\r\n      }\r\n\r\n      #communities-we-support .map-container {\r\n          height: 380px; \/* Adjust height for mobile *\/\r\n      }\r\n  }\r\n\r\n  \/* Ensure the button does not stretch *\/\r\n  .qc-cta {\r\n      display: inline-block; \/* Prevent stretching *\/\r\n      width: auto !important; \/* Ensure the button does not stretch across the column *\/\r\n      max-width: none; \/* Remove any max-width limitations *\/\r\n      margin: 0 auto; \/* Center the button if needed *\/\r\n  }\r\n\r\n  \/* Optional: Add a little spacing around the button *\/\r\n  .qc-cta {\r\n      margin-top: 20px;\r\n  }\r\n<\/style>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">We're Here For You in Kamloops, BC<\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" id=\"geopage-stats\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-media-text is-stacked-on-mobile has-background\" style=\"background-color:#f0f8ff;grid-template-columns:30% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2022\/04\/NAVBAR-ICON-service-hospital-to-home.svg\" alt=\"\" class=\"wp-image-73 size-full\"\/><\/figure><div class=\"wp-block-media-text__content\">\n<p><strong>Open 24\/7<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-media-text is-stacked-on-mobile has-background\" style=\"background-color:#f0f8ff;grid-template-columns:30% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2022\/04\/ICON-LIGHT-38.svg\" alt=\"\" class=\"wp-image-70 size-full\"\/><\/figure><div class=\"wp-block-media-text__content\">\n<p><strong>360\u00b0 Care Management<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-media-text is-stacked-on-mobile has-background\" style=\"background-color:#f0f8ff;grid-template-columns:30% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2022\/04\/ICON-LIGHT-34.svg\" alt=\"\" class=\"wp-image-68 size-full\"\/><\/figure><div class=\"wp-block-media-text__content\">\n<p><strong>In Your Home<\/strong><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<style>\r\n\/* Card container *\/\r\n#geopage-stats .wp-block-media-text {\r\n  border-radius: 16px;\r\n  overflow: hidden;\r\n  align-items: center !important;\r\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);\r\n}\r\n\r\n\/* Remove default paragraph margin *\/\r\n#geopage-stats .wp-block-media-text__content p {\r\n  margin: 0 !important;\r\n}\r\n\r\n\/* Text column *\/\r\n#geopage-stats .wp-block-media-text__content {\r\n  padding: 24px !important;\r\n  display: flex !important;\r\n  flex-direction: column !important;\r\n  justify-content: center !important;\r\n  height: 100%;\r\n}\r\n\r\n\/* Media column *\/\r\n#geopage-stats .wp-block-media-text__media {\r\n  padding: 16px !important;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  height: 100%;\r\n}\r\n\r\n#geopage-stats .wp-block-media-text__media img {\r\n  display: block;\r\n  max-width: 100%;\r\n  height: auto;\r\n}\r\n\r\n\/* ---------------------------\r\n   Mobile icon-friendly layout\r\n----------------------------*\/\r\n@media (max-width: 781px) {\r\n  \/* Disable forced heights when stacked *\/\r\n  #geopage-stats .wp-block-media-text__media,\r\n  #geopage-stats .wp-block-media-text__content {\r\n    height: auto !important;\r\n  }\r\n\r\n  \/* Stack layout feels intentional *\/\r\n  #geopage-stats .wp-block-media-text {\r\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.22);\r\n  }\r\n\r\n  \/* Icon container *\/\r\n  #geopage-stats .wp-block-media-text__media {\r\n    padding: 20px 16px 8px !important;\r\n  }\r\n\r\n  \/* ICON sizing \u2014 no cropping *\/\r\n  #geopage-stats .wp-block-media-text__media img {\r\n    width: auto;\r\n    max-width: 120px;     \/* icon size *\/\r\n    max-height: 120px;\r\n    height: auto;\r\n    object-fit: contain;  \/* ensure full icon shows *\/\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* Center text under icon *\/\r\n  #geopage-stats .wp-block-media-text__content {\r\n    padding: 12px 18px 20px !important;\r\n    text-align: center;\r\n    align-items: center;\r\n  }\r\n}\r\n\r\n\/* Smaller phones *\/\r\n@media (max-width: 480px) {\r\n  #geopage-stats .wp-block-media-text__media img {\r\n    max-width: 100px;\r\n    max-height: 100px;\r\n  }\r\n}\r\n<\/style>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2025\/08\/Get-Personal-Care-Services-In-Delta-Surrey.jpeg\" alt=\"\" class=\"wp-image-185 size-full\"\/><\/figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading\"><strong>Why Families Choose Qualicare Kamloops<\/strong><\/h2>\n\n\n\n<p>At Qualicare Kamloops, we\u2019re committed to providing families with the peace of mind they deserve. From your first consultation, we take the time to listen to your unique needs, crafting a personalized care plan that evolves with your loved one\u2019s changing requirements.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Our 360\u00b0 Care Approach<\/h3>\n\n\n\n<p>Our 360\u00b0 Care Approach ensures that all aspects of care are managed with compassion and expertise.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Tailored care plans to meet each family\u2019s unique needs<\/strong><\/li>\n\n\n\n<li><strong>Comprehensive support for all aspects of health and lifestyle<\/strong><\/li>\n\n\n\n<li><strong>Holistic care balancing physical and emotional well-being<\/strong><\/li>\n<\/ul>\n\n\n\n<a href=\"#\"\r\n   class=\"qc-cta w-button\"\r\n   data-toggle=\"modal\"\r\n   data-target=\"#des_2020_talk_popup\">\r\n  Talk to a Care Expert Today\r\n<\/a>\r\n\r\n<style>\r\n.qc-cta,\r\n.qc-cta:link,\r\n.qc-cta:visited,\r\n.qc-cta:hover,\r\n.qc-cta:active,\r\n.qc-cta:focus {\r\n  background:#0A4F7C;\r\n  color:#fff !important;   \/* force white text *\/\r\n  display:inline-block;\r\n  padding:14px 22px;\r\n  border-radius:8px;\r\n  font-size:20px;\r\n  font-weight:700;\r\n  text-decoration:none;\r\n  border:none;\r\n  cursor:pointer;\r\n  box-shadow:0 6px 14px rgba(10,79,124,.20);\r\n  transition:transform .06s ease, box-shadow .2s ease, background .2s ease;\r\n}\r\n\r\n.qc-cta:hover {\r\n  transform:translateY(-1px);\r\n  box-shadow:0 10px 18px rgba(10,79,124,.25);\r\n  background:#094368;  \/* darker on hover *\/\r\n}\r\n\r\n.qc-cta:focus {\r\n  outline:2px solid #fff;\r\n  outline-offset:2px;\r\n}\r\n<\/style>\n<\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Hear What Our Families in\u00a0Kamloops, BC\u00a0Are Saying About Our Home Care Services<\/h2>\n\n\n\n<!-- Elfsight Google Reviews | Qualicare Homecare Kamloops --> <script src=\"https:\/\/elfsightcdn.com\/platform.js\" async><\/script> <div class=\"elfsight-app-d5fb86ae-a7d7-4c8b-9d5e-3d92c672822c\" data-elfsight-app-lazy><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/qualicare.com\/deltasurrey\/wp-content\/uploads\/sites\/36\/2026\/01\/Qualicare-360-care-photo.png\" alt=\"\" class=\"wp-image-226\" style=\"aspect-ratio:0.9638624089310958;width:354px;height:auto\"\/><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">Care That Supports Daily Life Across Kamloops<\/h2>\n\n\n\n<p>In Kamloops, families often balance work, family responsibilities, and the growing care needs of someone they love. Our role is to step in where support is needed most, bringing structure, consistency, and reassurance into everyday life. We focus on practical care, clear communication, and ongoing oversight so your loved one can remain safe, comfortable, and supported at home, while you regain time, clarity, and confidence in the care being provided.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Frequently Asked Questions<\/h2>\n\n\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-4550166c uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     \" data-faqtoggle=\"true\" role=\"tablist\"><script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"@id\":\"https:\\\/\\\/qualicare.com\\\/kamloops-bc\\\/areas-we-serve\\\/kamloops-bc\\\/\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What does home care in Kamloops actually look like when it first starts?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Care begins with listening. When you first explore support for your loved one, the focus is on understanding their daily routines, preferences, and what matters most to them. A caregiver's role is to fit into that life, not reshape it. In Kamloops and the surrounding areas, many families find that initial conversations help clarify what would genuinely make a difference, whether that is assistance with personal care, help preparing meals, or simply having companionable presence during the day. The care plan itself is not fixed. As your loved one's needs evolve, so does the support. Many people start with a few hours a week and adjust over time based on what actually works. A complimentary conversation can help you explore what might fit your situation without any pressure.\"}},{\"@type\":\"Question\",\"name\":\"What kinds of home care services are available in the Kamloops area?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Home care services support daily living in ways that help your loved one maintain independence and comfort at home. Personal care assistance, such as help with bathing and dressing, is one part of the picture. Companionship and meaningful presence matter deeply to many older adults. Meal preparation tailored to dietary preferences, light housekeeping, and medication reminders are practical supports that reduce stress for both your loved one and your family. For those transitioning from hospital to home, coordinated support during that adjustment period can ease the process. Some families need respite care, which gives primary caregivers essential time away while ensuring their loved one is well supported. For individuals living with dementia or those who need comfort-focused care, specialized approaches can help maintain dignity and emotional ease. These services work together based on what your loved one actually needs.\"}},{\"@type\":\"Question\",\"name\":\"How can home care help my loved one stay safe at home in Kamloops while maintaining their independence?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Safety at home and independence are not opposing concerns. They work together. Many people worry that accepting help means losing control, but thoughtful support often does the opposite. A caregiver can help identify mobility risks, ensure medication is taken as intended, and be present during activities where a fall or accident is more likely, all while respecting your loved one's choices and routines. In Kamloops, families find that consistent support from someone they trust reduces anxiety for everyone. Your loved one can move through their day with greater confidence, and you have peace of mind knowing someone attentive is there. Safety is not about restriction. It is about creating conditions where your loved one can live as they wish, with risk thoughtfully managed.\"}},{\"@type\":\"Question\",\"name\":\"How do you match a caregiver to my loved one?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A caregiver may be excellent at their work, but genuine compatibility shapes whether your loved one feels at ease. Matching considers personality, communication style, interests, and the simple but important question of whether two people naturally respect each other. Some individuals prefer a quiet, structured presence. Others thrive with conversation and warmth. These preferences matter. In the Kamloops area, consistency builds trust. When a caregiver becomes familiar, routines feel natural, and your loved one can relax. If a match does not feel right, adjustments can be made. The goal is not perfection on paper but real comfort and connection in everyday life.\"}},{\"@type\":\"Question\",\"name\":\"How do families stay informed about what's happening with their loved one during the day?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Communication is something many families wonder about early on. When you're not there, it's natural to want to know how things are going, what your loved one ate, how they're feeling, and whether any concerns came up. Qualicare  keeps families connected through regular updates and a clear point of contact who knows your situation. You'll have someone you can reach out to with questions, and caregivers share what matters most to you and your loved one. This isn't about constant check-ins that feel intrusive. It's about reducing the guesswork and making sure everyone involved in caring for your loved one, whether in Kamloops or surrounding areas, is working from the same understanding.<br><br>Many families find that having one steady contact person changes how they feel about care. You're not left wondering or trying to piece together information from different sources. Your caregiver and care coordinator work together to keep you updated in a way that fits your family's needs, whether that's a quick text, a weekly call, or notes about how your loved one is settling in.\"}},{\"@type\":\"Question\",\"name\":\"What if your loved one's care needs change over time?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"It's one of the realities of supporting someone over months or years. A loved one's needs don't always stay the same, and that's okay. What matters is that care adapts alongside them. Routine and familiarity become even more important when needs shift. A consistent caregiver who has built trust with your loved one can often sense small changes and respond with ease, rather than introducing new people who don't know their preferences or rhythms.<br><br>When changes do happen, whether they're gradual or unexpected, your care team helps you think through what comes next. This might mean adjusting how often a caregiver visits, adding support in a different area, or spending time together ensuring your loved one feels comfortable with any adjustments. Throughout this, the focus stays on dignity and what your loved one wants, not just what's medically necessary. Your family is supported through these transitions, too. It's not easy to watch someone you love navigate change, and having steady, experienced people alongside you makes a real difference.\"}},{\"@type\":\"Question\",\"name\":\"Does Qualicare  serve communities beyond central Kamloops?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. We support families across BC in and around Kamloops, including Aberdeen, Batchelor Heights, Brentwood, Dufferin, Gateway, Kamloops North Shore, Lakeview, Lower Sahali, Monte Lake, Nashon Creek, North Kamloops, Pineview Valley, Rayleigh, Sahali, South Kamloops, Sun Rivers, Thompson View, and Westsyde. Whether your loved one is in the city itself or in one of the surrounding communities, the process is the same and the approach is personal.<br><br>Starting is simple and moves at your pace. The first step is requesting a complimentary conversation with a local Care Expert who will listen to your family's situation without pressure. From there, you'll speak directly with someone who understands your loved one's needs and your family's values. Once you've had that conversation, we'll put together a personalized care plan and match your loved one with a caregiver who feels right for them. There's no rush to decide today. Families often take time to think things through, and that's exactly how this should work.\"}}]}<\/script><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-3f140ba7 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">What does home care in Kamloops actually look like when it first starts?<\/h5><\/div><div class=\"uagb-faq-content\"><p>Care begins with listening. When you first explore support for your loved one, the focus is on understanding their daily routines, preferences, and what matters most to them. A caregiver's role is to fit into that life, not reshape it. In Kamloops and the surrounding areas, many families find that initial conversations help clarify what would genuinely make a difference, whether that is assistance with personal care, help preparing meals, or simply having companionable presence during the day. The care plan itself is not fixed. As your loved one's needs evolve, so does the support. Many people start with a few hours a week and adjust over time based on what actually works. A complimentary conversation can help you explore what might fit your situation without any pressure.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7206ffd5 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">What kinds of home care services are available in the Kamloops area?<\/h5><\/div><div class=\"uagb-faq-content\"><p>Home care services support daily living in ways that help your loved one maintain independence and comfort at home. Personal care assistance, such as help with bathing and dressing, is one part of the picture. Companionship and meaningful presence matter deeply to many older adults. Meal preparation tailored to dietary preferences, light housekeeping, and medication reminders are practical supports that reduce stress for both your loved one and your family. For those transitioning from hospital to home, coordinated support during that adjustment period can ease the process. Some families need respite care, which gives primary caregivers essential time away while ensuring their loved one is well supported. For individuals living with dementia or those who need comfort-focused care, specialized approaches can help maintain dignity and emotional ease. These services work together based on what your loved one actually needs.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c044d81a \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">How can home care help my loved one stay safe at home in Kamloops while maintaining their independence?<\/h5><\/div><div class=\"uagb-faq-content\"><p>Safety at home and independence are not opposing concerns. They work together. Many people worry that accepting help means losing control, but thoughtful support often does the opposite. A caregiver can help identify mobility risks, ensure medication is taken as intended, and be present during activities where a fall or accident is more likely, all while respecting your loved one's choices and routines. In Kamloops, families find that consistent support from someone they trust reduces anxiety for everyone. Your loved one can move through their day with greater confidence, and you have peace of mind knowing someone attentive is there. Safety is not about restriction. It is about creating conditions where your loved one can live as they wish, with risk thoughtfully managed.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-1cbc3c63 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">How do you match a caregiver to my loved one?<\/h5><\/div><div class=\"uagb-faq-content\"><p>A caregiver may be excellent at their work, but genuine compatibility shapes whether your loved one feels at ease. Matching considers personality, communication style, interests, and the simple but important question of whether two people naturally respect each other. Some individuals prefer a quiet, structured presence. Others thrive with conversation and warmth. These preferences matter. In the Kamloops area, consistency builds trust. When a caregiver becomes familiar, routines feel natural, and your loved one can relax. If a match does not feel right, adjustments can be made. The goal is not perfection on paper but real comfort and connection in everyday life.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4bd79eb4 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">How do families stay informed about what's happening with their loved one during the day?<\/h5><\/div><div class=\"uagb-faq-content\"><p>Communication is something many families wonder about early on. When you're not there, it's natural to want to know how things are going, what your loved one ate, how they're feeling, and whether any concerns came up. Qualicare Kamloops keeps families connected through regular updates and a clear point of contact who knows your situation. You'll have someone you can reach out to with questions, and caregivers share what matters most to you and your loved one. This isn't about constant check-ins that feel intrusive. It's about reducing the guesswork and making sure everyone involved in caring for your loved one, whether in Kamloops or surrounding areas, is working from the same understanding.<br><br>Many families find that having one steady contact person changes how they feel about care. You're not left wondering or trying to piece together information from different sources. Your caregiver and care coordinator work together to keep you updated in a way that fits your family's needs, whether that's a quick text, a weekly call, or notes about how your loved one is settling in.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-aaa35734 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">What if your loved one's care needs change over time?<\/h5><\/div><div class=\"uagb-faq-content\"><p>It's one of the realities of supporting someone over months or years. A loved one's needs don't always stay the same, and that's okay. What matters is that care adapts alongside them. Routine and familiarity become even more important when needs shift. A consistent caregiver who has built trust with your loved one can often sense small changes and respond with ease, rather than introducing new people who don't know their preferences or rhythms.<br><br>When changes do happen, whether they're gradual or unexpected, your care team helps you think through what comes next. This might mean adjusting how often a caregiver visits, adding support in a different area, or spending time together ensuring your loved one feels comfortable with any adjustments. Throughout this, the focus stays on dignity and what your loved one wants, not just what's medically necessary. Your family is supported through these transitions, too. It's not easy to watch someone you love navigate change, and having steady, experienced people alongside you makes a real difference.<\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-52ed810b \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 384 512\"><path d=\"M352 352c-8.188 0-16.38-3.125-22.62-9.375L192 205.3l-137.4 137.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25C368.4 348.9 360.2 352 352 352z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<h5 class=\"uagb-question\">Does Qualicare Kamloops serve communities beyond central Kamloops?<\/h5><\/div><div class=\"uagb-faq-content\"><p>Yes. We support families across BC in and around Kamloops, including Aberdeen, Batchelor Heights, Brentwood, Dufferin, Gateway, Kamloops North Shore, Lakeview, Lower Sahali, Monte Lake, Nashon Creek, North Kamloops, Pineview Valley, Rayleigh, Sahali, South Kamloops, Sun Rivers, Thompson View, and Westsyde. Whether your loved one is in the city itself or in one of the surrounding communities, the process is the same and the approach is personal.<br><br>Starting is simple and moves at your pace. The first step is requesting a complimentary conversation with a local Care Expert who will listen to your family's situation without pressure. From there, you'll speak directly with someone who understands your loved one's needs and your family's values. Once you've had that conversation, we'll put together a personalized care plan and match your loved one with a caregiver who feels right for them. There's no rush to decide today. Families often take time to think things through, and that's exactly how this should work.<\/p><\/div><\/div><\/div>\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-media-text has-media-on-the-right is-stacked-on-mobile\" style=\"grid-template-columns:auto 38%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading\">Begin Your Home Care Journey in Kamloops Today<\/h2>\n\n\n\n<p>Deciding to bring care into your home is a meaningful choice, and it's understandable if you're weighing what that might look like for your loved one. Whether you're in Kamloops or the surrounding areas, a complimentary conversation with a local Care Expert can help clarify your options and answer the questions that matter most to your family, all without any pressure to commit. There's no rush to figure everything out today, and we're ready to move forward at whatever pace feels right for you.<\/p>\n\n\n\n<div style=\"height:14px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<a href=\"#\"\r\n   class=\"qc-cta w-button\"\r\n   data-toggle=\"modal\"\r\n   data-target=\"#des_2020_talk_popup\">\r\n  Talk to a Care Expert Today\r\n<\/a>\r\n\r\n<style>\r\n.qc-cta,\r\n.qc-cta:link,\r\n.qc-cta:visited,\r\n.qc-cta:hover,\r\n.qc-cta:active,\r\n.qc-cta:focus {\r\n  background:#0A4F7C;\r\n  color:#fff !important;   \/* force white text *\/\r\n  display:inline-block;\r\n  padding:14px 22px;\r\n  border-radius:8px;\r\n  font-size:20px;\r\n  font-weight:700;\r\n  text-decoration:none;\r\n  border:none;\r\n  cursor:pointer;\r\n  box-shadow:0 6px 14px rgba(10,79,124,.20);\r\n  transition:transform .06s ease, box-shadow .2s ease, background .2s ease;\r\n}\r\n\r\n.qc-cta:hover {\r\n  transform:translateY(-1px);\r\n  box-shadow:0 10px 18px rgba(10,79,124,.25);\r\n  background:#094368;  \/* darker on hover *\/\r\n}\r\n\r\n.qc-cta:focus {\r\n  outline:2px solid #fff;\r\n  outline-offset:2px;\r\n}\r\n<\/style>\n<\/div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/qualicare.com\/kamloops-bc\/wp-content\/uploads\/sites\/57\/2026\/02\/Kamloops1-1-1024x683.jpg\" alt=\"\" class=\"wp-image-291 size-full\" srcset=\"https:\/\/qualicare.com\/kamloops-bc\/wp-content\/uploads\/sites\/57\/2026\/02\/Kamloops1-1-1024x683.jpg 1024w, https:\/\/qualicare.com\/kamloops-bc\/wp-content\/uploads\/sites\/57\/2026\/02\/Kamloops1-1-300x200.jpg 300w, https:\/\/qualicare.com\/kamloops-bc\/wp-content\/uploads\/sites\/57\/2026\/02\/Kamloops1-1-768x512.jpg 768w, https:\/\/qualicare.com\/kamloops-bc\/wp-content\/uploads\/sites\/57\/2026\/02\/Kamloops1-1.jpg 1254w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<div style=\"height:63px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Home Care and Senior Assistance for Every Need in Kamloops, BC Personalized home care in Kamloops, BC, built around your family\u2019s needs and care plan. Google Rating \u2014 \u2605\u2605\u2605\u2605\u2605 Areas We Serve in Kamloops, BC We serve these communities across the region: Neighbourhoods Our team works closely with families across Kamloops to ensure your loved [&hellip;]<\/p>\n","protected":false},"author":86,"featured_media":0,"parent":275,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-288","page","type-page","status-publish","hentry"],"acf":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"jgatella","author_link":"https:\/\/qualicare.com\/kamloops-bc\/author\/jgatella\/"},"uagb_comment_info":0,"uagb_excerpt":"Home Care and Senior Assistance for Every Need in Kamloops, BC Personalized home care in Kamloops, BC, built around your family\u2019s needs and care plan. Google Rating \u2014 \u2605\u2605\u2605\u2605\u2605 Areas We Serve in Kamloops, BC We serve these communities across the region: Neighbourhoods Our team works closely with families across Kamloops to ensure your loved&hellip;","_links":{"self":[{"href":"https:\/\/qualicare.com\/kamloops-bc\/wp-json\/wp\/v2\/pages\/288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qualicare.com\/kamloops-bc\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qualicare.com\/kamloops-bc\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qualicare.com\/kamloops-bc\/wp-json\/wp\/v2\/users\/86"}],"replies":[{"embeddable":true,"href":"https:\/\/qualicare.com\/kamloops-bc\/wp-json\/wp\/v2\/comments?post=288"}],"version-history":[{"count":0,"href":"https:\/\/qualicare.com\/kamloops-bc\/wp-json\/wp\/v2\/pages\/288\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/qualicare.com\/kamloops-bc\/wp-json\/wp\/v2\/pages\/275"}],"wp:attachment":[{"href":"https:\/\/qualicare.com\/kamloops-bc\/wp-json\/wp\/v2\/media?parent=288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}