Set Communication & Mailing Preferences: Online Only

Please click the CONFIRM button below to confirm you would like to receive the following document(s) online:

We will send you an email when a new document is posted and ready for you to review. Emails don’t contain private or sensitive information. See the Privacy Policy link below to learn more.

If you change your email address, please update your Account Setting to make sure we use the correct email address.

You can go back to paper documents by mail at any time. Change your Communication & Mailing Preferences.

Skip to Site Navigation

Common Questions

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'); }