Organ donation is personal for Niki Kigerl.
Her son was born with a rare liver disease. One day he will need a transplant.
The Donor Alliance will recognize the Cherry Creek School District teacher as a standout educator committed to raising organ and tissue donation awareness.
Kigerl teaches high school science at Eaglecrest High School in Aurora.
For more than a decade, Kigerl has impacted nearly 20,000 students through Donor Alliance’s Transplantation Science Program, a free program for 6th through 12th graders to learn about the science of organ and tissue donation.
Catch up with a rundown of the 7 most important and interesting stories delivered to your inbox every Thursday.
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=69&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/dg%20weekly%207.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#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/dg%20weekly%207.png);
background-size: cover;
}
}
“Through her work, she’s inspired countless young people to understand the life-saving power of donation and what it means to get the little heart on their driver license,” a Donor Alliance spokesperson said in a news release.
With a mission to save lives, Donor Alliance is a federally-designated organ procurement nonprofit serving Colorado and Wyoming that partners with more than 100 hospitals.
The organs that can be transplanted are the heart, kidneys, liver, lungs, pancreas and small intestines while bone, corneas, heart valves, veins, skin, tendons and ligaments are among the tissues.
As of September, more than 100,000 Americans were on the national transplant list awaiting donation, according to the Centers for Disease Control and Prevention. The vast majority are older than 50 and need a kidney donation.
Kigerl will receive the Donor Alliance’s 2024 Community of Excellence Award on Monday.
Editor’s note: Healthy Bites is a recurring update on health care related topics by health reporter Nicole C. Brambila.