ADVERTISEMENT

Click, consult, care

SM Foundation leverages technology to help transform healthcare in communities

Published Dec 1, 2025 07:27 pm
A doctor at Krus na Ligas Health Center uses DigiKonsulta to digitalize and manage the patient's medical records during consultation.
A doctor at Krus na Ligas Health Center uses DigiKonsulta to digitalize and manage the patient's medical records during consultation.
For decades, community health centers survived on paper. Handwritten charts, overstuffed logbooks, and filing cabinets formed the backbone of daily operations.
Although the paper system had long been serviceable, it slowed health professionals: locating one patient record could take several minutes, missing charts derailed schedules, and limited storage left staff scrambling for makeshift filing solutions in already cramped spaces.
Through its community consultations, SM Foundation began to pivot and transition to help redefine how care is delivered in communities through DigiKonsulta.
The digital pivot
DigiKonsulta is a component of the Wellness Center Program of the SM Foundation.
In tandem with infrastructure upgrades, the initiative was designed to strengthen health centers for the digital age and help them meet compliance, accreditation, and licensing requirements from relevant government agencies. It serves as both an upgrade and an equalizer, ensuring that even small or remote facilities can meet modern healthcare standards.
On the ground
At Krus na Ligas Health Center, one of the facilities where DigiKonsulta has been rolled out, healthcare professionals shared that the change is visible from the moment one enters: refurbished consultation rooms, new equipment, organized pharmacy and storage areas, improved patient flow, and functional digital systems steadily replacing the old paper trail.
For Dr. James Demetria, the center’s physician, the changes improve both efficiency and morale.
“Pumasok na tayo sa digital age kung saan expected ang mabilis na pag-access, seamless collaboration at matibay na security sa mga data at records. Sa bagong sitwasyon o panahong ito, naging limitation ng lumang sistema ang pagiging mano-mano ng mga records dahil ito ay masyadong time consuming. Imbis na makakapagbigay ka pa ng iba pang services, gugugulin mo yung oras mo sa paghahanap ng mga records,” he said.
The shift to digital records has drastically reduced the time staff spend searching for charts or re-documenting information. With a few clicks, medical histories and treatment notes are readily accessible, enabling faster consultations, more efficient follow-ups, and better continuity of care.
“Mas mabilis na naming nakikita ang records ng pasyente. Mas maayos ang documentation; nabawasan nang malaki ang oras na ginugugol sa papeles,” he shared.
Digitalization transforms healthcare delivery. With DigiKonsulta supporting efficient medical record management, Dr. James can shift focus from paperwork to patient-centered care.
Digitalization transforms healthcare delivery. With DigiKonsulta supporting efficient medical record management, Dr. James can shift focus from paperwork to patient-centered care.
Teleconsultation has become especially important for patients unable to visit during heavy rains, emergencies, or periods of isolation. Care that was once limited by distance or weather now has a virtual lifeline.
“Malaki ang naiambag ng DigiKonsulta ng SM Foundation. Nagagamit po namin ito sa teleconsult at sa mga times na hindi po maganda ang panahon, naibibigay pa rin po namin ang aming services thru teleconsultation,” he added.
One click, broader scope
Change is scaling far beyond Metro Manila. Fifteen other facilities under the SM Foundation’s Wellness Center Program now have DigiKonsulta, including those in Geographically Isolated and Disadvantaged Areas (GIDAs), where health access is constrained by distance and limited resources.
In South Cotabato, the renovated Baluan Rural Health Unit and Polomolok East Community Clinic now offer expanded services—from TB therapy to laboratory diagnostics—supported by DigiKonsulta’s telemedicine and EMR systems.
The digital shift has eased the burden on health workers, freeing them from paperwork to focus on counseling, education, and direct patient care.
“Sa tulong po ng DigiKonsulta, nabawasan ang administrative burden kaya mas nakakapag-focus kami sa tunay na layunin. Ang pag-aalaga at pag-educate sa aming mga pasyente. Mas confident din kami dahil alam naming accurate at updated ang data,” Dr. James said.
In communities long challenged by limited healthcare access, programs like DigiKonsulta provide a gateway to inclusive, reliable care. For Dr. James and the thousands of patients served each year, this digital shift transforms progress into tangible, everyday hope.
The SM DigiKonsulta Station at Polomolok East Community Clinic represents a commitment to accessible healthcare innovation. By integrating digital consultation technology into community clinics, patients receive efficient, quality care while healthcare providers leverage modern tools to improve patient outcomes and service delivery.
The SM DigiKonsulta Station at Polomolok East Community Clinic represents a commitment to accessible healthcare innovation. By integrating digital consultation technology into community clinics, patients receive efficient, quality care while healthcare providers leverage modern tools to improve patient outcomes and service delivery.
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.