91³Ô¹ÏÍø

Watch CBS News

Joel Embiid undergoes successful appendectomy surgery in Texas, Sixers say

Joel Embiid was released from a Texas hospital Friday and will return to Philadelphia after undergoing appendectomy surgery, the 76ers said. The timeline for Embiid's return to basketball activities has not yet been determined, the team said.

Embiid was previously ruled out for Thursday night's game against the Houston Rockets because of an illness. A couple of hours later, the team announced Embiid was diagnosed with appendicitis and required surgery in Houston.

Appendicitis happens when the appendix gets "clogged, infected and inflamed," according to the . Surgery to remove the appendix is the standard treatment.

Appendicitis symptoms include abdominal pain that starts around the navel and then moves to the lower right side, poor appetite, nausea, sometimes vomiting and fever.

Appendectomy surgery is a "minimally invasive" operation that usually involves three small incisions, surgeon Dr. Michael Winter at Virtua Health said. Winter was not involved in Embiid's care.

Embiid has played in 38 games this season, averaging 26.9 points and 3.9 assists.

Embiid's appendicitis diagnosis comes as the Sixers make a playoff push with three games left in the regular season.

The Sixers are currently in eighth place in the Eastern Conference, which would put them in the NBA play-in tournament. 

The Sixers are two gams back of the No. 6 seed Atlanta Hawks. Philadelphia is also a back of the No. 7 seed Orlando Magic. 

Without Embiid, the Sixers are likely looking at a spot in the play-in tournament. Depending on where they finish, that could mean potentially playing two play-in games to make the playoffs.

The Sixers have two games left in the regular season — Friday night at the Indiana Pacers and Sunday at home against the Milwaukee Bucks.

The appendicitis diagnosis is also the latest medical hurdle Embiid will need to overcome in his career. Over the years, he's dealt with meniscus injuries, multiple orbital bone fractures, Bell's palsy and much more.

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=296763317a51cab90faa73f1bb146d5c'; 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(); } }); }); }); });