ADVERTISEMENT

Filipinos of the Year for 2020

Published Jan 2, 2021 07:25 am
HOTSPOT Tonyo Cruz Tonyo Cruz No one can top the achievements this year by Filipino doctors, nurses, and other healthcare workers. They should be Filipinos of the Year for 2020 in any credible list. Every patient who recovered from COVID-19 is a result of the collective efforts of entire teams of doctors, nurses, and other healthcare workers who clocked in long hours and, in many instances, deprived of adequate rest and commensurate compensation. We must not forget the scores who died in the pandemic’s first few weeks and months, when they were needlessly exposed to danger due to shortages in PPEs, transportation, accommodation, and food. The first bursts of citizens’ solidarity actions were for them. Remember the students and faculty of state universities and colleges reopening their laboratories to produce PPEs, alcohol, disinfectants, and soaps? Remember the Frontline Feeders which helped send food to hospitals? Remember ResCute Operation which sent barbers to hospitals so healthcare workers could get much-needed haircuts amid the lockdown? The first bursts of citizens’ political actions were guided and informed by healthcare workers: Free mass testing! Top government officials continue to pay healthcare workers only lip service. They say they honor the sacrifices of our healthcare workers. But talk is cheap, as we have witnessed since the start of the weekly presidential addresses and special sessions of Congress. In most countries that have already started mass vaccination, healthcare workers are among the first to be inoculated. In the United Kingdom, a Filipino nurse had the honor of administering the world’s first-ever vaccination. And judging by Britain’s respect for the many Filipino healthcare workers serving in their National Health Service, they surely made sure they have been vaccinated. Here in their home country, top government officials have admitted smuggling in unauthorized vaccines and administered it among themselves and members of the Presidential Security Group. Tens of thousands of Filipino healthcare workers bound for hospitals abroad were “detained” in the first few months of the pandemic. They were “locked in” here in their own country, with officials saying they were needed. But the government did not offer them decent jobs with decent protection and decent compensation. In one instance, the government offered to pay a grand total of P500 a day for their “voluntary” service. No wonder our overseas Filipino healthcare workers are begging to be allowed to leave for abroad; Their host countries treat them better than their own country’s government. This situation continues somewhat, with the labor department saying that the government would “calibrate” the overseas deployment of Filipino healthcare workers. It is all happening at the same odd time: The state preventing these citizens from exercising their rights to travel, of abode, and to work, while at the same time, not offering them gainful employment in their own country. As of today, tens of thousands of healthcare positions remain unfilled by the health department. It’s a disgrace and a shame, and a waste of the intelligence and brilliance of our healthcare workers. We may not know until later the full effects of the earlier deployment ban on healthcare workers, and the continuing “slow down” of further deployments, to healthcare systems elsewhere. Filipino healthcare workers are denied jobs they’ve already signed up for abroad. And  those foreign hospitals are likewise affected by Philippine state policy, as one of their main sources of manpower has dried up. Nearly ten months later, we have witnessed the intellectual, political, scientific, and moral deficit of the government’s top officials in terms of addressing the pandemic. The pandemic exposed the social cancer infecting not just our politics and economics, but also our healthcare system. P15-billion lost from the Philhealth scam seem mere loose change to unapologetic crooks given a pass in a political system ruled by impunity. We saw the social cancer separating the poor and rich, the provinces and the cities, the oligarchs and the working people, the insured and uninsured, the officials and the public they supposedly serve. The President’s preference for retired generals and for police-military solutions has only brought us endless problems. That preference is also at the expense of the Filipino healthcare workers in whose hands actually rest the testing, treatment, and recovery of every patient and an entire nation gripped by a pandemic. Most of us would rather be vaccinated in the near future by a nurse or a doctor, than a cop or a soldier. Just days ago, we paid tribute to our national hero Jose Rizal. Lest we forget, he was also a doctor. He studied abroad, yes, but went back to the country to cure his mother’s illness. He also diagnosed and prescribed antidotes to the social cancer in colonial Philippines. He found common cause with many other brilliant Filipinos in propagating a national identity, an effort that inspired a revolution. We have a lot of new Dr. Rizals around us. They are in hospitals and medical centers, quietly and tirelessly saving those seriously afflicted with the coronavirus. 76 have died in the line of duty. A lot of them remain unpaid, or underpaid, even as they are overworked. Many are being prevented from working abroad. May they find their voices and speak as courageously as Dr. Rizal. May we listen to them, heed them, and unite with them in addressing the pandemic and the social cancer.

Related Tags

Tonyo Cruz
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.