Workforce Engagement / en Sat, 09 Aug 2025 23:12:48 -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 Workforce Engagement Blog examines 4 challenges to advancing employee and physician experience /news/headline/2025-06-09-blog-examines-4-challenges-advancing-employee-and-physician-experience <p>In a new AHA <a href="/news/blog/2025-06-09-current-employee-experience-trends-health-care" target="_blank">blog</a>, Chris DeRienzo, M.D., AHA’s senior vice president and chief physician executive, and Nell Buhlman, chief administrative officer and head of strategy at Press Ganey, reflect on four challenges to driving employee and physician experience. The AHA and Press Ganey July 20 will host a <a href="https://web.cvent.com/event/05ffbe14-fab7-4ddf-89d9-93f63942d9ca/websitePage:44c2cfcd-a0ea-4f01-bbe4-16d10551d7bb?session=3b0e30b4-8c73-4f5e-bca4-9a7b28edc574&shareLink=true" target="_blank">workshop</a> before the AHA Leadership Summit that will explore how employee engagement drives safety, quality and the patient experience — and how aligning these efforts leads to meaningful, sustained improvement. </p> Mon, 09 Jun 2025 15:14:10 -0500 Workforce Engagement 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 Workforce Engagement AHA blog: 7 Tactics for Successfully Driving Health Care Team Engagement  /news/headline/2025-04-30-aha-blog-7-tactics-successfully-driving-health-care-team-engagement <p>A blog by the AHA and Press Ganey shares insights from leaders of seven health care systems on balancing the demands of delivering personalized, high-quality care and the urgent need to support a stretched and often overwhelmed workforce. <a href="/news/blog/2025-04-29-7-tactics-successfully-driving-health-care-team-engagement">READ MORE</a></p> Wed, 30 Apr 2025 15:05:41 -0500 Workforce Engagement Professional Governance Models | Strengthening the Health Care Workforce /workforce-strategies/professional-governance-models Fri, 03 Nov 2023 15:52:08 -0500 Workforce Engagement Partnering for the Future: Academic-practice Partnerships | Strengthening the Health Care Workforce /workforce-strategies/preparing-for-the-future-academic-practice-partnerships Fri, 03 Nov 2023 15:52:08 -0500 Workforce Engagement Section 4 - Expanding the Reach | Strengthening the Health Care Workforce /workforce-strategies/expanding-the-reach Fri, 03 Nov 2023 15:52:06 -0500 Workforce Engagement Leadership that Motivates: Keys to Unlocking Team Engagement and Retention /education-events/leadership-motivates-keys-unlocking-team-engagement-and-retention-june-14 <div class="TTevent"> /* Forces the event Content Type to be 100% */ .container .row .col-md-8{ width: 100% } .event-registration-link a{ margin-left: auto; margin-right: auto; display: block; text-align: center; } .event-registration-link a.btn-block { max-width: 300px; } .TTevent h3{ color:#002855; } .TTeventBonus{ color:#9d2235; font-weight:700; font-style: italic; } .TTeventdate{ font-weight: 700; font-size: 18px; color: #555555bb; line-height: 20px; } .TTeventSponsor img{ max-height:100px; } <p class="TTeventdate">June 14, 2023</p> <p>Many teams can become stalled out in their growth and morale. What can you do as a leader to move your team forward again? This webinar offers some leadership keys to help get your staff reinvigorated by mobilizing the talent within. Leaders often don’t realize that some of the most powerful tools are quite simple and are already at their fingertips. Connection, curiosity, and celebration can motivate your team toward sustained impact. The goal is to move the team from merely surviving to thriving, so it can reach its full potential. Whether you are a formal or informal leader, this webinar provides insights and strategies to inspire your team.</p> <h4>Learning Objectives:</h4> <ul> <li>Identify the power of personal connection</li> <li>Describe two ways of leading with curiosity</li> <li>Identify the value of celebration</li> </ul> <div class="row"> <div class="col-md-5"> <h4>Speaker:</h4> <ul> <li><strong>Jan Brauer, RN, BSN, MA</strong><br> <em>Co-Founder,</em> Creating Team Solutions</li> </ul> <p class="text-align-center"><a class="btn btn-wide btn-primary" href="/system/files/media/file/2023/06/AHA_Team_Training_Webinar_Slides_Jun_2023.pdf" target="_blank">Download the slides</a></p> <div class="col-md-6"> <h4>SPONSORED BY:</h4> </div> <div class="col-md-6"> <p><a href="https://q-reviews.com/q-reviews/" target="_blank"><img alt="Quality Reviews logo" data-entity-type="" data-entity-uuid="" src="/sites/default/files/2021-01/Quality_Reviews_transparent_logo_200.png" /></a></p> </div> </div>--> </div> <div class="col-md-7"> <div></div> </div> </div> </div> <div data-embed-button="webform_embed" data-entity-embed-display="view_mode:webform.token" data-entity-type="webform" data-entity-uuid="0b43a680-6f37-4d3f-9bf9-4cd6c7c7ddc5" data-langcode="en" data-entity-embed-display-settings="[]" class="embedded-entity"> <div id="edit-processed-text" class="js-form-item form-item js-form-type-processed-text form-item- js-form-item- form-no-label"> <div class="TTwebinarHide"> .webform-submission-form { max-width: 700px; } .TTwebinarHide{ display:none } .event-content.panel .TTwebinarHide { display:block; background-color: #fff; padding: 15px 15px 15px 15px; border: solid 2px #307FE2; text-align: center; } <p><a href="/center/team-training">Team Training</a> offers a variety of webinars - view our <a href="/center/team-training/webinars">current offering(s)</a> or browse the <a href="/center/team-training/webinars/library">library</a>.</p> </div> </div> </div> Thu, 04 May 2023 23:16:25 -0500 Workforce Engagement Tackling the Surgical Backlog /sponsored-executive-dialogues/2023-02-09-/tackling-surgical-backlog <div> </div>header.jumbotron {display:none} <div> /* center_body */ .center_body { /*margin-top:50px;*/ /* margin-bottom: 50px;*/ } .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 // */ /* 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; 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 // */ <header class="Banner_Title_Overlay_Bar"><img src="/sites/default/files/2023-02/ASA%20_SurgicalBacklog_banner_1170x250.png" alt="Banner Image" width="1170" height="250"><div><h1>Tackling the Surgical Backlog</h1></div></header>/* CntMenuSub */ .CntMenuSub{ margin:20px 0px; padding-bottom: 5px; color: #afb1b1; letter-spacing: 1.5px; font-weight: 400; font-size: .7em; } .CntMenuSub .CntMenuBar{ border-bottom: 1px solid lightblue; } .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"><a class="CntMenuSubHome" href="/education-events/aha-virtual-executive-dialogues">Executive Dialogues</a> <span class="CntMenuSubChild" id="CntMenuSubChild">Tackling the Surgical Backlog</span></div><div class="col-md-1"> </div></div><div class="row spacer"><div class="col-sm-3"><div><a href="/system/files/media/file/2023/02/ASA_SurgicalBacklog_exedialogue_Feb2023.pdf" target="_blank"><img src="/sites/default/files/2023-02/ASA%20_SurgicalBacklog_cover_910x1220.jpg" alt="Executive Dialogue | Tackling the Surgical Backlog: Optimizing perioperative performance in today’s resource-constrained environment" width="100%" height="100%"></a></div></div><div class="col-sm-9 center_body">.sponsortype { color: #9d2235; font-size: 1.5em; margin: 0px; font-weight: 700; } <p class="sponsortype">Executive Dialogue</p><h2>Optimizing perioperative performance in today’s resource-constrained environment</h2><p>Millions of elective surgeries and other nonurgent procedures were delayed during the pandemic, and these delayed surgeries have had a significant financial impact. Many hospitals are struggling amid staffing shortages, inpatient bed availability and operating room (OR) capacity to expand patients’ access to surgical care and clear the backlog in cases. Hospitals and health systems are striving to optimize OR efficiency while also enhancing the patient experience and improving outcomes. This executive dialogue looks at how health leaders are expanding and monitoring the use of existing OR capacity, using anesthesiologists and surgical teams to improve perioperative performance and exploring new practice models.</p><div class="row">@media (min-width:768px){ .EDsponsorFloat{ float:right; } } @media (max-width:767px){ .EDLinkFloat{ position:relative; left:27%; } .EDsponsorFloat { text-align:center } } <div class="col-sm-6"><a class="btn btn-wide btn-primary EDLinkFloat" href="/system/files/media/file/2023/02/ASA_SurgicalBacklog_exedialogue_Feb2023.pdf" title="Executive Dialogue | Tackling the Surgical Backlog: Optimizing perioperative performance in today’s resource-constrained environment" data-view-context="top-level-view">Download the Report</a></div><div class="col-sm-6"><div class="EDsponsorFloat"><strong>Sponsored by: </strong><a href="https://www.asahq.org/" target="_blank" rel="noopener nofollow"><img src="/sites/default/files/2023-02/ASA%20_SurgicalBacklog_transparent_834x313.png" alt="ASA Logo" width="100%" height="100%"></a></div></div></div></div></div>.sp_CTA5_holder { margin-top:0px; border-bottom: solid 1px #555; padding-bottom: 50px; } .sp_CTA5_holder_last { border-bottom: solid 0px #555; } .sp_CTA5_holder >div{ overflow: auto; } .sp_CTA5_holder ul { list-style: none; /* Remove default bullets */ padding-left: 0px; /*width: calc(100% - 15%);*/ /*margin: 50px auto 0;*/ margin:auto 50px; } .sp_CTA5_holder ul li{ margin-bottom:7px; line-height: 1.5em; font-size:16px; } .sp_CTA5_holder ul li::before { content: " "; font-size: 1em; margin-right: 10px; display: inline-block; height: 12px; background-color: #9d2235; width: 12px; position: relative; top: 0px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); } .sp_CTA5_holder ul li{ padding-left:23px; text-indent:-23px; } .body ol>li, .body ul>li{ font-size:16px: } .sp_CTA5_holder h2 { color: #002855; /*! line-height: 2em; */ font-size: 2.15em; margin: 0 0 15px 0; /*! font-size: 30px; */ } .sp_CTA5_holder h3 { /*color: #002855;*/ line-height: 1em; /*font-size: 1.5em;*/ margin-bottom: 25px; margin-top:5px; font-size: 28px; } .sp_CTA5_section{ margin-top: 25px } .sp_CTA5_ImgShadow { /*background-color:green;*/ /* just a visual */ text-align: center } .sp_CTA5_ImgShadow { padding-bottom:75px; /* must match the padding on the img*/ margin: 0px; } .sp_CTA5_ImgShadow img{ width: calc(100% - 35px - 15px); -webkit-box-shadow: 50px -75px 0px 0px rgba(185, 217, 235, 1); -moz-box-shadow: 50px -75px 0px 0px rgba(185, 217, 235, 1); box-shadow: 50px -75px 0px 0px rgba(185, 217, 235, 1); position: relative; top: 75px; max-width: 490px; } @media (max-width:990px){ .sp_CTA5_ImgShadow img{ max-width: 350px;} } @media (max-width:990px){ .sp_CTA5_ImgShadow { padding-bottom:75px; /* must match the padding on the img*/ margin: 0px; margin-right: 40px } } <div class="row spacer sp_CTA5_holder sp_CTA5_holder_last"><div class="col-md-12"><h3>Strategies to Optimize Perioperative Performance</h3><div class="sp_CTA5_section"><ul><li><strong>Strengthen surgery operations governance models and partnerships with clinical leadership </strong>for more efficient management of blocks to maximize ability to care for patients.</li><li><strong>Adopt different delivery models around nursing on inpatient side </strong>to help improve both bed capacity and availability for training in other areas including perioperative services.</li><li><strong>Employ flexible health system programs to fill immediate, short-term and long-term assignments </strong>in nursing and other specialties and expand training programs.</li><li><strong>Shift some of surgical load to ambulatory surgical centers </strong>and explore the potential of shifting procedures to weekends or evening hours during the week if staffing allows.</li><li><strong>Develop care pathways for same-day discharges </strong>for appropriate procedures, deploy discharge lounges and expand outpatient recovery areas to increase bed capacity.</li><li><strong>Utilize anesthesiologists in leadership positions </strong>to manage operating room schedules and efficiency, prehabilitation, preoperative assessment and surgical optimization.</li><li><strong>Proactively reach out and incentivize surgeons </strong>to release block time.</li></ul></div></div></div><h2>Participants</h2>/* people */ .people { margin-top: 50px; } .people img:nth-child(1) { border-radius: 200px; -moz-border-radius: 200px; -webkit-border-radius: 200px; margin-bottom: 10px; max-width:200px; /* for Transformation Talks */ display:block; /* for Transformation Talks */ margin:auto; /* for Transformation Talks */ } .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 /* this is for the "Executive Dialogue" page */ } @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; line-height:1.2em; margin-top:10px } .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:769px){ .people .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .people .rowEqual_768>[class*='col-'] { -ms-flex: 3; /* IE 10 */ flex: inherit; /*flex*/ width: calc((100% / 3) - 2px) /*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/; } } @media (max-width:767px) and (min-width:361px){ .people .rowEqual_768 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .people .rowEqual_768>[class*='col-'] { -ms-flex: 1; /* IE 10 */ flex: auto; width: calc((100% / 2) - 2px) /*Adjust % for the number per row, will override the bootstrap - Also needed for Safari*/; } } p.ci_profile_name { font-size: 1.5em; line-height:1.2em; margin-top:10px } .people .ci_profile_combined{ font-size:14px; line-height: 18px; } .people .ci_profile_combined span{ font-style: italic; } .people .ci_profile_combined:before{ content:""; border-bottom: solid 1px #55555522; display: block; clear: both; width: 85%; margin: 5PX auto 10px; } <div class="people"><div class="row rowEqual_768"><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Beck_Angela_300x300.jpg" alt="Angela Beck" width="300" height="300"><p class="ci_profile_name">Angela Beck, MHA, BSN, R.N.</p><p class="ci_profile_title">Associate Chief Operating Officer</p><p class="ci_profile_company">Michigan Medicine</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Benet_Miguel_300x300.jpg" alt="Miguel Benet" width="300" height="300"><p class="ci_profile_name">Miguel Benet, M.D., MPH, FACHE</p><p class="ci_profile_title">Senior Vice President of Clinical Operations</p><p class="ci_profile_company">Community Health Systems</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Carter_Ben_300x300.jpg" alt="Benjamin Carter" width="300" height="300"><p class="ci_profile_name">Benjamin Carter, CPA, FHFMA</p><p class="ci_profile_title">Executive Vice President and Chief Operating Officer</p><p class="ci_profile_company">Trinity Health</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Collins_Brynda_300x300.jpg" alt="Brynda Collins" width="300" height="300"><p class="ci_profile_name">Brynda Collins, MBA, BSN, R.N., CNOR</p><p class="ci_profile_title">Chief Surgical and Procedural Operations</p><p class="ci_profile_company">Keck Medicine of USC</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Conroy_Joanne_300x300.jpg" alt="Joanne Conroy" width="300" height="300"><p class="ci_profile_name">Joanne Conroy, M.D.</p><p class="ci_profile_title">CEO and President</p><p class="ci_profile_company">Dartmouth Health</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Griffin_Matthew_300x300.jpg" alt="Matthew Griffin" width="300" height="300"><p class="ci_profile_name">Matthew Griffin, M.D., MBA, FACEP</p><p class="ci_profile_title">Chief Medical Officer</p><p class="ci_profile_company">St. Mary Mercy Hospital</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Kelleher_Cynthia_300x300.jpg" alt="Cynthia Kelleher" width="300" height="300"><p class="ci_profile_name">Cynthia Kelleher, MBA, MPH</p><p class="ci_profile_title">President and CEO</p><p class="ci_profile_company">University of Maryland Rehabilitation & Orthopaedic Institute</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Keogh_John_300x300.jpg" alt="John Keogh" width="300" height="300"><p class="ci_profile_name">John Keogh, M.D., CPE</p><p class="ci_profile_title">Executive Director Perioperative and Periprocedural Services</p><p class="ci_profile_company">Hospital of the University of Pennsylvania</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Kielly_Riana_300x300.jpg" alt="Riana Kielly" width="300" height="300"><p class="ci_profile_name">Riana Kielly, MSN-L, R.N., NE-BC</p><p class="ci_profile_title">Chief Operating Officer</p><p class="ci_profile_company">HonorHealth John C. Lincoln Medical Center</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Kooistra_Joshua_300x300.jpg" alt="Joshua Kooistra" width="300" height="300"><p class="ci_profile_name">Joshua Kooistra, D.O.</p><p class="ci_profile_title">Senior Vice President, Chief Medical Officer Hospital Care</p><p class="ci_profile_company">Corewell Health West</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/McCombs_Amy_300x300.jpg" alt="Amy McCombs" width="300" height="300"><p class="ci_profile_name">Amy McCombs, MSN, R.N., CCRN, CNML, CIC</p><p class="ci_profile_title">Chief Operating Officer</p><p class="ci_profile_company">Renown Health</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Moffa_Joseph_300x300.jpg" alt="Joseph Moffa" width="300" height="300"><p class="ci_profile_name">Joseph Moffa, MSN, BS, R.N., NE-BC, CCRN, ATCN</p><p class="ci_profile_title">Chief Administrative Officer for Perioperative and Procedural Services</p><p class="ci_profile_company">Hospital of the University of Pennsylvania</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Muir_Jill_300x300.jpg" alt="Jill Muir" width="300" height="300"><p class="ci_profile_name">Jill Muir, DNP, MS, R.N., CCM, NE-BC</p><p class="ci_profile_title">Chief Nursing Officer</p><p class="ci_profile_company">Penn Highlands Dubois and Brookville</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Peterson_Mary_300x300.jpg" alt="Mary Dale Peterson" width="300" height="300"><p class="ci_profile_name">Mary Dale Peterson, M.D., MSHCA, FASA, FACHE</p><p class="ci_profile_title">Executive Vice President and Chief Operating Officer</p><p class="ci_profile_company">Driscoll Children’s Hospital</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Post_Kim_300x300.jpg" alt="Kim Post" width="300" height="300"><p class="ci_profile_name">Kim Post, DNP, MBA, R.N., NEA-BC</p><p class="ci_profile_title">Executive Vice President, Chief Operations Officer</p><p class="ci_profile_company">HonorHealth</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Risser_Lisa_300x300.jpg" alt="Lisa Risser" width="300" height="300"><p class="ci_profile_name">Lisa Risser, FHFMA, FACHE, CPA, MBA</p><p class="ci_profile_title">Corporate Senior Vice President, Ancillary Operations</p><p class="ci_profile_company">Scripps Health</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2023-02/Rufino_Loren_300x300.jpg" alt="Loren Rufino" width="300" height="300"><p class="ci_profile_name">Loren Rufino</p><p class="ci_profile_title">Senior Vice President, Perioperative Services</p><p class="ci_profile_company">Inova Health System</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div><div class="col-md-4 col-sm-6 ci_profile"><img src="/sites/default/files/2022-09/Hoppszallern_Suzanna_300x300%20%282%29.jpg" alt="Suzanna Hoppszallern" width="300" height="300"><p class="ci_profile_name">Moderator:<br>Suzanna Hoppszallern</p><p class="ci_profile_title">Senior Editor</p><p class="ci_profile_company">ºÚÁÏÕýÄÜÁ¿ Association</p>profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div>--></div> <img alt="xxxxx" src="/sites/default/files/2021-11/profile_placeholder_300x300.jpg"> <p class="ci_profile_name">profile_name</p> <p class="ci_profile_title">profile_title</p> <p class="ci_profile_company">profile_company</p> <p class="ci_profile_combined">profile_combined</p> <p class="ci_profile_award">profile_award</p> <div class="ci_profile_social">profile_social</div> </div> --></div></div>Moderator</h2> <div class="people"> <div class="row rowEqual_768"> <div class="col-md-4 col-sm-6 ci_profile"> <img alt="Suzanna Hoppszallern" src="/sites/default/files/2022-08/Hoppszallern_Suzanna_300x300.jpg"> <p class="ci_profile_name">Suzanna Hoppszallern</p> <p class="ci_profile_title">Senior Editor</p> <p class="ci_profile_company">ºÚÁÏÕýÄÜÁ¿ Association</p> </div> </div> </div>-->@media (min-width:768px){ .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: auto; width: calc(33.3% - 2px) /*Safari Fix*/; } } .center_callout_3invert { background-color: #f6f6f6; text-align: center; /*margin-bottom:25px;*/ margin-top:30px; } .center_callout_3invert h4 { color: #002855; line-height: 1.2em; font-size: 30px; margin: 10px 0 30px 0; } .center_callout_3invert h3 { margin: 25px 0 0 0; color: #555; font-size: .7em; text-transform: uppercase; font-weight: 400; letter-spacing: 3px; } .center_callout_3invert p{ font-size:16px; } <div class="row center_callout_3invert"><div class="col-md-1"> </div><div class="col-md-10"><h2>AHA Executive Dialogue Series</h2><p>Gain insights from the C-suite and health care leaders on the most pressing issues and transformational strategies.</p><p><a class="btn btn-wide btn-primary" href="/education-events/aha-virtual-executive-dialogues" data-view-context="top-level-view">Explore the Series</a> /* y-hr3 */ .y-hr3{ clear: both; } .y-hr3 div:nth-child(2) { border-top: solid 2px lightgrey; margin: 50px 0px; height: 0px } /* y-hr3 // */ </p><div class="row y-hr3"><div class="col-md-3"> </div><div class="col-md-6"> </div><div class="col-md-3"> </div></div></div><div class="col-md-1"> </div></div><div class="row"><h2>Latest Dialogues</h2><div class="feedEmbedImg">.feedEmbedImg .views-element-container { background-color: #f6f6f6;; padding: 20px } .feedEmbedImg .views-element-container h2{ margin-top:0px; color: } .feedEmbedImg .views-element-container .views-field.views-field-created{ color: } .feedEmbedImg .views-element-container .views-field.views-field-title a{ font-size: 20px; color:#002855 } .feedEmbedImg .views-element-container .views-field.views-field-body{ font-size: 16px; color:; } .feedEmbedImg .views-element-container .article.views-row { display: inline-block; transition: 1s; } .feedEmbedImg .views-element-container img{ float: left; margin-right:15px; max-width: 200px ; transition: 2s; } .feedEmbedImg .resource-block .resource-view .views-row:hover{ transform: scale(1.02); } .feedEmbedImg .resource-block .resource-view .views-row:hover img{ opacity: .6; transition: 1.5s; } .feedEmbedImg .resource-block .resource-view .views-row:hover a{ color:#307fe2; } .feedEmbedImg .feedEmbedImg .views-element-container .more-link{ font-size: 1.3em; text-align: right; } .feedEmbedImg .more-link{ text-align: right } @media (max-width:550px){ .feedEmbedImg .views-element-container img { float:unset; display: block; margin: 0 auto; max-width: 100% } .feedEmbedImg .views-field.views-field-created{ clear: both; margin-top:10px; } }  <div class="views-element-container"> <section class="top-level-view js-view-dom-id-a51c63a5723ed525b64c0c4fd048e1038032ee016666e8df7f8925dfd6ecddd0 resource-block"> <div class="resource-wrapper"> <div class="resource-view"> <div class="article views-row"> <div class="views-field views-field-field-page-title-background"> <div class="field-content sed-thumb"> <a href="/06/2025/ke/exploring-advanced-data-breach-defense-us-hospitals" hreflang="en"><img loading="lazy" src="/sites/default/files/styles/small_200x200/public/2025-06/VED-Celerium-620x381.jpg?itok=eftNdEVc" width="200" height="123" alt="Celerium-VED-620x381.jpg" /> </a> </div> </div><div class="views-field views-field-created"> <span class="field-content"><time datetime="2025-06-18T10:17:09-05:00">Jun 18, 2025</time> </span> </div><div class="views-field views-field-title"> <span class="field-content"><a href="/06/2025/ke/exploring-advanced-data-breach-defense-us-hospitals" hreflang="en">Exploring Advanced Data Breach Defense for U.S. Hospitals</a></span> </div><div class="views-field views-field-body"> <div class="field-content">Hospitals and health systems prioritize breach prevention and swift containment to ensure uninterrupted care and minimize operational disruptions.</div> </div></div> <div class="article views-row"> <div class="views-field views-field-field-page-title-background"> <div class="field-content sed-thumb"> <a href="/04/2025/mobilizing-technology-and-innovation-support-rural-health" hreflang="en"><img loading="lazy" src="/sites/default/files/styles/small_200x200/public/2025-04/VED_Microsoft_620x381.jpg?itok=t7DEXfeM" width="200" height="122" alt="VED_Microsoft_620x381" /> </a> </div> </div><div class="views-field views-field-created"> <span class="field-content"><time datetime="2025-04-24T12:41:52-05:00">Apr 24, 2025</time> </span> </div><div class="views-field views-field-title"> <span class="field-content"><a href="/04/2025/mobilizing-technology-and-innovation-support-rural-health" hreflang="en">Mobilizing Technology and Innovation to Support Rural Health</a></span> </div><div class="views-field views-field-body"> <div class="field-content">Health system leaders are building a robust governance and resilient operating model to transform health care delivery models for the future.</div> </div></div> <div class="article views-row"> <div class="views-field views-field-field-page-title-background"> <div class="field-content sed-thumb"> <a href="/member-knowledge-exchange/2024-12-11/resilient-health-system-operating-model" hreflang="en"><img loading="lazy" src="/sites/default/files/styles/small_200x200/public/2024-12/VED_Accenture_Governance_620x381.jpg?itok=viVBuq-l" width="200" height="123" alt="VED_Accenture_Governance_620x381-image" /> </a> </div> </div><div class="views-field views-field-created"> <span class="field-content"><time datetime="2024-12-10T16:11:13-06:00">Dec 10, 2024</time> </span> </div><div class="views-field views-field-title"> <span class="field-content"><a href="/member-knowledge-exchange/2024-12-11/resilient-health-system-operating-model" hreflang="en">The Resilient Health System Operating Model</a></span> </div><div class="views-field views-field-body"> <div class="field-content">Health system leaders are building a robust governance and resilient operating model to transform health care delivery models for the future.</div> </div></div> <div class="article views-row"> <div class="views-field views-field-field-page-title-background"> <div class="field-content sed-thumb"> <a href="/member-knowledge-exchange/2024-12-06/optimize-your-hospitals-revenue-cycle-efficient-patient-centered-operations" hreflang="en"><img loading="lazy" src="/sites/default/files/styles/small_200x200/public/2024-12/KnowEx_RI_RevenueCycle_620x381_rev1.jpg?itok=42C41VMq" width="200" height="123" alt="KnowEx_RI_RevenueCycle_620x381_rev1" /> </a> </div> </div><div class="views-field views-field-created"> <span class="field-content"><time datetime="2024-12-05T14:26:53-06:00">Dec 5, 2024</time> </span> </div><div class="views-field views-field-title"> <span class="field-content"><a href="/member-knowledge-exchange/2024-12-06/optimize-your-hospitals-revenue-cycle-efficient-patient-centered-operations" hreflang="en">Optimize Your Hospital’s Revenue Cycle for Efficient, Patient-Centered Operations</a></span> </div><div class="views-field views-field-body"> <div class="field-content">Optimizing hospital’s revenue cycle for efficient, patient-centered operations and enhancing critical KPIs using AI and robotic process automation.</div> </div></div> <div class="article views-row"> <div class="views-field views-field-field-page-title-background"> <div class="field-content sed-thumb"> <a href="/2024-11-14/empowering-patient-engagement-and-behavior-change-improve-health-and-reduce-disparities" hreflang="en"><img loading="lazy" src="/sites/default/files/styles/small_200x200/public/2024-11/VED_PatientPoint_Engagement_620x381.jpg?itok=dHKIfRK6" width="200" height="123" alt="PatientPoint_Engagement_620x381" /> </a> </div> </div><div class="views-field views-field-created"> <span class="field-content"><time datetime="2024-11-13T15:51:45-06:00">Nov 13, 2024</time> </span> </div><div class="views-field views-field-title"> <span class="field-content"><a href="/2024-11-14/empowering-patient-engagement-and-behavior-change-improve-health-and-reduce-disparities" hreflang="en">Empowering Patient Engagement and Behavior Change to Improve Health and Reduce Disparities</a></span> </div><div class="views-field views-field-body"> <div class="field-content">Empowering patient engagement and leveraging customized communication and education via digital technologies to improve health and reduce disparities.</div> </div></div> </div> </div> <div class="more-link"><a href="/aha-knowledge-exchange-archive">View All: AHA Knowledge Exchange</a></div> </section> </div> </div></div> Wed, 08 Feb 2023 18:50:33 -0600 Workforce Engagement Supporting Behavioral Health | Strengthening the Health Care Workforce /workforce-strategies/supporting-behavioral-health Thu, 01 Dec 2022 13:10:38 -0600 Workforce Engagement