CINXE.COM

Costs of health care | healthdirect

<!DOCTYPE html> <!-- build number 711 --> <html lang="en-AU"> <head> <title>Costs of health care | healthdirect</title> <script src="https://www.google.com/recaptcha/api.js?render=6LeuO7AbAAAAAFFZKM3tkkJpyASWHzTJ-_fpMK7y" async defer></script> <meta name="apple-itunes-app" content="app-id=1021494621"> <meta name="description" content="Australia's healthcare system changes for services in different ways depending on the service you are looking for and your own circumstances. Find out more about how charges are levied and paid for."> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="referrer" content="always" /> <meta name="DC.Format" schema="DCterms:IMT" content="text/html" /><meta name="DC.Type" content="text/html"> <meta name="DC.Title" xml:lang="EN" content="Costs of health care" /> <meta name="DC.Creator" content="Healthdirect Australia"> <meta name="DC.Subject" xml:lang="EN" content="Health Care Costs,Fees and Charges"> <meta name="DC.Publisher" content="Healthdirect Australia"> <meta name="DC.Date" scheme="ISO8601" content="2023-11-14T05:43:48.398Z"> <meta name="DC.Description" xml:lang="EN" content="Australia's healthcare system changes for services in different ways depending on the service you are looking for and your own circumstances. Find out more about how charges are levied and paid for."> <meta name="DC.Rights" content="Healthdirect Australia"> <meta name="DC.Language" content="en-AU"> <meta property="og:title" content="Costs of healthcare" > <meta property="og:type" content="article" > <meta property="og:url" content="https://www.healthdirect.gov.au/costs-of-healthcare" > <meta property="og:image" content="https://media.healthdirect.org.au/images/inline/original/healthdirect_logo.png"> <link rel="canonical" href="https://www.healthdirect.gov.au/costs-of-healthcare"> <script src="https://cdn-oc.readspeaker.com/script/8207/webReader/webReader.js?pids=wr" type="text/javascript" id="rs_req_Init"></script> <script> dataLayer = []; </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-MHFB33K');</script> <!-- End Google Tag Manager --> <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="512x512" href="/assets/images/android-chrome-512x512.png"> <link rel="icon" type="image/png" sizes="192x192" href="/assets/images/android-chrome-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png"> <!--[if IE]> <link rel="icon" href="/assets/images/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="/assets/images/favicon.ico" type="image/x-icon"> <![endif]--> <link rel="stylesheet" type="text/css" href="/assets/711/styles/main.css"> <style type="text/css"> .grecaptcha-badge{ display:none; } </style> <script type="text/javascript"> var HDW = {mediaCdn:'https://media.healthdirect.org.au/', siteId:'hin', nhsdApi:'7de96a3a4efb4b93b19035e6ee7554ef'} </script> <script type="text/javascript" src="/assets/711/scripts/veyron.js"></script> </head> <body > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MHFB33K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header class="hda-head"> <div class="hda-head_content"> <div class="hda-head_content-common"> <div class="hda-head_col-logo"> <a href="/" class="hda-head_col-logo-link"> <img class="hda-head_col-logo-img" src="/assets/images/logo-hda.svg" alt="healthdirect australia logo"> </a> </div> <div class="hda-head_col-mob-menu mobile-only"> <script type="text/javascript">function getHeaderButtonsMobileHtml(isLoggedIn, baseUrl) { switch (isLoggedIn) { case true: return String.raw` <div class="hda-head_col-mob-menu-account" id="header-buttons-mobile"> <button class="hda-head_col-mob-menu-account-signout-btn" aria-controls="menu-sign" aria-haspopup="menu" aria-expanded="false" onclick="handleToggle()" > <i aria-hidden="true" class="dor-icon_user-circle"></i><span class="sr-only">Sign out</span> </button> <ul id="menu-sign" role="menu" class="hda-head_col-mob-menu-account-list" style="display: none"> <li><a href="/account/dashboard">Dashboard</a></li> <li><a href="/account/care-advice">Care advice</a></li> <li><a href="/account/profile">Profile</a></li> <li><a href="/" onclick="return handleSignOutMobile('${baseUrl}')">Sign out</a></li> </ul> </div>` case false: return String.raw` <div class="hda-head_col-mob-menu-account" id="header-buttons-mobile"> <button class="hda-head_col-mob-menu-account-signin-btn" aria-controls="menu-sign" aria-haspopup="menu" aria-expanded="false" onclick="handleToggle()" > <i aria-hidden="true" class="dor-icon_user-circle-o"></i><span class="sr-only">Sign in</span> </button> <ul id="menu-sign" role="menu" class="hda-head_col-mob-menu-account-list" style="display: none"> <li><a href="/account/join">Join</a></li> <li><a href="/account/signin">Sign in</a></li> </ul> </div>` } }; async function handleSignOutMobile(baseUrl) { const hasBeenSignedOut = await fetch(baseUrl.concat("auth/sign-out"), { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ data: { type: "sign-out", attributes: { accessToken: localStorage.getItem('access_token'), } } }) }).then(response => response.status === 204).catch(console.error); // redirect to the homepage if (hasBeenSignedOut) { localStorage.removeItem('access_token'); localStorage.removeItem('session_token'); localStorage.removeItem('email'); localStorage.removeItem('refresh_token'); window.location.href = '/'; } return false; }; function handleToggle() { const menu = document.getElementById('menu-sign'); if (menu.style.display === "none") menu.style.display = "block"; else menu.style.display = "none"; }</script> <div class="hda-head_col-mob-menu-account" id="header-buttons-mobile"> <button class="hda-head_col-mob-menu-account-signin-btn" aria-controls="menu-sign" aria-haspopup="menu" aria-expanded="false" onclick="handleToggle()" > <i aria-hidden="true" class="dor-icon_user-circle-o"></i><span class="sr-only">Sign in</span> </button> <ul id="menu-sign" role="menu" class="hda-head_col-mob-menu-account-list" style="display: none"> <li><a href="/account/join">Join</a></li> <li><a href="/account/signin">Sign in</a></li> </ul> </div> <script> (async() => { const headerButtonsMobile = document.getElementById('header-buttons-mobile'); const isLoggedIn = !!localStorage.getItem('access_token'); headerButtonsMobile.outerHTML = getHeaderButtonsMobileHtml(isLoggedIn, "https://prd.uim.hda-online.com.au/"); })(); </script> <button class="hda-head_col-mob-menu-btn" aria-haspopup="true" aria-expanded="false"> <i aria-hidden="true" class="hda-head_col-mob-menu-btn-icon"></i> Menu </button> </div> <div class="hda-head_col-tagline"> <h1 class="hda-head_col-tagline-line"><span class="sr-only">Healthdirect </span><span>Free Australian health advice you can count on.</span></h1> </div> <script type="text/javascript">function getHeaderButtonsHtml(isLoggedIn, baseUrl) { switch (isLoggedIn) { case true: return String.raw` <div class="hda-head_col-user-acc-sign-out" id="header-buttons"> <a class="ua-lnk_dash" href="/account/dashboard"><i class="dor-icon_user-circle-o" aria-hidden="true"></i> <span>My account</span></a> <button class="ua-btn_outlined" onclick="handleSignOut('${baseUrl}')">Sign out</button> </div> ` case false: return String.raw` <div class="hda-head_col-user-acc-sign-in" id="header-buttons"> <button class="ua-btn_filled" onclick="handleJoin()">Join</button> <button class="ua-btn_outlined" onclick="handleSignIn()">Sign in</button> </div> ` } }; async function handleSignOut(baseUrl) { const hasBeenSignedOut = await fetch(baseUrl.concat("auth/sign-out"), { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ data: { type: "sign-out", attributes: { accessToken: localStorage.getItem('access_token'), } } }) }).then(response => response.status === 204).catch(console.error); // redirect to the homepage if (hasBeenSignedOut) { localStorage.removeItem('access_token'); localStorage.removeItem('session_token'); localStorage.removeItem('email'); localStorage.removeItem('refresh_token'); window.location.href = '/'; } }; function handleSignIn() { window.location.href = '/account/signin'; }; function handleJoin() { window.location.href = '/account/join'; }</script> <div class="hda-head_col-user-acc-sign-in" id="header-buttons"> <button class="ua-btn_filled" onclick="handleJoin()">Join</button> <button class="ua-btn_outlined" onclick="handleSignIn()">Sign in</button> </div> <script> (async() => { const headerButtons = document.getElementById('header-buttons'); const isLoggedIn = !!localStorage.getItem('access_token'); headerButtons.outerHTML = getHeaderButtonsHtml(isLoggedIn, "https://prd.uim.hda-online.com.au/"); })(); </script> <div class="hda-head_content-common-print"> <p>Medical problem? Call 1800 022 222. If you need urgent medical help, call triple zero immediately</p> <p>healthdirect Australia is a free service where you can talk to a nurse or doctor who can help you know what to do.</p> </div> </div> <div class="hda-head_menu-row"> <!-- Tablet menu --> <div class="hda-head_menu-row-node-mobile-mode device-only"> <!-- Primary search block --> <form id="search-form-node-mobile-mode" class="hda-head_menu-row-node-mobile-mode-search"> <div role="combobox" aria-expanded="false" aria-owns="header-search-suggestions" aria-haspopup="listbox"> <input tabindex="0" id="header-search-mobile-mode" class="hda-head_menu-row-node-mobile-mode-search-field" type="search" autocomplete="off" name="searchterm" placeholder="Search our site" title="Suggestion options" aria-label="Enter your search terms" aria-autocomplete="list"> </div> <ul id="header-search-suggestions" class="dropdown-menu hda-head_menu-row-node-mobile-mode-search-list veyron-search-list" role="listbox" position="position"> <li class="primary-search-list-item" role="option"> <a tabindex="-1" rel="nofollow" href="/search-results/{{url}}">{{label}}</a> </li> </ul> <button tabindex="0" aria-label="search" class="hda-head_menu-row-node-mobile-mode-search-submit veyron-search-lens-btn" type="button"> <i aria-hidden="true" class="hda-head_menu-row-node-mobile-mode-search-icon"></i> </button> </form> <script type="text/javascript"> primarySearch('node-mobile-mode'); </script> </div> <nav class="hda-head_menu-row-bar"> <!-- Tablet and Desktop menu --> <ul class="hda-head_menu-row-bar-nav"> <li class="hda-head_menu-row-bar-nav-level-1-item"> <a href="/">Home</a> </li> <li class="hda-head_menu-row-bar-nav-level-1-item"> <button class="hda-js-has-secondary-menu" aria-haspopup="true" aria-expanded="false">Health topics A-Z <i aria-hidden="true" class="hda-head_menu-row-bar-nav-dropdown-icon"></i></button> <div class="hda-head_menu-row-bar-nav-level-2"> <ul> <li class="hda-head_menu-row-bar-nav-level-2-item tablet-up"> <a href="/health-topics/conditions" class="hda-head_menu-row-bar-nav-level-2-heading">Conditions</a> <a href="/gastroenteritis">Gastroenteritis</a> <a href="/skin-conditions">Skin Conditions</a> <a href="/whooping-cough">Whooping Cough</a> </li> <li class="hda-head_menu-row-bar-nav-level-2-item tablet-up"> <a href="/health-topics/symptoms" class="hda-head_menu-row-bar-nav-level-2-heading">Symptoms</a> <a href="/abdominal-pain">Abdominal Pain</a> <a href="/bites-and-stings">Bites and Stings</a> <a href="/diarrhoea">Diarrhoea</a> </li> <li class="hda-head_menu-row-bar-nav-level-2-item tablet-up"> <a href="/health-topics/procedures" class="hda-head_menu-row-bar-nav-level-2-heading">Procedures</a> <a href="/colonoscopy">Colonoscopy</a> <a href="/grommets">Grommets</a> <a href="/liposuction">Liposuction</a> <a href="/tubal-ligation">Tubal ligation</a> </li> <li class="hda-head_menu-row-bar-nav-level-2-item tablet-up"> <a href="/life-stages" class="hda-head_menu-row-bar-nav-level-2-heading">Life stages</a> <a href="/babies-and-toddlers-health">Babies and toddlers</a> <a href="/kids-health">Kids</a> <a href="/seniors-health">Seniors</a> </li> <li class="hda-head_menu-row-bar-nav-level-2-item__a-z"> <a href="/health-topics" class="hda-head_menu-row-bar-nav-level-2-heading">All topics</a> <a href="/health-topics/A">A</a> <a href="/health-topics/B">B</a> <a href="/health-topics/C">C</a> <a href="/health-topics/D">D</a> <a href="/health-topics/E">E</a> <a href="/health-topics/F">F</a> <a href="/health-topics/G">G</a> <a href="/health-topics/H">H</a> <a href="/health-topics/I">I</a> <a href="/health-topics/J">J</a> <a href="/health-topics/K">K</a> <a href="/health-topics/L">L</a> <a href="/health-topics/M">M</a> <a href="/health-topics/N">N</a> <a href="/health-topics/O">O</a> <a href="/health-topics/P">P</a> <a href="/health-topics/Q">Q</a> <a href="/health-topics/R">R</a> <a href="/health-topics/S">S</a> <a href="/health-topics/T">T</a> <a href="/health-topics/U">U</a> <a href="/health-topics/V">V</a> <a href="/health-topics/W">W</a> <a href="/health-topics/X">X</a> <a href="/health-topics/Y">Y</a> <a href="/health-topics/Z">Z</a> </li> </ul> </div> </li> <li class="hda-head_menu-row-bar-nav-level-1-item"> <a href="/medicines">Medicines</a> </li> <li class="hda-head_menu-row-bar-nav-level-1-item"> <a href="/symptom-checker">Symptom checker</a> </li> <li class="hda-head_menu-row-bar-nav-level-1-item"> <a href="/australian-health-services">Service finder</a> </li> <li class="hda-head_menu-row-bar-nav-level-1-item desktop-only"> <!-- Primary search block --> <form id="search-form-node-desktop-mode" class="hda-head_menu-row-node-desktop-mode-search"> <div role="combobox" aria-expanded="false" aria-owns="header-search-suggestions" aria-haspopup="listbox"> <input tabindex="0" id="header-search-desktop-mode" class="hda-head_menu-row-node-desktop-mode-search-field" type="search" autocomplete="off" name="searchterm" placeholder="Search our site" title="Suggestion options" aria-label="Enter your search terms" aria-autocomplete="list"> </div> <ul id="header-search-suggestions" class="dropdown-menu hda-head_menu-row-node-desktop-mode-search-list veyron-search-list" role="listbox" position="position"> <li class="primary-search-list-item" role="option"> <a tabindex="-1" rel="nofollow" href="/search-results/{{url}}">{{label}}</a> </li> </ul> <button tabindex="0" aria-label="search" class="hda-head_menu-row-node-desktop-mode-search-submit veyron-search-lens-btn" type="button"> <i aria-hidden="true" class="hda-head_menu-row-node-desktop-mode-search-icon"></i> </button> </form> <script type="text/javascript"> primarySearch('node-desktop-mode'); </script> </li> </ul> </nav> </div> </div> <div class="hda-head_mobile-screen mobile-only"></div> <nav class="hda-head_mobile-menu mobile-only"> <header>Menu <button class="hda-head_mobile-menu-btn-close">Close <i aria-hidden="true" class="hda-head_mobile-menu-btn-close-icon"></i></button></header> <ul class="hda-head_mobile-menu-lvl-1"> <li> <a href="/">Home <i aria-hidden="true" class="hda-head_mobile-menu-icon"></i></a> </li> <li> <a href="#" data-ga-finder="Top menu,Health topics A-Z,#">Health topics A-Z <i aria-hidden="true" class="hda-head_mobile-menu-icon"></i></a> <ul class="hda-head_mobile-menu-lvl-2"> <li> <a href="/health-topics/conditions">Conditions <i aria-hidden="true" class="hda-head_mobile-menu-icon"></i></a> </li> <li> <a href="/health-topics/symptoms">Symptoms <i aria-hidden="true" class="hda-head_mobile-menu-icon"></i></a> </li> <li> <a href="/health-topics/procedures">Procedures <i aria-hidden="true" class="hda-head_mobile-menu-icon"></i></a> </li> <li> <a href="/life-stages">Life stages <i aria-hidden="true" class="hda-head_mobile-menu-icon"></i></a> </li> <li> <a href="/health-topics">All topics <i aria-hidden="true" class="hda-head_mobile-menu-icon"></i></a> </li> </ul> </li> <li> <a href="/medicines">Medicines <i aria-hidden="true" class="hda-head_mobile-menu-icon"></i></a> </li> <li> <a href="/symptom-checker">Symptom checker <i aria-hidden="true" class="hda-head_mobile-menu-icon"></i></a> </li> <li> <a href="/australian-health-services">Service finder <i aria-hidden="true" class="hda-head_mobile-menu-icon"></i></a> </li> </ul> </nav> <script type="text/javascript"> initHeader(); </script> <!-- Inactivity Timeout - Start --> <script type="text/javascript" src="/assets/711/scripts/idle-session-timeout.js"></script> <script type="text/javascript" src="/assets/711/scripts/http-helper.js"></script> <script type="text/javascript" src="/assets/711/scripts/auth.js"></script> <!-- Inactivity Timeout - End --> </header> <section class="main"> <section class="main_content"> <div class="main_content-col-left"> <div class="floating-header-offset mobile-only" id="socialsharebuttonanchor"></div> <div class="main_content-col-left-tools mobile-only"> <div class="social-section_share socialshare-node-mobile-mode blog__node-mobile-mode"> <div class="social-section_share-platforms"> <button class="social-section_share-platforms-print veyron-social-share-print-btn"> <i aria-hidden="true" class="social-icon_print"></i> Print </button> <div class="social-section_share-platforms-group"> <button class="social-section_share-platforms-group-btn" aria-haspopup="false" aria-expanded="false"><i aria-hidden="true" class="dor-icon_share"></i> Share</button> <div class="social-section_share-platforms-group-menu"> <div class="social-section_share-platforms-group-menu-tail"></div> <a title="Share this page on Facebook" rel="nofollow" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://www.healthdirect.gov.au/costs-of-healthcare"> <i aria-hidden="true" class="social-icon_facebook"></i> <span class="sr-only">share via Facebook</span> </a> <button class="share-email-button veyron-social-share-email-btn"> <i aria-hidden="true" class="social-icon_email"></i> <span class="sr-only">share via Email</span> </button> </div> </div> <div class="popup-content hidden"> <form name="shareForm" novalidate class="social-section_share-form"> <header class="dor-modal_body-header"> <h2>Share via email</h2> </header> <section class="dor-modal_body-main veyron-global-popup-body-main"> <section class="dor-modal_body-main-notifications"> <div class="form-error-list dor-form_error-area hidden" tabindex="0"> <p>There is a total of <span>5</span> error<span>s</span> on this form, details are below.</p> <ul> <li id="txtNameErrorLabelList" class="hidden"><a href="#txtName">Please enter your name</a></li> <li id="txtFromEmailErrorLabelList" class="hidden"><a href="#txtFromEmail">Please enter your email</a> </li> <li id="txtFromEmailErrorLabel1List" class="hidden"><a href="#txtFromEmail">Your email is invalid. Please check and try again</a></li> <li id="txtToEmailErrorLabelList" class="hidden"><a href="#txtToEmail">Please enter recipient's email</a></li> <li id="txtToEmailErrorLabel1List" class="hidden"><a href="#txtToEmail">Recipient's email is invalid. Please check and try again</a></li> <li id="termsChkErrorLabelList" class="hidden"><a href="#chkTerms">Agree to Terms required</a></li> </ul> </div> <div class="dor-form_success-area hidden gaTrackCaptcha-fail" id="recaptcha"> Thank you for sharing our content. A message has been sent to your recipient's email address with a link to the content webpage. </div> </section> <section class="dor-modal_body-main-content"> <div class="dor-form_input-group"> <label id="lblName">Your name: <span class="sr-only">is required</span></label> <p id="txtNameErrorLabel" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>This is required</p> <div class="dor-text-input_group"> <i aria-hidden="true" class="dor-icon_user"></i> <input class="dor-text-input_group-txt-input" type="text" id="txtName" name="shareFromName" maxlength="50" aria-labelledby="lblName" aria-describedby="txtNameErrorLabel" aria-invalid="false" required> </div> </div> <div class="dor-form_input-group"> <label id="lblFromEmail">Your email: <span class="sr-only">is required</span></label> <p id="txtFromEmailErrorLabel" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>This is required</p> <p id="txtFromEmailErrorLabel1" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>Not a valid value</p> <div class="dor-text-input_group"> <i aria-hidden="true" class="dor-icon_envelope"></i> <input class="dor-text-input_group-txt-input" type="email" id="txtFromEmail" name="shareFromEmail" maxlength="50" aria-labelledby="lblFromEmail" aria-describedby="txtFromEmailErrorLabel txtFromEmailErrorLabel1" aria-invalid="false" required data-pattern=^[a-zA-Z0-9.'!#$%&*+/=?^{|}~_-]+(\.[a-zA-Z0-9.'!#$%&*+/=?^{|}~_-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,4})> </div> </div> <div class="dor-form_input-group"> <label id="lblToEmail">Send to: <span class="sr-only"> is required</span></label> <p id="txtToEmailErrorLabel" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>This is required</p> <p id="txtToEmailErrorLabel1" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>Not a valid value</p> <div class="dor-text-input_group"> <i aria-hidden="true" class="dor-icon_envelope"></i> <input class="dor-text-input_group-txt-input" type="email" id="txtToEmail" name="shareToEmail" aria-labelledby="lblToEmail" maxlength="50" aria-describedby="txtToEmailErrorLabel txtToEmailErrorLabel1" aria-invalid="false" required data-pattern=^[a-zA-Z0-9.'!#$%&*+/=?^{|}~_-]+(\.[a-zA-Z0-9.'!#$%&*+/=?^{|}~_-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,4})> </div> </div> <div class="dor-form_input-group"> <p id="termsChkErrorLabel" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>This is required</p> <label id="chkTerms" class="dor-chkrdo_group" aria-describedby="termsChkErrorLabel"> <input id="termsChk" class="checkbox-group-input" type="checkbox" name="terms" required> I have read and agree to the <a href="/terms-of-use" target="_blank">Terms of Use</a> and <a href="/privacy-policy" target="_blank">Privacy Policy</a><span class="sr-only"> is required</span>. <i aria-hidden="true" class="dor-chkrdo_group__off"></i> <i aria-hidden="true" class="dor-chkrdo_group__on"></i> </label> </div> </section> </section> <footer class="dor-modal_body-footer"> <button class="g-recaptcha dor-modal_body-footer-action" type="submit" title="Send to a friend via email" data-sitekey="6LeuO7AbAAAAAFFZKM3tkkJpyASWHzTJ-_fpMK7y" data-callback='onSubmit' data-error-callback='onError' data-size="invisible">Submit</button> </footer> </form> </div> <script type="text/javascript">function onSubmit(token) { sendNotification(); }; function onError(error) {}</script> </div> </div> <script type="text/javascript"> initialiseSocialShare('socialshare-node-mobile-mode', "https://www.healthdirect.gov.au/costs-of-healthcare"); </script> </div> <main class="main_content-general-text"> <header> <a id="main_content-text"><span class="sr-only">beginning of content</span></a> <h1>Costs of healthcare</h1> </header> <section class="main_content-theme"> <a href="/allied-health" title="Allied health" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/allied-health-aa4d64.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>Allied health</h4> <p> Allied health practitioners are trained professionals who are not doctors, dentists or nurses. Learn more about what these professionals do here. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about Allied health.</span > </button> </div> </a> <a href="/about-ambulances-in-australia" title="About ambulances in Australia" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/ambulance-8300c4.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>About ambulances in Australia</h4> <p> An ambulance provides emergency transport for sick or injured people. Learn more about when to call an ambulance, and what it will cost. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about About ambulances in Australia.</span > </button> </div> </a> <a href="/australias-healthcare-system" title="Australia’s healthcare system" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/australias-healthcare-system-f3eb86.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>Australia’s healthcare system</h4> <p> The Australian healthcare system can sometimes seem confusing. Learn more about the types of services available, and how you can access them. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about Australia’s healthcare system.</span > </button> </div> </a> <a href="/cost-of-dental-care" title="Cost of dental care" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/cost-of-dental-care-f70a5c.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>Cost of dental care</h4> <p> Dental care can be expensive and you may need to pay for it yourself. Find out the different ways you can cover the cost of dental care. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about Cost of dental care.</span > </button> </div> </a> <a href="/how-do-i-pay-for-healthcare-video" title="How do I pay for healthcare?" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/how-do-i-pay-for-healthcare-770e72.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>How do I pay for healthcare?</h4> <p> This article covers the most common questions about how to pay for your healthcare. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about How do I pay for healthcare?.</span > </button> </div> </a> <a href="/management-of-chronic-conditions" title="Management of chronic conditions" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/banners/w760h217/management-of-chronic-conditions_v2.jpg" title="Young man and woman having conversation" alt="Young man and woman having conversation"> <div class="main_content-theme-tile-body"> <h4>Management of chronic conditions</h4> <p> A chronic condition is an illness that lasts 6 months or more. Learn to manage a chronic condition, including types of support that are available. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about Management of chronic conditions.</span > </button> </div> </a> <a href="/pharmaceutical-benefits-scheme-pbs" title="Pharmaceutical Benefits Scheme (PBS)" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/pharmaceutical-benefits-scheme-pbs-be518f.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>Pharmaceutical Benefits Scheme (PBS)</h4> <p> Using the Pharmaceutical Benefits Scheme (PBS), Australians can access a wide range of prescription medicines without paying full price. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about Pharmaceutical Benefits Scheme (PBS).</span > </button> </div> </a> <a href="/private-health-insurance" title="Private health insurance" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/private-health-insurance-f51d0c.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>Private health insurance</h4> <p> Private health insurance can cover ambulance transport, hospital stays and extras, such as optical and dental. Find out here what is available. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about Private health insurance.</span > </button> </div> </a> <a href="/understanding-the-public-and-private-hospital-systems" title="Public and private hospitals – an overview" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/understanding-the-public-and-private-hospital-systems-0010e5.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>Public and private hospitals – an overview</h4> <p> Discover the differences between public and private hospitals in Australia, including costs, services, and how to decide which option is best for you. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about Public and private hospitals – an overview.</span > </button> </div> </a> <a href="/the-role-of-a-gp-video" title="The role of a GP" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/the-role-of-a-gp-9a943d.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>The role of a GP</h4> <p> Your GP (general practitioner) is usually the first person to go to if you’re sick. GPs coordinate your healthcare - watch this video to learn more. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about The role of a GP.</span > </button> </div> </a> <a href="/travelling-to-your-healthcare-appointment" title="Travelling to your healthcare appointment" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/travelling-to-your-healthcare-appointment-d65b57.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>Travelling to your healthcare appointment</h4> <p> If you live remotely, travelling to health appointments can be time-consuming and costly. Get tips on how to reduce travel time and costs. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about Travelling to your healthcare appointment.</span > </button> </div> </a> <a href="/understanding-the-costs-of-mental-health-services" title="Understanding the costs of mental health services" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/understanding-the-costs-of-mental-health-services-33b610.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>Understanding the costs of mental health services</h4> <p> Mental health care costs can vary depending on the service you use. Learn whether you are eligible for Government rebates to assist with your costs. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about Understanding the costs of mental health services.</span > </button> </div> </a> <a href="/what-is-a-referral" title="What is a referral?" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/what-is-a-referral-e2e698.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>What is a referral?</h4> <p> A referral is a written request from your doctor or health professional to get expert help with diagnosis or treatment of your health problem. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about What is a referral?.</span > </button> </div> </a> <a href="/what-is-medicare" title="What is Medicare?" class="main_content-theme-tile" > <img class="main_content-theme-tile-image" src="https://media.healthdirect.org.au/images/theme_promo/w760h217/what-is-medicare-6be330.jpg" title="" alt=""> <div class="main_content-theme-tile-body"> <h4>What is Medicare?</h4> <p> Medicare is a national insurance scheme that provides free or subsidised healthcare for Australians Learn more about how it works and who's eligible. </p> <button class="main_content-theme-tile-body-read-more"> Read more<span class="sr-only"> about What is Medicare?.</span > </button> </div> </a> </section> </main> </div> <aside class="main_content-col-right print-hidden"> <div class="tablet-up"> <section> <div class="social-section_share socialshare-node-desktop-mode blog__node-desktop-mode"> <div class="social-section_share-platforms"> <button class="social-section_share-platforms-print veyron-social-share-print-btn"> <i aria-hidden="true" class="social-icon_print"></i> Print </button> <div class="social-section_share-platforms-group"> <button class="social-section_share-platforms-group-btn" aria-haspopup="false" aria-expanded="false"><i aria-hidden="true" class="dor-icon_share"></i> Share</button> <div class="social-section_share-platforms-group-menu"> <div class="social-section_share-platforms-group-menu-tail"></div> <a title="Share this page on Facebook" rel="nofollow" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://www.healthdirect.gov.au/costs-of-healthcare"> <i aria-hidden="true" class="social-icon_facebook"></i> <span class="sr-only">share via Facebook</span> </a> <button class="share-email-button veyron-social-share-email-btn"> <i aria-hidden="true" class="social-icon_email"></i> <span class="sr-only">share via Email</span> </button> </div> </div> <div class="popup-content hidden"> <form name="shareForm" novalidate class="social-section_share-form"> <header class="dor-modal_body-header"> <h2>Share via email</h2> </header> <section class="dor-modal_body-main veyron-global-popup-body-main"> <section class="dor-modal_body-main-notifications"> <div class="form-error-list dor-form_error-area hidden" tabindex="0"> <p>There is a total of <span>5</span> error<span>s</span> on this form, details are below.</p> <ul> <li id="txtNameErrorLabelList" class="hidden"><a href="#txtName">Please enter your name</a></li> <li id="txtFromEmailErrorLabelList" class="hidden"><a href="#txtFromEmail">Please enter your email</a> </li> <li id="txtFromEmailErrorLabel1List" class="hidden"><a href="#txtFromEmail">Your email is invalid. Please check and try again</a></li> <li id="txtToEmailErrorLabelList" class="hidden"><a href="#txtToEmail">Please enter recipient's email</a></li> <li id="txtToEmailErrorLabel1List" class="hidden"><a href="#txtToEmail">Recipient's email is invalid. Please check and try again</a></li> <li id="termsChkErrorLabelList" class="hidden"><a href="#chkTerms">Agree to Terms required</a></li> </ul> </div> <div class="dor-form_success-area hidden gaTrackCaptcha-fail" id="recaptcha"> Thank you for sharing our content. A message has been sent to your recipient's email address with a link to the content webpage. </div> </section> <section class="dor-modal_body-main-content"> <div class="dor-form_input-group"> <label id="lblName">Your name: <span class="sr-only">is required</span></label> <p id="txtNameErrorLabel" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>This is required</p> <div class="dor-text-input_group"> <i aria-hidden="true" class="dor-icon_user"></i> <input class="dor-text-input_group-txt-input" type="text" id="txtName" name="shareFromName" maxlength="50" aria-labelledby="lblName" aria-describedby="txtNameErrorLabel" aria-invalid="false" required> </div> </div> <div class="dor-form_input-group"> <label id="lblFromEmail">Your email: <span class="sr-only">is required</span></label> <p id="txtFromEmailErrorLabel" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>This is required</p> <p id="txtFromEmailErrorLabel1" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>Not a valid value</p> <div class="dor-text-input_group"> <i aria-hidden="true" class="dor-icon_envelope"></i> <input class="dor-text-input_group-txt-input" type="email" id="txtFromEmail" name="shareFromEmail" maxlength="50" aria-labelledby="lblFromEmail" aria-describedby="txtFromEmailErrorLabel txtFromEmailErrorLabel1" aria-invalid="false" required data-pattern=^[a-zA-Z0-9.'!#$%&*+/=?^{|}~_-]+(\.[a-zA-Z0-9.'!#$%&*+/=?^{|}~_-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,4})> </div> </div> <div class="dor-form_input-group"> <label id="lblToEmail">Send to: <span class="sr-only"> is required</span></label> <p id="txtToEmailErrorLabel" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>This is required</p> <p id="txtToEmailErrorLabel1" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>Not a valid value</p> <div class="dor-text-input_group"> <i aria-hidden="true" class="dor-icon_envelope"></i> <input class="dor-text-input_group-txt-input" type="email" id="txtToEmail" name="shareToEmail" aria-labelledby="lblToEmail" maxlength="50" aria-describedby="txtToEmailErrorLabel txtToEmailErrorLabel1" aria-invalid="false" required data-pattern=^[a-zA-Z0-9.'!#$%&*+/=?^{|}~_-]+(\.[a-zA-Z0-9.'!#$%&*+/=?^{|}~_-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,4})> </div> </div> <div class="dor-form_input-group"> <p id="termsChkErrorLabel" class="dor-form_input-group-error hidden"><span class="sr-only">Error: </span>This is required</p> <label id="chkTerms" class="dor-chkrdo_group" aria-describedby="termsChkErrorLabel"> <input id="termsChk" class="checkbox-group-input" type="checkbox" name="terms" required> I have read and agree to the <a href="/terms-of-use" target="_blank">Terms of Use</a> and <a href="/privacy-policy" target="_blank">Privacy Policy</a><span class="sr-only"> is required</span>. <i aria-hidden="true" class="dor-chkrdo_group__off"></i> <i aria-hidden="true" class="dor-chkrdo_group__on"></i> </label> </div> </section> </section> <footer class="dor-modal_body-footer"> <button class="g-recaptcha dor-modal_body-footer-action" type="submit" title="Send to a friend via email" data-sitekey="6LeuO7AbAAAAAFFZKM3tkkJpyASWHzTJ-_fpMK7y" data-callback='onSubmit' data-error-callback='onError' data-size="invisible">Submit</button> </footer> </form> </div> <script type="text/javascript">function onSubmit(token) { sendNotification(); }; function onError(error) {}</script> </div> </div> <script type="text/javascript"> initialiseSocialShare('socialshare-node-desktop-mode', "https://www.healthdirect.gov.au/costs-of-healthcare"); </script> </section> <section class="widget-sym" data-ng-show="symptom" data-semantic-links="semanticLinks" layout="sidebar"> <h2>Symptom checker</h2> <p><strong>Worried about your health?</strong></p><p>Select a symptom, answer some questions, get advice.</p> <a class="widget-sym-btn" href="/symptom-checker/tool?symptom=GNRC" title="Check symptoms">Start Your Symptom Check</a> </section> <section class="hsf-panel-node-sidebar-mode veyron-search-by-service-panel "> <form data-old-class="hsf-form" name="serviceFinderForm" novalidate=""> <fieldset class="hsf-form_services"> <legend class="sr-only">service category</legend> <h2>Find a health service</h2> <section class="dor-form_error-area veyron-hsf-panel-error-list hidden" id="hadLocationErrors"> <ul> <li>Please enter a suburb or postcode of your location and select from the list.</li> <li>Unable to find your location. Please enter manually below.</li> <li>Location not found.</li> </ul> </section> <div class="hsf-form_services-cols" data-old-class="widget-hsf_content-col"> <label class="dor-chkrdo_group " > <input class="widget-hsf_content-col-rdo veyron-service-type-default" type="radio" name="selectedServiceType" data-service-name="GP (General practice)" value="aht-11222" checked="checked"> GP (General practice) <i aria-hidden="true" class="dor-chkrdo_group__off"></i> <i aria-hidden="true" class="dor-chkrdo_group__on"></i> </label> <label class="dor-chkrdo_group " > <input class="widget-hsf_content-col-rdo veyron-service-type-default" type="radio" name="selectedServiceType" data-service-name="Pharmacy" value="aht-12243" > Pharmacy <i aria-hidden="true" class="dor-chkrdo_group__off"></i> <i aria-hidden="true" class="dor-chkrdo_group__on"></i> </label> <label class="dor-chkrdo_group " > <input class="widget-hsf_content-col-rdo veyron-service-type-default" type="radio" name="selectedServiceType" data-service-name="Emergency Departments" value="aht-10968" > Emergency Departments <i aria-hidden="true" class="dor-chkrdo_group__off"></i> <i aria-hidden="true" class="dor-chkrdo_group__on"></i> </label> <label class="dor-chkrdo_group " > <input class="widget-hsf_content-col-rdo veyron-service-type-default" type="radio" name="selectedServiceType" data-service-name="Hospitals" value="aht-11440" > Hospitals <i aria-hidden="true" class="dor-chkrdo_group__off"></i> <i aria-hidden="true" class="dor-chkrdo_group__on"></i> </label> <p><a href="/australian-health-services">Need more services?</a></p> </div> </fieldset> <fieldset class="hsf-form_location veyron-hsf-panel-location"> <legend class="sr-only">enter a location</legend> <section class="dor-form_error-area veyron-hsf-panel-error-list hidden" id="hadLocationErrors"> <ul> <li>Please enter a suburb or postcode of your location and select from the list.</li> <li>Unable to find your location. Please enter manually below.</li> <li>Location not found.</li> </ul> </section> <div> <label>Enter a location</label> <!-- <div class="widget-hsf_content-col-start"> --> <!-- <label id="lblWidgetHsfLocation">Enter a location</label> --> <div class="hsf-form_location-input-group" data-old-class="widget-hsf_content-col-start-location"> <i aria-hidden="true" class="hsf-form_location-input-group-spinner veyron-hsf-panel-spinner"></i> <i aria-hidden="true" class="hsf-form_location-input-group-icon"></i> <input class="hsf-form_location-input-group-txt veyron-hsf-panel-location-input" placeholder="Enter postcode or town" type="search" role="combobox" aria-label="Enter a location" aria-describedby="hadLocationErrors" aria-haspopup="true" autocomplete="off" name="locationText" aria-expanded="false" aria-invalid="false" required="" id="search-location-node-sidebar-mode"> <ul class="hsf-form_location-input-group-auto-suggest veyron-hsf-panel-location-auto-suggest-list"> <li class="location-list-item veyron-hsf-panel-location-list-item" data-veyron-click="" tabindex="0" data-url="{{url}}" >{{prefLabel}}</li> </ul> </div> <label class="dor-chkrdo_group"> <input class="veyron-hsf-panel-use-current-location-checkbox" type="checkbox">Use current location <i aria-hidden="true" class="dor-chkrdo_group__off"></i> <i aria-hidden="true" class="dor-chkrdo_group__on"></i> </label> <button class="hsf-form_location-btn veyron-hsf-panel-search-btn" name="search">Search</button> <!-- </div> --> </div> </fieldset> </form> </section> <script type="text/javascript"> initHsfPanel('hsf-panel-node-sidebar-mode' ); </script> </div> <section class="main_content-article-helper mobile-only"> <a class="main_content-article-helper-sym" href="/symptom-checker/tool?symptom=GNRC">Check your symptoms</a> <a class="main_content-article-helper-hsf" href="/australian-health-services">Find a health service</a> </section> </aside> </section> </section> <div class="veyron-sc-hsf-action-nav"> <section class="content_hotline"> <h1 class="sr-only">Healthdirect 24hr 7 days a week hotline</h1> <div class="content_hotline-container"> <p>24 hour health advice you can count on</p> <p><a class="content_hotline-phone" href="tel:1800022222" data-ng-click="hotlineClicked()"><i aria-hidden="true" class="content_hotline-phone-icon"></i> 1800 022 222</a></p> </div> </section> </div> <section class="content_partners veyron-partner-strap-ui"> <h1 class="sr-only">Government Accredited with over 140 information partners</h1> <img class="content_partners-hda-logo" src="/assets/images/logo-hda.svg" alt="Healthdirect logo"> <p>We are a government-funded service, providing quality, approved health information and advice</p> <div> <a href="https://www.health.gov.au/" target="_blank" rel="noopener"><img src="/assets/images/logo-gov-dep-health.png" alt="Australian Government, health department logo"></a> <a href="https://www.health.act.gov.au/" target="_blank" rel="noopener"><img src="/assets/images/logo-gov-act.png" alt="ACT Government logo"></a> <a href="https://www.health.nsw.gov.au/" target="_blank" rel="noopener"><img src="/assets/images/logo-gov-nsw-health.png" alt="New South Wales government, health department logo"></a> <a href="https://www.health.nt.gov.au/" target="_blank" rel="noopener"><img src="/assets/images/logo-gov-nt.png" alt="Northen Territory Government logo"></a> <a href="https://www.health.qld.gov.au/" target="_blank" rel="noopener"><img src="/assets/images/logo-gov-qld.png" alt="Queensland Government logo"></a> <a href="https://www.sahealth.sa.gov.au/" target="_blank" rel="noopener"><img src="/assets/images/logo-gov-sa.png" alt="Government of South Australia, health department logo"></a> <a href="https://www.health.tas.gov.au/" target="_blank" rel="noopener"><img src="/assets/images/logo-gov-tas.png" alt="Tasmanian government logo"></a> <a href="https://www2.health.vic.gov.au/" target="_blank" rel="noopener"><img src="/assets/images/logo-gov-vic.png" alt="Victorian government logo"></a> <a href="https://ww2.health.wa.gov.au/" target="_blank" rel="noopener"><img src="/assets/images/logo-gov-wa.png" alt="Government of Western Australia, health department logo"></a> </div> </section> <footer class="hda-foot"> <div class="hda-foot_container"> <div class="grid-row"> <div class="hda-foot_col-about"> <h2>About</h2> <ul> <li> <a href="https://www.healthdirect.gov.au/how-healthdirect-can-help-you" rel="noopener">How we can help</a> </li> <li><a href="/health-app">Our mobile app</a></li> <li><a href="/linking-to-us" target="_blank">Linking to us</a></li> <li><a href="/information-partners">Information partners</a></li> <li> <a href="https://healthdirect-serviceline.atlassian.net/servicedesk/customer/portal/3/create/13" >Register your service</a > </li> <li><a href="/terms-of-use">Terms of use</a></li> <li><a href="/privacy-policy">Privacy</a></li> <li><a href="/contact-us">Contact us</a></li> <li><a href="https://about.healthdirect.gov.au/" rel="noopener" target="_blank">About us</a></li> </ul> </div> <div class="hda-foot_col-discover"> <h2>Discover</h2> <ul> <li><a href="/blog">Blog</a></li> <li><a href="/bmi-calculator">BMI calculator</a></li> <li><a href="/health-and-wellbeing-apps">Health apps</a></li> <li><a href="/medicines">Medicines</a></li> <li><a href="/australian-health-services">Service finder</a></li> <li><a href="/symptom-checker">Symptom checker</a></li> <li><a href="/question-builder">Question builder</a></li> </ul> </div> <div class="hda-foot_col-language"> <h2>Resources in your language</h2> <ul> <li><a href="/ar/resources-in-arabic">Arabic عربى</a></li> <li><a href="/bn/resources-in-bengali">বাংলা Bengali</a></li> <li><a href="/zh-hans/resources-in-chinese-simplified">简体中文 Chinese Simplified</a></li> <li><a href="/zh-hant/resources-in-chinese-traditional">繁體中文 Chinese Traditional</a></li> <li><a href="/vi/resources-in-vietnamese">Tiếng Việt Vietnamese</a></li> </ul> </div> <div class="hda-foot_col-social-app"> <p> <a href="https://itunes.apple.com/au/app/healthdirect-check-symptoms/id1021494621?ls=1&amp;mt=8" rel="noopener" > <img class="hda-foot_col-social-app-store-img" src="/assets/images/app-apple-store.png" alt="download from the App store"/></a > <a href="https://play.google.com/store/apps/details?id=au.org.healthdirect.healthdirectapp" rel="noopener" > <img class="hda-foot_col-social-app-store-img" src="/assets/images/app-google-play.png" alt="download from google play"/></a > </p> <p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a aria-label="link to facebook page" class="hda-foot_col-social-app-follow-icon" href="https://www.facebook.com/healthdirectaus/" target="_blank" ><i aria-hidden="true" class="social-icon_facebook"></i ></a> <a aria-label="link to instagram page" class="hda-foot_col-social-app-follow-icon" href="https://www.instagram.com/healthdirectaus" target="_blank" ><i aria-hidden="true" class="social-icon_insta"></i ></a> <a aria-label="link to linked-in page" class="hda-foot_col-social-app-follow-icon" href="https://www.linkedin.com/company/healthdirect-australia" target="_blank" ><i aria-hidden="true" class="social-icon_linkedin"></i ></a> </p> </div> </div> </div> <div class="hda-foot_container"> <div class="grid-row"> <p> healthdirect's information and advice are developed and managed within a rigorous <a href="https://about.healthdirect.gov.au/clinical-governance" rel="noopener" target="_blank" >clinical governance framework</a >. </p> <p> <small >This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank">Privacy Policy</a> and <a href="https://policies.google.com/terms" target="_blank">Terms of Service</a> apply. </small> </p> </div> </div> </footer> <div class="hda-foot_acknowledge"> <p> Healthdirect Australia acknowledges the Traditional Owners of Country throughout Australia and their continuing connection to land, sea and community. We pay our respects to the Traditional Owners and to Elders both past and present. </p> <p class="hda-foot_copyright"> © 2024 Healthdirect Australia Limited </p> </div> <div class="veyron-global-popup hidden"> <div class="veyron-global-disable-screen dor-modal_screen"></div> <div class="dor-modal_body veyron-global-popup-body"> <div class="veyron-global-popup-container"> </div> <button class="dor-modal_body-exit"> <i class="dor-icon_cross"></i> </button> </div> </div> <!-- discontinuing support for IE 11 and lower --> <div class="veyron-legacy-browser-msg-popup-content hidden"> <header class="dor-modal_body-header"> <h2>Support for this browser is being discontinued</h2> </header> <section class="dor-modal_body-main veyron-global-popup-body-main"> <section class="dor-form_error-area"> <p>Support for this browser is being discontinued for this site</p> <ul> <li>Internet Explorer 11 and lower</li> </ul> </section> <section class="dor-modal_body-main cont"> <p>We currently support Microsoft Edge, Chrome, Firefox and Safari. For more information, please visit the links below:</p> <ul> <li><a href="https://www.google.com.au/chrome/">Chrome by Google</a></li> <li><a href="https://www.mozilla.org/en-US/firefox/new">Firefox by Mozilla</a></li> <li><a href="https://www.microsoft.com/en-us/edge">Microsoft Edge</a></li> <li><a href="https://support.apple.com/en_AU/downloads/safari">Safari by Apple</a></li> </ul> <p>You are welcome to continue browsing this site with this browser. Some features, tools or interaction may not work correctly.</p> </section> </section> <footer class="dor-modal_body-footer"> <button class="dor-modal_body-footer-action veyron-popup-ok">Continue</button> </footer> </div> <script type="text/javascript"> function supportedIE() { var ua = window.navigator.userAgent; // Test values; Uncomment to check result … // IE 10 // ua = 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)'; // IE 11 // ua = 'Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko'; // Edge 12 (Spartan) // ua = 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0'; // Edge 13 // ua = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586'; var msie = ua.indexOf('MSIE '); if (msie > 0) { // IE 10 or older => return version number // return parseInt(ua.substring(msie + 5, ua.indexOf('.', msie)), 10); return false; } var trident = ua.indexOf('Trident/'); if (trident > 0) { // IE 11 => return version number // var rv = ua.indexOf('rv:'); // return parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10); return false; } var edge = ua.indexOf('Edge/'); if (edge > 0) { // Edge (IE 12+) => return version number // return parseInt(ua.substring(edge + 5, ua.indexOf('.', edge)), 10); return true; } // other browser return true; } function loadLegacyPopup() { var alreadyActiveSession = localStorage.getItem('isSessionActive'); // check for active session and or user logged in if(!alreadyActiveSession && !supportedIE()){ // user has alread visited clicked on continue where localStorage isSessionActive is set var ƒ = window['ƒ']; var ƒ1 = window['ƒ1']; var popupContainer = ƒ.openPopup(); var PopupContent = ƒ1('.veyron-legacy-browser-msg-popup-content').clone(); popupContainer.innerHTML = PopupContent.innerHTML; var continueBtn = ƒ1('.veyron-popup-ok', popupContainer); setTimeout(ƒ.setPopupHeight(), 0); continueBtn.bind('click', function(){ ƒ.closePopup(); localStorage.setItem('isSessionActive', 'Visited'); }); } } loadLegacyPopup(); </script> <div id="veyron-throbber" class="hidden"> <div class="dor-throbber_screen"></div> <div class="dor-throbber_body"> <!-- <div class="cssload-container"> <div class="cssload-circle"></div> <div class="cssload-circle"></div> </div> --> <div class="dor-throbber_body-container"> <div class="dor-throbber_body-container-rect1"></div> <div class="dor-throbber_body-container-rect2"></div> <div class="dor-throbber_body-container-rect3"></div> <div class="dor-throbber_body-container-rect4"></div> <div class="dor-throbber_body-container-rect5"></div> <div class="dor-throbber_body-container-rect6"></div> </div> </div> </div> <script type="text/javascript" src="/components/veyron/bootstrapper.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10