ADVERTISEMENT

In memoriam – Jose M. Pujalte, MD

Published Sep 19, 2020 03:48 pm
IF SYMPTOMS PERSIST Dr. Jose Pujalte, Jr. My father, endearingly called “Pujie,” by friends and colleagues died in the early morning of the 12th of April, 2019. He was 90. His instructions to me were clear: There should be no vigil, no funeral. The cremation must be done post-haste but he did agree to a holy mass or two. In two words – no fanfare. How he wanted his death to be observed was consistent, in fact, with his story arc. He was a small, quiet boy who was barely noticed in class. But he became a valedictorian in both grade school and high school at Manila’s Benedictine school of San Beda. He finished medical school at the University of the Philippines (UP, 1953). As one of first graduates of the orthopedic residency program at the National Orthopedic Hospital (NOH), Dr Pujalte became organic in the institution that he grew to love and serve for 33 years. He was a Colombo Plan scholar in the early 1960s and was sent to England for a vascular surgical fellowship. This added an extra dimension and grit to his surgical prowess. As a permanent apprentice, I saw and learned first-hand his tremendous skill and precision on the operating table. His later sabbaticals brought him to the US and back again to England for spine and joint replacement fellowships. He was always learning, teaching, writing, and publishing. Despite a busy schedule, he studied again for two masteral degrees in hospital administration (MHA) and public administration (MPA), both at UP. No doubt, these helped him in his steady rise in the NOH from Chief of Clinics in the late 1970s to Chief of Hospital in 1980. His people skills were legendary. And this was from his propensity to please or connect (he was after all an only child). I knew his friendships were genuine because they were few and they would last. One such bond was with shoulder master Katsuya Nobuhara. A fruit of this friendship was more than 10 NOH fellowships in Japan. He was paternal to his residents and would make sure that they were sent abroad and that they would bring home the latest technology. These juniors settled all over the country and so in a way he seeded orthopedics. Dr. Pujalte was a leader and pioneer in Philippine surgery and medicine. He was president of the Philippine Orthopedic Association (1972-73), the Philippine College of Surgeons (1981), and the Philippine Medical Association (1985). He taught orthopedics too and to this day I am approached by strangers just to tell me they remember him from medical school. He knew, and therefore seized the moment, when power, influence, and authority resided briefly in one person. Dr. Pujalte, at his peak, used this confluence to propel a vision of a unified regional orthopedics. Thus was born in Manila, in 1981, the ASEAN Orthopedic Association. He was the founding president. Of late, our ASEAN leaders talk of “integration” and “porous borders’ and yet the orthopedic surgeons of the region have been joining hands since the 1980s. His core values were: Discipline, courage, integrity, hard work, compassion, fairness, generosity, and, humility. He was married to Raquel (a dentist, deceased) and had four children: Benigno (an orthopedic surgeon), Fides (an architect), Jose Jr. (an orthopedic surgeon), and Vernon (a businessman, also deceased). In his later years, he doted on his granddaughters who only remember him as a funny old man who snored. He let them get away with too many sweets or sleeping late. He was a good man but he was no saint. Though he was less than Epicurean about food, he had a weakness for whisky and women. That rascal glint in his eye informed me that he knew how to live too.This man had a full, unrepeatable, enviable life. He treated and cured innumerable patients. Dr. Pujalte taught and inspired many surgeons and countless more consider him a mentor, even a father. I have lost a teacher, a father and a best friend. He leaves this world a much better place. That is more than enough for a good man.

Related Tags

Dr. Jose Pujalte Jr.
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.