• Home
  • Public Health COVID-19 Emergency ends May 11

Public Health COVID-19 Emergency ends May 11

05/05/2023 12:38 PM | Anonymous member (Administrator)

The Public Health Emergency for COVID-19 ends on May 11, 2023. What does this mean for you?

After May 11, 2023, Medicare will no longer cover or pay for over-the-counter (OTC) COVID-19 tests. If you're enrolled in a Medicare Advantage Plan, you may have more access to tests depending on your benefits. Make sure to check with your plan.


431 18th St, NW, Washington, DC 2006  PO Box 1581  .  Vienna, VA 22180
E-mail: admin@arcretireeassoc.org
Tel: 202-303-8779. ARCRA & Retiree Connection

© American Red Cross Retiree Association All rights reserved

Powered by Wild Apricot Membership Software
function SetMyDate() { // Array of day names var dayNames = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); // Array of month Names var monthNames = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); var now = new Date(); document.getElementById("YOURELEMENTID").value = dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear(); }