ADVERTISEMENT

Eradicating polio: Insights from another major epidemic

Published Nov 11, 2021 12:05 am

ENDEAVOR

Sonny Coloma

How would Rotary clubs and similar service organizations do their work while an entire country is under lockdown due to a national health emergency?

This was the dilemma faced by more than 1.2 million Rotarians in more than 36,000 clubs in the world when the coronavirus pandemic broke out in early 2020. Two catch phrases provided quick answers: “Rotary connects the world” and “Rotary opens opportunities.” Connectivity was the theme of then Rotary International President Mark Daniel Maloney. “We’re made for this, don’t waste this crisis” was the call of his successor Holger Knaack.

I was truly amazed at how Filipino Rotarians immediately sprung into action to fight the contagion. An owner of a garments firm immediately went into production of PPE gowns; a restaurateur prepared packed meals for health frontliners and distributed these in hospitals; a special vinyl box was also devised to protect doctors from infection while intubating critically ill COVID patients.

Pivot was the key word. Rotary leaders tapped into the Global Polio Eradication Initiative network and urged Rotarians to organize grassroots teams to stem the spread of COVID-19 while the development of an effective vaccine was still being awaited. As the Philippines and the rest of the world cautiously moves into a period of reduced anxiety and risk, it is well to recall vital lessons learned by Rotary in the fight to eradicate the poliomyelitis epidemic that afflicted and threatened millions of children worldwide for the entire 20th century and beyond.

The Philippines was declared polio-free in 1996 a year ahead of Cambodia, the last country in the World Health Organization’s Western Pacific Region that had polio cases. Then in 2000, after a lapse of three polio-free years, WHO declared that polio had been eradicated in both the Americas and the Western Pacific, a large region consisting of 37 countries including China, Australia, Japan and Korea and the rest of East Asia. Today, there are only two countries in the world with active polio cases: Afghanistan and Pakistan.

Organized in 1988, The Global Polio Eradication Initiative was billed as the “largest public health initiative in history.” Spearheading it was the WHO that was responsible for planning, technical direction, surveillance and eradication certification. The Center for Disease Prevention and Control (CDC) deployed scientists and public health experts. UNICEF took charge of the distribution of vaccines and assisted countries in crafting communication and awareness strategies. The Bill and Melinda Gates Foundation provided a substantial portion of the funding. Rotary International was responsible for fund-raising, advocacy and volunteer recruitment.

Here’s a granular perspective from the WHO Western Pacific region on how a massive grassroots campaign was waged to decisively defeat the polio scourge:

“Making sure that all the children in the Region were protected against polio was a huge undertaking, involving a great many people in a wide range of different roles. The work ranged from contact with individuals (for instance, health workers and volunteers giving vaccine drops to children), through support for such activities (such as by transporting vaccine to health centers), to coordination of the program at a central level within each country, and beyond that, overall coordination of individual countries’ efforts at WHO Regional Offices, and ultimately at WHO Headquarters.

“All levels were vital. Without reaching the individuals, children could not be protected against polio, or diagnosed with it if they became unwell. Without support at a number of different stages, health workers and volunteers could not have carried out the vital task of giving vaccine drops to children. And without overall coordination, the final stages of reaching the last, hidden children would have been impossible. In other words, children were protected from polio one by one — but that protection was by no means random or haphazard: It was a well-planned and highly organized endeavor. Just protecting some, or even many, children against polio would not have been enough. It was necessary to reach a very high proportion — almost all — of the population to ensure that the poliovirus could be completely stamped out.”

Oscar de Venecia, one of the pioneers in the Philippines’ end-polio campaign since the late eighties, shares important lessons that could be helpful, too, in eventually fully halting the spread of COVID-19 and minimizing its harmful and deadly consequences:

“Every year, health workers and volunteers, assisted by Rotarians, worked hard to reach children for immunization in their areas, sometimes heroically. Our teams were even able to penetrate risky areas and get the support and cooperation of insurgents and rebel groups after we persuaded them of the urgent need for their children to be vaccinated. The government and rebels agreed on “Ceasefire for the Children” during National Immunization Days (NIDs).

“Among the innovations used to make sure that children in all households are covered during the NIDs were (1) the use of indelible ink on the index finger of a child upon immunization, (2) the paint marking of houses of children already immunized and (3) the on-time reporting of immunization results.

“There was an incident in which two Filipina nurse volunteers carrying polio vaccines who drowned while crossing a river to reach a remote barrio. When the bodies were recovered, they were holding on to the box containing the oral poliovirus vaccine.”

Related Tags

Endeavor Sonny Coloma Eradicating polio: Insights from another major epidemic
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.