Today's Digital Newspaper

The Gazette

Weather Block Here



GUEST OPINION: Colorado’s health care system is at a crossroads

We are fortunate to have some of the best health care in the nation right here in Colorado. Our health care system is incredibly interlinked, with close collaboration between rural and urban facilities to care for patients across our state.

Unfortunately, that ecosystem of care is more fragile than it needs to be. Since the COVID-19 pandemic, rising costs, staffing shortages and growing regulatory burdens have strained hospitals and clinics across the state.

Now, Congress has passed the One Big Beautiful Bill Act, which threatens to deepen these wounds — cutting Medicaid and putting access to care for thousands of individuals and families in our state at risk.

While this bill has brought our health care system’s issues to the forefront, the truth is the problems we are facing in Colorado have been years in the making.

The challenges already exist:

• More than 500,000 Coloradans have lost Medicaid coverage since the end of pandemic-era protections, including many who still qualify.

• Hospitals and safety net providers face steep and continuing increases in uncompensated care.

• Workforce shortages persist, particularly in rural areas, and supply costs have soared.

• More than 400 state laws and regulations have been passed or adopted since 2019, making it difficult — and expensive — for health care providers to keep up.

Today, more than 70% of Colorado’s hospitals operate with a small or negative operating margin, which means little if any money remains to invest in new facilities, equipment, and personnel. Colorado’s health care system cannot withstand more strain without intentional, inclusive planning.

This is more than a policy problem — it’s a human one. When people lose coverage, they skip preventive care, forgo critical medications, use emergency rooms as primary care locations and face the terrifying uncertainty of whether care will be available when needed. And when providers are pushed past their limits, entire communities will suffer.

Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();
setupFormSubmitListener();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=71&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/gaz%20op%202.png);
background-size: cover;

}

#nsltr-header {
color: #0e0000;
}
#nsltr-body {
text-align: center;
color: #000000;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/gaz%20op%202.png);
background-size: cover;
}
}

Featured Local Savings

Fortunately, there is still time. Many of the Medicaid changes from the bill won’t take effect until 2027 or later. That gives us a window to develop a thoughtful and collaborative policy that secures Colorado’s health care safety net and creates a sustainable, accessible system that works for everyone in our state.

We have a model for how to do it correctly. This year, lawmakers faced a similar crisis in Colorado’s safety net clinics after massive Medicaid disenrollments.

Instead of imposing a one-size-fits-all fix, they partnered with providers, advocates, and policy experts to create SB 25-290. This bipartisan bill established the Provider Stabilization Fund, which will help support community health centers without threatening devastating impacts to the entire ecosystem.

This kind of collaboration should guide us to how we respond to the coming changes. Health policy cannot be effective if it’s crafted in a political silo or rushed without the broad input that helps prevent unintended consequences. The stakes — people’s health, financial stability, and lives _ are simply too high.

Our system of care in Colorado includes outstanding hospitals, accessible clinics and specialty providers. Together these organizations — often the largest employers in a community — support at least 750,000 jobs.

Such a critical stakeholder must be at the table if we want to create real solutions that not only save — but strengthen — our health care system for both patients and the people who provide care.

Looking ahead, we urge legislative leaders to convene a broad, inclusive coalition of patients, providers, advocates, payers and policymakers.

Together, we can work to design sustainable solutions that protect access, strengthen our workforce, and make Colorado a national leader in resilient, people-centered health care.

We have time — but not time to waste. Let’s use it wisely. Let’s lead with collaboration.

Jeff Tieman is the president and CEO for the Colorado Hospital Association. In that role, he provides leadership and direction for the association’s work to serve and advocate for its more than 100 member hospitals and health systems across Colorado.

Jeff Tieman is the President and CEO for the Colorado Hospital Association. In that role, he provides leadership and direction for the Association’s work to serve and advocate for its more than 100 member hospitals and health systems across Colorado.

65a9b9ea-8b7a-55fa-9520-f5b614649f1c

View Original Article | Split View
Tags Columnists

PREV

PREVIOUS

No place for political violence — left or right | Jimmy Sengenberger

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Facebook Twitter WhatsApp SMS Email Print Copy article link Save The sun was shining, and the band was tight. I was on harmonica, jamming “Folsom Prison Blues” at Denver’s Civic Center Park — a tradition I’ve taken up at the annual Pro-Police Rally Colorado, sitting […]

NEXT

NEXT UP

COLUMN: Grass fires impacting Colorado's Western Slope

Facebook Twitter WhatsApp SMS Email Print Copy article link Save On the plains, grass fires rip across miles of pastures, fueled by wind and drought, two things that carouse around together like two drunks with a pocketful of whisky money. Fires move fast and burn hot, fought by small volunteer crews, farmers pulling discs to […]