ADVERTISEMENT

'Slight' rise in rabies cases not alarming—DOH exec

Published Mar 11, 2023 03:42 am
There is a “slight” increase in the number of rabies cases this year, an official of the Department of Health (DOH) said. A total of 55 rabies cases were already recorded as of Feb. 25. This is eight percent higher than the 51 cases logged during the same period last year, said DOH-Epidemiology Bureau Director Dr. Alethea De Guzman in a forum on Friday, March 10. Despite the increase in cases, De Guzman said that this is not considered as “alarming.” The rise in cases can be attributed to the improved surveillance and reporting, she said. “I would not describe it as alarming though it is slightly higher. Bakit slightly higher? Possible na nagi-improve na yung surveillance natin (Why is it slightly higher? It is possible that our surveillance is improving),” she explained. “Remember for the past three years, we have been very focused on Covid-19.  And it is only recently we have resources for diseases other than Covid-19,” she added. De Guzman said that the regions with the most number of rabies cases were Central Luzon with 11 cases, Calabarzon with nine, Bicol Region with five, Northern Mindanao with four, and Davao Region with four cases as well. “Mas matatanda yung mga nagiging rabies cases natin (Most of our rabies cases are adults) where 54 percent from 2008 to 2023 are actually among aged 20 to 59 years old, “ said De Guzman. “Seventy-two percent of our cases naman ay mga lalaki (are men), so ang (the) greater proportion ay (is) among the male sex,” he added.

Rabies-free zones



There are eight provinces in the Philippines that were already declared as “rabies-free,” said De Guzman. These are Siquijor (2008), Batanes (2010), Biliran (2012), Camiguin (2012), Marinduque (2012), Dinagat Island (2015), Catanduanes (2018), and Romblon (2018). Meanwhile, De Guzman said that some cities and municipalities in 14  provinces were also tagged as rabies-free. These include Negros Oriental (two areas), Camotes Island (four areas), Negros Occidental (one area), Southern Leyte (one area) Palawan (11 areas), Quezon (eight areas), Surigao Del Norte (five areas) Batangas (one area), Iloilo (seven areas), Masbate (four areas), Bohol (one area), Northern Samar (two areas), and Zamboanga Sibugay (three areas). With this, De Guzman reminded the public that rabies “can be prevented through vaccination of dogs and other pets and avoiding interactions with wild/stray animals.” Meanwhile, the DOH is currently working with the local government units to increase the number of Animal Bite Treatment Centers (ABTC) in the country. “Marami na tayong centers pero magandang madagdagan pa yan ng mga local government units (We have several centers already but it would be good if local government units could increase the number)... That is part of the effort of the DOH and LGUs—so, we expand access and availability to these treatment centers,” said De Guzman.

Related Tags

Department of Health (DOH) Rabies rabies-free zones
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.