91³Ô¹ÏÍø

Watch CBS News

FDA authorizes over-the-counter combined COVID-19 and flu home test

The Food and Drug Administration is making it easier for people to simultaneously test themselves for COVID-19 and the flu at home. 

The agency this week authorized the Healgen Scientific's Rapid Check COVID-19/Flu A&B Antigen Test for home use without a prescription. While other at-home combination tests that can detect both COVID-19 and influenza already exist, they are currently available only under emergency-use authorization. 

The Healgen test is the first combined home COVID and flu test authorized to be marketed outside emergency use. 

"As we enter this year's annual flu season with respiratory illnesses such as COVID-19 on many of our minds, our ability to detect these pathogens effectively and efficiently can be impactful on our daily lives," Dr. Michelle Tarver, acting director of the FDA's Center for Devices and Radiological Health, said in a statement on Monday. "Today's authorization expands the options for individuals with respiratory symptoms to receive information about their health from the comfort of their home." 

healgen-otc.png
The FDA has authorized the Healgen Rapid Check COVID-19/Flu A&B Antigen test for over-the-counter use. Healgen.com

Similar to other virus test kits on the market, the Healgen product entails using a nasal swab sample to detect if it shows the presence of proteins from SARS-CoV-2 (the virus that causes COVID-19) or influenza A and B (the two most common flu strains). At-home test results for both COVID-19 and flu appear in approximately 15 minutes, according to the FDA. 

The Healgen test is for self-use by individuals 14 years or older, or for young children aged 2 years and older when administered by an adult. Based on an FDA analysis, the test correctly identified 99% of negative and 92% of positive SARS-CoV-2 samples; 99.9% of negative Flu A and B samples; and 92.5% and 90.5% of positive Flu A and Flu B samples, respectively. 

"As with all rapid antigen tests, which generally have lower sensitivity than molecular tests, there is a risk of false negative test results," the FDA stated, adding that individuals with ongoing symptoms should follow up with a health care provider.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });