Appeal Claim Denial

Texas Appeal Rights

You or your authorized representative may appeal a denial of benefits by filing a written request within 2 years to:

United Group Programs, Inc.
Claims Department
3145 Avalon Ridge Place Ste 300
Peachtree Corners, GA 30071
(800) 810-9892

Back to Resources
document.addEventListener("DOMContentLoaded", function () { setTimeout(function () { let loginBlocks = document.querySelectorAll(".p-6.bg-white.shadow-sm.rounded-lg"); loginBlocks.forEach(function (block) { let titleElement = block.querySelector("h2"); if (titleElement && titleElement.textContent.includes("Member and Provider Login")) { let registerButton = block.querySelectorAll(".show-login-modal")[1]; // Get the 2nd button (Register) if (registerButton) { registerButton.classList.remove("show-login-modal"); // Remove the popup trigger registerButton.setAttribute("href", "https://claims.optimedhealth.com/"); // Redirect to correct link registerButton.addEventListener("click", function (e) { e.preventDefault(); // Prevent any existing script interference window.location.href = "https://claims.optimedhealth.com/"; // Redirect manually }); } } }); }, 500); // Delay to ensure the page fully loads });