ADVERTISEMENT

Pope Francis hospitalized to treat bronchitis and perform other diagnostic tests, Vatican says

Published Feb 14, 2025 12:09 pm

ROME (AP) — Pope Francis was hospitalized Friday to treat a weeklong bout of bronchitis and undergo some necessary diagnostic tests, the Vatican said, confirming the latest issues with the 88-year-old's pontiff's health.

AP25045407643189.jpg
Pope Francis meets with Czech Republic's Prime Minister Robert Fico, right, and his entourage at The Vatican Friday, Feb. 14, 2025. (Vatican Media via AP, HO)

Francis was diagnosed with bronchitis last Thursday, but had continued to hold daily audiences in his Vatican hotel suite. He attended his general audience Wednesday and even presided at an outdoor Mass on Sunday. But he had handed off his speeches for an aide to read aloud, saying he was having trouble breathing.

On Friday, he appeared bloated and pale during the handful of audiences he held before going to the hospital. The bloating is an indication the medication he is taking to treat the lung infection is making him retain water.

Francis, who had part of one lung removed as a young man, has long battled health problems, especially bouts of acute bronchitis in winter. He uses a wheelchair, walker or cane when moving around his apartment and recently fell twice, hurting his arm and chin.

Francis was hospitalized at Rome's Gemelli hospital, where he was last admitted in June 2023 to have surgery to remove intestinal scar tissue and repair a hernia in the abdominal wall. A few months before that, he spent three days in the hospital to receive intravenous antibiotics for a respiratory infection.

A Vatican statement said Francis would be admitted after his Friday audiences. In addition to regular Vatican officials, the pope met Friday morning with the Slovak prime minister, Robert Fico, and the head of CNN, Mark Thompson.

"This morning, at the end of the audiences, Pope Francis will be admitted to the Agostino Gemelli Polyclinic for some necessary diagnostic tests and to continue in a hospital setting treatment for bronchitis that is still ongoing," the statement said.

The Vatican didn’t provide details of the duration of Francis’ hospitalization or what would come of his scheduled events. He has a busy weekend agenda with another special Holy Year event planned, this time honoring artists. On the calendar is an audience with artists Saturday, a Mass on Sunday and a trip to Rome’s famed Cinecitta studios on Monday.

The Vatican announcement, delivered ahead of Francis' hospitalization, came in sharp contrast to the 2023 hospitalization for bronchitis that caused confusion.

Initially, the Vatican had said he had gone in for scheduled tests, but the pontiff later revealed he had felt pain in his chest and was rushed to the hospital where bronchitis was diagnosed. He was put on intravenous antibiotics and was released April 1, quipping as he left that he was “still alive.”

Francis spent 10 days at the same hospital in July 2021 following intestinal surgery for a bowel narrowing. He credited his personal nurse then with saving his life for having insisted he get the problem checked out.

It wasn't the first time he credited a nurse with saving his life. Francis recounted his near-death experience with his youthful lung infection in his recent autobiography “Hope,” in which he credited his survival to a nurse, an Italian nun named Sister Cornelia Caraglio.

“She was an experienced, cultured woman who had worked as a teacher in Greece, and she quickly realized the seriousness of my situation: She called the specialist, who drained one and a half liters of fluid from my lungs. It began a slow and unsteady climb back from the brink between life and death,” he recalled.

It was she who, after the doctor prescribed a certain dose of penicillin and streptomycin, ordered that it be doubled, he recalled.

“She had intuition and practical experience, and certainly no lack of courage," he recalled. "My companions came from the seminary to visit me; some also gave me their blood for transfusions. Gradually the fevers decided to leave me, and the light began to return.”

Related Tags

World news
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.