91³Ô¹ÏÍø

Watch CBS News

Minnesota medical drivers plead for help from politicians after national business cancels contract over fraud allegations

A national medical transportation business says allegations of fraud caused it to recently cancel a 20-year contract with a local company. The company says it's not true.

From the Minnesota State Capitol steps, a group of roughly 95 non-emergency transportation drivers, most East African, say they're being targeted.

"It is discrimination. Blatant discrimination," said Ahmed Jama, who's the general manager for Southdale Transportation Services Inc.

Jama says Southdale is the largest contractor for Medical Transportation Management, or MTM, a St. Louis-based firm providing trips for people with medical needs like dialysis, children with autism and more.

"They gave me 30 days, which is May 8," said Jama. 

Jama says he got an email from MTM, after a 20-year relationship, saying he's got 30 days left, with zero reason why.  

"It was 80% of our business. Which is why we have to lay them off. Most of my drivers," said Jama.

In a statement to WCCO, MTM said:

"The decision to terminate Southdale's contract was in response to their apparent violations of their Transportation Provider Service Agreement with MTM Health including potential alleged violations of fraud, waste, and abuse. This Transportation Provider Service Agreement permits MTM to discontinue operations with providers who fail to comply with MTM Health's contract and Minnesota Department of Human Services and federal requirements. As a non-emergency medical transportation broker overseeing federal healthcare dollars, MTM Health is mandated by state and federal law to detect and prevent potential compliance violations."


"We didn't do anything wrong about fraud. We've been dealing with them since 2005," said Muhiydia Yusuf, who's a driver for Southdale.

Drivers like Yusuf are now pleading for politicians' help.

"I never go to the public assistance, but this is terrible. Now I am going, I don't have another option," " said Yusuf.

Southdale's contract termination comes after several high-profile fraud cases involving Somali Americans, like Minnesota's Feeding Our Future pandemic fraud scheme. This group says that doesn't define the rest of them.

"We pay hundreds of thousands in taxes every year. Me and my employees," Jama told WCCO. "We are contributing members to society."

Jama said he plans to file a class action lawsuit, but hopes politicians can step up to help first.

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