ADVERTISEMENT

Wishing the President good health

Published Jan 28, 2026 12:05 am  |  Updated Jan 27, 2026 04:23 pm
THE VIEW FROM RIZAL
We agree with the recent statement of the Palace: The matter of the President’s health must not be trivialized nor politicized. Yes, the state of the physical well-being of the highest official of the land is not something to be joked about.
After all, no matter what one’s political persuasion may be, one must accept the fact that the Chief Executive is the pillar upon which the stability of the country’s governmental structure, the sustainability of operations, and the predictability of policies and actions rest. Market analysts, local and international investors, and the business community as a whole have the physical condition of the nation's leader on their radar screen. To them, the state of a country’s Chief Executive is an important factor in investment decision-making.
We commend the Palace for announcing the President’s recent hospitalization and being transparent about his condition. This recognizes that the President’s health is a matter of public interest. His office has a duty to keep the public informed.
We also commend the President for seeking medical attention. While his health is a personal concern, it is also a public responsibility. In a way, as far as elected public officials are concerned, it is their responsibility to take good care of their physical, emotional, and mental well-being, not just for their own sake but also that of their constituents. In other words, a leader is duty-bound to be and to stay physically fit.
At the local government level, we express elation over the news that the President’s ailment is non-life-threatening. We wish him a full recovery and pray that he continues to be blessed with good health. There are important actions and decisions that the national government must make and take at this point. They require the wisdom of the President’s direction, and he can best lend this when he is, as the saying goes, “in the pink of health.”
We noted that there appears to be a “debate” going on in social media regarding the nature and “gravity” of the President’s ailment. We will now put on our medical doctor’s hat and put in our few cents’ worth to the discussion on this matter.
The official diagnosis reportedly said the President had gone to the hospital due to discomfort arising from “diverticulitis.”
What is this ailment, and is this “life-threatening” as some of his critics allege?
Diverticulitis is basically an inflammation. This happens within the walls of the large intestines. These “walls” are supposed to be smooth. Among certain people, particularly those who are 50 years old and above, these intestinal walls become “rough” due to irregular bulging pouches called “diverticula.”
When one has diverticula, the condition is called “diverticulosis.” From the medical standpoint, diverticulosis is not a disease.
Now, these pouches, called diverticula, could occasionally be inflamed. The inflamed condition is called “diverticulitis,” which was the President’s complaint. That inflamed condition can cause pain, fever, changes in bowel movement, and even nausea. Those who suffer from this condition swear that their situation can be very uncomfortable and can disrupt work and daily routine.
Severe diverticulitis may require surgery. Mild diverticulitis simply requires rest and prudence in one’s diet. Sometimes, antibiotics may help.
True, there are research studies in the medical field that are looking into a possible link between diverticulitis and colorectal cancer. There appears to be no consensus on this matter yet. There are preliminary findings that there are increased risks of colorectal cancer among patients with acute diverticulitis. We underscore: the risk is increased, but acute diverticulitis does not automatically equate to having cancer.
Based on what we have read in the media, it appears the President’s situation is, while causing discomfort, a mild one.
At this point, we hope the President would find time to de-stress and rest. Some might say such is an unreasonable wish. After all, it is understandable that the issues and controversies in the political arena may be taking their toll on his health. They do. Perhaps, no elected official is exempt from the stress that comes from the chaos and conflict that are endemic to the world of politics. In this sector, service is on a 24/7 basis, and so is the pressure coming from constituents, other branches of government, and adversaries.
One option would be for the people trusted by the elected official to share the burden of his office. While the mandate can neither be shared nor delegated, the tasks and responsibilities can be distributed to the appointive staff. This way, the elected official may accord himself some respite from the demands of his position.
The President has some good executives within his official team. They should be able to share some of his tasks and help him solve the major issues of the day.
For the rest, let us include the President in our prayers. Let us pray that he may recover quickly and that he may continue to enjoy the benefits of good health. This kind of prayer is not exclusive to those who personally like the President. This prayer must be shared by every Filipino who wants our country to be spared from the woes that come with instability and uncertainty.
When the President stays healthy and strong, we all win.
(The author is a Doctor of Medicine, an entrepreneur and the mayor of Antipolo City, former Rizal governor, and DENR assistant secretary, LLDA general manager. Email: [email protected])
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.