ADVERTISEMENT

Concerned UERM stakeholders seek independent review, warn over quality of medical education

Published Jul 5, 2026 03:15 pm

At A Glance

  • In an open letter addressed to the Board of Trustees and alumni, the stakeholders urged the Board to engage faculty members and students through a meaningful consultative process and determine whether the University's current leadership and strategic direction remain aligned with its long-term mission.
(PHOTO: PIXABAY)
(PHOTO: PIXABAY)
Concerned faculty members, alumni, and students of the University of the East Ramon Magsaysay Memorial Medical Center (UERM) have called on the University’s Board of Trustees and alumni community to conduct an independent review of the institution’s leadership and governance, warning that a series of policy decisions has raised concerns over the quality of medical education, faculty morale, and the University’s long-term reputation.
In an open letter addressed to the Board of Trustees and alumni, the stakeholders urged the Board to engage faculty members and students through a meaningful consultative process and determine whether the University’s current leadership and strategic direction remain aligned with its long-term mission.
“We respectfully request that the Board of Trustees undertake an independent review of these concerns, engage directly with faculty and students through a meaningful consultative process, and evaluate whether the university’s current leadership and strategic direction remain aligned with the institution’s long-term mission,” the letter read.
The stakeholders said their concerns “are not based on isolated incidents or temporary disagreements,” but on what they described as “a longstanding pattern of leadership decisions” that has “steadily eroded morale, weakened trust in administration, harmed the university’s reputation, and compromised the quality of medical education and patient care.”
Among the issues raised was the continued increase in medical student admissions despite what the stakeholders described as limitations in faculty manpower, facilities, classroom space, and clinical training opportunities.
According to the letter, the University has increased student enrollment while faculty numbers, classroom space, clinical exposure opportunities, and support personnel “have not expanded proportionately,” resulting in overcrowded learning environments and increasing demands on faculty members.
The stakeholders also expressed concern over changes in hospital services, saying the reduction of ward bed capacity, the removal or merging of wards, and declining admissions to service wards have limited clinical exposure for medical students, clerks, interns, residents, and fellows.
The concerns raised in the open letter were echoed by the UERM Medicine Student Council and several student organizations, which issued a unified statement calling for quality education, transparency in governance, faculty welfare, and institutional stability.
The student leaders said preceptorial groups consisting of more than 10 students are assigned to a single preceptor, “exceeding the 1:10 preceptor-to-student ratio provided in the guidelines of the Commission on Higher Education (CHED).”
“This places an increasing burden on our faculty while limiting the quality of supervision, individualized instruction, and timely feedback that are essential to clinical learning,” the statement read.
The student organizations also said that “in ward sessions, three groups of 11 or more members each, share a single patient encounter,” which they said limits opportunities to perform physical examinations, develop clinical reasoning, and practice procedural skills.
“While patient interaction remains a cornerstone of medical education, it should occur in a manner that upholds patient dignity, comfort, and quality of care,” the statement added.
Likewise, student groups expressed concern over what they described as inadequate learning spaces and facilities amid the University’s growing student population.
“The continuous increase in student enrollment has not been matched by a proportional expansion of classrooms, study areas, facilities, and other essential learning spaces,” the statement said.
They added that “institutional investments in facilities and resources must grow in parallel.”
As such, the open letter questioned the University’s governance, with the stakeholders claiming that important institutional decisions are often made with limited consultation and insufficient transparency.
“Universities function best when leadership values collaboration, open dialogue, and the expertise of its academic community,” the letter stated.
“The continued weakening of these principles risks creating an environment in which trust becomes increasingly difficult to maintain.”
Despite the criticisms, the stakeholders said the letter was written “not out of hostility, but by a sincere desire to restore the health of an institution which generations of extraordinary faculty, dedicated staff, committed students, and supportive alumni have helped build.”
“We therefore respectfully urge the Board of Trustees and the alumni community to undertake a thorough review of these concerns, engage meaningfully with stakeholders, and take whatever actions are necessary to safeguard the future of UERM,” the letter stated.
The UERM Medicine Student Council likewise called for “an open and inclusive dialogue that brings together the Administration, the Board of Trustees, Faculty, and all Medical Students,” saying “each of us is a stakeholder of our institution and deserves the opportunity to directly hear, participate in, and contribute to conversations that shape our education.”
The Manila Bulletin sought comment from the UERM Medical Center regarding the concerns raised in the open letter and the student body’s unified statement but had yet to receive a response as of posting.

Related Tags

UERM University of the East Ramon Magsaysay Memorial Medical Center medical education institutional governance academic leadership student welfare faculty morale university reform clinical training open letter
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; } }

{{ static_articles_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.