Virtual Events / en Wed, 06 Aug 2025 23:55:12 -0500 Fri, 11 Jul 25 14:22:07 -0500 From Data Fragmentation to Strategic Workforce Intelligence /education-events/data-fragmentation-strategic-workforce-intelligence <div class="raw-html-embed"> #block-mainpagecontent article > div > div > div.col-md-8{ width: 100%; } .panel-body { display: flex; flex-flow: row; flex-wrap: wrap; gap: 10px 10px; } .panel-body>div{ /*border:solid 1px red;*/ margin-bottom:10px } .page-header {order: 1; flex-basis:100%} .event-format {order: 2; flex-grow: 1} .event-dates {order: 3; flex-grow: 1;} .event-cost {order: 4; flex-grow: 1; flex-basis: 25%} .event-type {order: 5; flex-basis: 33%} .event-host {order: 8; flex-grow: 1;} .event-contact-info {order: 6; flex-grow: 2; flex-basis: 33%} .event-description {order: 3; flex-grow: 1} .event-sponsors {order: 9; flex-grow: 1;} .event-registration-link {order: 9;margin: auto 15%;} .page-header{ margin: 0px 0 10px; } h1{ margin:0px } h3{ margin:0px } h4{ color:#003087; font-size:27px; } </div><div class="row"> -- Form --><div class="col-lg-6 col-md-6 col-sm-6 center_body"><h4>AHA Affinity Forum Session Three</h4><p>Discover what’s possible when you engage a data-driven approach to workforce development enabled through innovation and centralized, organization-wide insights.</p><p>In session three of the AHA <a href="/affinity-forum/elevating-workforce-excellence-through-strategic-development-aha-affinity-forum">AHA Affinity Forum</a>, Elisa Arespacochaga, vice president of clinical affairs and workforce, Larissa Africa, MBA, RN, CENP, FAONL, FAAS, vice president, healthcare workforce solutions, StaffGarden by Ascend Learning and Jenna Lloyd Fisher, DNP, MSMIT, APRN, NEA-BC, FACHE, vice president clinical excellence, StaffGarden by Ascend Learning, will host Debbie Toland, MSN, RN, NE-BC, director of outcomes and improvement nursing professional practice, Inova Loudoun Hospital to help nursing leaders and executives optimize their clinical workforce and drive organizational success through data-driven strategies.</p><p>Each session will last 60 minutes to allow time for the panel discussion and interaction with attendees. Submit your questions ahead of time to contribute to the discussion and address issues that are unique to your organization or role.</p><p><strong>Wed, Nov 19, 2025: </strong><br><strong>12:00PM CST – 1:00PM CST</strong><br><strong>1:00PM EST – 2:00PM EST</strong><br><strong>10:00AM PST – 11:00AM PST</strong><br><strong>11:00AM MST – 12:00PM MST</strong><br> </p></div><div class="col-lg-6 col-md-6 col-sm-6"><div class="TargetLocationAA"> Moved Form Here...... </p> --> //const targetSelectorXX = '#CRAZYtestID'; // Replace with your element's ID selector //const targetSelectorXX = ('.CRAZYtestClass'); // Replace with your element's Class selector const targetSelectorXX = ('.aha-event-reg-container'); const observer = new MutationObserver((mutationsList, observer) => { const element = document.querySelector(targetSelectorXX); if (element) { console.log('Element is now on the page:', element); // Run your code here //alert("This is an alert message!"); // Select the element with the class name const elementToMoveB = document.querySelector('.aha-event-reg-container'); // Select the target section where the element will be moved const targetSectionB = document.querySelector('.TargetLocationAA'); // Move the element by appending it to the target section if (elementToMoveB && targetSectionB) { targetSectionB.appendChild(elementToMoveB); } else { console.error('Element or target section not found!'); } //END your code here observer.disconnect(); // Stop observing once the element is found } }); observer.observe(document.body, { childList: true, subtree: true }); </div> Panel Discussion Replay </h4> <div class="embed-responsive embed-responsive-16by9"> </div> <a class="btn btn-wide btn-primary ext" href="/system/files/media/file/2024/12/aha-affinity-forum_CENTEGIX_Session1_layered-approach.pdf" target="_blank" title="View the presentation/deck from the panel discussion" rel="noopener nofollow">Presentation / Deck</a> --></div> <div> <aside> <h3> Reserve Your Spot </h3> <div class="raw-html-embed">   MktoForms2.loadForm("//sponsors.aha.org", "710-ZLL-651", 4218); MktoForms2.whenReady(function(form) { if(form.getId() == 4218) { form.onSuccess(function(values, followUpUrl) { form.getFormElem().hide(); document.getElementById("successAndErrorMessages").innerHTML = ` <p> Thank you for your RSVP. Check your email for a save-the-date message to add to your calendar.<\/p>`; return false; }); }; }); <div id="successAndErrorMessages">   </div> </div> </aside> </div> </div> --></div><div class="row"><div class="col-sm-1"> </div><div class="col-sm-10"> /* people */ .people { margin-top: 50px; } .people img:nth-child(1) { border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; margin-bottom: 10px } .people img:nth-child(1):hover { opacity: .7 } @media (max-width:991px) { .people { margin: auto; } .people p { text-align: center } } .ci_profile { margin-bottom: 30px; display: block; } @media (max-width:991px) { .ci_profile { text-align: center } } .ci_profile p { margin: 0 0 7px 0 } .ci_profile_name { font-weight: 700; font-size: 20px; } p.ci_profile_name { font-size: 1.5em; } .ci_profile_title { font-style: italic; line-height: 1.3em } .ci_profile_company { font-size: 1em; } p.ci_profile_award { font-size: .8em; text-align: center; color: #55555599; font-weight: 700 } .ci_profile_social { width: auto; } .ci_profile_social i { padding-right: 25px; font-size: 20px } .ci_profile_social a:last-of-type i { padding-right: 0px; } #ci_footer-social { font-size: 1.5em; padding-top: 0px; width: 100%; text-align: right; } @media (max-width:991px) { .ci_logo { margin-top: 25px } .ci_social p { text-align: center !important; } #ci_footer-social { text-align: center } } @media (min-width:540px) { .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .rowEqual_768>[class*='col'] { -ms-flex: 1; /* IE 10 */ flex: inherit; width: calc((100%/2) - 2px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } /* // */ <div class="row people people4"><h4 class="text-align-center">Speakers</h4><div class="row rowEqual_768"><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-07/Debbie-Toland-300x300.jpg" alt="Debbie Toland" width="300" height="300"><p class="ci_profile_name">Debbie Toland, MSN, RN, NE-BC</p><p class="ci_profile_title">Director of Outcomes and Improvement, Nursing Professional Practice</p><p class="ci_profile_company">Inova Health System</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-08/elisa-arespacochaga_300x300_080525.jpg" alt="Elisa Arespacochaga" width="300" height="300"><p class="ci_profile_name">Elisa Arespacochaga</p><p class="ci_profile_title">Vice President of Clinical Affairs and Workforce</p><p class="ci_profile_company">ºÚÁÏÕýÄÜÁ¿ Association</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-06/larissa-africa-affinity-forum_300x300.jpg" alt="Larissa Africa" width="300" height="300"><p class="ci_profile_name">Larissa Africa, MBA, RN, CENP, FAONL, FAAN</p><p class="ci_profile_title">Vice President, Healthcare Workforce Solutions</p><p class="ci_profile_company">StaffGarden by Ascend Learning</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-06/Headshot_Jenna_AL_HWS_300x300.jpg" alt="Jenna Fisher" width="300" height="300"><p class="ci_profile_name">Jenna Lloyd Fisher, DNP, MSMIT, APRN, NEA-BC, FACHE</p><p class="ci_profile_title">Vice President, Clinical Excellence</p><p class="ci_profile_company">StaffGarden by Ascend Learning</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div> <img alt="" src="sssssssssss"> <p class="ci_profile_name"> xxxx </p> <p class="ci_profile_title"> vvvvv </p> <p class="ci_profile_company"> ddddd </p> <p class="ci_profile_award"> hhhhh </p> <p class="ci_profile_award"> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> <div class="ci_profile_social"> </div> </div> --> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> --></div></div></div><div class="col-sm-1"> </div></div><div class="row" id=""><div class="col-md-10 col-md-offset-1"><div class="col-md-12"><h4>AHA Affinity Forum is brought to our members in collaboration with StaffGarden by Ascend Learning</h4></div><div class="col-md-12"><p>As experts in healthcare workforce development, StaffGarden by Ascend Learning makes it easy for nurse leaders to empower their workforces to thrive and achieve clinical standards of excellence. Our comprehensive solutions provide 360° data-driven intelligence unlocking efficiencies, advancing clinical careers and amplifying workforce engagement and retention.</p></div> <a href="xxxxxxxxxxxxx"> <img alt="CENTEGIX Logo" src="/sites/default/files/2024-10/CENTEGIX_LOGO_web-Horizontal-Recovered.png"> </a> </div> --></div></div> Fri, 11 Jul 2025 14:22:07 -0500 Virtual Events Growing Clinical Talent from Hire to Retire /education-events/growing-clinical-talent-hire-retire <div class="raw-html-embed"> #block-mainpagecontent article > div > div > div.col-md-8{ width: 100%; } .panel-body { display: flex; flex-flow: row; flex-wrap: wrap; gap: 10px 10px; } .panel-body>div{ /*border:solid 1px red;*/ margin-bottom:10px } .page-header {order: 1; flex-basis:100%} .event-format {order: 2; flex-grow: 1} .event-dates {order: 3; flex-grow: 1;} .event-cost {order: 4; flex-grow: 1; flex-basis: 25%} .event-type {order: 5; flex-basis: 33%} .event-host {order: 8; flex-grow: 1;} .event-contact-info {order: 6; flex-grow: 2; flex-basis: 33%} .event-description {order: 3; flex-grow: 1} .event-sponsors {order: 9; flex-grow: 1;} .event-registration-link {order: 9;margin: auto 15%;} .page-header{ margin: 0px 0 10px; } h1{ margin:0px } h3{ margin:0px } h4{ color:#003087; font-size:27px; } </div><div class="row"> -- Form --><div class="col-lg-6 col-md-6 col-sm-6 center_body"><h4>AHA Affinity Forum Session Two</h4><p>Explore how health systems are retaining top talent long-term with significant engagement through digitized clinical ladder programs and a comprehensive approach to development.</p><p>In session two of the AHA <a href="/affinity-forum/elevating-workforce-excellence-through-strategic-development-aha-affinity-forum" title="View the whole series">AHA Affinity Forum</a>, Elisa Arespacochaga, vice president of clinical Affairs and Workforce, Larissa Africa, MBA, RN, CENP, FAONL, FAAS, vice president, healthcare workforce solutions, StaffGarden by Ascend Learning and Jenna Lloyd Fisher, DNP, MSMIT, APRN, NEA-BC, FACHE, vice president clinical excellence, StaffGarden by Ascend Learning, will host Tricia Edwards, BSN, RN, PCCN, advisor, nurse professional development and advancement program, Ohio Health, to support nursing leaders seeking to create a resilient and forward-thinking workforce through transformative clinical ladder engagement strategies.</p><p>Each session will last 60 minutes to allow time for the panel discussion and interaction with attendees. Submit your questions ahead of time to contribute to the discussion and address issues that are unique to your organization or role.</p><p><strong>Mon, Oct 06, 2025:</strong><br><strong>12:00PM CDT – 1:00PM CDT</strong><br><strong>1:00PM EDT – 2:00PM EDT</strong><br><strong>10:00AM PDT – 11:00AM PDT</strong><br><strong>11:00AM MDT – 12:00PM MDT</strong><br> </p></div><div class="col-lg-6 col-md-6 col-sm-6"><div class="TargetLocationAA"> Moved Form Here...... </p> --> //const targetSelectorXX = '#CRAZYtestID'; // Replace with your element's ID selector //const targetSelectorXX = ('.CRAZYtestClass'); // Replace with your element's Class selector const targetSelectorXX = ('.aha-event-reg-container'); const observer = new MutationObserver((mutationsList, observer) => { const element = document.querySelector(targetSelectorXX); if (element) { console.log('Element is now on the page:', element); // Run your code here //alert("This is an alert message!"); // Select the element with the class name const elementToMoveB = document.querySelector('.aha-event-reg-container'); // Select the target section where the element will be moved const targetSectionB = document.querySelector('.TargetLocationAA'); // Move the element by appending it to the target section if (elementToMoveB && targetSectionB) { targetSectionB.appendChild(elementToMoveB); } else { console.error('Element or target section not found!'); } //END your code here observer.disconnect(); // Stop observing once the element is found } }); observer.observe(document.body, { childList: true, subtree: true }); </div> Panel Discussion Replay </h4> <div class="embed-responsive embed-responsive-16by9"> </div> <a class="btn btn-wide btn-primary ext" href="/system/files/media/file/2024/12/aha-affinity-forum_CENTEGIX_Session1_layered-approach.pdf" target="_blank" title="View the presentation/deck from the panel discussion" rel="noopener nofollow">Presentation / Deck</a> --></div> <div> <aside> <h3> Reserve Your Spot </h3> <div class="raw-html-embed">   MktoForms2.loadForm("//sponsors.aha.org", "710-ZLL-651", 4218); MktoForms2.whenReady(function(form) { if(form.getId() == 4218) { form.onSuccess(function(values, followUpUrl) { form.getFormElem().hide(); document.getElementById("successAndErrorMessages").innerHTML = ` <p> Thank you for your RSVP. Check your email for a save-the-date message to add to your calendar.<\/p>`; return false; }); }; }); <div id="successAndErrorMessages">   </div> </div> </aside> </div> </div> --></div><div class="row"><div class="col-sm-1"> </div><div class="col-sm-10"> /* people */ .people { margin-top: 50px; } .people img:nth-child(1) { border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; margin-bottom: 10px } .people img:nth-child(1):hover { opacity: .7 } @media (max-width:991px) { .people { margin: auto; } .people p { text-align: center } } .ci_profile { margin-bottom: 30px; display: block; } @media (max-width:991px) { .ci_profile { text-align: center } } .ci_profile p { margin: 0 0 7px 0 } .ci_profile_name { font-weight: 700; font-size: 20px; } p.ci_profile_name { font-size: 1.5em; } .ci_profile_title { font-style: italic; line-height: 1.3em } .ci_profile_company { font-size: 1em; } p.ci_profile_award { font-size: .8em; text-align: center; color: #55555599; font-weight: 700 } .ci_profile_social { width: auto; } .ci_profile_social i { padding-right: 25px; font-size: 20px } .ci_profile_social a:last-of-type i { padding-right: 0px; } #ci_footer-social { font-size: 1.5em; padding-top: 0px; width: 100%; text-align: right; } @media (max-width:991px) { .ci_logo { margin-top: 25px } .ci_social p { text-align: center !important; } #ci_footer-social { text-align: center } } @media (min-width:540px) { .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .rowEqual_768>[class*='col'] { -ms-flex: 1; /* IE 10 */ flex: inherit; width: calc((100%/2) - 2px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } /* // */ <div class="row people people4"><h4 class="text-align-center">Speakers</h4><div class="row rowEqual_768"><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-07/Tricia-Edwards-Headshot-300x300.jpg" alt="Tricia Edwards" width="300" height="300"><p class="ci_profile_name">Tricia Edwards, BSN, RN, PCCN</p><p class="ci_profile_title">Advisor, Nurse Professional Development and Advancement Program</p><p class="ci_profile_company">Ohio Health</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-08/elisa-arespacochaga_300x300_080525.jpg" alt="Elisa Arespacochaga" width="300" height="300"><p class="ci_profile_name">Elisa Arespacochaga</p><p class="ci_profile_title">Vice President of Clinical Affairs and Workforce</p><p class="ci_profile_company">ºÚÁÏÕýÄÜÁ¿ Association</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-06/larissa-africa-affinity-forum_300x300.jpg" alt="Larissa Africa" width="300" height="300"><p class="ci_profile_name">Larissa Africa, MBA, RN, CENP, FAONL, FAAN</p><p class="ci_profile_title">Vice President, Healthcare Workforce Solutions</p><p class="ci_profile_company">StaffGarden by Ascend Learning</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-06/Headshot_Jenna_AL_HWS_300x300.jpg" alt="Jenna Fisher" width="300" height="300"><p class="ci_profile_name">Jenna Lloyd Fisher, DNP, MSMIT, APRN, NEA-BC, FACHE</p><p class="ci_profile_title">Vice President, Clinical Excellence</p><p class="ci_profile_company">StaffGarden by Ascend Learning</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div> <img alt="" src="sssssssssss"> <p class="ci_profile_name"> xxxx </p> <p class="ci_profile_title"> vvvvv </p> <p class="ci_profile_company"> ddddd </p> <p class="ci_profile_award"> hhhhh </p> <p class="ci_profile_award"> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> <div class="ci_profile_social"> </div> </div> --> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> --></div></div></div><div class="col-sm-1"> </div></div><div class="row" id=""><div class="col-md-10 col-md-offset-1"><div class="col-md-12"><h4>AHA Affinity Forum is brought to our members in collaboration with StaffGarden by Ascend Learning</h4></div><div class="col-md-12"><p>As experts in healthcare workforce development, StaffGarden by Ascend Learning makes it easy for nurse leaders to empower their workforces to thrive and achieve clinical standards of excellence. Our comprehensive solutions provide 360° data-driven intelligence unlocking efficiencies, advancing clinical careers and amplifying workforce engagement and retention.</p></div> <a href="xxxxxxxxxxxxx"> <img alt="CENTEGIX Logo" src="/sites/default/files/2024-10/CENTEGIX_LOGO_web-Horizontal-Recovered.png"> </a> </div> --></div></div> Fri, 11 Jul 2025 13:17:38 -0500 Virtual Events Empowering Clinical Excellence Through Innovative Competency Development /education-events/empowering-clinical-excellence-through-innovative-competency-development <div class="raw-html-embed"> #block-mainpagecontent article > div > div > div.col-md-8{ width: 100%; } .panel-body { display: flex; flex-flow: row; flex-wrap: wrap; gap: 10px 10px; } .panel-body>div{ /*border:solid 1px red;*/ margin-bottom:10px } .page-header {order: 1; flex-basis:100%} .event-format {order: 2; flex-grow: 1} .event-dates {order: 3; flex-grow: 1;} .event-cost {order: 4; flex-grow: 1; flex-basis: 25%} .event-type {order: 5; flex-basis: 33%} .event-host {order: 8; flex-grow: 1;} .event-contact-info {order: 6; flex-grow: 2; flex-basis: 33%} .event-description {order: 3; flex-grow: 1} .event-sponsors {order: 9; flex-grow: 1;} .event-registration-link {order: 9;margin: auto 15%;} .page-header{ margin: 0px 0 10px; } h1{ margin:0px } h3{ margin:0px } h4{ color:#003087; font-size:27px; } </div><div class="row"><div class="col-lg-6 col-md-6 col-sm-6 center_body"><h4>AHA Affinity Forum Session One</h4><p>Delve into the transformative power of competency-based onboarding and development in enhancing clinical judgment skills across health care organizations.</p><p>In session one of the <a href="/affinity-forum/elevating-workforce-excellence-through-strategic-development-aha-affinity-forum" title="View the whole series">AHA Affinity Forum</a>, Elisa Arespacochaga, vice president of clinical affairs and workforce, Larissa Africa, MBA, RN, CENP, FAONL, FAAS, vice president, healthcare workforce solutions, and Jenna Lloyd Fisher, DNP, MSMIT, APRN, NEA-BC, FACHE, vice president clinical excellence, StaffGarden by Ascend Learning, will host Trina Rayle, MSN, RN, NPD-BC, manager, nursing professional development & RN residency program director, Parkview Health to learn how to drive organizational success through strategic competency development and process innovation.</p><p>Each session will last 60 minutes to allow time for the panel discussion and interaction with attendees. Submit your questions ahead of time to contribute to the discussion and address issues that are unique to your organization or role.</p><p><strong>Tue, Sept 09, 2025: </strong><br><strong>10:00AM CDT – 11:00AM CDT</strong><br><strong>11:00AM EDT – 12:00PM EDT</strong><br><strong>09:00AM MDT – 10:00AM MDT</strong><br><strong>08:00AM PDT – 09:00AM PDT</strong><br> </p><p> </p></div><div class="col-lg-6 col-md-6 col-sm-6"><div class="TargetLocationAA"> //const targetSelectorXX = '#CRAZYtestID'; // Replace with your element's ID selector //const targetSelectorXX = ('.CRAZYtestClass'); // Replace with your element's Class selector const targetSelectorXX = ('.aha-event-reg-container'); const observer = new MutationObserver((mutationsList, observer) => { const element = document.querySelector(targetSelectorXX); if (element) { console.log('Element is now on the page:', element); // Run your code here //alert("This is an alert message!"); // Select the element with the class name const elementToMoveB = document.querySelector('.aha-event-reg-container'); // Select the target section where the element will be moved const targetSectionB = document.querySelector('.TargetLocationAA'); // Move the element by appending it to the target section if (elementToMoveB && targetSectionB) { targetSectionB.appendChild(elementToMoveB); } else { console.error('Element or target section not found!'); } //END your code here observer.disconnect(); // Stop observing once the element is found } }); observer.observe(document.body, { childList: true, subtree: true }); </div>Panel Discussion Replay</h4> <div class="embed-responsive embed-responsive-16by9"> </div> <a class="btn btn-wide btn-primary ext" href="/system/files/media/file/2024/12/aha-affinity-forum_CENTEGIX_Session1_layered-approach.pdf" target="_blank" title="View the presentation/deck from the panel discussion" rel="noopener nofollow">Presentation / Deck</a> --></div> <div> <aside> <h3>Reserve Your Spot</h3> <div class="raw-html-embed">   MktoForms2.loadForm("//sponsors.aha.org", "710-ZLL-651", 4218); MktoForms2.whenReady(function(form) { if(form.getId() == 4218) { form.onSuccess(function(values, followUpUrl) { form.getFormElem().hide(); document.getElementById("successAndErrorMessages").innerHTML = `<p>Thank you for your RSVP. Check your email for a save-the-date message to add to your calendar.<\/p>`; return false; }); }; }); <div id="successAndErrorMessages"> </div> </div> </aside> </div> </div>--></div><div class="row"><div class="col-sm-1"> </div><div class="col-sm-10"> /* people */ .people { margin-top: 50px; } .people img:nth-child(1) { border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; margin-bottom: 10px } .people img:nth-child(1):hover { opacity: .7 } @media (max-width:991px) { .people { margin: auto; } .people p { text-align: center } } .ci_profile { margin-bottom: 30px; display: block; } @media (max-width:991px) { .ci_profile { text-align: center } } .ci_profile p { margin: 0 0 7px 0 } .ci_profile_name { font-weight: 700; font-size: 20px; } p.ci_profile_name { font-size: 1.5em; } .ci_profile_title { font-style: italic; line-height: 1.3em } .ci_profile_company { font-size: 1em; } p.ci_profile_award { font-size: .8em; text-align: center; color: #55555599; font-weight: 700 } .ci_profile_social { width: auto; } .ci_profile_social i { padding-right: 25px; font-size: 20px } .ci_profile_social a:last-of-type i { padding-right: 0px; } #ci_footer-social { font-size: 1.5em; padding-top: 0px; width: 100%; text-align: right; } @media (max-width:991px) { .ci_logo { margin-top: 25px } .ci_social p { text-align: center !important; } #ci_footer-social { text-align: center } } @media (min-width:540px) { .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .rowEqual_768>[class*='col'] { -ms-flex: 1; /* IE 10 */ flex: inherit; width: calc((100%/2) - 2px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } /* // */ <div class="row people people4"><h4 class="text-align-center">Speakers</h4><div class="row rowEqual_768"><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-07/Trina-Rayle-headshot_300x300.jpg" alt="Trina Rayle"><p class="ci_profile_name">Trina Rayle, MSN, RN, NPD-BC</p><p class="ci_profile_title">Manager, Nursing Professional Development & RN Residency Program Director</p><p class="ci_profile_company">Parkview Health</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-08/elisa-arespacochaga_300x300_080525.jpg" alt="Elisa Arespacochaga"><p class="ci_profile_name">Elisa Arespacochaga</p><p class="ci_profile_title">Vice President of Clinical Affairs and Workforce</p><p class="ci_profile_company">ºÚÁÏÕýÄÜÁ¿ Association</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-06/larissa-africa-affinity-forum_300x300.jpg" alt="Larissa Africa"><p class="ci_profile_name">Larissa Africa, MBA, RN, CENP, FAONL, FAAN</p><p class="ci_profile_title">Vice President, Healthcare Workforce Solutions</p><p class="ci_profile_company">StaffGarden by Ascend Learning</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-06/Headshot_Jenna_AL_HWS_300x300.jpg" alt="Jenna Fisher"><p class="ci_profile_name">Jenna Lloyd Fisher, DNP, MSMIT, APRN, NEA-BC, FACHE</p><p class="ci_profile_title">Vice President, Clinical Excellence</p><p class="ci_profile_company">StaffGarden by Ascend Learning</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> --> <img alt="" src="sssssssssss"> <p class="ci_profile_name">xxxx</p> <p class="ci_profile_title">vvvvv</p> <p class="ci_profile_company">ddddd</p> <p class="ci_profile_award">hhhhh</p> <p class="ci_profile_award"><a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a></p> <div class="ci_profile_social"></div> </div> --></div></div></div><div class="col-sm-1"> </div></div><div class="row" id=""><div class="col-md-10 col-md-offset-1"><div class="col-md-12"><h4>AHA Affinity Forum is brought to our members in collaboration with StaffGarden by Ascend Learning</h4></div><div class="col-md-12"><p>As experts in healthcare workforce development, StaffGarden by Ascend Learning makes it easy for nurse leaders to empower their workforces to thrive and achieve clinical standards of excellence. Our comprehensive solutions provide 360° data-driven intelligence unlocking efficiencies, advancing clinical careers and amplifying workforce engagement and retention.</p></div> <a href="xxxxxxxxxxxxx"> <img alt="Ascend Logo" src="/sites/default/files/2024-10/CENTEGIX_LOGO_web-Horizontal-Recovered.png"> </a> </div>--></div></div> Mon, 09 Jun 2025 14:46:25 -0500 Virtual Events Elevating Workforce Excellence Through Strategic Development | AHA Affinity Forum /affinity-forum/elevating-workforce-excellence-through-strategic-development-aha-affinity-forum <div class="raw-html-embed"> </div><div> /* Banner_Title_Overlay_Bar */ .Banner_Title_Overlay_Bar { position: relative; display: block; overflow: hidden; max-width: 1170px; margin: 0px auto 25px auto; } .Banner_Title_Overlay_Bar h1 { position: absolute; bottom: 40px; color: #003087; background-color: rgba(255, 255, 255, .8); width: 100%; padding: 20px 40px; font-size: 3em; box-shadow: 0 3px 8px -5px rgba(0, 0, 0, .6); } @media (max-width:991px) { .Banner_Title_Overlay_Bar h1 { bottom: 0px; margin: 0px; font-size: 2.5em; } } @media (max-width:767px) { .Banner_Title_Overlay_Bar h1 { font-size: 2em; font-size: 2em; text-align: center; text-indent: 0px; padding: 10px 20px; } } @media (max-width:530px) { .Banner_Title_Overlay_Bar h1 { position: relative; background-color: #63666A22; } } /* Banner_Title_Overlay_Bar // */ /* center_body */ .center_body { /*margin-top:50px;*/ margin-bottom: 50px; font-size: 16px } .center_body h3 {} .center_body p { font-size: 16px } p.center_Intro { color: #002855; line-height: 1.2em; font-size: 30px; margin: 10px 0 25px 0; font-weight: 700; font-size: 2em; } @media (max-width:768px) { p.center_Intro { line-height: 1.2em; font-size: 23px; font-size: 1.45em; } } .center_body .center_Lead { color: #63666A; font-weight: 300; line-height: 1.4; font-size: 21px; } /* center_body // */ /* y-hr3 */ .y-hr3 { clear: both; } .y-hr3 div:nth-child(2) { border-top: solid 2px lightgrey; margin: 50px 0px; height: 0px } /* y-hr3 // */ /* CenterCallout_a */ @media (min-width:768px) { .CenterCallout_a .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .CenterCallout_a .CenterCallout_2col.rowEqual_768>[class*='col-'] { -ms-flex: 1; /* IE 10 */ flex: auto; width: calc(25% - 2px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } .CenterCallout_a { background-color: #f6f6f6; margin-bottom: 25px; } .CenterCallout_a .CenterCallout_a-Center { /*text-align: center;*/ font-size: 16px; } .CenterCallout_a .CenterCallout_a_Holder { margin-bottom: 25px; } .CenterCallout_a h2 { color: #002855; line-height: 1.2em; font-size: 30px; margin: 30px 0 30px 0; text-align: center; } .CenterCallout_a h4 { color: #002855; line-height: 1.2em; font-size: 30px; margin: 30px 0 30px 0; text-align: center; } .CenterCallout_a h3 { margin: 25px 0 0 0; color: #555; font-size: .7em; text-transform: uppercase; font-weight: 400; letter-spacing: 3px; text-align: center; } .CenterCallout_a .CenterCallout_a_Wrapper { display: block; margin: 15px 0 0 0; overflow: hidden; color: #002855; background-color: white; /*! background-color: white; */ border: solid 3px #f6f6f6; display: block; transition: .2s; color: #307fe2; height: 100%; } .CenterCallout_a .CenterCallout_a_Wrapper:hover { border: solid 3px #307fe2; } .CenterCallout_a .CenterCallout_a_Wrapper:hover img { opacity: .6; transform: scale(1.05); transition: 3s; } .CenterCallout_a .CenterCallout_a_Icon { margin-top: 5px; } .CenterCallout_a .CenterCallout_a_icon { width: auto; max-width: 147px; } .CenterCallout_a .CenterCallout_a_Wrapper .CenterCallout_a_SectionTitle { color: #555; } /*.CenterCallout_a .CenterCallout_a_Wrapper:hover h2,*/ .CenterCallout_a .CenterCallout_a_Wrapper:hover .CenterCallout_a_SectionTitle a { color: #555; } .CenterCallout_a .CenterCallout_a_Wrapper .CenterCallout_a_SectionTitle { font-size: 1.2em; padding: 0 10px; } .CenterCallout_a .CenterCallout_a_Wrapper h2.CenterCallout_a_h_1 { color: #d50032; } .CenterCallout_a .CenterCallout_a_Wrapper h2.CenterCallout_a_h_2 { color: #002855; } .CenterCallout_a .CenterCallout_a_Wrapper h2.CenterCallout_a_h_3 { color: #69b3e7; } .CenterCallout_a .CenterCallout_a_Wrapper h2:hover { transition: .2s; } .CenterCallout_a .CenterCallout_a_Wrapper p { line-height: 1.6em; padding: 0 10px 15px 10px; color: #333; font-size: 16px; } .CenterCallout_a .CenterCallout_a_Wrapper ul, .CenterCallout_a .CenterCallout_a_Wrapper ol { line-height: 1.6em; color: #333; text-align: left; } .CenterCallout_a ul { list-style: none; /* Remove default bullets */ padding-left: 30px; margin-top: 15px; margin-bottom: 25px; padding-right: 15px; } .CenterCallout_a ul li { margin-bottom: 7px; line-height: 1.5em; padding-left: 23px; text-indent: -23px; font-size: 16px; } .CenterCallout_a ul li::before { content: " "; font-size: 1em; margin-right: 5px; display: inline-block; height: 12px; background-color: #d50032; width: 12px; position: relative; top: 0px; } @media (max-width:991px) { .CenterCallout_a .CenterCallout_a_Wrapper { min-height: 100%; } } @media (max-width:768px) { .CenterCallout_a .CenterCallout_a_Wrapper { min-height: 100%; /* Was 480px*/ } } @media (max-width:432px) { .CenterCallout_a .CenterCallout_a_Wrapper { min-height: 220px; margin: 5px 0; } /*.CenterCallout_a .CenterCallout_a_Wrapper p, .CenterCallout_a .CenterCallout_a_Wrapper ul { display: none; }*/ } @media (max-width:360px) { .CenterCallout_a .CenterCallout_a_Wrapper { min-height: 195px; margin: 5px 0; } .CenterCallout_a .CenterCallout_a_Wrapper h2 { font-size: 1em; padding: 0 5px; } /*.CenterCallout_a .CenterCallout_a_Wrapper p .CenterCallout_a .CenterCallout_a_Wrapper ul { display: none; }*/ } @media (max-width:991px) and (min-width:568px) { .CenterCallout_a CenterCallout_a_ul { width: 75%; margin: auto; } } h2 { color: #002855; font-size: 2.15em; margin: 0 0 15px 0; } </div><div><header class="Banner_Title_Overlay_Bar"><img src="/sites/default/files/2024-10/2024_Affinty_Forum_Workforce_Banner_1170x250.jpg" alt="Banner Image" width="1170" height="250"><div><h1>Elevating Workforce Excellence Through Strategic Development | AHA Affinity Forum</h1></div></header></div> @media (min-width:768px) { .sp_CTA1b_holder { top: -15px; } } @media (max-width:767px) { .sp_CTA1b_holder { top: -50px; margin: 0px 50px; } } .sp_CTA1b_holder { background-color: #fff; padding: 15px 15px 0; position: relative; overflow: auto; border: solid 2px #307FE2; text-align: center; } .sp_CTA1b h3 { color: #002855; font-size: 1.4em; margin: 0px; } .sp_CTA1b span { display: block; margin-top: 10px } .sp_CTA1b span a { color: #d50032; } .sp_CTA1b span a:hover { color: #651d32; } <div class="row sp_CTA1b"><div class="col-sm-8 col-sm-offset-2 sp_CTA1b_holder"><h3>AHA Affinity Forum is brought to our members in collaboration with StaffGarden by Ascend Learning</h3><img src="/sites/default/files/2025-05/staff-garden_ascend-learning_logo_834x313.jpg " alt="staffgarden by Ascend Learning logo" width="834" height="313"></div></div><div class="raw-html-embed"> /* CntMenuSub */ .CntMenuSub { margin: 20px 0px; padding-bottom: 5px; color: #afb1b1; letter-spacing: 1.5px; font-weight: 400; font-size: 11.2px; } .CntMenuSub a { text-decoration: none } .CntMenuSub .CntMenuBar { border-bottom: 1px solid lightblue; } /* if includes a logo */ @media (min-width:361px) { .CntMenuSub.CntMenuSubLogo .CntMenuBar { margin-top: 10px; float: left; width: calc(100% - 425px); } } @media (max-width:767px) and (min-width:361px) { .CntMenuSub.CntMenuSubLogo .CntMenuBar { float: left; width: calc(100% - 0px); } .CntMenuSub.CntMenuSubLogo img { width: auto; } } /* // */ .CntMenuSub .CntMenuBar a:after { content: "|"; padding: 0 3px 0 6px; color: #555; } .CntMenuSub .CntMenuBar a:last-child:after { content: ""; } .CntMenuSub .CntMenuSubHome, .CntMenuSub .CntMenuSubParent { text-transform: uppercase; color: #555; opacity: .9; } .CntMenuSub .CntMenuSubParent {} .CntMenuSub .CntMenuSubChild {} .CntMenuSub .CntMenuSubCurrent { opacity: .7; } .CntMenuSub .CntMenuSubHome:hover, .CntMenuSub .CntMenuSubParent:hover { text-transform: uppercase; color: #d50032; } /* CntMenuSub // */ <div class="container CntMenuSub"> <div class="col-md-1">   </div> <div class="col-md-10 row CntMenuBar"> <span class="CntMenuSubChild" id="CntMenuSubChild"></span> </div> <div class="col-md-1">   </div> </div> var url = window.location.pathname; var path = url.split('/').slice(-3, 2).join('/'); var pathreplace = path.replace(/-/g, " "); document.getElementById("CntMenuSubHome").innerHTML = (pathreplace); var url = window.location.pathname; var path = url.split('/').slice(-2, 3).join('/'); var pathreplace2 = path.replace(/-/g, " "); document.getElementById("CntMenuSubParent").innerHTML = (pathreplace2); var url = window.location.pathname; var path = url.split('/').slice(1, 2).join('/'); var pathreplace2 = path.replace(/-/g, " "); document.getElementById("CntMenuSubParentOnly").innerHTML = (pathreplace2); var y = document.getElementsByTagName("h1"); document.getElementById("CntMenuSubChild").innerHTML = y[0].innerHTML; </div> .sp_Lead p { color: #002855; line-height: 1.2em; font-size: 30px; margin: 10px 0 25px 0; font-weight: 700; font-size: 2.15em; } .sp_Lead_Paragragh p { font-size: 16px } <div class="row sp_Lead_Paragragh"><div class="col-sm-1"> </div><div class="col-sm-10"><h2>Interactive Virtual Panel Discussion with Hospital Leaders and Health Care Workforce Industry Experts</h2><p>Join the AHA and StaffGarden by Ascend Learning for a 3-part series of interactive virtual panel discussions on key aspects of workforce development. Elisa Arespacochaga, vice president of clinical affairs and workforce, will host industry experts and hospital leaders as they provide insights on enhancing healthcare workforce excellence through competency, role advancement, and how to build effective data-driven strategies.</p><p>Each session will last 60 minutes to allow time for the panel discussion and interaction with attendees. Submit your questions ahead of time to contribute to the discussion and address issues that are unique to your organization or role.</p><div class="row spacer rowEqual-768-2"> .BlockViewCalendar3 { margin: 25px auto; padding-bottom: 15px } /* Equal */ @media (min-width:992px) { .resource-block .resource-view .views-row { /* width: calc((100%/3) - 20px); float:left; */ margin: 10px; } .rowEqual-768 .resource-view, .rowEqual-768-2 .resource-view { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .rowEqual-768-2 .resource-view>[class*='art'] { -ms-flex: 1; /* IE 10 */ flex: inherit; width: calc((100%/3) - 20px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } .article.views-row { height: 100%; } /* /Equal */ /* Date */ .views-field.views-field-field-start-date-time { /* margin: 0px; */ width: 50px; text-align: center; font-size: 15px; padding: 0px; font-weight: 700; white-space: nowrap; overflow: hidden; /*text-overflow: ellipsis;*/ color: #ffffff; background-color: #002855; border-color: #002855; display: inline-block; float: left; border-top-left-radius: 5px; border-top-right-radius: 5px; } .views-field.views-field-field-start-date-time-1 { /* margin: 0px; */ width: 50px; text-align: center; font-size: 15px; padding: 0px; font-weight: 700; white-space: nowrap; overflow: hidden; /*text-overflow: ellipsis;*/ color: #003087; background-color: #fff; border: #003087 1px solid; display: inline-block; float: left; clear: both; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; margin-bottom: 10px; } /* /Date */ /* Title */ .resource-block .resource-view .views-row .views-field-title h3 { font-weight: 700; font-size: 1.2em; line-height: 1.2em; /* margin-left: 15px; */ display: flex; position: relative; left: 20px; /* width: calc(100% - 25px); */ padding-right: 15px; margin-top: 0px; } .resource-block .resource-view .views-row .views-field-title h3 a { color: #003087 } .resource-block .resource-view .views-row .views-field-title h3 a:hover { color: #69B3e7 } /* /Title */ /* Date - inline */ .views-field-field-start-date-time-8 { margin-left: 70px; color: #55555599; } .views-field-field-start-date-time-8 span, .views-field-field-start-date-time-2 span { color: #55555599; font-weight: 700 } .views-field-field-start-date-time-2 { color: #55555599; margin-top: 20px; clear: both; } .views-field-field-start-date-time-2 p { margin-bottom: 20px; } /* Type of Event */ .views-field-field-event-format { color: #55555599; font-weight: 700; margin-top: -20px; margin-bottom: 10px; } /* Button */ .event-registration-link, .views-field.views-field-field-external-registration-link-1 { text-align: center; margin-top: 25px; } .event-registration-link .btn { background-color: #002855; color: #fff; margin-bottom: 15px; } .event-registration-link .btn:hover { background-color: #548fb9; } /* /Button */ /* More Link */ .more-link { clear: both; float: right; } /* /More Link */ /* Image */ .views-field-field-media-featured-image { margin-bottom: 15px; } /* /Image */ /* Sponsor Image */ .views-field-field-media-sponsored-by-logo p { color: #55555599; font-weight: 700; margin-top: 15px; margin-bottom: 5px; text-align: center } .views-field-field-media-sponsored-by-logo img { width: 100%; max-width: 175px; margin: auto; display: block } <div class="views-element-container"><section class="resource-block"><div class="resource-wrapper"><div class="resource-view"><div class="article views-row"> <div class="field-content"> <article> <div class="field_media_image"><img alt="xxxxxx" height="400" src="xxxxx" width="1200"></div> </article> </div> </div>--><div class="views-field views-field-field-start-date-time"><div class="field-content">Sep</div></div><div class="views-field views-field-field-start-date-time-1"><div class="field-content">9</div></div><div class="views-field views-field-title"><h3><a href="/education-events/empowering-clinical-excellence-through-innovative-competency-development" title="Register for Webinar: Empowering Clinical Excellence Through Innovative Competency Development"><span class="field-content">Empowering Clinical Excellence Through Innovative Competency Development</span></a></h3></div><div class="views-field views-field-field-start-date-time-2"><div class="field-content"><p><span>Event Begins:</span> Tue, Sep 9, 2025 | 10:00 AM CT</p></div></div> <div class="field-content"> Interactive Virtual Panel xxxxxxx </div> </div>--><div><p>Delve into the transformative power of competency-based onboarding and development in enhancing clinical judgment skills across health care organizations.</p></div><div class="event-registration-link"><a class="btn btn-wide btn-primary" href="/education-events/empowering-clinical-excellence-through-innovative-competency-development" title="Register for Webinar: Empowering Clinical Excellence Through Innovative Competency Development"><span class="field-content">Reserve Your Spot →</span></a></div></div><div class="article views-row"> <div class="field-content"> <article> <div class="field_media_image"><img alt="xxxxxx" height="400" src="xxxxx" width="1200"></div> </article> </div> </div>--><div class="views-field views-field-field-start-date-time"><div class="field-content">Oct</div></div><div class="views-field views-field-field-start-date-time-1"><div class="field-content">6</div></div><div class="views-field views-field-title"><h3><a href="/education-events/growing-clinical-talent-hire-retire" title="Register for Webinar: Growing Clinical Talent from Hire to Retire" hreflang="en"><span class="field-content">Growing Clinical Talent from Hire to Retire</span></a></h3></div><div class="views-field views-field-field-start-date-time-2"><div class="field-content"><p><span>Event Begins:</span> Mon, Oct 6, 2025 | 12:00 PM CT</p></div></div> <div class="field-content"> Interactive Virtual Panel xxxxxxx </div> </div>--><div><p>Explore how health systems are retaining top talent long-term with significant engagement through digitized clinical ladder programs and a comprehensive approach to development.</p></div><div class="event-registration-link"><a class="btn btn-wide btn-primary" href="/education-events/growing-clinical-talent-hire-retire" title="Register for Webinar: Growing Clinical Talent from Hire to Retire"><span class="field-content">Reserve Your Spot →</span></a></div></div><div class="article views-row"> <div class="field-content"> <article> <div class="field_media_image"><img alt="xxxxxx" height="400" src="xxxxx" width="1200"></div> </article> </div> </div>--><div class="views-field views-field-field-start-date-time"><div class="field-content">Nov</div></div><div class="views-field views-field-field-start-date-time-1"><div class="field-content">19</div></div><div class="views-field views-field-title"><h3><a href="/education-events/data-fragmentation-strategic-workforce-intelligence" title="Register for Webinar: From Data Fragmentation to Strategic Workforce Intelligence" hreflang="en"><span class="field-content">From Data Fragmentation to Strategic Workforce Intelligence</span></a></h3></div><div class="views-field views-field-field-start-date-time-2"><div class="field-content"><p><span>Event Begins:</span> Wed, Nov 19, 2025 | 11:30 AM CT</p></div></div> <div class="field-content"> Interactive Virtual Panel xxxxxxx </div> </div>--><div><p>Discover what’s possible when you engage a data-driven approach to workforce development enabled through innovation and centralized, organization-wide insights.</p></div><div class="event-registration-link"><a class="btn btn-wide btn-primary" href="/education-events/data-fragmentation-strategic-workforce-intelligence" title="Register for Webinar: From Data Fragmentation to Strategic Workforce Intelligence"><span class="field-content">Reserve Your Spot →</span></a></div></div></div></div></section></div></div></div><div class="col-sm-1"> </div></div><div class="row"><div class="col-sm-1"> </div><div class="col-sm-10"> /* people */ .people { margin-top: 50px; } .people img:nth-child(1) { border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; margin-bottom: 10px } .people img:nth-child(1):hover { opacity: .7 } @media (max-width:991px) { .people { margin: auto; } .people p { text-align: center } } .ci_profile { margin-bottom: 30px; display: block; } @media (max-width:991px) { .ci_profile { text-align: center } } .ci_profile p { margin: 0 0 7px 0 } .ci_profile_name { font-weight: 700; font-size: 20px; } p.ci_profile_name { font-size: 1.5em; } .ci_profile_title { font-style: italic; line-height: 1.3em } .ci_profile_company { font-size: 1em; } p.ci_profile_award { font-size: .8em; text-align: center; color: #55555599; font-weight: 700 } .ci_profile_social { width: auto; } .ci_profile_social i { padding-right: 25px; font-size: 20px } .ci_profile_social a:last-of-type i { padding-right: 0px; } #ci_footer-social { font-size: 1.5em; padding-top: 0px; width: 100%; text-align: right; } @media (max-width:991px) { .ci_logo { margin-top: 25px } .ci_social p { text-align: center !important; } #ci_footer-social { text-align: center } } @media (min-width:540px) { .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .rowEqual_768>[class*='col'] { -ms-flex: 1; /* IE 10 */ flex: inherit; width: calc((100%/3) - 2px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } /* // */ <div class="row people people4"><h2 class="text-align-center">Virtual Panel Hosts</h2><div class="row rowEqual_768"><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-08/elisa-arespacochaga_300x300_080525.jpg" alt="Elisa Arespacochaga" width="300" height="300"><p class="ci_profile_name">Elisa Arespacochaga</p><p class="ci_profile_title">Vice President of Clinical Affairs and Workforce</p><p class="ci_profile_company">ºÚÁÏÕýÄÜÁ¿ Association</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-06/larissa-africa-affinity-forum_300x300.jpg" alt="Larissa Africa" width="300" height="300"><p class="ci_profile_name">Larissa Africa, MBA, RN, CENP, FAONL, FAAN</p><p class="ci_profile_title">Vice President, Healthcare Workforce Solutions</p><p class="ci_profile_company">StaffGarden by Ascend Learning</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-06/Headshot_Jenna_AL_HWS_300x300.jpg" alt="Jenna Fisher" width="300" height="300"><p class="ci_profile_name">Jenna Lloyd Fisher, DNP, MSMIT, APRN, NEA-BC, FACHE</p><p class="ci_profile_title">Vice President, Clinical Excellence</p><p class="ci_profile_company">StaffGarden by Ascend Learning</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div> <img alt="" src="sssssssssss"> <p class="ci_profile_name">xxxx</p> <p class="ci_profile_title">vvvvv</p> <p class="ci_profile_company">ddddd</p> <p class="ci_profile_award">hhhhh</p> <p class="ci_profile_award"><a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a></p> <div class="ci_profile_social"></div> </div> --> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> --></div></div></div><div class="col-sm-1"> </div></div><div class="row" id=""><div class="col-md-10 col-md-offset-1"><div class="col-md-12"><h2>AHA Affinity Forum is brought to our members in collaboration with StaffGarden by Ascend Learning</h2></div><div class="col-md-8"><p>As experts in healthcare workforce development, StaffGarden by Ascend Learning makes it easy for nurse leaders to empower their workforces to thrive and achieve clinical standards of excellence. Our comprehensive solutions provide 360° data-driven intelligence unlocking efficiencies, advancing clinical careers and amplifying workforce engagement.</p></div><div class="col-md-4"><a href="https://www.staffgarden.com/" title="Visit staffgarden by Ascend Learning" target="_blank"><img src="/sites/default/files/2025-05/staff-garden_ascend-learning_logo_834x313.jpg" alt="staffgarden by Ascend Learning Logo" width="100%" height="100%"></a><p><a href="https://www.staffgarden.com/" title="Visit staffgarden by Ascend Learning" target="_blank"></a></p></div><p><a href="https://www.staffgarden.com/" title="Visit staffgarden by Ascend Learning" target="_blank"></a></p></div><p><a href="https://www.staffgarden.com/" title="Visit staffgarden by Ascend Learning" target="_blank"></a></p></div> Mon, 09 Jun 2025 14:18:50 -0500 Virtual Events Well-Being Debriefings: An Intervention to Support Workforce Well-Being and Patient Safety /education-events/well-being-debriefings-intervention-support-workforce-well-being-and-patient-safety <p>Well-being debriefings provide a structured, peer-facilitated space for health care teams to process the emotional demands of their work, reduce burnout, and enhance team communication. These reflective sessions foster a supportive culture among colleagues, strengthening workforce resilience and improving patient safety outcomes.</p><p>This live stream event in the <a href="/center/living-learning-network" title="AHA LLN">AHA’s Living Learning Network</a> (LLN) will explore how well-being debriefings can be integrated into broader safety and quality frameworks within health care organizations. Participants will gain practical insights into implementing debriefings in their settings and learn strategies to enhance well-being across their teams.</p><p><em>To confirm your spot and attend this event, you must create an account in the Living Learning Network (LLN). Join or verify your account here.</em></p> .btn-secondary { background-color: #9D2235; color: #fff; } <p><a class="btn btn-primary btn-secondary ext" href="https://livinglearningnetwork.org/" title="Confirm your spot and attend this LLN event">Confirm Your Spot</a></p> Mon, 10 Mar 2025 10:29:35 -0500 Virtual Events The Impact of Safety on Employee Well-Being and Patient Care Jan 15 /education-events/impact-safety-employee-wellbeing-and-patient-care <div class="raw-html-embed"> #block-mainpagecontent article > div > div > div.col-md-8{ width: 100%; } .panel-body { display: flex; flex-flow: row; flex-wrap: wrap; gap: 10px 10px; } .panel-body>div{ /*border:solid 1px red;*/ margin-bottom:10px } .page-header {order: 1; flex-basis:100%} .event-format {order: 2; flex-grow: 1} .event-dates {order: 3; flex-grow: 1;} .event-cost {order: 4; flex-grow: 1; flex-basis: 25%} .event-type {order: 5; flex-basis: 33%} .event-host {order: 8; flex-grow: 1;} .event-contact-info {order: 6; flex-grow: 2; flex-basis: 33%} .event-description {order: 3; flex-grow: 1} .event-sponsors {order: 9; flex-grow: 1;} .event-registration-link {order: 9;margin: auto 15%;} .page-header{ margin: 0px 0 10px; } h1{ margin:0px } h3{ margin:0px } h4{ color:#003087; font-size:27px; } </div><div class="row"><div class="col-lg-6 col-md-6 col-sm-6 center_body"><h2>AHA Affinity Forum Session Two</h2><p>Workplace violence impacts health care professionals and the patients they care for, but mitigating the risk may come with complex challenges. In session two of the <a href="/affinity-forum/addressing-workplace-violence-health-care-2025" title="View the whole series">AHA Affinity Forum</a> Elisa Arespacochaga, Vice President of Clinical Affairs and Workforce, AHA, and Andrea Greco, Senior Vice President of Health care Safety, CENTEGIX discuss how vulnerabilities to safety can severely impact the caregiver and patient experience. Learn how investing in safety can improve employee engagement and well-being, retention and recruitment, and patient care overall.</p><p>Each session will last 60 minutes to allow time for the panel discussion and interaction with attendees. Submit your questions ahead of time to contribute to the discussion and address issues that are unique to your organization, or role.</p><p><strong>Tuesday, January 15, 2025 at 12 - 1 p.m. Eastern; 11 a.m. - noon Central; 9 - 10 a.m. Pacific</strong></p></div><div class="col-lg-6 col-md-6 col-sm-6"><h4>Panel Discussion Replay</h4><div class="embed-responsive embed-responsive-16by9"></div><p><a class="btn btn-wide btn-primary ext" href="/system/files/media/file/2025/01/aha-affinity-forum_CENTEGIX_Session2_Impact-of-safety.pdf" target="_blank" title="View the presentation/deck from the panel discussion" rel="noopener nofollow">Presentation / Deck</a></p></div></div><div class="row"><div class="col-sm-1"> </div><div class="col-sm-10"> /* people */ .people { margin-top: 50px; } .people img:nth-child(1) { border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; margin-bottom: 10px } .people img:nth-child(1):hover { opacity: .7 } @media (max-width:991px) { .people { margin: auto; } .people p { text-align: center } } .ci_profile { margin-bottom: 30px; display: block; } @media (max-width:991px) { .ci_profile { text-align: center } } .ci_profile p { margin: 0 0 7px 0 } .ci_profile_name { font-weight: 700; font-size: 20px; } p.ci_profile_name { font-size: 1.5em; } .ci_profile_title { font-style: italic; line-height: 1.3em } .ci_profile_company { font-size: 1em; } p.ci_profile_award { font-size: .8em; text-align: center; color: #55555599; font-weight: 700 } .ci_profile_social { width: auto; } .ci_profile_social i { padding-right: 25px; font-size: 20px } .ci_profile_social a:last-of-type i { padding-right: 0px; } #ci_footer-social { font-size: 1.5em; padding-top: 0px; width: 100%; text-align: right; } @media (max-width:991px) { .ci_logo { margin-top: 25px } .ci_social p { text-align: center !important; } #ci_footer-social { text-align: center } } @media (min-width:540px) { .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .rowEqual_768>[class*='col'] { -ms-flex: 1; /* IE 10 */ flex: inherit; width: calc((100%/3) - 2px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } /* // */ <div class="row"><div class="col-sm-1"> </div><div class="col-sm-10"> /* people */ .people { margin-top: 50px; } .people img:nth-child(1) { border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; margin-bottom: 10px } .people img:nth-child(1):hover { opacity: .7 } @media (max-width:991px) { .people { margin: auto; } .people p { text-align: center } } .ci_profile { margin-bottom: 30px; display: block; text-align:center; } @media (max-width:991px) { .ci_profile { text-align: center } } .ci_profile p { margin: 0 0 7px 0 } .ci_profile_name { font-weight: 700; font-size: 20px; } p.ci_profile_name { font-size: 1.5em; } .ci_profile_title { font-style: italic; line-height: 1.3em } .ci_profile_company { font-size: 1em; } p.ci_profile_award { font-size: .8em; text-align: center; color: #55555599; font-weight: 700 } .ci_profile_social { width: auto; } .ci_profile_social i { padding-right: 25px; font-size: 20px } .ci_profile_social a:last-of-type i { padding-right: 0px; } #ci_footer-social { font-size: 1.5em; padding-top: 0px; width: 100%; text-align: right; } @media (max-width:991px) { .ci_logo { margin-top: 25px } .ci_social p { text-align: center !important; } #ci_footer-social { text-align: center } } @media (min-width:540px) { .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .rowEqual_768>[class*='col'] { -ms-flex: 1; /* IE 10 */ flex: inherit; width: calc((100%/2) - 2px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } /* // */ <div class=" people people4"><h2 class="text-align-center">Virtual Panel Hosts</h2><div class=" rowEqual_768"><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-12/Kim-Goodrich-Vail-Health-affinity-forum-300x300.jpg" alt="Kim Goodrich" width="300" height="300"><p class="ci_profile_name">Kim Goodrich</p><p class="ci_profile_title">Community Mental Health Center Program Improvement Director</p><p class="ci_profile_company">Vail Health Behavioral Health</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-12/jay-martindale-infirmary-health-affinity-forum-300x300.jpg" alt="Jay Martindale" width="300" height="300"><p class="ci_profile_name">Jay Martindale</p><p class="ci_profile_title">Director of Organizational Development and Employee Engagement</p><p class="ci_profile_company">Infirmary Health</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-10/elisa-arespacochaga_affinity-forum-300x300.jpg" alt="Elisa Arespacochaga" width="300" height="300"><p class="ci_profile_name">Elisa Arespacochaga</p><p class="ci_profile_title">Vice President of Clinical Affairs and Workforce</p><p class="ci_profile_company">ºÚÁÏÕýÄÜÁ¿ Association</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-10/andrea-greco-centegix-affinity-forum-300x300.jpg" alt="Andrea Greco" width="300" height="300"><p class="ci_profile_name">Andrea Greco</p><p class="ci_profile_title">Senior Vice President of Health care Safety</p><p class="ci_profile_company">CENTEGIX</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> --> <img alt="" src="sssssssssss"> <p class="ci_profile_name"> xxxx </p> <p class="ci_profile_title"> vvvvv </p> <p class="ci_profile_company"> ddddd </p> <p class="ci_profile_award"> hhhhh </p> <p class="ci_profile_award"> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> <div class="ci_profile_social"> </div> </div> --></div></div></div></div><div class="row people people4"> </div></div><div class="col-sm-1"> </div></div><div class="row" id=""><div class="col-md-10 col-md-offset-1"><div class="col-md-12"><h2>AHA Affinity Forum is brought to our members in collaboration with CENTEGIX</h2></div><div class="col-md-12"><p>Trusted by leading health care providers, CENTEGIX offers a wearable badge with a single button that staff members push in the event of any type of emergency which alerts first responders of the emergency and initiates audio and visual notifications across the entire campus, thereby helping protect their staff members by streamlining communications during an emergency.</p></div> <a href="xxxxxxxxxxxxx"> <img alt="CENTEGIX Logo" src="/sites/default/files/2024-10/CENTEGIX_LOGO_web-Horizontal-Recovered.png"> </a> </div>--></div></div> Tue, 21 Jan 2025 12:00:00 -0600 Virtual Events AHA Living Learning Network: Sepsis Champions Leadership Series Kick Off Jan 16 /education-events/aha-living-learning-network-sepsis-champions-leadership-series-kick <p>Hospital and health system sepsis teams are invited to join the <a href="/center/living-learning-network/sepsis-champions-leadership-series" title="Join the LLN Sepsis Champions Leadership Series">Sepsis Champions Leadership Series</a>, a new collaborative facilitated by the ºÚÁÏÕýÄÜÁ¿ Association’s <a href="/center/living-learning-network" title="AHA Living Learning Network (LLN)">Living Learning Network</a> (LLN) in partnership with the CDC. </p><p>Sepsis continues to be a leading cause of hospital deaths, with over 1.7 million adults hospitalized annually in the U.S. This collaborative offers a unique opportunity to advance your organization’s goals around sepsis prevention and management by providing access to comprehensive peer-to-peer sharing, best practices, and a network of experts from the field dedicated to enhancing sepsis prevention, detection, and management. </p><p>Join us on <strong>Thursday, January 16, 2025 @ Noon CT</strong> to learn more about this opportunity.</p> Fri, 13 Dec 2024 13:38:15 -0600 Virtual Events A Layered Approach to Addressing Workplace Violence /education-events/layered-approach-addressing-workplace-violence <div class="raw-html-embed"> #block-mainpagecontent article > div > div > div.col-md-8{ width: 100%; } .panel-body { display: flex; flex-flow: row; flex-wrap: wrap; gap: 10px 10px; } .panel-body>div{ /*border:solid 1px red;*/ margin-bottom:10px } .page-header {order: 1; flex-basis:100%} .event-format {order: 2; flex-grow: 1} .event-dates {order: 3; flex-grow: 1;} .event-cost {order: 4; flex-grow: 1; flex-basis: 25%} .event-type {order: 5; flex-basis: 33%} .event-host {order: 8; flex-grow: 1;} .event-contact-info {order: 6; flex-grow: 2; flex-basis: 33%} .event-description {order: 3; flex-grow: 1} .event-sponsors {order: 9; flex-grow: 1;} .event-registration-link {order: 9;margin: auto 15%;} .page-header{ margin: 0px 0 10px; } h1{ margin:0px } h3{ margin:0px } h4{ color:#003087; font-size:27px; } </div><div class="row"><div class="col-lg-6 col-md-6 col-sm-6 center_body"><h4>AHA Affinity Forum Session One</h4><p>Workplace violence continues to threaten health care professionals, but mitigating the risk may come with complex challenges. In session one of the <a href="/affinity-forum/addressing-workplace-violence-health-care-2025" title="View the whole series">AHA Affinity Forum</a>, we’ll focus on how to analyze the unique needs of your organization and create a layered approach to violence mitigation. A layered and comprehensive safety plan can help you protect your organization and empower your teams to deliver exceptional patient care in a safe and supportive environment.</p><p>Elisa Arespacochaga, vice president of clinical affairs and workforce, AHA, and Andrea Greco, senior vice president of health care safety, CENTEGIX, will host Kala Bettis, MA, LSC, LAC, LPC, integrated behavioral health supervisor, Vail Health Behavioral Health, to discuss how to analyze the unique needs of your organization and create a layered approach to violence mitigation.</p><p>Each session will last 60 minutes to allow time for the panel discussion and interaction with attendees. Submit your questions ahead of time to contribute to the discussion and address issues that are unique to your organization, or role.</p><p><strong>Tuesday, December 3, 2024 at 12 - 1 p.m. Eastern; 11 a.m. - noon Central; 9 - 10 a.m. Pacific </strong></p></div><div class="col-lg-6 col-md-6 col-sm-6"><h4>Panel Discussion Replay</h4><div class="embed-responsive embed-responsive-16by9"></div><p><a class="btn btn-wide btn-primary ext" href="/system/files/media/file/2024/12/aha-affinity-forum_CENTEGIX_Session1_layered-approach.pdf" target="_blank" title="View the presentation/deck from the panel discussion" rel="noopener nofollow">Presentation / Deck</a></p></div> <div> <aside> <h3>Reserve Your Spot</h3> <div class="raw-html-embed">   MktoForms2.loadForm("//sponsors.aha.org", "710-ZLL-651", 4218); MktoForms2.whenReady(function(form) { if(form.getId() == 4218) { form.onSuccess(function(values, followUpUrl) { form.getFormElem().hide(); document.getElementById("successAndErrorMessages").innerHTML = `<p>Thank you for your RSVP. Check your email for a save-the-date message to add to your calendar.<\/p>`; return false; }); }; }); <div id="successAndErrorMessages"> </div> </div> </aside> </div> </div>--></div><div class="row"><div class="col-sm-1"> </div><div class="col-sm-10"> /* people */ .people { margin-top: 50px; } .people img:nth-child(1) { border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; margin-bottom: 10px } .people img:nth-child(1):hover { opacity: .7 } @media (max-width:991px) { .people { margin: auto; } .people p { text-align: center } } .ci_profile { margin-bottom: 30px; display: block; } @media (max-width:991px) { .ci_profile { text-align: center } } .ci_profile p { margin: 0 0 7px 0 } .ci_profile_name { font-weight: 700; font-size: 20px; } p.ci_profile_name { font-size: 1.5em; } .ci_profile_title { font-style: italic; line-height: 1.3em } .ci_profile_company { font-size: 1em; } p.ci_profile_award { font-size: .8em; text-align: center; color: #55555599; font-weight: 700 } .ci_profile_social { width: auto; } .ci_profile_social i { padding-right: 25px; font-size: 20px } .ci_profile_social a:last-of-type i { padding-right: 0px; } #ci_footer-social { font-size: 1.5em; padding-top: 0px; width: 100%; text-align: right; } @media (max-width:991px) { .ci_logo { margin-top: 25px } .ci_social p { text-align: center !important; } #ci_footer-social { text-align: center } } @media (min-width:540px) { .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .rowEqual_768>[class*='col'] { -ms-flex: 1; /* IE 10 */ flex: inherit; width: calc((100%/3) - 2px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } /* // */ <div class="row people people4"><h4 class="text-align-center">Speakers</h4><div class="row rowEqual_768"><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-10/Kala-Bettis-VailHealth-affinity-forum-300x300.jpg " alt="Kala Bettis" width="300" height="300"><p class="ci_profile_name">Kala Bettis, MA, LSC, LAC, LPC</p><p class="ci_profile_title">Integrated Behavioral Health Supervisor</p><p class="ci_profile_company">Vail Health Behavioral Health</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-10/elisa-arespacochaga_affinity-forum-300x300.jpg" alt="John Riggi" width="300" height="300"><p class="ci_profile_name">Elisa Arespacochaga</p><p class="ci_profile_title">Vice President of Clinical Affairs and Workforce</p><p class="ci_profile_company">ºÚÁÏÕýÄÜÁ¿ Association</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-10/andrea-greco-centegix-affinity-forum-300x300.jpg" alt="Ed Gaudet" width="300" height="300"><p class="ci_profile_name">Andrea Greco</p><p class="ci_profile_title">Senior Vice President of Health Care Safety</p><p class="ci_profile_company">CENTEGIX</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div> <img alt="" src="sssssssssss"> <p class="ci_profile_name">xxxx</p> <p class="ci_profile_title">vvvvv</p> <p class="ci_profile_company">ddddd</p> <p class="ci_profile_award">hhhhh</p> <p class="ci_profile_award"><a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a></p> <div class="ci_profile_social"></div> </div> --> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> --></div></div></div><div class="col-sm-1"> </div></div><div class="row" id=""><div class="col-md-10 col-md-offset-1"><div class="col-md-12"><h4>AHA Affinity Forum is brought to our members in collaboration with CENTEGIX</h4></div><div class="col-md-12"><p>Trusted by leading health care providers, CENTEGIX CrisisAlertâ„¢ offers all staff members a way to discreetly summon help in any emergency—anytime, anywhere on your campus. The wearable duress badge accelerates response times so your team can confidently begin de-escalation, knowing help is on the way.</p></div> <a href="xxxxxxxxxxxxx"> <img alt="CENTEGIX Logo" src="/sites/default/files/2024-10/CENTEGIX_LOGO_web-Horizontal-Recovered.png"> </a> </div>--></div></div> Fri, 06 Dec 2024 12:00:00 -0600 Virtual Events The Changing Competitive Environment for Executive Talent Jan 9 /education-events/changing-competitive-environment-executive-talent <div class="raw-html-embed"> #block-mainpagecontent article > div > div > div.col-md-8{ width: 100%; } .panel-body {display: flex;flex-flow: column-reverse;} header.page-header {order: 4;} .event-registration-link {order: 1;margin: auto 15%;} .event-description {order: 2;} </div><div class="row"><div class="col-lg-6 col-md-6 col-sm-6 center_body"><h2><a href="/affinity-forum/enhancing-recruitment-and-retention-of-key-hospital-leaders" title="View the whole series">AHA Affinity Forum</a> Session One</h2><p>Explore how recruitment and executive compensation has changed. Understand the importance of investment in leadership and learn how your organization can remain competitive by integrating compliance and strategy.</p><p>Elisa Arespacochaga, vice president of clinical affairs and workforce, AHA; Robert Meyer, CEO, Phoenix Children’s Hospital; David A. Hofrichter, Ph.D., partner and senior leader, executive compensation & governance, AON; and Drew Erra, senior vice president, AON, will host a virtual panel discussion with hospital leaders.</p><p>Each session will last 60 minutes to allow time for the panel discussion and interaction with attendees. Submit your questions ahead of time to contribute to the discussion and address issues that are unique to your organization or role.</p> <strong>Thursday, January 9, 2025 at 1 - 2 p.m. Eastern; 12 - 1 p.m. Central; 10 - 11 a.m. Pacific</strong> </p>--></div><div class="col-lg-6 col-md-6 col-sm-6" id="WatchReplay"><div><h2>Watch the Replay</h2><p></p><div><p><a class="btn btn-wide btn-primary" href="https://sponsor.aha.org/system/files/media/file/2025/01/Aon_AHA_Affinity_Forum-Changing-competitive-environment_0.pdf" target="_blank" title="Download the Deck: The Changing Competitive Environment for Executive Talent">Download the Deck</a></p></div></div></div><div class="row"><div class="col-sm-1"> </div><div class="col-sm-10"> /* people */ .people { margin-top: 50px; } .people img:nth-child(1) { border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; margin-bottom: 10px } .people img:nth-child(1):hover { opacity: .7 } @media (max-width:991px) { .people { margin: auto; } .people p { text-align: center } } .ci_profile { margin-bottom: 30px; display: block; text-align:center; } @media (max-width:991px) { .ci_profile { text-align: center } } .ci_profile p { margin: 0 0 7px 0 } .ci_profile_name { font-weight: 700; font-size: 20px; } p.ci_profile_name { font-size: 1.5em; } .ci_profile_title { font-style: italic; line-height: 1.3em } .ci_profile_company { font-size: 1em; } p.ci_profile_award { font-size: .8em; text-align: center; color: #55555599; font-weight: 700 } .ci_profile_social { width: auto; } .ci_profile_social i { padding-right: 25px; font-size: 20px } .ci_profile_social a:last-of-type i { padding-right: 0px; } #ci_footer-social { font-size: 1.5em; padding-top: 0px; width: 100%; text-align: right; } @media (max-width:991px) { .ci_logo { margin-top: 25px } .ci_social p { text-align: center !important; } #ci_footer-social { text-align: center } } @media (min-width:540px) { .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .rowEqual_768>[class*='col'] { -ms-flex: 1; /* IE 10 */ flex: inherit; width: calc((100%/2) - 2px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } /* // */ <div class=" people people4"><h2 class="text-align-center">Virtual Panel Hosts</h2><div class=" rowEqual_768"><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-11/robert-meyer-phoenix-childrens_300x300.jpg" alt="Robert Meyer" width="300" height="300"><p class="ci_profile_name">Robert Meyer</p><p class="ci_profile_title">CEO</p><p class="ci_profile_company">Phoenix Children’s Hospital</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-10/elisa-arespacochaga_affinity-forum-300x300.jpg" alt="John Riggi" width="300" height="300"><p class="ci_profile_name">Elisa Arespacochaga</p><p class="ci_profile_title">Vice President of Clinical Affairs and Workforce</p><p class="ci_profile_company">ºÚÁÏÕýÄÜÁ¿ Association</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-11/dave-hofricter-aon-affinity_300x300.jpg" alt="David Hofrichter" width="300" height="300"><p class="ci_profile_name">David A. Hofrichter, Ph.D.</p><p class="ci_profile_title">Partner and Senior Leader, Executive Compensation & Governance</p><p class="ci_profile_company">AON</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-11/drew-erra-aon-affinity_300x300.jpg" alt="Drew Erra" width="300" height="300"><p class="ci_profile_name">Drew Erra</p><p class="ci_profile_title">Senior Vice President</p><p class="ci_profile_company">AON</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> --> <img alt="" src="sssssssssss"> <p class="ci_profile_name"> xxxx </p> <p class="ci_profile_title"> vvvvv </p> <p class="ci_profile_company"> ddddd </p> <p class="ci_profile_award"> hhhhh </p> <p class="ci_profile_award"> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> <div class="ci_profile_social"> </div> </div> --></div></div></div></div><div class="row" id=""><div class="col-md-10 col-md-offset-1"><div class="col-md-12"><h2>AHA Affinity Forum is brought to our members in collaboration with AON</h2></div><div class="col-md-12"><p>Aon is a leading global professional services firm providing a broad range of risk, retirement and health solutions. Our 50,000 colleagues in 120 countries empower results for clients by using proprietary data and analytics to deliver insights that reduce volatility and improve performance. We provide consulting, global benefits and exchange solutions to help clients mitigate rising health care costs and improve employee health and wellbeing.</p></div> <a href="xxxxxxxxxxxxx"> <img alt="CENTEGIX Logo" src="/sites/default/files/2024-10/CENTEGIX_LOGO_web-Horizontal-Recovered.png"> </a> </div> --></div></div></div> Mon, 02 Dec 2024 09:00:00 -0600 Virtual Events Effective Methods For Competitive Total Rewards Planning /education-events/effective-methods-competitive-total-rewards-planning <div class="raw-html-embed"> #block-mainpagecontent article > div > div > div.col-md-8{ width: 100%; } .panel-body {display: flex;flex-flow: column-reverse;} header.page-header {order: 4;} .event-registration-link {order: 1;margin: auto 15%;} .event-description {order: 2;} </div><div class="row"><div class="col-lg-6 col-md-6 col-sm-6 center_body"><h2><a href="/affinity-forum/enhancing-recruitment-and-retention-of-key-hospital-leaders" title="View the whole series">AHA Affinity Forum</a> Session Three</h2><p>There is an essential need for properly designed long term incentive plans in health care organizations. Take a strategic approach to your total compensation planning with a realistic view of compliance risk.</p><p>Elisa Arespacochaga, vice president of clinical affairs and workforce, AHA, John Beaman, chief financial officer, Adventist Health, David A. Hofrichter, Ph.D., partner and senior leader, executive compensation & governance and Drew Erra, senior vice president, AON, will host a virtual panel discussion with hospital leaders.</p><p>Each session will last 60 minutes to allow time for the panel discussion and interaction with attendees. Submit your questions ahead of time to contribute to the discussion and address issues that are unique to your organization or role.</p> <strong>Wednesday, March 26, 2025 at 3 - 4 p.m. Eastern; 2 - 3 p.m. Central; 12 - 1 p.m. Pacific</strong> </p> <p> <strong>Wednesday, February 19, 2025 at 1 - 2 p.m. Eastern; 12 - 1 p.m. Central; 10 - 11 a.m. Pacific</strong> </p> --></div><div class="col-lg-6 col-md-6 col-sm-6" id="WatchReplay"><div><h2>Watch the Replay</h2><div class="embed-responsive embed-responsive-16by9"></div><div><p><a class="btn btn-wide btn-primary" href="/system/files/media/file/2025/03/Aon_AHA_Affinity_Forum-Effective-Methods-Competitive-Total-Rewards.pdf" target="_blank" title="Download the Deck: Effective Methods for Competitive Total Rewards Planning">Download the Deck</a></p></div></div></div></div><div class="row"><div class="col-sm-1"> </div><div class="col-sm-10"> /* people */ .people { margin-top: 50px; } .people img:nth-child(1) { border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; margin-bottom: 10px } .people img:nth-child(1):hover { opacity: .7 } @media (max-width:991px) { .people { margin: auto; } .people p { text-align: center } } .ci_profile { margin-bottom: 30px; display: block; text-align:center; } @media (max-width:991px) { .ci_profile { text-align: center } } .ci_profile p { margin: 0 0 7px 0 } .ci_profile_name { font-weight: 700; font-size: 20px; } p.ci_profile_name { font-size: 1.5em; } .ci_profile_title { font-style: italic; line-height: 1.3em } .ci_profile_company { font-size: 1em; } p.ci_profile_award { font-size: .8em; text-align: center; color: #55555599; font-weight: 700 } .ci_profile_social { width: auto; } .ci_profile_social i { padding-right: 25px; font-size: 20px } .ci_profile_social a:last-of-type i { padding-right: 0px; } #ci_footer-social { font-size: 1.5em; padding-top: 0px; width: 100%; text-align: right; } @media (max-width:991px) { .ci_logo { margin-top: 25px } .ci_social p { text-align: center !important; } #ci_footer-social { text-align: center } } @media (min-width:540px) { .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .rowEqual_768>[class*='col'] { -ms-flex: 1; /* IE 10 */ flex: inherit; width: calc((100%/2) - 2px)/*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/ ; } } /* // */ <div class=" people people4"><h2 class="text-align-center">Virtual Panel Hosts</h2><div class=" rowEqual_768"><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2025-03/john_beaman_adventist_affinity_300x300.jpg" alt="John Beaman" width="300" height="300"><p class="ci_profile_name">John Beaman</p><p class="ci_profile_title">Chief Financial Officer</p><p class="ci_profile_company">Adventist Health</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-10/elisa-arespacochaga_affinity-forum-300x300.jpg" alt="Elisa Arespacochaga" width="300" height="300"><p class="ci_profile_name">Elisa Arespacochaga</p><p class="ci_profile_title">Vice President of Clinical Affairs and Workforce</p><p class="ci_profile_company">ºÚÁÏÕýÄÜÁ¿ Association</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-11/dave-hofricter-aon-affinity_300x300.jpg" alt="David Hofrichter" width="300" height="300"><p class="ci_profile_name">David A. Hofrichter, Ph.D.</p><p class="ci_profile_title">Partner and Senior Leader, Executive Compensation & Governance</p><p class="ci_profile_company">AON</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2024-11/drew-erra-aon-affinity_300x300.jpg" alt="Drew Erra" width="300" height="300"><p class="ci_profile_name">Drew Erra</p><p class="ci_profile_title">Senior Vice President</p><p class="ci_profile_company">AON</p><p class="ci_profile_award"> </p><div class="ci_profile_social"> </div></div> <img alt="" src="sssssssssss"> <p class="ci_profile_name"> xxxx </p> <p class="ci_profile_title"> vvvvv </p> <p class="ci_profile_company"> ddddd </p> <p class="ci_profile_award"> hhhhh </p> <p class="ci_profile_award"> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> <div class="ci_profile_social"> </div> </div> --> <a href="/center/next-generation-leaders-fellowship/scholarship">Age-Friendly Scholarship Recipient</a> </p> --></div></div></div></div><div class="row" id=""><div class="col-md-10 col-md-offset-1"><div class="col-md-12"><h2>AHA Affinity Forum is brought to our members in collaboration with AON</h2></div><div class="col-md-12"><p>Aon is a leading global professional services firm providing a broad range of risk, retirement and health solutions. Our 50,000 colleagues in 120 countries empower results for clients by using proprietary data and analytics to deliver insights that reduce volatility and improve performance. We provide consulting, global benefits and exchange solutions to help clients mitigate rising health care costs and improve employee health and wellbeing.</p></div> <a href="xxxxxxxxxxxxx"> <img alt="CENTEGIX Logo" src="/sites/default/files/2024-10/CENTEGIX_LOGO_web-Horizontal-Recovered.png"> </a> </div> --></div></div> Fri, 15 Nov 2024 15:00:00 -0600 Virtual Events