Account Balances

Applied Amount

Max Out of Pocket Limit

Applied Amount

Max Out of Pocket Limit

Current Total Out of
Pocket

$0.00

Initial Threshold
Amount

Member Health Account Balance

Current Year Account Balance

Prior Year Carryover Balance

Date of Service Amount Paid Name of Provider Payment Type Date Payment Applied

Common Questions

Skip to Site Navigation

Sorry. It's not you, it's us.

We're currently experiencing an internal server problem.
Try refreshing the page or check back soon.

If you are continuing to see this message and need immediate assistance, please call the number located on the back of your ID card. If you don't have your ID card handy, please call 1-866-414-1959 8 am - 10 pm ET, Monday-Friday.

If this is a medical emergency, please call 911.

var path = window.location.pathname; var page = path.split("/").pop(); if(page === "health-wellness.html"){ let url = new URL(window.location.href); let node = document.createElement('script'); if(url.hostname === 'prod.member.myuhc.com') node.src = "https://async-msg-scripts-prd.optum.com/medicaid/index.js"; else if (url.hostname === 'stg.uat.myuhc.com') node.src = "https://async-msg-scripts-prd.optum.com/medicaid/index.js"; else if (url.hostname === 'test.int.myuhc.com') node.src = "https://async-msg-scripts-stg.optum.com/medicaid/index.js"; node.type = 'text/javascript'; node.async = false; node.charset = 'utf-8'; document.getElementsByTagName('head')[0].appendChild(node); var uuid = ""; var encrypta4key = CQ_Analytics.eligibilityStore.data.encrypta4key; var postA4meObj = {}; var jsonResponse; var big5Url = '/myuhc/api/decrypt/big-five'; postA4meObj.decryptKey = encrypta4key; $.ajax({ type: 'post', url: big5Url, contentType: "application/json", Accept: "application/json", data: JSON.stringify(postA4meObj), dataType: "JSON", async: false }).done(function(response){ if (response != null && response.decryptAdvocateKey != null) { jsonResponse = response.decryptAdvocateKey; var a4meKeyArr = jsonResponse.split('|'); uuid = a4meKeyArr[5]; } }); var langCode; if(localeValue){ langCode = localeValue.split("-")[0]; } console.log("uuid--->",uuid,"langParam--->",langCode); node.addEventListener('load', (event) => { window.async_msg_pkg.init( () => uuid, async_msg_medicaid_pkg.getHostType, window.async_msg_pkg.setLpTag, async_msg_medicaid_pkg.setSection, async_msg_medicaid_pkg.getIss(), () => {}, () => window.async_msg_medicaid_pkg.collectUnauthenticatedSDEData({lang: langCode}) ); }); console.log('page is completely loaded'); }