ADVERTISEMENT

DOH sounds alarm on rising cases of influenza, dengue, leptospirosis

Published Feb 14, 2025 08:03 am

 

doh 3.jpeg
(DOH / Manila Bulletin)

 

With infections on the rise, the Department of Health (DOH) on Friday, Feb. 14, urged the public to take extra precautions against influenza-like illnesses (ILI), dengue, and leptospirosis, linking the surge in cases to ongoing weather disturbances.


 

The increase in cases comes amid frequent rainfall and thunderstorms caused by the shear line, Intertropical Convergence Zone (ITCZ), and easterlies, which create ideal conditions for disease transmission.


 

Data from the DOH showed that while ILI cases have declined by 50 percent year-on-year—from 21,340 cases in 2024 to 9,995 cases in 2025—there has been a sharp rise in recent weeks. 


 

From January 5 to 18, cases surged to 5,150, more than double the 2,388 cases recorded from Dec. 22 to Jan. 4, the health department added.


 

Per the agency, it is working with international health organizations to assess whether the increase remains within expected seasonal flu trends. 


 

The DOH also cited a health advisory from the Philippine Embassy in Japan, warning Filipinos about the spike in influenza cases there, though Japan has since reported a decline. 


 

No major flu outbreaks have been observed in Southeast Asia, it added.


 

Meanwhile, the agency said dengue cases have risen by 40 percent, with 28,234 infections recorded as of Feb. 1. 


 

From Jan. 5 to 18 alone, cases increased to 15,088, marking an eight percent jump from the previous two-week period. 


 

Despite this upward trend, the health department noted that the dengue case fatality rate (CFR) has dropped to 0.35 percent, an improvement from 0.42 percent last year.


 

The DOH said leptospirosis cases have also climbed by eight percent, reaching 422 cases from 392 last year. 


 

The agency urged the public to seek immediate medical attention if exposed to floodwater, even without visible wounds, as symptoms may take two to 30 days to appear.


 

With this, DOH Secretary Teodoro “Ted” Herbosa told Filipinos to remain vigilant.


 

“The Department urges the public to seek early medical consultation to ensure timely treatment and prevent complications if you experience any symptoms of W.I.L.D (Water and food-borne diseases, Influenza-like illnesses, Leptospirosis, and Dengue) diseases like fever or feeling feverish/chills, cough, sore throat, runny or stuffy nose, muscle or body aches, headaches, fatigue, and sometimes vomiting and diarrhea,” Herbosa said.


 

Preventive measures


 

In response to the rising cases, the DOH has urged the public to take proactive measures to prevent infection, emphasizing the importance of early medical consultation at the first sign of flu-like symptoms.


 

Seeking medical attention promptly can help ensure timely treatment and prevent complications, particularly for individuals at higher risk.


 

The health department also stressed the need to eliminate mosquito breeding grounds by removing stagnant water in and around homes.


 

Standing water, even in small containers, can serve as a breeding site for mosquitoes that spread dengue and other mosquito-borne illnesses.


 

To further reduce the risk of mosquito bites, the agency encouraged people to use insect repellent and wear protective clothing, such as long sleeves and pants, especially in areas where dengue cases are high.


 

As such, the DOH called for supporting fogging operations in high-risk areas where dengue outbreaks are occurring.


 

While eliminating breeding sites is the primary method of mosquito control, targeted fogging in hotspot areas can help reduce mosquito populations and limit disease transmission.


 

The public was also reminded to practice frequent handwashing with soap and water to prevent the spread of viruses.


 

Proper hand hygiene is essential in reducing the transmission of influenza-like illnesses and other infections that can spread through contaminated surfaces or close contact with infected individuals.

Related Tags

DOH
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.