CINXE.COM
Help Paying Your Bill | Kaweah Health Medical Center
<!DOCTYPE html> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" data-anim="1" data-prlx="1" data-flr="1" data-i="x37dc20xp4z" data-is="xis2w2zsel2" data-gmap="AIzaSyD9RxIAFFpAdGvsN49rqOZLQbeZ6BSLoL4" data-sa="FN1v2cVE3j5bQrzG3iOxRbg6rneRCTl%2FFRIZeh%2F8Eun6QlE53k6eSnhbzWza%2FPnUEdPJK62fDRtFYZQLfQ8iIkZCvzVdMbfzOmFgyeFVuI%2FPrjNnvwTJViMGFwoYvMWJOsMAcPAiYyw38vn7vgdJRhQ0vkkvPZxMzWCTEvi0Boiz1fFx"> <head> <script type="text/javascript" src="/cms/includes/xfe68wggbgd.2412171244524.js" defer data-require='["j/poly","j/modernizr","j/jquery","j/jquery.ui","j/ui.touch","j/ui.wheel","j/ui.draw","j/ui.mobile","j/timezone","static","j/jquery.cookie","extensions","uri","behaviors","c/scrollbar","c/loading","m/date","form","adapter","v/jwplayer","video","a/bootstrap","svg"]'></script> <title>Help Paying Your Bill | Kaweah Health Medical Center</title> <link rel="canonical" href="https://www.kaweahhealth.org/patients-visitors/for-patients/patient-financial-services/help-paying-your-bill/"/> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <meta content="initial-scale=1" name="viewport"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta name="format-detection" content="telephone=no"/> <meta name="description" content="With locations across Tulare County, Kaweah Health Medical Center is proud to provide innovative health services to our community."/> <meta property="og:type" content="website"/> <meta property="og:site_name" content="Kaweah Health"/> <meta property="og:url" content="https://www.kaweahhealth.org/patients-visitors/for-patients/patient-financial-services/help-paying-your-bill/"/> <meta property="og:image" content="https://www.kaweahhealth.org/images/assets/Social-Facebook-Social-Share.jpg"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:image" content="https://www.kaweahhealth.org/images/assets/Social-Facebook-Social-Share.jpg"/> <meta property="article:publisher" content="https://www.facebook.com/kaweahdelta"/> <meta name="google-site-verification" content="bIppFgMTjiBy1Wk8zKzARUMn7TTW2CppJnmakDGJ1wc"/> <script type="text/javascript"> (function(n){var t=n.Process||{},i=function(n){var t=+n;return isNaN(t)?n:t},u=function(n){return decodeURIComponent(n.replace(/\+/g,"%20"))},h=/\{(.+?)\}/g,c=window.location.hash&&window.location.hash[1]==="~"&&!/\bSPPC=./i.test(document.cookie||""),s=[],e=null,r=null,o=null,f=null;t.Page=function(n){for(var i=n.length;i--;)c?s.push(n[i]):t.Element(document.getElementById(n[i]))};t.Delayed=function(){var n,i;for(r=null;n=s.shift();)t.Element(document.getElementById(n));try{i=new CustomEvent("process.delayed",{bubbles:!0,cancelable:!0});document.documentElement.dispatchEvent(i)}catch(u){}};t.Element=function(n){if(n)switch(n.getAttribute("data-process")){case"if":t.If(n);break;case"replace":t.Replace(n);break;default:t.Fix(n)}};t.Replace=function(n){var i,f=n.parentNode,r=document.createTextNode(t.Get(n.getAttribute("data-replace"))),u=n.firstElementChild;u&&u.getAttribute&&(i=u.getAttribute("href"))&&i.substring(0,4)==="tel:"&&(i=document.createElement("a"),i.setAttribute("href","tel:"+r.data),i.appendChild(document.createTextNode(r.data)),r=i);f.insertBefore(r,n);f.removeChild(n)};t.Fix=function(n){var r,u,i,f=n.attributes.length,e=n.childNodes.length;if(n.nodeName==="SCRIPT"){n.parentNode.removeChild(n);return}while(f--)r=n.attributes[f],r.name.substring(0,13)=="data-replace-"&&(u=r.name.substring(13),n.setAttribute(u,t.Get(r.value)),n.removeAttribute(r.name));while(e--)i=n.childNodes[e],i.nodeType===3&&i.data&&i.data.indexOf("{")>=0&&(i.data=t.Get(i.data))};t.If=function(n){for(var i,u,f,e,o=n.parentNode,s=n.attributes.length,r=undefined;s--;){i=n.attributes[s];switch(i.name){case"field":r=t.Check(n,t.Get(i.value));break;case"nofield":r=!t.Check(n,t.Get(i.value))}if(r!==undefined)break}if(r)for(u=n.childNodes,f=0,e=u.length;f<e;f++)o.insertBefore(u[0],n);o.removeChild(n)};t.Check=function(n,r){for(var u,f,e=n.attributes.length;e--;){u=n.attributes[e];switch(u.name){case"equals":return r==t.Get(u.value);case"gt":case"greaterthan":case"morethan":return i(r)>i(t.Get(u.value));case"gte":return i(r)>=i(t.Get(u.value));case"lt":case"lessthan":case"lesserthan":return i(r)<i(t.Get(u.value));case"lte":return i(r)<=i(t.Get(u.value));case"ne":case"notequals":return r!=t.Get(u.value);case"contains":return f=t.Get(u.value),r.indexOf(f>=0);case"notcontains":return f=t.Get(u.value),!r.indexOf(f>=0);case"in":return f=t.Get(u.value),t.InArray(r,(""+f).split(","));case"notin":return f=t.Get(u.value),!t.InArray(r,(""+f).split(","));case"between":return f=t.Get(u.value).Split(","),f.length==2&&i(r)>=i(f[0])&&i(r)<=i(f[1])?!0:!1}}return!!r};t.InArray=function(n,t){for(var i=t.length;i--;)if(t[i]==n)return!0;return!1};t.Get=function(n){return n.replace(h,function(n,i){var r=i.split("/"),f=r.shift();return t.Data(f.split(":"),0,r[0])||u(r.shift()||"")})};t.Data=function(n,i,r){var u;switch(n[i].toLowerCase()){case"f":return t.Format(n[i+1],n,i+2,r);case"if":return t.Data(n,i+1)?n.pop():"";case"ifno":case"ifnot":return t.Data(n,i+1)?"":n.pop();case"q":case"querystring":return t.Query(n[i+1])||"";case"session":case"cookie":return t.Cookie(n[i+1])||"";case"number":return t.Number(n[i+1],r)||"";case"request":return u=t.Cookie("RWQ")||window.location.search,u&&u[0]==="?"&&n[i+1]&&n[i+1][0]!="?"&&(u=u.substr(1)),u;case"u":return t.UserData(n[i+1])||"";default:return""}};t.Format=function(n,i,r,u){var h,f,s,e,o;if(!n||r>i.length-1)return"";if(h=null,f=null,n=n.toLowerCase(),e=0,n=="binary")e=2;else if(r+1<i.length)switch(n){case"p":case"phone":case"p2":case"phone2":case"p3":case"phone3":i[r].indexOf("0")>=0&&(f=i[r],e=1);break;default:s=parseInt(i[r]);isNaN(s)||(h=s,e=1)}o=t.Data(i,r+e,u);switch(n){case"p":case"phone":return t.Phone(""+o,f);case"p2":case"phone2":return t.Phone(""+o,f||"000.000.0000");case"p3":case"phone3":return t.Phone(""+o,f||"000-000-0000");case"tel":return t.Phone(""+o,f||"0000000000")}};t.Phone=function(n,t){var u,i,f,r;if(!n)return"";if(u=n.replace(/\D+/g,""),u.length<10)return n;for(i=(t||"(000) 000-0000").split(""),f=0,r=0;r<i.length;r++)i[r]=="0"&&(f<u.length?i[r]=u[f++]:(i.splice(r,1),r--));return f==10&&u.length>10&&i.push(" x"+u.substring(10)),i.join("")};t.Query=function(n){var r,f,o,i,s;if(!e)for(e={},r=t.Cookie("RWQ")||window.location.search,f=r?r.substring(1).split("&"):[],o=f.length;o--;)i=f[o].split("="),s=u(i.shift()).toLowerCase(),e[s]=i.length?u(i.join("=")):null;return e[n.toLowerCase()]};t.Cookie=function(n){var f,i,o,e,t;if(!r)for(r={},f=document.cookie?document.cookie.split("; "):[],i=f.length;i--;){o=f[i].split("=");e=u(o.shift()).toLowerCase();t=o.join("=");switch(t[0]){case"#":r[e]=+t.substring(1);break;case":":r[e]=new Date(+t.substring(1));break;case"!":r[e]=t==="!!";break;case"'":r[e]=u(t.substring(1));break;default:r[e]=u(t)}}for(f=n.split("|"),i=0;i<f.length;i++)if(t=r[f[i].toLowerCase()],t)return t;return""};t.UserData=function(n){switch(n){case"DisplayName":return t.Cookie("U_DisplayName")||"";case"TimeOfDay":var r=new Date,i=r.getHours();return i>=17||i<5?"Evening":i<12?"Morning":"Afternoon"}};t.Number=function(n,i){var s,u,r,e;if(!i)return i;if(!o)for(o={},s=(t.Cookie("PHMAP")||"").split(","),e=0;e<s.length;e++)u=(s[e]||"").split("="),u.length===2&&(o[u[0]]=u[1]);return r=o[i],r&&r!=="0"||(r=i),f||(f={}),f[r]=1,r};t.Phones=function(){var n,t;if(f){n=[];for(t in f)f.hasOwnProperty(t)&&n.push(t);return n.join("|")}return null};n.Process=t;document.documentElement&&(document.documentElement.clientWidth<=1280||(t.Cookie("pref")&1)==1)&&(document.documentElement.className+=" minimize")})(this); (function(n){window.rrequire||n(window)})(function(n){function b(i,r,u,f){var h,b,e,a,g,o,nt=(new Date).getTime(),p,c,l,w;if(((!s||nt-s>1e3)&&(st(),s=nt),!t[i])&&(h=k(i,f),h.length)){switch(h[0]){case"/common/js/j/jquery.js":case"/common/js/j/jquery.1.x.js":case"/common/js/j/jquery.2.x.js":h[0]=n.Modernizr&&n.Modernizr.canvas?"/common/js/j/jquery.2.x.js":"/common/js/j/jquery.1.x.js"}if(d(h),f==="css"?(e=n.document.createElement("link"),e.setAttribute("type","text/css"),e.setAttribute("rel","stylesheet"),a="href"):(e=n.document.createElement("script"),e.setAttribute("type","text/javascript"),e.setAttribute("async","async"),a="src",g=h.length<2||i[0]==="/"),i.indexOf("j/jquery")>=0)try{throw new Error("Jquery Require "+i);}catch(tt){for(console.log(tt.stack),p=[],c=arguments;c;)l=[],l.push.apply(l,c),p.push(l),w=c.callee.caller,c=w&&w.arguments;console.log(JSON.stringify(p))}o=h[0];o.substring(0,8)==="/common/"?o=v+o:o.substring(0,5)===rt&&(o=y+o);ot(e,i,f,g);e.setAttribute(a,o);b=n.document.head||n.document.body;b.appendChild(e)}}function ot(t,i,r,e){var s=function(){e?(n.register(i),l()):r==="css"&&(f[i]=!0,l())},o=function(){r==="js"&&console.log('error - "'+i+'" could not be loaded, rrequire will not fire.')};t.addEventListener?(t.addEventListener("load",s,!1),t.addEventListener("error",o,!1)):t.onload=t.onreadystatechange=function(n,r){var f=t.readyState;if(r||!f||/loaded|complete/.test(f)){if(f==="loaded"&&(t.children,t.readyState==="loading"&&(f="error")),t.onload=t.onreadystatechange=null,t=null,e&&f!=="error"){setTimeout(function(){var n=u[i];!n||n()?s():o();s=null;o=null},1);return}f==="error"?o():s();o=null;sucess=null}}}function st(){for(var t,r,u,i=document.querySelectorAll("script[src]"),n=0;n<i.length;n++)t=i[n],r=t.getAttribute("src"),u=t.getAttribute("data-require"),c(r,u,"js");for(i=document.querySelectorAll("link[rel='stylesheet'][href]"),n=0;n<i.length;n++)t=i[n],r=t.getAttribute("href"),u=t.getAttribute("data-require"),c(r,u,"css")}function k(t,i){var r=[];if(!t)return r;if(t.indexOf(n.location.origin)===0&&(t=t.substring(n.location.origin.length)),m=et.exec(t)){if(m[1])return r.push(t),r;if(m[2])return r.push(n.location.protocol+t),r;(m=/(.+?)\.\d{13}(\.\w{2,12})$/.exec(t))&&(t=m[1]+m[2]);r.push(t);(m=/^\/(common|cms)\/(admin\/|js\/|css\/)?(.+?)(\.js|\.css)$/.exec(t))&&(t=m[1]==="cms"?m[1]+"/"+(m[2]||"")+m[3]:m[2]==="admin/"?m[2]+m[3]:m[3],r.push(t))}else/^cms\//.test(t)?r.push("/"+t+"."+i):/^admin\//.test(t)?r.push("/common/"+t+"."+i):i==="js"?r.push("/common/js/"+t+"."+i):i==="css"&&r.push("/common/css/"+t+"."+i),r.push(t);return r}function c(n,i,r){var f,u;if(n&&!t[n]&&(f=k(n,r),d(f),i)){try{arr=it(i)}catch(e){return}for(len=arr&&arr.length,u=0;u<len;u++)c(arr[u],null,r)}}function d(n,i){for(var r,u=0;u<n.length;u++){r=n[u];switch(r){case"j/jquery":case"j/jquery.1.x":case"j/jquery.2.x":case"j/jquery.3.x":t["j/jquery"]=!0;t["j/jquery.1.x"]=!0;t["j/jquery.2.x"]=!0;t["j/jquery.3.x"]=!0;t["/common/js/j/jquery.js"]=!0;t["/common/js/j/jquery.1.x.js"]=!0;t["/common/js/j/jquery.2.x.js"]=!0;t["/common/js/j/jquery.3.x.js"]=!0;break;case"cms":case"cms-5":i==="css"?(t.cms=!0,t["cms-5"]=!0,t["/common/css/cms.css"]=!0,t["/common/css/cms-5.css"]=!0):t[r]=!0;break;default:t[r]=!0}}}function g(n){for(var t,i=n.length;i--;)if(t=n[i],t&&!f[t])return!1;return!0}function ht(){var t,n=r.length;for(e&&(clearTimeout(e),e=0);n--;)t=r[n],t[2]===!0&&r.splice(n,1);r.length===0&&document.documentElement.classList&&document.documentElement.classList.remove("requiring")}function l(){for(var t,i=0,u=r.length;i<u;)(t=r[i++],t[2]!==!0)&&g(t[0])&&(t[2]=!0,t[1](n.jQuery,n),e&&clearTimeout(e),e=setTimeout(ht,1))}function nt(n){var t;if(n){if(typeof n=="string")return[n.toLowerCase()];if(Array.isArray(n)){for(t=n.length;t--;)n[t]=(""+(n[t]||"")).toLowerCase();return n}return null}return null}function tt(n,t){for(var i,r,u=0;u<n.length;u++)if(i=h[n[u]],i){for(n.splice(u,1),u--,r=i[0].length;r--;)n.push(i[0][r]);if(i[1]&&t)for(r=i[1].length;r--;)t.push(i[1][r])}t&&t.length&&tt(t)}function ct(t){var r=0,i=function(){if(n.google&&n.google.maps)n.register(t);else if(++r>20)throw new Error("Unable to load google maps api script.");else setTimeout(i,250)};setTimeout(i,250)}var it=function(n,t){return(window.JSON2||JSON).parse(n,t)},i="/",o=".",a=":",v=i+i+"www.scorpioncms.com",rt=i+"cms"+i,y=i+i+window.location.host,f={},t={},r=[],e=0,p=document&&document.documentElement&&document.documentElement.getAttribute("data-gmap"),ut=p&&"&key="+p,w=Object.prototype,lt=w.toString,ft=w.hasOwnProperty,h={jquery:[["j/jquery","j/jquery.ui"]],behavior:[["behaviors"],["cms-behave"]],googlemap:[["https"+a+i+i+"maps.googleapis.com/maps/api/js?v=3&libraries=places&callback=registermap"+(ut||"")]],map:[["m/gmap"]],loading:[["c/loading2"],["cms-5"]],jwplayer:[[i+"common/js/v/jwplayer"+o+"js"]],tools:[["jquery","behavior","extensions","uri","chart","c/cms","c/scrollbar","loading","form"],["cms-tools","opensans"]],opensans:[["https"+a+i+i+"fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700|Montserrat:400,700"]],ckeditor:[[o+o+i+"ckeditor/ckeditor"]],ck:[["admin/ck/ckeditor"]],ace:[[i+i+"cdnjs.cloudflare.com/ajax/libs/ace/1.4.11/ace"+o+"js"]],weather:[["m/weather"]],cookie:[["j/jquery.cookie"]],form2:[["admin/js/form","admin/js/poly"]]},u={"j/jquery":function(){return!!n.jQuery},"j/jquery.1.x":function(){return!!n.jQuery},"j/jquery.2.x":function(){return!!n.jQuery},"j/jquery.3.x":function(){return!!n.jQuery},"j/jquery.ui":function(){return!!(n.jQuery&&n.jQuery.widget)},"j/jquery.cookie":function(){return!!(n.jQuery&&n.jQuery.cookie)},"j/poly":function(){return!!(n.Element&&n.Element.prototype&&n.Element.prototype.scrollIntoViewport)},googlemap:function(){return!!(n.google&&n.google.maps)},jwplayer:function(){return!!n.jwplayer},ckeditor:function(){return!!n.CKEDITOR},ace:function(){return!!n.ace},weather:function(){return!!(n.jQuery&&n.jQuery.weather)}},et=/^(https?:)?(\/\/([\w\-\.]+))?(\/.+)/i,s;(function(){var n;for(var t in u)ft.call(u,t)&&(n=h[t],n&&n[0]&&n[0][0]&&(u[n[0][0]]=u[t]))})();Array.isArray||(Array.isArray=function(n){return Object.prototype.toString.call(n)==="[object Array]"});Function.isFunction||(Function.isFunction=function(n){return Object.prototype.toString.call(n)==="[object Function]"});s=null;n.registerLoading=function(n){t[n]=!0};n.register=function(n){n&&typeof n=="string"&&(t[n]=!0,f[n]=!0,l())};n.registermap=function(){var n=h.googlemap[0][0];register(n)};n.rrequire=function(i,e,o){var a,h,v,c,s,y,l;if(i=nt(i),i){for(Function.isFunction(o)&&(a=o,o=e,e=a,a=null),o=nt(o),o||(o=[]),tt(i,o),h=i.length,v=!0;h--;)if((c=i[h],c)&&(s=c.toLowerCase(),!f[s])){if(y=u[s],y&&y()){f[s]=!0;continue}if(v=!1,!t[s]){if(s.indexOf("maps.googleapis.com")!==-1&&document.querySelector("script[src*='maps.googleapis.com']")){ct(s);continue}b(c,"script","src","js")}}for(h=0;h<o.length;)(l=o[h],l)&&(s=l.toLowerCase(),f[s]||b(l,"link","href","css"),h++);Function.isFunction(e)&&(v||g(i)?e(n.jQuery,n):r.push([i,e,!1]))}};n.rrequire.setBase=function(n){v=n};n.rrequire.setHost=function(n){y=n};n.rrequire.setDetect=function(n,t){n&&typeof n=="string"&&Function.isFunction(t)&&(u[n]=t)};n.rrequire.getLoading=function(){var n=Object.keys(t);return n.sort(),console.log(JSON.stringify(n,null,"\t"))};n.require||(n.require=n.rrequire)}); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5X4TWVH');</script> <!-- End Google Tag Manager --> <link rel="stylesheet" type="text/css" href="/cms/includes/32258cj36ao.2412171244524.css" data-require='["cms","cms-behave"]'/> </head> <body style="opacity:0" class="help-paying-your-bill-page patient-financial-services-branch sub v2" data-config="zow4mt1h.tv7\1ogghumd.mao\2msn3rkv.i4x\tx916zsg.iv6"> <header id="HeaderZone"><div class="access-options access-menu v1" id="AccessibilityOptions" universal_="true"> <div class="access-btn open-btn flex-middle-center" title="Open the accessibility options menu"><svg viewBox="0 0 36 36"><path d="M3.37 27.6L32.63 27.6C34.516 27.6 36 29.05 36 30.8C36 32.55 34.474 34 32.63 34L3.37 34C1.484 34 0 32.55 0 30.8C0 29.05 1.528 27.6 3.37 27.6ZM3.37 14.8L23.64 14.8C25.528 14.8 27.012 16.25 27.012 18C27.012 19.75 25.528 21.2 23.64 21.2L3.37 21.2C1.484 21.2 0 19.75 0 18C0 16.25 1.528 14.8 3.37 14.8ZM32.676 8.4L3.37 8.4C1.484 8.4 0 6.95 0 5.2C0 3.45 1.526 2 3.37 2L32.63 2C34.516 2 36 3.45 36 5.2C36 6.95 34.516 8.4 32.676 8.4L32.676 8.4Z"></path></svg> <span>Open Accessibility Menu</span></div> <div class="flex-middle-between top-info"> <svg class="accessibility" viewBox="0 0 36 36"><path d="M502.7 0a84.3 84.3 0 1 1-84.3 84.3A84.6 84.6 114.1 0 1 502.7 0ZM868.6 272.7L617.5 304.2v251.4L739.2 960.7a47.2 47.2 0 0 1-34.4 57.6A46.7 46.7 114.1 0 1 647.9 987.4L522.5 616.5H484.3L369.5 993.8a47 47 0 0 1-61.6 26.7a49.1 49.1 0 0 1-29.6-61.9L383.7 560.4V304.2L152.3 272.7A41.9 41.9 114.1 0 1 114.1 226.3A43.8 43.8 114.1 0 1 161.4 186.8L442.4 210.8h123.3L865.1 186.8a43.2 43.2 0 0 1 3.5 86.5Z"></path></svg> </div> <ul> <li> <button class="flex-" data-action="content"><svg viewBox="0 0 36 36"><path d="M12.706 23.824L12.706 20.647L36 20.647L36 23.824L12.706 23.824ZM0 12.177L36 12.177L36 15.353L0 15.353L0 12.177ZM27.529 3.706L36 3.706L36 6.882L27.529 6.882L27.529 3.706ZM0 3.706L23.294 3.706L23.294 6.882L0 6.882L0 3.706ZM8.471 23.824L0 23.824L0 20.647L8.471 20.647L8.471 23.824ZM19.059 32.294L0 32.294L0 29.118L19.059 29.118L19.059 32.294Z"></path></svg> Skip to Content</button> </li> <li> <button class="flex-" data-action="menu"><svg viewBox="0 0 36 36"><path d="M7.412 31.235L7.412 28.059L36 28.059L36 31.235L7.412 31.235ZM7.412 16.412L36 16.412L36 19.588L7.412 19.588L7.412 16.412ZM7.412 4.764L36 4.764L36 7.941L7.412 7.941L7.412 4.764ZM0 28.059L4.235 28.059L4.235 31.235L0 31.235L0 28.059ZM0 16.412L4.235 16.412L4.235 19.588L0 19.588L0 16.412ZM0 4.764L4.235 4.764L4.235 7.941L0 7.941L0 4.764Z"></path></svg> Skip to Menu</button> </li> <li> <button class="flex-" data-action="largeText"><svg viewBox="0 0 36 36"><path d="M31.2 17.404L31.2 12.604L28.8 12.604L28.8 17.404L24 17.404L24 19.804L28.8 19.804L28.8 24.604L31.2 24.604L31.2 19.804L36 19.804L36 17.404L31.2 17.404ZM26.4 1.804L0.01 1.796L0 5.404L10.8 5.404L10.8 34.204L14.4 34.204L14.4 5.404L26.4 5.404L26.4 1.804Z"></path></svg> Increase Text Size</button> </li> <li> <button class="flex- clear-btn" data-action="clear">Clear All <svg viewBox="0 0 36 36"><path d="M21.179 14.82L21.179 29.644L23.297 29.644L23.297 14.82L21.179 14.82ZM16.939 14.828L16.939 29.653L19.057 29.653L19.057 14.828L16.939 14.828ZM12.706 14.82L12.706 29.644L14.823 29.644L14.823 14.82L12.706 14.82ZM8.468 10.587L27.53 10.587L27.53 33.88L8.468 33.88L8.468 10.587ZM6.35 6.351L29.65 6.351L29.65 8.473L28.699 8.473C28.663 8.471 28.627 8.469 28.591 8.469L7.409 8.469C7.373 8.469 7.337 8.471 7.301 8.473L6.35 8.473L6.35 6.351ZM12.706 2.118L23.297 2.118L23.294 4.233L12.706 4.233L12.706 2.118ZM11.645 0C11.365 0 11.096 0.11 10.897 0.309C10.696 0.508 10.588 0.779 10.588 1.061L10.588 4.233L5.291 4.233C5.01 4.233 4.743 4.346 4.542 4.542C4.342 4.742 4.232 5.01 4.232 5.292L4.232 9.532C4.232 10.116 4.709 10.587 5.291 10.587L6.35 10.587L6.35 34.939C6.35 35.523 6.825 36 7.409 36L28.591 36C29.175 36 29.65 35.523 29.65 34.939L29.65 10.587L30.707 10.587C31.291 10.587 31.766 10.116 31.768 9.532L31.768 5.292C31.768 5.01 31.658 4.742 31.456 4.542C31.257 4.346 30.988 4.233 30.707 4.233L25.412 4.233L25.412 1.061C25.412 0.779 25.304 0.508 25.103 0.309C24.904 0.11 24.635 0 24.353 0L11.645 0Z"></path></svg></button> </li> </ul> <div class="access-btn close-btn"> <svg title="Close the accessibility options menu" viewBox="0 0 36 36"><path d="M26.618 28.29L25.14 29.751L15.549 20.246L15.549 20.246L14.073 18.783L15.549 17.321L15.549 17.321L25.14 7.813L26.618 9.274L17.025 18.783L26.618 28.29ZM10.956 34.436L26.608 34.436L26.608 36L9.392 36L9.392 34.436L9.392 1.564L9.392 0L26.608 0L26.608 1.564L10.956 1.564L10.956 34.436Z"></path></svg> <span>Hide</span> </div> </div><form id="Form_HeaderAreaV1" method="post" enctype="multipart/form-data" action="/patients-visitors/for-patients/patient-financial-services/help-paying-your-bill/" data-search="1"> <input type="hidden" name="_m_" value="HeaderAreaV1"> <div class="header-area v1" universal_="true" id="HeaderAreaV1" data-header="true" data-show-hide="true"> <div class="sticky-box"> <div class="main wide flex-between-middle"> <nav class="mobile-nav flex-between-stretch"> <a href="/site-search/" class="third item-1"> <div class="icon-cont"><svg viewBox="0 0 36 36"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#search"></use></svg></div> <span>Search</span> </a> <a href="/contact-us/" class="third item-2"> <div class="icon-cont"><svg viewBox="0 0 36 36"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#contact_mobile"></use></svg></div> <span>Contact</span> </a> <a href="javascript:void(0)" class="third menu-btn desktop" data-role="btn"> <div class="menu-icon"> <span></span> <span></span> <span></span> </div> <span>Menu</span> </a> </nav> <a class="top-logo" href="/"><img height="50" width="254" alt="Kaweah Health Medical Center" title="Kaweah Health Medical Center" src="/images/assets/logo.png"></a> <div class="header-box auto"> <a class="menu-btn mm-open mobile" role="button" href="javascript:void(0);" aria-label="Toggle Mobile Menu" data-role="btn"> <span></span> <span></span> <span></span> </a> <div class="top-bar flex-middle-end"> <nav class="secondary-nav"> <ul class="flex-middle-evenly auto"> <li> <a href="/about-us/">About Us</a> </li><li> <a href="/about-us/board-of-directors/board-of-directors/">Board of Directors</a> </li><li> <a href="/careers/">Careers</a> </li><li> <a href="/gme-residency-programs/">GME Residency Programs</a> </li><li> <a href="https://www.kaweahhealth.org/photo-gallery/guild-past-presidents/">Hospital Guild</a> </li><li> <a href="/contact-us/">Contact Us</a> </li><li> <a href="/events-calendar/">Events & Classes</a> </li> </ul> </nav> <div class="flex-between-middle box-cont"> <a class="phone-link" href="tel:5596242000" id="HeaderAreaV1_1" data-replace-href="tel:{F:tel:Cookie:PPCP1/5596242000}"><span id="HeaderAreaV1_2" data-process="replace" data-replace="{F:P:Cookie:PPCP1/(559)%20624-2000}">(559) 624-2000</span></a> </div> </div> <div class="nav-bar flex-middle-end"> <nav class="top-nav stretch flex-row-evenly el-tab-box" id="HeaderV1TopNav" data-role="panel" data-closing="true"> <ul class="desktop-nav flex-row-end-evenly full" role="menubar" aria-label="Top Navigation"> <li class=" flex-row home" role="menuitem"> <a href="/" target="">Home</a> </li><li class=" flex-row children our-services" role="menuitem"> <a href="/our-services/" target="">Our Services</a> <span class="el-tab" aria-label="Open child menu of Our Services"><svg viewBox="0 0 36 36" role="presentation"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#caret_right"></use></svg></span> <div class="fly-out wide el-panel" role="menu"> <div class="ui-scroll"> <ul class="flex-wrap-block-1024"> <li class=" level-1 full cancer-center el-tab-box" role="menuitem"> <a href="/our-services/cancer-center/">Cancer Center</a> </li><li class=" level-1 full clinics el-tab-box" role="menuitem"> <a href="/our-services/clinics/">Clinics</a> </li><li class=" level-1 full colorectal-surgery " role="menuitem"> <a href="/our-services/colorectal-surgery/">Colorectal Surgery</a> </li><li class=" level-1 full community-outreach " role="menuitem"> <a href="/our-services/community-outreach/">Community Outreach</a> </li><li class=" level-1 full dialysis " role="menuitem"> <a href="/our-services/dialysis/">Dialysis</a> </li><li class=" level-1 full emergency-services " role="menuitem"> <a href="/our-services/emergency-services/">Emergency Services</a> </li><li class=" level-1 full family-birthing-center el-tab-box" role="menuitem"> <a href="/our-services/family-birthing-center/">Family Birthing Center</a> </li><li class=" level-1 full general-surgery el-tab-box" role="menuitem"> <a href="/our-services/general-surgery/">General Surgery</a> </li><li class=" level-1 full heart-vascular el-tab-box" role="menuitem"> <a href="/our-services/heart-vascular/">Heart & Vascular</a> </li><li class=" level-1 full success-stories " role="menuitem"> <a href="/patient-stories/">Success Stories</a> </li><li class=" level-1 full home-care-services el-tab-box" role="menuitem"> <a href="/our-services/home-care-services/">Home Care Services</a> </li><li class=" level-1 full hospice el-tab-box" role="menuitem"> <a href="/our-services/hospice/">Hospice</a> </li><li class=" level-1 full imaging-center el-tab-box" role="menuitem"> <a href="/our-services/imaging-center/">Imaging Center</a> </li><li class=" level-1 full infusion-center el-tab-box" role="menuitem"> <a href="/our-services/infusion-center/">Infusion Center</a> </li><li class=" level-1 full kaweah-health-medical-clinic " role="menuitem"> <a href="/our-services/kaweah-health-medical-clinic/">Kaweah Health Medical Clinic</a> </li><li class=" level-1 full kaweah-kids-center-daycare " role="menuitem"> <a href="/our-services/kaweah-kids-center-daycare/">Kaweah Kids Center/Daycare</a> </li><li class=" level-1 full laboratory-services " role="menuitem"> <a href="/our-services/laboratory-services/">Laboratory Services</a> </li><li class=" level-1 full long-term-care " role="menuitem"> <a href="/our-services/long-term-care/">Long-Term Care</a> </li><li class=" level-1 full mental-health " role="menuitem"> <a href="/our-services/mental-health/">Mental Health</a> </li><li class=" level-1 full mental-wellness " role="menuitem"> <a href="/our-services/mental-wellness/">Mental Wellness</a> </li><li class=" level-1 full orthopedics el-tab-box" role="menuitem"> <a href="/our-services/orthopedics/">Orthopedics</a> </li><li class=" level-1 full palliative-medicine " role="menuitem"> <a href="/our-services/palliative-medicine/">Palliative Medicine</a> </li><li class=" level-1 full pediatrics " role="menuitem"> <a href="/our-services/pediatrics/">Pediatrics</a> </li><li class=" level-1 full pharmacy el-tab-box" role="menuitem"> <a href="/our-services/pharmacy/">Pharmacy</a> </li><li class=" level-1 full rehabilitation-services el-tab-box" role="menuitem"> <a href="/our-services/rehabilitation-services/">Rehabilitation Services</a> </li><li class=" level-1 full physical-therapy " role="menuitem"> <a href="/our-services/rehabilitation-services/therapy-specialists/">Physical Therapy</a> </li><li class=" level-1 full research el-tab-box" role="menuitem"> <a href="/our-services/research/">Research</a> </li><li class=" level-1 full senior-living el-tab-box" role="menuitem"> <a href="/our-services/senior-living/">Senior Living </a> </li><li class=" level-1 full skilled-nursing " role="menuitem"> <a href="/our-services/skilled-nursing/">Skilled Nursing</a> </li><li class=" level-1 full sleep-disorder-treatment " role="menuitem"> <a href="/our-services/sleep-disorder-treatment/">Sleep Disorder Treatment</a> </li><li class=" level-1 full stroke el-tab-box" role="menuitem"> <a href="/our-services/stroke/">Stroke</a> </li><li class=" level-1 full the-lifestyle-center-gym " role="menuitem"> <a href="/our-services/the-lifestyle-center-gym/">The Lifestyle Center/Gym</a> </li><li class=" level-1 full urgent-prompt-care el-tab-box" role="menuitem"> <a href="/our-services/urgent-prompt-care/">Urgent & Prompt Care</a> </li><li class=" level-1 full urology " role="menuitem"> <a href="/our-services/urology/">Urology</a> </li><li class=" level-1 full wound-center " role="menuitem"> <a href="/our-services/wound-center/">Wound Center</a> </li><li class=" level-1 full womens-health " role="menuitem"> <a href="/our-services/womens-health/">Women's Health</a> </li> </ul> </div> </div> </li><li class="selected flex-row children patients-visitors" role="menuitem"> <a href="/patients-visitors/" target="">Patients & Visitors</a> <span class="el-tab" aria-label="Open child menu of Patients & Visitors"><svg viewBox="0 0 36 36" role="presentation"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#caret_right"></use></svg></span> <div class="fly-out wide el-panel" role="menu"> <div class="ui-scroll"> <ul class="flex-wrap-block-1024"> <li class="selected level-1 full for-patients el-tab-box" role="menuitem"> <a href="/patients-visitors/for-patients/">For Patients</a> </li><li class=" level-1 full for-visitors el-tab-box" role="menuitem"> <a href="/patients-visitors/for-visitors/">For Visitors</a> </li><li class="selected level-1 full help-paying-your-bill " role="menuitem"> <a href="/patients-visitors/for-patients/patient-financial-services/help-paying-your-bill/">Help Paying Your Bill</a> </li><li class=" level-1 full new-to-our-community " role="menuitem"> <a href="/patients-visitors/new-to-our-community/">New To Our Community</a> </li><li class=" level-1 full dining-options " role="menuitem"> <a href="/patients-visitors/dining-options/">Dining Options</a> </li><li class=" level-1 full tulare-county-resources-guide " role="menuitem"> <a href="/patients-visitors/tulare-county-resources-guide/">Tulare County Resources Guide</a> </li><li class=" level-1 full ed-waiting-faqs " role="menuitem"> <a href="/patients-visitors/ed-waiting-faqs/">ED Waiting FAQs</a> </li><li class=" level-1 full que-saber-mientras-espera " role="menuitem"> <a href="/patients-visitors/que-saber-mientras-espera/">Qué saber mientras espera</a> </li> </ul> </div> </div> </li><li class=" flex-row maps" role="menuitem"> <a href="/patients-visitors/for-visitors/maps/" target="">Maps</a> </li><li class=" flex-row providers" role="menuitem"> <a href="/physicians/" target="">Providers</a> </li><li class=" flex-row locations" role="menuitem"> <a href="/locations/" target="">Locations</a> </li><li class=" flex-row children foundation" role="menuitem"> <a href="/foundation/" target="">Foundation</a> <span class="el-tab" aria-label="Open child menu of Foundation"><svg viewBox="0 0 36 36" role="presentation"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#caret_right"></use></svg></span> <div class="fly-out wide el-panel" role="menu"> <div class="ui-scroll"> <ul class="flex-wrap-block-1024"> <li class=" level-1 full about-us " role="menuitem"> <a href="/foundation/about-us/">About Us</a> </li><li class=" level-1 full memorials-and-tributes " role="menuitem"> <a href="/foundation/memorials-and-tributes/">Memorials and Tributes</a> </li><li class=" level-1 full reflection-garden-paver-project " role="menuitem"> <a href="/foundation/reflection-garden-paver-project/">Reflection Garden Paver Project</a> </li><li class=" level-1 full golf-classic " role="menuitem"> <a href="/foundation/golf-classic/">Golf Classic</a> </li><li class=" level-1 full hospice-foundation " role="menuitem"> <a href="/our-services/hospice/hospice-foundation/">Hospice Foundation</a> </li><li class=" level-1 full heritage-club-planned-giving el-tab-box" role="menuitem"> <a href="/foundation/heritage-club-planned-giving/">Heritage Club/Planned Giving</a> </li><li class=" level-1 full employee-giving " role="menuitem"> <a href="/foundation/employee-giving/">Employee Giving</a> </li><li class=" level-1 full street-medicine " role="menuitem"> <a href="/foundation/street-medicine/">Street Medicine</a> </li><li class=" level-1 full foundation-board-of-directors " role="menuitem"> <a href="/foundation/foundation-board-of-directors/">Foundation Board of Directors</a> </li> </ul> </div> </div> </li><li class=" flex-row children volunteer" role="menuitem"> <a href="/volunteer/" target="">Volunteer</a> <span class="el-tab" aria-label="Open child menu of Volunteer"><svg viewBox="0 0 36 36" role="presentation"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#caret_right"></use></svg></span> <div class="fly-out wide el-panel" role="menu"> <div class="ui-scroll"> <ul class="flex-wrap-block-1024"> <li class=" level-1 full hospital-guild " role="menuitem"> <a href="https://www.kaweahhealth.org/photo-gallery/guild-past-presidents/">Hospital Guild</a> </li><li class=" level-1 full community-volunteers " role="menuitem"> <a href="/volunteer/community-volunteers/">Community Volunteers</a> </li><li class=" level-1 full hospice-ruth-wood-open-arms-house-volunteer " role="menuitem"> <a href="/volunteer/hospice-ruth-wood-open-arms-house-volunteer/">Hospice/Ruth Wood Open Arms House Volunteer</a> </li><li class=" level-1 full high-school-student-volunteers " role="menuitem"> <a href="/volunteer/high-school-student-volunteers/">High School Student Volunteers</a> </li><li class=" level-1 full volunteer-application " role="menuitem"> <a href="/volunteer/volunteer-application/">Volunteer Application</a> </li> </ul> </div> </div> </li> </ul> </nav> <div class="site-search-box desktop ui-repeater" id="SiteSearch"> <div class="search-input flex-row" data-item="i" data-key=""> <label class="hide" id="SearchLabel" for="SiteSearch_ITM0_C">Search</label> <input aria-labelledby="SearchLabel" placeholder="Search" type="search" id="SiteSearch_ITM0_C" class="ui-cms-input" name="SiteSearch$ITM0$C" value> <button title="Site Search" aria-label="Site Search" class="icon-btn flex-center-middle" type="submit" id="SiteSearch_ITM0_ctl02" name="SiteSearch$ITM0$ctl02" data-commandname="Search"><svg viewBox="0 0 36 36"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#home_search2"></use></svg></button> </div> </div> </div> </div> <div class="mobile-cont flex-between-middle"> <a class="phone-link flex-between-middle" href="tel:(559) 624-2000" id="HeaderAreaV1_3" data-replace-href="tel:{F:P:Cookie:PPCP1/(559)%20624-2000}"><svg viewBox="0 0 36 36"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#phone_mobile"></use></svg></a> </div> </div> </div> </div> </form> <script id="Process_HeaderAreaV1" type="text/javascript" style="display:none;">window.Process&&Process.Page(['Process_HeaderAreaV1','HeaderAreaV1_1','HeaderAreaV1_2','HeaderAreaV1_3']);</script> <div id="ReachJS" universal_="true"> <script type="text/javascript" src="//cdn.rlets.com/capture_configs/0d5/1d7/4f7/fa145bfb3a1912cda5a0c56.js" async="async"></script> </div></header> <main id="MainZone"><div class="breadcrumb v2" id="BreadcrumbsButtons" universal_="true"> <div class="main"> <div class="bread-container flex-wrap-start-middle system-style" id="BreadCrumb"> <a aria-label="back to homepage" href="/" class="home-link flex-middle-center"><svg viewBox="0 0 36 36"><use href="/cms/svg/site/icon_home.36.svg "></use></svg></a> <span class="separator"><svg viewBox="0 0 36 36"><use href="/cms/svg/site/icon_caret_right.36.svg "></use></svg></span> <a class="" href="/patients-visitors/" target="">Patients & Visitors</a><span class="separator"><svg viewBox="0 0 36 36"><use href="/cms/svg/site/icon_caret_right.36.svg "></use></svg></span><a class="" href="/patients-visitors/for-patients/" target="">For Patients</a><span class="separator"><svg viewBox="0 0 36 36"><use href="/cms/svg/site/icon_caret_right.36.svg "></use></svg></span><a class="" href="/patients-visitors/for-patients/patient-financial-services/" target="">Patient Financial Services</a><span class="separator"><svg viewBox="0 0 36 36"><use href="/cms/svg/site/icon_caret_right.36.svg "></use></svg></span><span class="selected disabled">Help Paying Your Bill</span> </div> </div> </div><section class="two-col-container sub-zone" id="TwoColumnSubZone"> <div class="main flex-spaced-between-top-block-1024"> <div class="icobalt isublayout sub-zone content-zone" id="SubZoneLeft"><div class="column-layout-content" id="ColumnLayoutContent" universal_="true"> <div class="content-style" id="MainContent" data-content="true"><h1>Help Paying Your Bill</h1> <p></p> <p>Kaweah Health is committed to fulfilling our mission of providing high quality, customer-oriented, and financially strong healthcare services to meet the needs of those we serve. If you need help paying your bill and do not qualify for a government program, you may qualify for low-income financial assistance.</p> <p class="call-out v1"> You can apply for financial assistance online by clicking here: <br> <a href="/patients-visitors/for-patients/patient-financial-services/financial-assistance-application/"><b>Financial Assistance Application</b></a> </p> <p></p> <p></p> <hr/> <h3><strong>How to Apply</strong></h3> <p> Patients may request an application for assistance by calling Patient Financial Services at (559) 470-0016 or (559) 624-4200 option 4, or may obtain an application from Kaweah Health's website at <a href="/patients-visitors/for-patients/patient-financial-services/financial-assistance-application/">kaweahhealth.org/financialassistance</a>. Documentation required to determine eligibility is included on the application. Kaweah Health does not require any documentation not listed on the application form. </p> <p> <br>The Kaweah Health standardized application form will be available in both English and Spanish, and any other language deemed necessary by the methods discussed in Section VIII, below, and shall be available in any registration or patient accounting area, as well as on the Kaweah Health website. For patients who speak a language other than English or Spanish, or who need other accessibility accommodations, Kaweah Health will provide appropriate accommodations, language assistance services, and application assistance free of charge. </p> <hr/> <h3>Determination Guidelines</h3> <p>The determination guidelines at Kaweah Health Medical Center take into account the patient's family size and income based on the Federal Poverty Guidelines established by Health and Human Services. You can review the determination guidelines in our Financial Assistance Policy, which is available for download in a PDF format by clicking on the link provided below.</p> <p class="call-out v1"> <strong>Download the Kaweah Health Financial Assistance Policy</strong> in <a href="/documents/content/FA-Policy-2025.English.pdf"><u>English</u></a>, <a href="/documents/content/FA-policy-2025.-Arabic.pdf"><u>Arabic</u></a>, <a href="/documents/content/FA-policy-2025.-Chinese.pdf"><u>Chinese</u></a>, <a href="/documents/content/FA-policy-2025.-Serbo-Croatian.pdf"><u>Croatian</u></a>, <a href="/documents/content/FA-policy-2025.Tagalog.pdf"><u>Filipino</u></a>, <a href="/documents/content/FA-policy-2025.-French.pdf"><u>French</u></a>, <a href="/documents/content/FA-policy-2025.German.pdf"><u>German</u></a>, <a href="/documents/content/FA-policy-2025.Hmong.pdf"><u>Hmong</u></a>, <a href="/documents/content/FA-policy-2025.-Italian.pdf"><u>Italian</u></a>, <a href="/documents/content/FA-policy-2025.-Japanese.pdf"><u>Japanese</u></a>, <a href="/documents/content/FA-policy-2025.Korean.pdf"><u>Korean</u></a>, <a href="/documents/content/FA-policy-2025.-Laotian.pdf"><u>Lao</u></a>, <a href="/documents/content/FA-policy-2025.-Persian.pdf"><u>Persian</u></a>, <a href="/documents/content/FA-policy-2025.-Portuguese.pdf"><u>Portuguese</u></a>, <a href="/documents/content/FA-policy-2025.Spanish.pdf"><u>Spanish</u></a>, and <u><a href="/documents/content/FA-policy-2025.Vietnamese.pdf">Vietnamese</a>.</u> </p> <hr/> <h3>Help Paying Your Bills</h3> <p> There are free consumer advocacy organizations that will help you understand the billing and payment process. For more information, call the Health Consumer Alliance at <a href="tel:1-888-804-3536">1-888-804-3536</a> (TTY 711) or go to <a target="_blank" title="Opens in a new window, external" href="https://healthconsumer.org/">healthconsumer.org.</a> </p> <hr/> <h3>Hospital Bill Complaint Program</h3> <p>The Hospital Bill Complaint Program is a California state program which reviews hospital decisions about whether you qualify for help paying your hospital bill. If you believe you were wrongly denied financial assistance, you may file a complaint with the Hospital Bill Complaint Program.</p> <p class="call-out v1"> Go to <strong><a target="_blank" href="https://hcai.ca.gov/affordability/hospital-fair-billing-program/">Hospital Fair Billing Program</a></strong> for more information and to file a complaint. </p> <hr/> <h3></h3> </div> </div></div> <div class="icobalt isublayout sub-zone side-zone" id="SubZoneRight"><section class="sub-banner v1 bg-image text-left" id="SubBannerV2" universal_="true" data-onvisible="visible"> <picture role="presentation"> <img loading="lazy" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" alt="" title="" data-src="/images/banners/banner-1.jpg"> </picture> </section><aside class="side-nav v1" id="SideNavV1" universal_="true" role="menu" data-onvisible="visible"> <nav> <header> <strong class="title-style-3"> <a href="/patients-visitors/for-patients/patient-financial-services/">Patient Financial Services</a> </strong> </header> <ul> <li class="level-1 selected child-0"> <a href="/patients-visitors/for-patients/patient-financial-services/help-paying-your-bill/" target="">Help Paying Your Bill</a> </li><li class="level-1 child-0"> <a href="/patients-visitors/for-patients/patient-financial-services/financial-assistance-application/" target="">Financial Assistance Application</a> </li><li class="level-1 child-0"> <a href="/patients-visitors/for-patients/patient-financial-services/financial-assistance-policy/" target="">Financial Assistance Policy</a> </li><li class="level-1 child-0"> <a href="/patients-visitors/for-patients/patient-financial-services/contact-us/" target="">Contact Us</a> </li> </ul> </nav> </aside><section class="no-padding ctav5-container " id="CtaThinType5Container"> <ul class="rel-fragments v5 ctas flex-between-stretch-wrap ui-repeater" id="CtaThinType5" universal_="true"> <li class="cta v5" data-item="i" data-key="100382"> <a class="flex-middle" href="https://kaweah.simpleepay.com/"> <svg viewBox="0 0 36 36"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#bill_pay_cta"></use></svg> <div> <span>Pay My Bill</span> </div> </a> </li><li class="cta v5" data-item="i" data-key="100383"> <a class="flex-middle" href="/covid19/"> <svg viewBox="0 0 36 36"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#online_resources"></use></svg> <div> <span>COVID-19 Resources</span> </div> </a> </li><li class="cta v5" data-item="i" data-key="100384"> <a class="flex-middle" href="/patients-visitors/for-patients/myhealth-kaweah-health/"> <svg viewBox="0 0 36 36"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#mykaweah"></use></svg> <div> <span>myHealth</span> </div> </a> </li><li class="cta v5" data-item="i" data-key="100737"> <a class="flex-middle" href="/patients-visitors/"> <svg viewBox="0 0 36 36"><use data-href="/cms/svg/site/xis2w2zsel2.36.svg#pv_cta"></use></svg> <div> <span>Patients & Visitors</span> </div> </a> </li> </ul> </section></div> </div> </section></main> <footer id="FooterZone"><section class="footer v1" id="FooterV1" universal_="true" data-section=""> <div class="main flex-center"> <div class="footer-info flex-top-between-spaced"> <div class="schema-info third" itemscope="" itemtype="http://schema.org/Hospital"> <div class="business-info"> <div class="bottom-logo ui-repeater" id="FooterLogo"> <a class="" href="/" data-item="i" data-key="56509"> <img loading="lazy" height="50" width="230" alt="Kaweah Health Medical Center" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" title="Kaweah Health Medical Center" data-src="/images/assets/white-logo.png"> </a> </div> <meta itemprop="name" content="Kaweah Health Medical Center"/> <meta itemprop="description" content="Hospital Visalia"/> <meta itemprop="priceRange" content="$$$"/> <meta itemprop="url" content="http://www.kaweahhealth.org/"/> <meta itemprop="image" content="/images/assets/logo.png"/> <meta itemprop="telephone" content="559-624-2000" id="FooterV1_1" data-replace-content="{F:P3:Cookie:PPCP1/559-624-2000}"/> </div> <div class="location-info"> <span itemprop="address" itemscope="" itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">400 West Mineral King Avenue, </span> <span itemprop="addressLocality">Visalia</span>, <span itemprop="addressRegion">CA </span> <span itemprop="postalCode">93291</span></span> <div class="contact-info"> <a class="phone-link" href="tel:1-559-624-2000" id="FooterV1_2" data-replace-href="tel:{F:P:1-000-000-0000:Cookie:PPCP1/1-559-624-2000}"><span><span id="FooterV1_3" data-process="replace" data-replace="{F:P:Cookie:PPCP1/(559)%20624-2000}">(559) 624-2000</span></span></a> </div> </div> <ul class="social-info items-5 flex- ui-repeater" id="FooterSocial"> <li class="item-1" data-item="i" data-key="65385"> <a class="flex-center-middle" aria-label="facebook link" href="https://www.facebook.com/kaweahhealth/" target="_blank" rel="nofollow noopener"> <svg viewBox="0 0 36 36"><use href="/cms/svg/admin/b02chict1vf.36.svg#facebook"></use></svg> </a> </li><li class="item-2" data-item="i" data-key="65386"> <a class="flex-center-middle" aria-label="twitter link" href="https://twitter.com/kaweahhealth" target="_blank" rel="nofollow noopener"> <svg viewBox="0 0 36 36"><use href="/cms/svg/admin/b02chict1vf.36.svg#twitter"></use></svg> </a> </li><li class="item-3" data-item="i" data-key="65387"> <a class="flex-center-middle" aria-label="instagram link" href="https://www.instagram.com/kaweahhealth/" target="_blank" rel="nofollow noopener"> <svg viewBox="0 0 36 36"><use href="/cms/svg/admin/b02chict1vf.36.svg#instagram"></use></svg> </a> </li><li class="item-4" data-item="i" data-key="65915"> <a class="flex-center-middle" aria-label="pinterest link" href="https://www.pinterest.com/kaweahdelta/_created/" target="_blank" rel="nofollow noopener"> <svg viewBox="0 0 36 36"><use href="/cms/svg/admin/b02chict1vf.36.svg#pinterest"></use></svg> </a> </li><li class="item-5" data-item="i" data-key="65916"> <a class="flex-center-middle" aria-label="youtube link" href="https://www.youtube.com/channel/UCPuJMIH-jiE2I-BXpvt5xuw" target="_blank" rel="nofollow noopener"> <svg viewBox="0 0 36 36"><use href="/cms/svg/admin/b02chict1vf.36.svg#youtube"></use></svg> </a> </li> </ul> </div> <nav class="footer-nav " id="FooterV1Links"> <ul class="flex-wrap"> <li class="fourth"> <a href="/">Home</a> </li><li class="fourth"> <a href="/about-us/board-of-directors/board-of-directors/past-board-meetings/">Past Board Meetings</a> </li><li class="fourth"> <a href="/patients-visitors/for-patients/patient-financial-services/help-paying-your-bill/">Help Paying Your Bill</a> </li><li class="fourth"> <a href="https://kaweahcompass.kdhcd.org/" target="_blank">Kaweah Compass</a> </li><li class="fourth"> <a href="/contact-us/">Contact Us</a> </li><li class="fourth"> <a href="/media-relations/">Media Relations </a> </li><li class="fourth"> <a href="/notice-of-privacy-practices/">Notice of Privacy Practices</a> </li><li class="fourth"> <a href="/events-calendar/">Events & Classes</a> </li><li class="fourth"> <a href="/articles/">Articles</a> </li><li class="fourth"> <a href="/chargemaster-access/chargemaster/" target="_blank">Price Transparency</a> </li> </ul> </nav> </div> </div> <div class="ie-popup modal" id="IEPopup"> <div class="bg"></div> <div class="container"> <div class="modal-btn"> x </div> <div class="content"> <p class="icon">⚠</p> <p>Your browser is out of date. To get the full experience of this website, please update to most recent version.</p> </div> <a href="http://browsehappy.com/" target="_blank" rel="nofollow noopener" class="btn v1 light">Update My Browser</a> </div> </div> </section> <script id="Process_FooterV1" type="text/javascript" style="display:none;">window.Process&&Process.Page(['Process_FooterV1','FooterV1_1','FooterV1_2','FooterV1_3']);</script> <section class="scorp-footer-area v1 no-bg-image text-left" id="CorporateScorpionFooterV1" universal_="true" data-section=""> <div class="main wide flex-between-middle-wrap"> <ul class="left-side flex-between-middle-wrap-block-500"> <li> <span>Copyright © 2025</span> </li> <li> <a href="/privacy-policy/">Privacy Policy</a> </li> <li> <a href="/site-map/">Site Map</a> </li> </ul> <a class="scorp-link" href="https://www.scorpion.co/healthcare-marketing/" target="_blank"> Powered by Scorpion </a> </div> </section></footer> <noscript id="deferred-styles"> <link href="https://use.typekit.net/ixd3htm.css" rel="stylesheet" type="text/css"/> </noscript> <script> var loadDeferredStyles = function() { var addStylesNode = document.getElementById('deferred-styles'); var replacement = document.createElement('div'); replacement.innerHTML = addStylesNode.textContent; document.body.appendChild(replacement) addStylesNode.parentElement.removeChild(addStylesNode); }; var raf = requestAnimationFrame || mozRequestAnimationFrame || webkitRequestAnimationFrame || msRequestAnimationFrame; if (raf) raf(function() { window.setTimeout(loadDeferredStyles, 0); }); else window.addEventListener('load', loadDeferredStyles); </script> <script type="text/javascript" src="/cms/includes/w6f2e30yu1r.2409181559294.js" defer></script> <script type="text/javascript" src="https://analytics.scorpion.co/sa.js" defer></script> <script type="text/javascript" src="https://cdn-cookieyes.com/client_data/88ae14126a58e9d03c1caea8/script.js" defer></script> <script type="text/javascript">rrequire('m/site-header',function(){$('#HeaderV1TopNav').siteHeader();});</script> <script type="text/javascript">rrequire('m/tabbable',function(){$('#HeaderV1TopNav').tabbable();});</script> <script type="text/javascript">rrequire('form',function(){$('#Form_HeaderAreaV1').html5form();});</script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5X4TWVH" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> </body> </html>