91³Ô¹ÏÍø

Watch CBS News

Pope Francis suffers breathing crisis but responds well to mechanical ventilation, Vatican says

Pope Francis experienced a "sudden worsening of the respiratory picture" Friday, the Vatican said, when he had an "isolated crisis of bronchospasm," which is when the muscles that line the airways in the lungs tighten.

The episode caused the 88-year-old pope to inhale vomit, the Vatican said in a statement. Francis was treated with noninvasive mechanical ventilation had a good response, the Vatican said.

"The Holy Father has always remained vigilant and oriented, collaborating in therapeutic maneuvers," the Vatican said. "The prognosis therefore still remains reserved."

Earlier Friday, Vatican sources indicated to CBS News that the pope's health had improved, saying he was not currently in critical condition after exactly two weeks in hospital for bronchitis that developed into pneumonia in both lungs.

"The clinical picture remains complex, the criticality has subsided for the moment, but I would respect the caution of the doctors as the prognosis remains guarded," the sources said. There was no indication of how much longer the pontiff might remain hospitalized.

The Vatican has been providing brief updates on the pope's health twice daily, and he had been improving in recent days, but doctors said his condition remained critical until Friday.

A CT chest scan taken Tuesday evening showed the "normal evolution" of an infection as it is being treated. Blood tests have confirmed an improvement, according to the Vatican's update. The slight kidney insufficiency detected a few days ago has receded, and Francis is continuing to receive respiratory physiotherapy.

Pope Francis Delivers His Weekly Audience At The Vatican
Pope Francis holds his homily during the weekly General Audience at the Paul VI Hall, Feb. 12, 2025, in Vatican City. Simone Risoluti/Getty

The bilateral pneumonia diagnosis given to the pope on February 18 would have been a worrying turn for any patient of his age, but it was of particular concern for the leader of the Catholic Church, who has long suffered from respiratory problems.

The pope has always kept a very busy schedule, and he appeared breathless at some of his public events earlier in the month before being admitted to the hospital on February 14 for what was first diagnosed as bronchitis.

People have been gathering outside Rome's Gemelli hospital to show their support, with many leaving messages and notes near a statue of former Pope John Paul II.

The Vatican has said Francis is thankful for the "closeness he feels" from his supporters, and that he asked for people to pray for him.

This is the pope's fourth hospitalization since he took over leadership of the Roman Catholic Church in 2013. He underwent significant abdominal surgery in 2021 and then had another procedure in 2023 to repair scar tissue and an abdominal hernia. He had been hospitalized briefly for treatment for pneumonia earlier that year.

As a young man in his home country of Argentina, Francis had part of one lung removed following a pulmonary infection, which left him vulnerable to respiratory illnesses.

The Vatican announced earlier this month that Francis wouldn't celebrate Sunday Mass at St. Peter's Basilica this year, due to his ongoing recovery. The pope's ongoing hospitalization comes just ahead of the start of the annual Christian observance of Lent. The 40-day Lenten period begins on Ash Wednesday, which this year falls on March 5.

Just before Easter last year, Francis declined to attend a Good Friday procession at Rome's Colosseum in a bid to conserve his health, but the pope later led tens of thousands of worshipers in Easter celebrations.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });