ADVERTISEMENT

Sotto suggests a businessman should lead PhilHealth this time

Published Aug 6, 2020 11:05 am

If a retired general still cannot solve the corruption and mismanagement problems at the Philippine Health Insurance Corp. (PhilHealth), maybe a wealthy businessman can.

Sen. Vicente Sotto III
(Senate of the Philippines / FILE PHOTO / MANILA BULLETIN)

Senate President Vicente Sotto III said that claims of irregularities in the agency have persisted over the years even as doctors and former military men have been appointed to lead the State-run corporation.

"Nasubukan na eh, sinubukan na doctor nung araw pa, hindi daw mahusay ang pagpapatakbo. Pinalitan ng military eh mukhang hindi din maayos 'yong takbo, business man ang ilagay mo  (We have tried, we have tried appointing doctors before, the management was reportedly not effective. We replaced them with a former military man, but it appears that it's not still effective; try appointing a businessman at the helm)," Sotto said in an online interview with reporters Wednesday.

"Dahil ang Philhealth negosyo, parang negosyo, business 'yan, eh (Because PhilHealth is like a business, it's a business). Kung meron kang businessman na magaling, na matino na makukumbinsi mo na tanggapin 'yan palagay ko 'yon ang solusyon (If you are able to convince a competent and right-minded businessman to accept the job, I think that is the solution)."

"Hindi mo kayang lokohin sa pera ang businessman, hindi mo kayang lokohin sa pera 'yon (Because you cannot fool a businessman when it comes to money, you can't fool one)," he continued.

The Senate Committee of the Whole led by Sotto started last Tuesday its probe on the alleged rampant corruption and anomalies within the PhilHealth.

During the hearing that ran for about 10 hours, senators grilled PhilHealth president and chief executive officer Ricardo Morales about his repeated endorsement of the allegedly overpriced budget proposal for an Information Technology project, the questionable reimbursements of the PhilHealth to select non-COVID-19 hospitals, and the agency's financial status.

He was also questioned for his promotion of PhilHealth officials who figured in previous controversies which he said he was not aware of only until Tuesday's hearing.

Morales, a retired Army general, was appointed to lead the State health insurer after President Duterte told then acting president Dr. Roy Ferrer and other PhilHealth officials to resign due to the "ghost dialysis" mess last year.

"Kaya nga pipiliin mo 'yong businessman na ilalagay mo doon (That's why you have to carefully choose the businessman that you will place there). Kailangan 'yong businessman na ilalagay mo roon una sa lahat mayaman, pangalawa magaling (The businessman should first of all be wealthy, and second, competent)," Sotto said when asked on the possibility that PhilHealth may be used for a business interest.

"Eh kung tatanggapin nga lang ni Ramon Ang 'yan eh siguranong malinis yan (If only Ramon Ang will accept the job, then PhilHealth will be surely be clean)," Sotto said in jest.

"'Yong ganung klase ang ilagay mo doon, tignan mo 'pag hindi pa napakaganda ng takbo niyan (That type of businessman should be appointed there, the management would have been very effective)," he said, referring to the billionaire businessman.

Aside from the PhilHealth president, Sotto also urged the replacement of the other top executives.

"Kailangan malinis natin at matanggal natin pati 'yong mga duda, mga masasamang gawain, mga maling gawain, mga overpricing, mga pinag-aksayahang mga pondo (We should clean it up and remove any doubts, illegal activities, wrongdoings, overpricing, and mismanagement of funds)," he said.

"Kaya 'yon. Kaya ng administrasyon 'yon, kahit sinong admiinistrasyon kaya 'yon (The administration can do it. Any administration can do it)," he added.

Malacañang, however, maintained that Morales will remain in his post unless there is proof that he is indeed involved in corruption.

Sotto said he would also not yet ask for Morales's resignation to give him a chance to "come clean" in the resumption of their hearing next week.

PhilHealth has changed presidents over the last three years due to varying issues.

In 2018, Duterte also fired interim PhilHealth chief Dr. Celestina dela Serna over allegations of excessive travels and mismanagement of funds.

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.