ADVERTISEMENT

Solons want to unravel this PhilHealth controversy from Duterte admin 

Published May 30, 2024 01:11 am

At A Glance

  • Both minority and majority congressmen are eyeing a deeper probe into the P15.5-billion advance payments made by the Philippine Health Insurance Corporation (PhilHealth) to hospitals under its controversial Interim Reimbursement Mechanism (IRM) program. 

Screenshot_20210722-151507_Chrome.jpgHouse of Representatives (MANILA BULLETIN)

 

 

 

 

 

 

 

 

 

Both minority and majority congressmen are eyeing a deeper probe into the P15.5-billion advance payments made by the Philippine Health Insurance Corporation (PhilHealth) to hospitals under its controversial Interim Reimbursement Mechanism (IRM) program. 

During Wednesday’s oversight hearing of the House Committee on Appropriations, House members aired their concerns over the legality and transparency of the IRM program, which was implemented during the previous Duterte administration. 

Gabriela Party-list Rep. Arlene Brosas, a House assistant minority leader,  raised critical questions about the IRM, a system that advanced P15.5 billion in funds to private and government hospitals during the Covid-19 pandemic. 

“Ang allegation ay P15.5 billion na binulsa umano ng PhilHealth officials through fraudulent schemes? Pinautang sa mga negosyante and hospital owners itong budget na ito para sana sa emergency fund para sa mga natural disasters? Meron na rin ba na naging liable, baka maaari na nating makuha ang report nila?” Brosas asked. 

(The allegation is that PhilHealth officials pocketed P15.5 billion through fraudulent schemes. Was this budget, which were meant to be emergency funds during natural disaster, lent to businessmen and hospital owners? Have persons been held liable, maybe we can get their report now?) 

The IRM controversy happened in PhilHealth during the previous administration of former president Rodrigo Duterte. 

Brosas, member of the Makabayan bloc, chided PhilHealth officials for being unable to answer her questions on the program. “Dapat may institutional memory ang ating PhilHealth, ‘di ba? Kaya nga natin sila pinapatawag kasi gusto naman natin itahi ang mga nangyari noong nakaraan hanggang ngayon." 

(PhilHealth should have institutional memory, right? The reason why we summoned them is for them to help us connect what happened then to what's happening now.) 

Meanwhile, House Deputy Majority Leader and Iloilo 1st district Rep. Janette Garin, questioned the legality of using PhilHealth funds as capital for private and government hospitals. She noted that these weren't government funds but rather the contribution of members. 

"Ang ginawa noong nakarang administrasyon, ginamit ang pera ng PhilHealth. Ang pera ng PhilHealth hindi ‘yan government funds. Pondo ‘yan ng mga miyembro ng PhilHealth because it's an insurance mechanism,” Garin pointed out. 

(What the past administration did was use PhilHealth's money. PhilHealth funds aren't govenrment funds. Those are PhilHealth members' funds because it's an insurance mechanism.) 

She continued, “The first question here, was it legal? And I believe, Madam Chair, that is something this committee should look into." 

Marikina City 2nd district Rep. Stella Quimbo, who presided over the hearing, also raised concerns about the selection process of the facilities that received IRM funds. 

“Nagkaroon din tayo ng initial findings na ang pagpili ng facilities na nakatanggap ng IRM ay tila walang naging connection sa Covid patterns. So sino, paano pinili ang facilities na ito?” Quimbo, senior vice chairperson of the committee, asked. 

(The initial findings also showed us that the facilities that received IRM didn't have any connection with Covid patterns. So who, and how were these facilities chosen?" 

The committee then decided to summon previous PhilHealth officials to provide more insights into the program. 

“Kung hindi tayo masasagot ng current officials ng PhilHealth, maybe we will be enlightened kung ipatawag natin ang previous officials,” Brosas suggested. 

(If the current officials of PhilHealth can't answer our questions, maybe we will be enlightened if we summon their previous officials.) 

It was confirmed that PhilHealth’s president and CEO at the time of the IRM’s implementation was Ricardo Morales, a retired army general. Acting on a motion by Garin, the committee also ordered PhilHealth to submit all pertinent documents related to IRM. 

“PhilHealth should provide this committee with all the pertinent documents including minutes of all the meetings conducted related to the conceptualization up to the implementation of the interim reimbursement mechanism,” Garin moved. 

The motion also included a request for the names of all officials, whether career or appointed, involved in the program’s formulation. 

The oversight hearing was part of an effort to enhance government accountability and efficiency.

Related Tags

PhilHealth House of Representatives Rodrigo Duterte
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.