ADVERTISEMENT

Three years on, WHO says Covid still global emergency

Published Mar 2, 2023 01:01 pm

GENEVA, Switzerland - Three years to the day after the World Health Organization sounded the highest level of global alert over Covid-19, it said on Monday the pandemic remains an international emergency.

WHO director-general Tedros Adhanom Ghebreyesus reached that conclusion following the recommendations of the United Nations health agency's emergency committee, which on Friday held its 14th meeting since the start of the crisis.

The WHO first declared a so-called public health emergency of international concern (PHEIC) -- its highest possible level of global alert -- on January 30, 2020, over what was then called the novel coronavirus.

When it sounded the alarm, fewer than 100 cases and no deaths had been detected outside China.

Since then, more than 752 million confirmed cases of Covid-19 have been reported to the WHO, including more than 6.8 million deaths, though the true numbers are thought to be far higher.

Addressing the WHO's executive board in Geneva on Monday, Tedros acknowledged that "as we enter the fourth year of the pandemic, there is no doubt we are in a far better situation now than we were a year ago, when the Omicron wave was at its peak".

But, he added, "since the beginning of December, weekly reported deaths have been rising".

"In the past eight weeks, more than 170,000 people have lost their lives to Covid-19."

- 'Transition point' -

Weekly death rates had dropped from more than 70,000 per week at the start of 2022 to below 10,000 in October.

But they began swiftly rising again in early December, driven especially by a dramatic outbreak in China, after Beijing lifted its tight Covid restrictions.

In mid-January, almost 40,000 Covid weekly deaths were reported -- more than half of them in China.

Back in 2020, when the global crisis was also concentrated in China, WHO's declaration of a PHEIC failed to elicit the urgent global response required.

It was only after Tedros described the worsening Covid situation as a pandemic on March 11, 2020, that many countries realised the danger.

Three years later, WHO said on Monday that the emergency committee deemed the pandemic is "probably at a transition point".

Tedros "appreciates the advice of the committee to navigate this transition carefully and mitigate the potential negative consequences", it said.

But Tedros reiterated his concern over a dramatic drop in surveillance of the virus through testing and sequencing.

He also voiced disappointment that many vulnerable people remain un- or under-vaccinated and lack access to the drugs needed to treat severe Covid disease.

"We can't control the virus but we can do more to address the vulnerabilities in populations and health systems," he said.

"That means vaccinating 100 percent of the most at-risk groups. It means increasing access to testing and early antiviral use." Monday's decision came as the International Federation of the Red Cross (IFRC) warned that the world remained "dangerously unprepared" for the next crisis.

"The Covid-19 pandemic should be a wake-up call for the global community to prepare now for the next health crisis," said IFRC secretary general Jagan Chapagain.

"The next pandemic could be just around the corner," he warned.

"If the experience of Covid-19 won't quicken our steps toward preparedness, what will?"

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.