ADVERTISEMENT

Britain passes 'terrible' milestone of 20,000 coronavirus deaths

Published Apr 26, 2020 12:00 am
By Reuters  Britain’s COVID-19 death toll passed 20,000 on Saturday in what the interior minister called “a tragic and terrible milestone” as she urged people to stay at home.
Medical workers conduct coronavirus disease (COVID-19) check-ups at a drive-thru testing site in Chessington, London, Britain, April 24, 2020. (REUTERS/Henry Nicholls / MANILA BULLETIN) Medical workers conduct coronavirus disease (COVID-19) check-ups at a drive-thru testing site in Chessington, London, Britain, April 24, 2020. (REUTERS/Henry Nicholls / MANILA BULLETIN)
The government is facing growing criticism over its response to the new coronavirus pandemic as the death toll rises. Britain was slower to impose a lockdown than European peers and is struggling to raise its testing capacity. The country now has the fifth-highest official coronavirus death toll in the world, after the United States, Italy, Spain and France, and scientists have said that the death rate will only start to decline quickly in another couple of weeks. In mid-March, the government’s chief scientific adviser said keeping the death toll below 20,000 would be a “good outcome”. The latest daily death toll of 813 hospital deaths brought the number of people who have tested positive for the illness and died in hospital to 20,319. Interior minister Priti Patel said the country was not out of the woods yet, and pleaded with Britons to stay at home as more people start ignoring lockdown advice. Data showed car usage had started to rise this week. “Our instruction remains clear, people should stay at home, protect the NHS (National Health Service) and save lives,” Patel told a news conference on Saturday. “We know that people are frustrated but we are not out of danger. It is imperative that we continue to follow the rules.”

TESTING TIMES

Britain’s total number of deaths is likely to be thousands higher with the addition of more comprehensive but lagging figures that include deaths in care homes. As of April 10, the hospital toll was short of the overall toll by about 40%.
Prime Minister Boris Johnson is still recovering after falling seriously ill with COVID-19 earlier this month and in his absence, government ministers have been struggling to explain high death rates, limited testing and shortages of protective equipment for medical workers and carers. Health ministry data published on Saturday showed that 28,760 tests were carried out on April 24. That is likely to put further pressure on the government given its target of hitting 100,000 tests per day by the end of April is just days away. Asked at the news conference when care home deaths would peak, Stephen Powis, the medical director of the National Health Service (NHS) in England, declined to predict a date, but said the care sector would benefit from more testing. There are concerns that limited testing could mean a slow exit from lockdown and a worse hit for Britain’s economy, the world’s fifth largest. Earlier on Saturday, Powis declined to give a new number for how many deaths could now be expected after the toll exceeded the 20,000 “good outcome”, but told BBC Radio: “It will take some time, it may take many years, before the full effect of the pandemic is known in this country.”
Striking a positive note, Powis added the NHS had not been overwhelmed in the way that hospitals in some other countries have been. Healthcare providers were now preparing to ramp up non-coronavirus treatments, such as restarting planned surgeries. “As we are now beginning to see a decline, a decrease, in the number of patients with coronavirus, it is absolutely the time to start building up our services again,” he said.
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.