Friday, June 27, 2025
32.9 C
Singapore

Number of Zika cases in Singapore could rise to 47

The Health Ministry announced yesterday that 41 people were infected with the Zika virus in the Aljunied Crescent-Sims Drive area. Today the Ministry announced that five more suspected cases have been discovered. The clinic which discovered Singapore’s first locally-transmitted Zika case referred these five cases to MOH. The five patients, including some foreign workers, were sent to the Communicable Diseases Centre (CDC) for further testing after having had their blood and urine samples taken.

If the 5 cases are confirmed, with the 41 cases announced in the past 2 days and the 1 case reported in May 2016, the number of Zika cases here would rise to 47.

See also  In light of political ad ban, SDP asks Google, “What legislation in Singapore bans online political advertising?” 

Hot this week

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Harvard and University of Toronto brace for crisis, draft backup plan for international students

TORONTO: In an audacious and extraordinary move, Harvard University...

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); } });