ADVERTISEMENT

Daily Bread: Priests, retired health workers serve sandwiches to patients in PGH

Published Mar 18, 2026 01:28 pm
In the crowded halls of the Philippine General Hospital, 200 to 300 homemade sandwiches are served daily to emergency room patients and their watchers, many of them hungry, exhausted, and waiting days for care without proper meals.

What started as a small effort in 2016 has grown into a sustained daily mission led by Jesuit priests and retired medical professionals, providing food and basic support to patients who arrive with little or no money. The chaplaincy used to only serve food during feast days, not daily,  Fr. Marlito “Lito” Ocon, head chaplain of the PGH Catholic Chaplaincy, saw the need to feed patients every day. 

For Fr. Ocon, the need was clear from the beginning. 

“Nakita ko 'yong need na kailangan ng (I saw the need for) daily food for them,” he said. “Some arrived late in the evening, ang iba walang pambili, kung may dala man tinitipid nila para umabot sa susunod na araw (Some arrived late in the evening, others had nothing to buy, if they brought anything they saved it to last until the next day). " The initiative began with surplus bread from bakeries, which could no longer be sold the next day but are still safe to consume. The program started only a few days a week (MWF), then gradually became a daily operation due to growing demand.
 
Despite restrictions and risks, the feeding program continued every single day throughout the pandemic.
 
The program runs purely on donations and “Divine Providence.” Fr. Ocon said he has never written a formal fundraising letter, support simply comes.

He said they prioritize those in emergency room, where demand remains highest. Many patients in the emergency room are not yet admitted, so they are not covered by hospital food rations. Fr. Ocon added that he personally studied and developed the sandwich fillings to make them affordable, sustainable, and filling. Operations begin early each day after morning Mass, as priests and volunteers prepare food and supplies for distribution.  Each patient is allotted two sandwiches, often consumed at different times of the day due to irregular eating.

The chaplaincy also observed that many patients are too critical to eat, so the sandwiches are instead consumed by their watchers or family members.
 
There are cases where patients have no companions, making access to food even more difficult.
 
Fr. Ocon recalled a patient who cried after being given bread, revealing he had not eaten the entire day.
 
Fr. Ocon emphasized: “If you cannot feed 100, feed one.” The program began without certainty of sustainability. For patients, the assistance offers immediate relief. A 50-year-old woman from Bicol, who had been waiting at the outpatient department for three days for tests, said the sandwiches helped her get through long hours without food.

“Maraming salamat po, pantawid gutom po kasi malayo bilihan pagkain (Thank you, it helps ease our hunger because food is hard to access),” she said.   

Beyond sandwiches, the chaplaincy provides other forms of support to address patients’ daily needs. These include diapers for both adults and children, rice packs, and grocery packs containing basic items such as noodles, canned goods, and coffee. Expensive formula milk is provided to cancer patients, elderly patients, and those who cannot eat properly. 

The program has since expanded to 16 charity wards with 20-50 beds each, on a rotating basis. Each patient in the wards receives grocery packs every two to three weeks. 

Even with “zero billing,” many medical needs (like diagnostics, medicines, or supplies not available in the hospital) are not covered, so the chaplaincy steps in to help patients buy them. They are given pharmacy gift checks to ensure the assistance is used for treatment, while wheelchairs, including reclining units, are also distributed to those referred by hospital social workers.

“The process goes through the Medical Social Service,” Ocon said. "May stub (Patients will receive stubs) from MSS ang patients, who need of wheelchairs, medicine and milk supplements, and we provide it right away.”

Retired health workers help sustain the effort, many of whom spent decades working at PGH before returning as volunteers.

“Pag paubos na ang supply, minsan nagugulat kami, may kakatok dito tapos magpapack kami ulit (When the supply runs out, sometimes we get surprised, someone knocks on the door to donate and then we pack again),” said Dr. Connie, a retired doctor of PGH. 

Nearly a decade since it began, the initiative continues to fill a critical gap inside one of the country’s busiest public hospitals, where for many patients at the Philippine General Hospital, a piece of bread is often the first thing they receive, and the last thing they expect.


Related Tags

metronews PGH manila Donation
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.