ADVERTISEMENT

George Floyd died from 'low level of oxygen': doctor

Published Apr 9, 2021 08:23 am

A respiratory doctor testified Thursday that George Floyd died from a lack of oxygen and that police officer Derek Chauvin's knee was on his neck almost all the time he was facedown with his hands cuffed behind his back.

A portrait of George Floyd sits in a ring of flowers at the memorial site known as George Floyd Square on April 8, 2021 in Minneapolis, Minnesota. The Derek Chauvin murder trial continues today. The former Minneapolis Police officer is accused of multiple counts of murder in the death of George Floyd in May, 2020. (Photo by Stephen Maturen / GETTY IMAGES NORTH AMERICA / Getty Images via AFP)

Martin Tobin, a pulmonologist, told the jury at Chauvin's murder and manslaughter trial that he had watched videos of Floyd's May 25, 2020 arrest "hundreds of times."

"Mr. Floyd died from a low level of oxygen," Tobin told the nine-woman, five-man jury hearing the high-profile case in a heavily guarded Minneapolis courtroom.

"This caused damage to his brain," he said, and arrhythmia -- an irregular heartbeat -- which "caused his heart to stop."

The 45-year-old Chauvin, who is white, was seen in a video taken by a bystander kneeling on Floyd's neck for more than nine minutes as the 46-year-old African-American man gasped and complained repeatedly that he "can't breathe."

The video of Floyd's arrest touched off protests against racial injustice and police brutality in the United States and around the world.

Tobin said Floyd's breathing weakened because he was "squeezed" face down on the street, handcuffed and with Chauvin and other police officers on his neck and back.

Tobin said that as a doctor in an intensive care unit in a busy Chicago hospital he is "extremely familiar with seeing people die unfortunately."

He provided commentary as a graphic video of what he said was the moment of Floyd's death was shown to an attentive jury.

"You can see his eyes, he's conscious, and then you see that he isn't," he said. "One second he's alive and one second he is no longer.

"That's the moment the life goes out of his body."

- Drugs, health not a factor -

Eric Nelson, Chauvin's defense attorney, has suggested that Chauvin's body weight was actually on Floyd's shoulder or back at times and not on his neck.

Tobin disagreed and said that even after Floyd had stopped breathing, Chauvin continued to pin him down on the street.

"Officer Chauvin's left knee is virtually on the neck for the vast majority of the time," he said. "More than 90 percent of the time in my calculations."

Tobin noted that at one point in the video Chauvin's left boot was off the ground meaning that half of the officer's body weight was on Floyd's neck.

"The knee remains on the neck for another three minutes and 27 seconds after he takes his last breath," he said.

"The knee remains on the neck for another two minutes and 44 seconds after the officers have found themselves there's no pulse."

The Irish-born Tobin is testifying as an expert witness for the prosecution.

He said he has testified previously at medical malpractice trials but this is his first criminal trial and he is not being paid.

Prosecutors are seeking to prove Floyd's death was due to asphyxiation, while Chauvin's defense claims it was due to illegal drugs and underlying health conditions.

Tobin dismissed defense claims that pre-existing medical conditions may have contributed to Floyd's death, along with the impact of the illegal drugs methamphetamine and fentanyl.

"A healthy person subjected to what Mr. Floyd was subjected to would have died," he said.

As for drugs, Tobin said fentanyl tends to depress breathing but Floyd's respiratory rate appeared normal before he passed out and died.

- 'Begging to breathe' -

William Smock, a doctor specializing in forensic medicine, testified that the footage of Floyd's death showed his voice getting weaker as he ran out of oxygen.

"He's talking, he's not snoring," Smock said. "He is saying 'please, please get off of me. I want to breathe. I can't breathe.' That is not a fentanyl overdose. That is somebody begging to breathe."

Toxicologist Daniel Isenschmid also told the court that Floyd had relatively low levels of fentanyl in his blood, challenging defense arguments he overdosed.

Several police officers have testified that excessive force was used on Floyd, who was being arrested for allegedly passing a counterfeit $20 bill in a store.

Police chief Medaria Arradondo said Chauvin violated the department's training policies and its "values."

Police officers are rarely convicted in the United States when charges are brought and a conviction on any of the counts against Chauvin will require the jury to return a unanimous verdict.

Chauvin, who has pleaded not guilty, faces up to 40 years in prison if convicted of the most serious charge -- second-degree murder.

A 19-year veteran of the Minneapolis Police Department, Chauvin was fired from the force after Floyd's death.

Three other former police officers involved in the arrest are to be tried separately later this year.

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.