ADVERTISEMENT

Good news for mildly infected COVID patients

Published Nov 21, 2021 08:32 am

ANGEL THOUGHTS

Some positive news: We learned of an FDA-approved medicine that is said to be effective for COVID patients who have it mild to moderate.

During the first months of the COVID-19 pandemic, the widespread belief was that everything would be all right once vaccines were developed by experts, distributed to all countries, and administered to populations. Once that happened, life would go back to normal.

It has been nearly two years. Several vaccine brands have been developed and rolled out to numerous countries around the world. Different governments have had differing success in inoculating their populations against the virus. There is also the perennial threat of cyclical surges following a loosening of restrictions.

As a result, recovery has been uneven, uncertain. It’s been a terrifying roller coaster ride for ordinary folks and health experts. The victims themselves have to go through the painful process of trying to get well (by themselves in COVID wards) and praying for an effective medicine.

We now know that despite the availability of vaccines, the debilitating effects of COVID-19 on our healthcare system and economy. We do need a more active strategy to vaccinate everyone.

What would allow us to step up our game in fighting COVID-19? A good complement to a robust vaccination program is access to innovative treatments that have been approved by health authorities would greatly help.

On Sept. 24, the World Health Organization updated its clinical care guidance to include the monoclonal antibodies casirivimab and imdevimab (known as Ronapreve outside the US and UK) for treatment of non-severe cases of COVID-19, who are at the highest risk of hospitalization. It is also ideal for patients with severe or critical illness who have not mounted an antibody response.

In July 2021, Japan fully approved Ronapreve antibody treatment for patients with mild to moderate cases. A month later, in August 2021, the UK regulators followed by granting a Conditional Marketing Authorization to treat patients with confirmed acute COVID-19 infection. Other countries including the US have authorized Ronapreve for emergency or temporary use. For example, it was used to treat former US President Donald Trump when he was hospitalized for COVID last year.

This  Oct. 1, the Philippines’ Food and Drug Administration issued an emergency use authorization for Ronapreve as treatment for COVID-19.

Ronapreve is a cocktail of two monoclonal antibodies that, according to studies, reduces the risk of hospitalization and death by up to 70 percent in mild to moderate COVID-19 patients.  The two ingredients, casirivimab and imdevimab, work together to prevent the SARS-CoV2 virus from infecting cells that line the respiratory tract.

Ronapreve is used in patients 12 years and older, weighing at least 40 kilograms, and not requiring supplemental oxygen. It may be given as a single infusion into the vein .
Developed by biotech firms Regeneron and Roche, Ronapreve is currently being used at St. Luke’s Medical Center and Makati Medical Center that were earlier given a Compassionate Special Permit by the FDA.

So what is the next logical step? The Health Technology Assessment Council (HTAC) and Philippine COVID-19 Living Recommendations first have to give a positive recommendation to the Department of Health before the government can procure the drug. The assessment has to be concluded before hospitals can place an order through the government, the only entity that can procure and distribute it.

A recent forum  by the Stratbase ADR Institute gathered health and policy experts who agreed that treatments such as Ronapreve should run parallel to the nationwide vaccination drive.

Prof. Dindo Manhit, Stratbase ADRi President, said: “We need an innovative, accelerated, cross-sectoral, and cost-effective approach to healthcare if we are to confront this lingering crisis decisively.”

In the same virtual town hall discussion, Dr. Rontgene Solante, chief of the Adult Infectious Diseases and Tropical Medicine Unit at San Lazaro Hospital, emphasized the need to move forward “because SARS-CoV-2 is not going away.”
The experts agree that administrative and bureaucratic roadblocks should be hurdled right away to allow as many COVID-19 patients access to innovative treatments like Ronapreve. In fact, it should be made part of PhilHealth benefits under the COVID interventions and be available to all Filipinos, especially those who cannot afford hospitalization and expensive medicines.

One can imagine the lives that could be saved and the resources that can be freed up for those needing them more. More important, imagine the reduced strain on medical front-liners and the healthcare system in general.

Wistful thinking or a “new “ normal for all?

Related Tags

Ronapreve FDA covid doh
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.