Thursday, June 26, 2025
29 C
Singapore

Morning brief: Covid-19 update for April 23, 2020

Singapore – With 1,016 new cases of Covid-19 as of Wednesday (April 22), Singapore has crossed the 10,000-mark with a total of 10,141 cases and 12 reported deaths.

The Ministry of Health identified eight new clusters, three at Tuas View Square, two at Sungei Kadut Avenue and one each at Kranji Link, Wing Fong Court and Senoko Drive respectively.

On Tuesday night (April 21), an 84-year-old Singaporean woman, case 1071, passed away due to Covid-19 complications.

Of the new cases reported, 967 were linked to foreign workers living in dormitories, while 32 cases were traced to those residing in other areas. A total of 73 per cent of the cases have been linked to clusters.

Local clusters

New clusters
One of the most recent confirmed cases has been linked to the new cluster at 10 Kranji Link.

Six were linked to 32 Tuas View Square, three to 36 Tuas View Square and one to 40 Tuas View Square.

See also  Singapore Govt promises to spare no effort to defend and protect citizens from Wuhan virus

Eleven cases were linked to the new cluster at 61 Senoko Drive while another 23 to 8 Sungei Kadut Avenue and 41 to 18 Sungei Kadut Avenue. The last newly-formed cluster at the Wing Fong Court condominium had five linked cases.

To date, 896 patients have recovered from the virus, while 27 remain in critical condition.

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });