Ana Sayfa›Dünya›WHO chief hails 5 Ebola recoveries as a …
🌍 Dünya
WHO chief hails 5 Ebola recoveries as a new treatment center opens in eastern Congo
AP News World·🕐 56 dk önce·👁 0 görüntülenme
Director General of the World Health Organisation (WHO), Tedros Adhanom Ghebreyesus, visits health workers at the Evangelical Medical Centre (CEM) in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa) 2026-05-31T11:09:30Z BUNIA, Congo (AP) — Five patients have recovered from a rare type of Ebola, the head of the World Health Organization said Sunday during a visit to eastern Congo’s Bunia, a city at the heart of an outbreak. “Four people will be discharged today and there was one that was discharged the day before yesterday,” WHO Director-General Tedros Adhanom Ghebreyesus said during the opening of a new Ebola treatment center in Bunia, the provinical capital of Ituri. “Of course, we’re still working on vaccines and treatments but that doesn’t mean that people cannot recover from Ebola,” he added. The WHO said Friday a patient had recovered from the Bundibugyo virus, the current kind of Ebola, which has no approved treatment or vaccine. It was the first documented recovery of a confirmed Bundibugyo patient during the current outbreak. The health organization said latest official figures showed 906 suspected cases and 223 suspected deaths. Neighboring Uganda has confirmed nine cases and one death, the Ugandan Health Ministry said Friday. The virus continues to spread faster than the response despite better-organized health facilities and new aid arrivals, Doctors Without Borders, or MSF, said Saturday, calling for the immediate expansion of testing, faster deployment of aid workers and sustained access for medical supplies. The dangers faced by health workers have been heightened by anger among residents over the stringent medical protocols for handling the victims’ bodies, which clash with local burial rites. Residents have launched at least three attacks against health centers. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i Tedros stressed the importance of involving the community in the outbreak response during the opening of the new treatment center on Sunday. “If you come to health facilities when you have symptoms, you can get the support and recover, so the key is to come forward as early as possible and to get the necessary support,” the WHO chief said. “We can stop this Ebola and anyone who has it can also recover. But the rule ... is this thing is everybody’s business and every citizen should be involved,” he added. Attacks in the region by the Allied Democratic Forces, a rebel group allied with the Islamic State group, and a coalition of ethnic militias have also hindered the response. ADF fighters killed seven people Saturday in Beni, North Kivu province, an area also affected by the outbreak, the Congolese army and civil society groups said. The illness also has been reported in both North Kivu and South Kivu, south of Ituri, where the Rwanda-backed M23 rebel group controls many key cities, including Goma and Bukavu. “The final message we would like to share with the Ituri community is that there is hope,” Pierre Akilimali, Incident Manager at Congo’s National Institute of Public Health, said during the inauguration on Sunday. “With the symptomatic treatment that we are currently providing, we are seeing patients recover,” Akilimali added. “We truly have hope. The virus here is not as complicated as those we have dealt with in the past, and with the support of all our partners, we believe we will be able to bring this outbreak under control as quickly as possible,” said Davin Ambitapio, another doctor at the treatment center. —— Banchereau reported from Dakar, Senegal. MARK BANCHEREAU Banchereau covers 22 countries across West and Central Africa for The Associated Press. He is based in Dakar, Senegal. twitter mailto
Director General of the World Health Organisation (WHO), Tedros Adhanom Ghebreyesus, visits health workers at the Evangelical Medical Centre (CEM) in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)Director General of the World Health Organisation (WHO) Tedros Adhanom Ghebreyesus, center right, visits the Evangelical Medical Center (CEM) in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)Director General of the World Health Organisation (WHO), Tedros Adhanom Ghebreyesus, visits the Evangelical Medical Center (CEM) in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)A view of a ward at the Evangelical Medical Center (CEM) during a visit by the Director General of the World Health Organisation (WHO), Tedros Adhanom Ghebreyesus in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)Director General of the World Health Organisation (WHO), Tedros Adhanom Ghebreyesus, visits health workers at the Evangelical Medical Centre (CEM) in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)Director General of the World Health Organisation (WHO) Tedros Adhanom Ghebreyesus, center right, visits the Evangelical Medical Center (CEM) in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)Director General of the World Health Organisation (WHO), Tedros Adhanom Ghebreyesus, visits the Evangelical Medical Center (CEM) in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)A view of a ward at the Evangelical Medical Center (CEM) during a visit by the Director General of the World Health Organisation (WHO), Tedros Adhanom Ghebreyesus in Bunia, Congo, Sunday, May 31, 2026. (AP Photo/Moses Sawasawa)
BUNIA, Congo (AP) — Five patients have recovered from a rare type of Ebola, the head of the World Health Organization said Sunday during a visit to eastern Congo’s Bunia, a city at the heart of an outbreak.“Four people will be discharged today and there was one that was discharged the day before yesterday,” WHO Director-General Tedros Adhanom Ghebreyesus said during the opening of a new Ebola treatment center in Bunia, the provinical capital of Ituri.“Of course, we’re still working on vaccines and treatments but that doesn’t mean that people cannot recover from Ebola,” he added.The WHO said Friday a patient had recovered from the Bundibugyo virus, the current kind of Ebola, which has no approved treatment or vaccine. It was the first documented recovery of a confirmed Bundibugyo patient during the current outbreak.The health organization said latest official figures showed 906 suspected cases and 223 suspected deaths. Neighboring Uganda has confirmed nine cases and one death, the Ugandan Health Ministry said Friday.The virus continues to spread faster than the response despite better-organized health facilities and new aid arrivals, Doctors Without Borders, or MSF, said Saturday, calling for the immediate expansion of testing, faster deployment of aid workers and sustained access for medical supplies.The dangers faced by health workers have been heightened by anger among residents over the stringent medical protocols for handling the victims’ bodies, which clash with local burial rites. Residents have launched at least three attacks against health centers.
Tedros stressed the importance of involving the community in the outbreak response during the opening of the new treatment center on Sunday.“If you come to health facilities when you have symptoms, you can get the support and recover, so the key is to come forward as early as possible and to get the necessary support,” the WHO chief said.“We can stop this Ebola and anyone who has it can also recover. But the rule ... is this thing is everybody’s business and every citizen should be involved,” he added.Attacks in the region by the Allied Democratic Forces, a rebel group allied with the Islamic State group, and a coalition of ethnic militias have also hindered the response. ADF fighters killed seven people Saturday in Beni, North Kivu province, an area also affected by the outbreak, the Congolese army and civil society groups said. The illness also has been reported in both North Kivu and South Kivu, south of Ituri, where the Rwanda-backed M23 rebel group controls many key cities, including Goma and Bukavu. “The final message we would like to share with the Ituri community is that there is hope,” Pierre Akilimali, Incident Manager at Congo’s National Institute of Public Health, said during the inauguration on Sunday.“With the symptomatic treatment that we are currently providing, we are seeing patients recover,” Akilimali added.“We truly have hope. The virus here is not as complicated as those we have dealt with in the past, and with the support of all our partners, we believe we will be able to bring this outbreak under control as quickly as possible,” said Davin Ambitapio, another doctor at the treatment center.——Banchereau reported from Dakar, Senegal.