91³Ô¹ÏÍø

Watch CBS News

Florida prosecutors seek Tiger Woods' prescription drug records after DUI arrest

Prosecutors are seeking Tiger Woods' prescription drug records from a pharmacy, a week after his vehicle crashed in Florida and he was arrested on suspicion of driving under the influence.

Florida state attorneys for the 19th Judicial Circuit on Tuesday said they planned to issue a subpoena seeking copies of all prescription medication records for the legendary golfer on file at Lewis Pharmacy in Palm Beach, Florida, from the start of the year through the end of last month.

Prosecutors in Martin County, Florida, want the times the prescriptions were filled, the number of pills, the dosage amounts and any instructions that accompanied the pills, such as warnings about driving while taking them, according to documents in an online court docket.

Any objections to the subpoena must be filed with the State Attorney's Office within 10 days. Neither Lewis Pharmacy nor Woods' attorney, Doug Duncan, immediately responded to emails seeking comment.

Woods, 50, pleaded not guilty to charges including driving under the influence last week. His not guilty plea came hours after an arrest report was filed that noted Woods' eyes were bloodshot and his pupils were "extremely dilated." It also noted that two pills, later determined to be the painkiller hydrocodone, were found in the pocket of Woods' pants.

The golfer told officers at the scene of the accident that he was looking down at his cellphone and changing the radio station when a pickup truck that was towing a trailer in front of him began slowing down to turn into a driveway, so he did not notice it, according to the report. 

The arrest report also noted Woods swerved into the middle of the road.

Woods took a Breathalyzer test and "blew triple zeroes" but refused a urine test, authorities said.

The 15-time major champion said last week that he's "stepping away for a period of time to seek treatment and focus on my health." 

Woods was previously arrested on a DUI charge in 2017 when Florida police found him asleep behind the wheel of his car. He said later he had taken a bad mix of painkillers. 

In 2021, Woods was seriously injured in a rollover crash in Los Angeles after "driving at a speed unsafe for the road conditions and the inability to negotiate the curve of the roadway," authorities said. 

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(); } }); }); }); });