Friday, June 27, 2025
31.1 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  Some Indonesians upset that S'pore, M’sia, Brunei & Thailand jointly nominated kebaya for UNESCO Intangible Cultural Heritage list

Hot this week

Singapore launches GaN hub to power next-gen semiconductors

SINGAPORE: Singapore launched a new S$123 million semiconductor facility...

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