ADVERTISEMENT

Health imperialism

Published Jan 24, 2023 12:05 am
UNDER THE MICROSCOPE Dr. Raymund W. Lo Recently, a news article stated that Germany and the United Kingdom are luring second-year nursing students to continue their studies in their countries with free tuition and lodging. Once they finish their nursing course, they have to serve a period of time in that country but can also bring their families with them to reside permanently. The German ambassador was quick to deny it the following day, citing an ongoing government-to-government project that is already recruiting nurses and other health professionals to her country. Whichever version is true only emphasizes the point that we are fast losing our health professionals to more economically developed countries, leaving our hospitals grappling with staff shortages that cripple patient services. This is more acute in private hospitals which cannot afford to pay wages equal to government-owned hospitals. Even the latter are not spared the problem. Many private hospitals cannot fully utilize their bed capacities for lack of nurses. That impacts their earning capacity, and so it becomes a vicious cycle. We may end up with a rash of hospital closures if this keeps going on. Simply, we cannot pay our health care workers (HCWs) be they doctors, nurses, medical technologists, physical therapists, or radiologic technicians — the same rate that other countries are offering. We can’t even pay them enough for their own subsistence, let alone for their families. We can’t begrudge these HCWs their need for better pay, much less their desire for better working conditions and opportunities for professional advancement. I have personally given good recommendations to many of our med tech staff who have applied for jobs abroad, knowing they deserve better. But our own patients also deserve to have good health care, and without these HCWs, we can’t serve our fellow Filipinos well. We are reduced to being the training grounds for staff that, in one to two years, will fly off to North America, Europe, the Middle East, and even Singapore, Japan, Australia, and New Zealand, with their families in tow. This is a massive brain drain that is hemorrhaging our health system. To my mind, this is just the extension of our imperialistic past. The colonial powers have gotten rich and progressive on the backs of countries they have colonized. With the wealth derived from colonial exploitation, they are now able to afford to offer better pay and benefits to lure our HCWs to their hospitals. The exploitation continues with countries like the Philippines, which are being seen as sources of new wealth, this time of health skills, without having to invest in education and training. We put up the colleges and universities, hire teaching staff, provide excellent curricula, and teach the best available students. Once they graduate and pass the board exams, our hospitals hire them as raw talents, whom we have to train and mold into excellent HCWs. That takes a lot of thought and effort on the part of the hospitals in putting up quality systems that mold the staff into very competent and caring staff. As soon as they are well-trained and competent, we lose them to these countries. They’re practically stealing our staff at no cost to them. Our leaders are even making it easy for them with government-to-government agreements! Let’s not just throw up our arms in surrender. Let’s act to correct this unjust situation and turn it to our advantage. We may not be able to prevent our HCWs from leaving, but at least, let’s make these countries compensate our educational and training institutions for their efforts and sacrifices, and in the process, provide for better salaries for the remaining hospital staff so that they will stay. Otherwise, our health system may no longer be able to carry the strain of severe understaffing, which leads to poor patient care and bad health outcomes. Our government should demand that for each HCW a country hires, they should fork over a certain amount, to be given to the educational institutions and hospitals in which these workers studied and trained. Call it reparations, or talent tax, or whatever term you might use, as long as it is given to the rightful entities. These sums of money must be channeled to augment the pay of the teachers and the hospital staff that took part in the production of the finished products these countries are importing. Yes, our HCWs are now just commodities for export. But we’re losing a lot more than just manpower. It is the wealth of talent we have built up for our health care system that they are taking. It’s time to make these countries pay for depriving us of the services of our countrymen at the expense of the health of our people.

Related Tags

health care workers nurse under the microscope Doctors DR RAYMUNDO LO Health imperialism
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.