Events
Events
Courageous Parents Network hosts live virtual events to provide programming for parents and clinicians that fosters knowledge and a sense of community. Viewers can learn from the experience and insights of families and research from clinicians during In the Room (ITR) events. Book talks are designed to explore the author's personal experience in pediatric healthcare. Register to join live.
Upcoming Events
EVENT
April 13, 2026 8:00 pm
Upcoming: In the Room: Building Bridges, Breaking Down Walls: Transforming Conflict in the Care of Medically Complex Children
Conflict often emerges when navigating the medical, emotional, and relational complexities of caring for medically complex children. This session examines…
Recent Events
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">