CDC COVID-19 Latest CDC Guidelines

07/19/2022 9:09 AM | Anonymous member (Administrator)

Hundreds of millions of people in the United States have safely received COVID-19 vaccinations. These vaccines have undergone the most intensive safety monitoring in U.S. history that includes both established and new safety monitoring systems.

The CDC maintains a database on COVID-19 vaccination, infection, hospitalization and deaths rates by county.  Their website information is updated daily.

So, whether you are looking for the latest COVID-19 statistics, travel guidelines, or recommendations on vaccines and boosters, the first place to look is the CDC COVID-19 Index. Click here to get the latest information on COVID -19 from the CDC

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