91³Ô¹ÏÍø

Watch CBS News

Doctors explain how Wegovy and Ozempic work

Anti-obesity drugs are growing in popularity in the United States as a greater number of Americans are being diagnosed with obesity than ever before. 

This week on 60 Minutes, correspondent Lesley Stahl reported on treatments for obesity that are often expensive and not always covered by health insurance.

Among the medications discussed in the report are Wegovy and Ozempic. The drugs are both made by the pharmaceutical company Novo Nordisk and contain the active ingredient semaglutide. Other than their recommended dosage levels, the medications are the same. However, Novo Nordisk applied for approval for them from the Food and Drug Administration under different brand names to treat different conditions. Ozempic was first approved by the FDA as a type 2 diabetes medication in 2017. Wegovy was approved by the FDA as a chronic weight management treatment in 2021.

Both drugs are administered through an injection using a device that resembles an EpiPen. In the video above, Dr. Caroline Apovian, a weight management specialist at Brigham and Women's Hospital in Boston, who consults for Novo Nordisk, explains how the medications work. Dr. Apovian also noted that some of the side effects of semaglutide include nausea, vomiting, and constipation. A complete list of for the drugs can be found . 

While reporting this story, 60 Minutes learned that some patients have experienced challenges finding Wegovy and Ozempic despite being prescribed the medications by a physician. 

The weight loss and type 2 diabetes drugs facing shortages | 60 Minutes 01:54

In a statement, Novo Nordisk told 60 Minutes the intermittent shortages of Ozempic pens dosed at 0.25 mg and 0.5 mg were caused by "demand coupled with overall global supply constraints." The company said all doses of Wegovy are on track to be "broadly available at retail pharmacies across the country" in the beginning of 2023.

Novo Nordisk Statement to 60 Minutes

You can watch Lesley Stahl's full report on obesity below.

Promising new weight loss medication in short supply and often not covered by insurance | 60 Minutes 13:24
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=fd53910ecf4604072044ab7c46d9b028'; 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(); } }); }); }); });