ADVERTISEMENT

Private hospital network honors nurses thru 'Project Nightingale'

Published Oct 27, 2023 07:56 am

The Metro Pacific Health (MPH), the country’s biggest group of private hospitals, launched the “Project Nightingale” initiative to empower Filipino nurses and nursing students in the country amid the current nursing shortage observed in the healthcare industry.

The project is a three-day event that occurred during National Nurses Week, involving a MPH Healthcare Expo, a nursing school quiz bee, and a nursing excellence awards ceremony.

At the expo on the first day, MPH partner hospitals, various healthcare institutions and universities were able to engage with students and other healthcare officials and personnel on career opportunities and partnerships to strengthen nursing education.  

MPH Chief Nursing Officer Dr. Annabelle R. Borromeo said the expo provided nursing students and experienced professionals with a support system and a platform to succeed.

Nursing Licensure Examination (NLE) takers were also given hospital care packs as part of its Nursing Board send-off program at the expo.  

4.jpg
The Sultan Kudarat State University (SKSU) team, who won 2nd Place in the first National Championship of the Metro Pacific Health Battle of the Nightingales, correctly answers a question during the quiz bowl proper of the event, held last October 20, 2023

The second day featured the National Championships of the Metro Pacific Health Battle of the Nightingales (BOTN), a flagship program of the MPH, which is an inter-nursing school, quiz-based competition participated by 500 students in 200 schools across the country in the hospital-level rounds.

Winners from 12 schools who won the BOTN hospital-level rounds competed in the national championships. 

The schools that won the national championships are Our Lady of Fatima University – Lagro (champion or first place), Sultan Kudarat State University – Sulu (second place), and Cor Jesu Colleges (third place). 

Borromeo said the quiz bee is able to “fortify the groundwork for the next waves of nurses and building our current line-up of practicing professionals as well, in order to augment the healthcare industry as a whole for the next few years.”

image007.jpg
The  Awardees of the 2023 inaugural Soledad Velez-Pangilinan: The MPH Nursing Excellence Award received a bespoke trophy commissioned from local artist, Yvette Co, and made of local, sustainable materials. The three Awardees (5th from left)—Daryl Gaba, Excellence in Nursing Leadership 2023 Awardee, Melanie San Francisco, Excellence in Clinical Nursing 2023 Awardee, and Joshua Nario, Excellence in Nursing Education 2023 Awardee—pose for a photo with their trophies and two Members of the SVP-NEA Jury, namely Mr. Augusto P. Palisoc Jr., Vice-Chairman and President of MPH (3rd from left), and Dr. Annabelle R. Borromeo, Chief Nursing Officer of MPH (4th from left). They are also joined on stage by (L-R) Marc Ayende, Learning and Development Lead of MPH; Dana Macarilay, Public & Media Relations Lead of MPH; and Dr. Harish Pillai, CEO of MPH.

To culminate the project and the event, the MPH held its inaugural Soledad Velez-Pangilinan: The MPH Nursing Excellence Awards, to recognize and honor exemplary individuals in the field of nursing. It is named after Velez-Pangilinan who was the mother of MPH Chairman Manny Velez Pangilinan, and a staunch supporter of the Philippine healthcare system. 

Three out of 47 nominees across 18 MPH hospitals including Melanie M. San Francisco, RN, from Riverside Medical Center, Inc; Joshua Jaime P. Nario, MA, RN, CLDP, from Makati Medical Center; and Daryl Jeremiah R. Gaba, MAN, RN, CLSSYB, from Makati Medical Center were honored for Excellence in Clinical Nursing, Excellence in Nursing Education, and Excellence in Nursing Leadership respectively.

“We wish to express our deep gratitude not only to the winners today, but truly and sincerely, to all nurses around the Philippines for their unwavering commitment. This award is more than just a recognition; it's a testament to the invaluable contribution of nurses in shaping and uplifting the Philippine healthcare landscape. Here at MPH, we definitely plan to continue this program in the coming years, in order to sustain our full support for our local nurses," said Borromeo. 

The MPH said it remains committed to help develop healthcare in the Philippines through more recruitment and talent development programs to ease the nursing shortage in the country. 
 

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.