for

for

You are covered for:

You are covered for:

Pharmacies & Prescriptions

play your personalized benefits video

,

(This video is not available in Spanish) (El video no está disponible en Español)
Was this video helpful?
Skip to Site Navigation

Common Questions

OptumRx is your best choice for a mail order pharmacy because you will be able to receive up to a three-month supply of your prescriptions, convenient home delivery and potential savings.

You can access the website for OptumRx by selecting one of the links provided on this page.

The Medication and Pricing Alternatives page on the OptumRx website gives you great information about your medication cost, any potential alternatives, and any potential cost savings.

That depends on your health plan. Once on optumrx.com, you can go to View Prescription Benefits to find out the details on your health plan benefits.

Standard shipping is provided at no charge and there are no additional fees.

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