Global Health Heroes: Healthy Communities through Telehealth Innovation
Sharon Allen, CEO of World Telehealth Initiative, is a trailblazing leader in the field of international philanthropic telehealth. With her unwavering commitment to bridging healthcare disparities, she has been invited to speak at prestigious conferences worldwide, including the American Telehealth Association and the Global Health Summit. Sharon's pioneering work in surgical robotics and telehealth has garnered her recognition on the World Health Organization's Digital Health Board of Advisors, where she is actively involved in shaping the telehealth roadmap for underserved regions.
Catch up on the newest episodes of Chezuba Talk's podcast and stay updated with insightful conversations from inspiring guests who are creating positive change.
Michelle, one of only six globally certified service dog trainers by the International Association of Canine Professionals (IACP), shares her incredible journey of supporting veterans through her nonprofit.
In this insightful episode of "Chezuba Talks," host Tej sits down with Asad Lilani, a visionary leader from The Access Challenge, to explore the power of synergy in driving sustainable healthcare in East and Southern Africa.
In this compelling episode of Chezuba Talks, we sit down with Dr. Anne Merewood, a founding member of CHEERing Greece, an ISO-certified, international NGO dedicated to transforming maternal and child health in refugee communities.
Dr. Anne Merewood
August 27, 2024
Ep-106 • 24 mins 30 sec
14mins 27sec
Global Health Heroes: Healthy Communities through Telehealth Innovation
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#25305e"
},
"button": {
"background": "#14a7d0"
}
},
"theme": "classic",
"content": {
"message": "We use cookies to optimize your experience. Don't worry! We NEVER sell your data",
"dismiss": "Got it!",
"link": "Learn more",
"href": "https://app.chezuba.net/Home/PrivacyPolicy/"
}
});
var modal = document.getElementById("myModal");
// Get the form container within the modal
var formContainer = document.querySelector(
".book-demo-modal .form-container"
);
// Get the button that opens the modal
var btns = document.getElementsByClassName("book-demo-link");
// When the user clicks the button, open the modal
for (var i = 0; i < btns.length; i++) {
btns[i].onclick = function () {
modal.style.display = "block";
document.body.style.overflow = "hidden";
};
}
// When the user clicks anywhere outside of the form-container, close it
modal.onclick = function (event) {
modal.style.display = "none";
document.body.style.overflow = "auto"; // allow background to scroll again
};
// Stop propagation of the click event from the form-container to the modal
formContainer.onclick = function (event) {
event.stopPropagation();
};