ADVERTISEMENT

What ails our health system?

Published Jun 24, 2023 04:05 pm

HEARD IT THROUGH THE GRIPE-VINE: OUR NEW ABNORMAL

Health and wellness were major preoccupations even before the health crisis hit us in 2020. If anything, the crisis ramped up the worry and concern we had about the health system prevailing here in the Philippines, and how it’s so often the case of who has the money and disposable income to attend to one’s medical issues and that of one’s immediate family - with the sad 2021 statistic that more than 40 percent of medical expenses are typically coming out-of-pocket (according to PhilHealth). The Universal Healthcare Act was passed into law in 2019, but the World Health Organization made the observation that it would only be in 2030 when our health system would be able to substantially support the Act, and give it true meaning for the general public. It’s not a pretty picture, but rather than raise our hands in surrender, it’s encouraging to note how institutes of learning and private corporations are “coming to bat,” and setting in motion programs and initiatives that can help improve the situation. *At the media launch of the Mapua University Health Sciences program.*
Recently, I attended an event at the Mapua University Makati, where they unveiled their Health Sciences program, a collaboration between the University and iPeople, Ayala Healthcare Holdings (AC Health) and their Healthway Medical Network (HMN), the prestigious Arizona State University and Cintana Education. The partnership aims to provide world class education for the Philippine health sector, both in clinical practice and in research. Arizona State University has been ranked No. 1 in the USA for innovation for eight consecutive years by US News and Report, the leading US universities ranking system. It’s also ranked in the Top 100 in the world for academic reputation by Times Higher Education World Reputation Rankings 2021. It’s committed to access, excellence and impact, with Cintana Education the enabler for universities such as ASU to allow access to its proprietary resources. Together, they bring openness and inclusivity; as opposed to other learning institutions founded on exclusivity. Mapua University is the first Philippine university they’ll be working with. The working concept will be the global classroom. Through the global classroom, students can actively participate in classes conducted by professors from Arizona State University and the ASU-Cintana Alliance universities. Internships via international exchange programs and research projects are distinct possibilities. *Dr. Malaya Santos, dean of Mapua University’s Health Sciences program.*
The overarching vision here is that by working with professors and classmates from all over the world, the Mapua students can also develop soft skills such as communication, collaboration, cultural sensitivity and the ability to lead and manage teams worldwide. Beyond the hard technical skills and expertise, we’ve seen how these soft skills do play a role as success factors in this day and age. Mapua strongly feels that their system has reached a point where technical skills are assured, so it’s now about acquiring a global mindset, so that a competitive edge is attained. Through the partnership with the AC Health and HMN, Mapua students will have access to clinical rotations and internships. The AC Health involvement represents 12 outpatient centers, four general hospitals, and the soon to open Healthway Cancer Care Hospital at Arca South. The Mapua Health Sciences program will offer degrees in BS Biology, BS Psychology, BS Medical Technology, MA Psychology, AB Psychology - MA Psychology, BS Psychology - MA Psychology, and BS Nursing (pending CHED approval). In time, Dr. Malaya Santos, dean of the School of Health Sciences, disclosed that they’ll introduce Medicine, and other health professions. *Paolo Borromeo, president and CEO of AC Health.*
And she added that digital literacy and mastery will be a must, inclusive of “webside manners” - the virtual equivalent of bedside manners. This is in recognition of how digital technology has become all important, but requires the know how to curate and evaluate the accuracy of the information made available. In other words, even with most advanced and accurate technology, you’re only as good as the analysis and evaluation you can bring to the proverbial table. Given the provenance and prevailing equity of Mapua as a center for technology, this is right up their alley; and it should be interesting to watch this technology prowess be applied to the field of Health Sciences and Medicine Technology. With the integrated curricula and inter-professional training, the vision is to graduate practice-ready professionals, with a strong sense of community service and social responsibility. It’s all about future-proofing their students, with a benchmark of global readiness, digital mastery, and familiarity with the advanced and immersive facilities that all together, form an integral part of the Mapua Health Sciences agenda.

Related Tags

HEARD IT THROUGH THE GRIPE-VINE:OUR NEW ABNORMAL Philip C. Unjieng
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.