91³Ô¹ÏÍø

Watch CBS News

Colorado Supreme Court considers lawsuit against Children's Hospital Colorado for gender-affirming care

The state's supreme court must decide if it is discrimination to deny gender-affirming care to children. A hearing on the matter was held in the Colorado Supreme Court on Tuesday as a group of parents sued the hospital to reinstate care for their children.

Children's Hospital Colorado stopped offering gender-affirming care in January after a declaration by the US Secretary of Health, Secretary Robert Kennedy. Kennedy said he would block federal funding for hospitals offering those services, arguing that gender-affirming care is not a safe or effective treatment. But Children's still offers similar care for cisgender kids, who identify as their assigned gender at birth.

colorado-supreme-court.jpg
CBS

Under the pseudonym Denisha Doe, one of the parents involved in the lawsuit against Children's Hospital of Colorado for her child's access to medical care.

"Really, from the time she could talk, she was asserting her gender identity," Doe said, "We made the really difficult decision to move here two and a half years ago, and we were really looking at states that would ensure our access to gender-affirming care."

Doe's daughter was treated at the Children's Hospital of Colorado, where she was prescribed puberty blockers. But that treatment ended in January, and Doe says her daughter has since had suicidal thoughts.

"It brought her to her knees, to the point where she was willing to end her life. That's not okay," Doe said, "Obviously, it's every parent's worst nightmare."

The hospital's new policy to suspend gender-affirming care came after the federal government threatened to pull funding from hospitals that provide it. This policy is still moving through the courts.

Chief Legal Officer for Children's Hospital Colorado, Patrick O'Rourke, said, "It is not a decision that we don't believe in the care. It's a decision that's based on the fact that if we provide the care right now, they may take away our ability to do it."

O'Rourke said in theory, the threats could impact the hospital's license, and in theory, could close. 

"We don't see that happening very often, but we've never seen actions taken like this before by the government against a group of patients and their caregivers," O'Rourke said.

childrens-hospital-colorado-1.jpg
  Children's Hospital Colorado CBS

The hospital says the gender affirming drugs to delay puberty are also used to treat cisgender patients, pushing the Colorado Supreme Court to ask if that could be considered a form of discrimination.

"How do you justify treating two groups of people differently when all of them have a medical necessity that requires medication?" said Colorado Supreme Court Justice Susan Blanco.  

Doe says this treatment is at the crux of her suit against the hospital. "The fact that [Children's administrators] have the audacity to continue this same type of care for other children, it makes you feel like, oh, okay, so our children are the ones that are expendable," she said.

Meanwhile, Doe says she's finding an alternative treatment that's less safe and less regulated to ensure her child has continued access to her medication. Still, Children's says they need to keep their doors open.

"You can't wait for the harm to happen. If Children's Hospital Colorado were unable to provide care for people who are on programs like Medicaid, they would have nowhere else to turn," O'Rourke said.

At Tuesday's hearing, Colorado Supreme Court Justice Richard Gabriel said this could set a precedent for limiting care in the future. 

"The government has all the cards, and they control all the money, and I'm concerned about that precedent," Gabriel said.

It could be weeks before there is a decision from the Colorado Supreme Court about whether and how they administer gender-affirming care, and the court acknowledged this issue could likely end up in the US Supreme Court.

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