91³Ô¹ÏÍø

Watch CBS News

Lawmakers approve removing THC limits for Georgia's medical marijuana program

A bill that would change how Georgia medical marijuana patients can use cannabis for treatment could now become law if it is signed by Gov. Brian Kemp.

This week, the Georgia House of Representatives voted 144 to 21 to approve Senate Bill 220, also known as the "Putting Georgia's Patients First Act."

Currently, Georgia law focuses on "low THC oil" with a limit of 5% of THC in products. That designation has caused confusion for participants and people who may benefit from the products, the Georgia Access to Medical Cannabis Commission said in a 2026 report.

"Patients explained that when they hear or see the term 'low THC oil,' they think it refers to a 'lower quality' or 'cheaper' product, a hemp product (that contains no more than 0.3% THC), or some other product that would not provide the form of relief they need for their medical conditions. They shared that they would often say or hear from others that they want 'the real stuff' and not 'that low THC oil stuff,'" the report read in part.

The new bill renames the category from "low THC oil" to "medical cannabis" and removes the percentage cap for THC. Instead, it would be lawful to have products containing a cumulative total of 12,000 milligrams or less of THC.

US-NEWS-NC-MARIJUANA-CHEROKEE-2-CH
Flowers, also known as buds, grow at the top of a mature marijuana plant on a farm owned and operated by Qualla Enterprises, LLC in Cherokee, NC. Melissa Melvin-Rodriguez/The Charlotte Observer/Tribune News Service via Getty Images

If the bill becomes law, patients 21 years old or older will also be allowed to vape medical cannabis, which had previously not been approved.

Medical marijuana is only available to Georgians with approval from a physician to treat severe illnesses, including seizures, terminal cancers, Parkinson's disease, and post-traumatic stress disorder. The bill would update the list, removing qualifications about "severe" and "end-stage" limitations to some illnesses and adding lupus to the conditions eligible for treatment.

If the bill becomes law, Georgia would become the 41st state to specifically use cannabis for medical purposes. The drug remains illegal for recreational use.

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