ADVERTISEMENT

Philippine Red Cross launches Blood Summit 2026 to future-proof blood services through safety and innovation

Published Feb 6, 2026 03:14 pm
The Philippine Red Cross (PRC) opens the Blood Summit 2026, bringing together health experts nationwide to strengthen blood safety, sustainability, and innovation across the country. (Photo from PRC)
The Philippine Red Cross (PRC) opens the Blood Summit 2026, bringing together health experts nationwide to strengthen blood safety, sustainability, and innovation across the country. (Photo from PRC)
To strengthen and modernize the country’s blood services, the Philippine Red Cross (PRC) officially opened the PRC Blood Summit 2026.
The three-day summit, held from February 5 to 7 in partnership with Abbott Laboratories and Transfusion Medicine, brings together blood bank personnel, health professionals, and PRC chapter administrators nationwide at the Crowne Plaza Manila Galleria.
With the theme “Future-Proofing Blood Services through Safety, Sustainability, and Innovation,” PRC said the summit aims to equip stakeholders with the latest trends in blood banking while promoting standardized, resilient, and patient-centered blood service systems across the Philippines.
PRC Assistant Secretary General and Director of the National Blood Services, Dr. Christie Monina Nalupta, described the summit as “a laboratory for progress,” urging participants to rethink systems that can withstand future disruptions.
“Blood is not a commodity but the highest standard of care,” Nalupta said. “We must build systems that are safe, sustainable, and innovative,” she added.
Strengthening partnerships for safer blood services
Anastasia Satyawan, Business Manager for Transfusion Medicine at Abbott Laboratories for Singapore, Indonesia, Malaysia, and the Philippines, highlighted the importance of the PRC-Abbott partnership in advancing community health.
“The work we do together shapes the future of community health,” Satyawan said, encouraging delegates to explore Abbott’s technological innovations designed to enhance blood donation services and strengthen blood supply resilience.
Representing the World Health Organization (WHO), Acting Deputy WHO Representative to the Philippines Olivia Lawe-Davies emphasized the critical role of strong systems in ensuring a safe blood supply.
“Safe blood saves lives, but systems are critical,” Lawe-Davies said, commending PRC’s leadership in promoting patient safety and healthcare resilience through sustainable blood service systems.
DOH backs collaborative approach
Department of Health (DOH) Secretary Dr. Teodoro Herbosa also recognized the Philippine Red Cross as the “cornerstone of the nation’s blood services,” stressing the importance of collective action in maintaining a safe and sufficient blood supply.
“Safe and sustainable blood services are vital to public health,” Herbosa said. “Access to safe blood is not just a service but a shared responsibility,” he added.
Herbosa further emphasized that collaboration among government agencies, private partners, and humanitarian organizations is essential to sustaining the safety and adequacy of the national blood supply.
PRC unveils National Action Plan for Blood Services 2026–2030
PRC Secretary General Dr. Gwendolyn Pang presented the National Action Plan for PRC Blood Services 2026–2030, which aims to ensure a safe, accessible, adequate, affordable, and sustainable (SAAAS) blood supply nationwide.
Key strategies include achieving 100 percent voluntary blood donation, strengthening inter-chapter coordination, improving logistics and quality management systems, enhancing financial and operational sustainability, and integrating modern technologies such as digital health platforms and advanced testing systems.
“This National Action Plan reflects our commitment to transform blood services into a system that is not only sustainable but also adaptive and forward-thinking,” Pang said. “Through Red Cross 143, Pledge 25, and our strong quality systems, we will continue to safeguard lives and strengthen national health security,” she added.
PRC leadership reaffirms commitment
In a message shared during the summit, PRC Chairman and Chief Executive Officer Richard J. Gordon reaffirmed the organization’s vision of universal access to safe blood.
“Safe blood is life itself. The Philippine Red Cross stands at the forefront of ensuring that every patient, regardless of circumstance, has access to adequate, accessible, and safe blood,” Gordon said.
“Together with our partners, we are building a future that is not only resilient but also compassionate,” he added, underscoring PRC’s commitment to lead innovations that make blood services safer, more sustainable, and more responsive to future challenges.
Expert discussions highlight workforce and donor strategies
PRC said Day 1 of the summit featured key presentations from Ronaldo E. Puno, president of the Biorisk Association of the Philippines, who discussed workforce competency and institutional capacity in blood services, and Dr. Robby Nur Aditya Si of the Indonesian Red Cross, who shared strategies to improve donor availability in low-resource settings.
The day concluded with a presentation on PRC’s Safe Card program, followed by an interactive question-and-answer session with participants.
The Philippine Red Cross Blood Summit 2026 runs until February 7, with upcoming sessions focusing on blood safety, technological innovation, and collaborative future planning to strengthen the country’s blood services system. 

Related Tags

Philippine Red Cross Blood Summit 2026 blood services in the Philippines safe and sustainable blood supply PRC National Action Plan for Blood Services blood banking innovation Philippines
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.