
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>News &amp; Press</title>
<link>https://www.avainfo.org/news/default.asp</link>
<description><![CDATA[ ]]></description>
<lastBuildDate>Tue, 21 Jul 2026 20:05:06 GMT</lastBuildDate>
<pubDate>Tue, 7 Jul 2026 18:31:00 GMT</pubDate>
<copyright>Copyright &#xA9; 2026 Association for Vascular Access</copyright>
<atom:link href="https://www.avainfo.org/news/news_rss.asp?cat=11177" rel="self" type="application/rss+xml"></atom:link>
<item>
<title>Members - Cast Your Vote for the 2027 AVA Board</title>
<link>https://www.avainfo.org/news/news.asp?id=730731</link>
<guid>https://www.avainfo.org/news/news.asp?id=730731</guid>
<description><![CDATA[<div style="visibility:hidden;">Don't miss out - Deadline is August 9th, 2026. </div>
<main class="bdc-election-page">
    <article class="bdc-release-shell">
        <img class="bdc-hero-image" src="https://www.avainfo.org/resource/resmgr/2026_board_slate/bdc_vote_header.png" alt="It's time to vote with AVA logo and ballot box" />

        <section class="bdc-intro">
            <p class="bdc-eyebrow">AVA Board Election</p>
            <h1>Calling all AVA members!</h1>
            <p class="bdc-lede">The future of the Association for Vascular Access is in your hands. Your vote helps shape the leadership that will guide AVA into the future.</p>

            <div class="bdc-callout">
                <p>The Board Development Commission has assembled a diverse and highly qualified slate of candidates.</p>
                <p>Candidates bring expertise in clinical practice, leadership, education, research, governance, and innovation. Each is committed to advancing AVA's mission and strengthening our profession.</p>
            </div>
        </section>

        <section class="bdc-section alt">
            <h2>Now it's your turn.</h2>
            <p>Candidate information includes professional backgrounds, leadership experience, and personal statements to help you make an informed decision.</p>

            <div class="bdc-step-grid">
                <div class="bdc-step-card">
                    <p class="bdc-step-label">Step 1</p>
                    <h3>Review the candidate slate</h3>
                    <p>Learn about the candidates before casting your ballot.</p>
                    <a class="bdc-button dark" href="https://www.avainfo.org/resource/resmgr/2026_board_slate/2027_ava_slate_candidate_sta.pdf" rel="noopener noreferrer" onclick="event.preventDefault(); event.stopPropagation(); window.open(this.href, '_blank', 'noopener'); return false;">Review Slate</a>
                </div>

                <div class="bdc-step-card featured">
                    <p class="bdc-step-label">Step 2</p>
                    <h3>Cast your vote</h3>
                    <p>Help shape the future leadership of AVA. <span class="bdc-deadline">Deadline: August 9, 2026</span></p>
                    <a class="bdc-button" href="https://www.avainfo.org/surveys/?id=2221557" rel="noopener noreferrer" onclick="event.preventDefault(); event.stopPropagation(); window.open(this.href, '_blank', 'noopener'); return false;">Vote Here</a>
                </div>
            </div>
        </section>

        <section class="bdc-section">
            <h2>Who is the Board Development Commission?</h2>
            <p>The Board Development Commission (BDC) is made up of experienced AVA leaders, including former Board members and volunteers who have served in national leadership roles such as Special Interest Groups, Task Forces, Networks, and Committees.</p>
            <p>The BDC is responsible for:</p>
            <ul class="bdc-responsibilities">
                <li>Recruiting qualified leadership candidates</li>
                <li>Reviewing applications and evaluating leadership experience</li>
                <li>Recommending candidates who possess the expertise and skills needed to serve on the AVA and AVA Foundation Boards</li>
            </ul>
            <p>Their goal is to ensure AVA has strong, diverse, and capable leaders who will continue to advance our mission and serve our members.</p>

            <div class="bdc-service-cta">
                <p class="bdc-eyebrow">Interested in serving on the BDC?</p>
                <h2>Leadership doesn't end with voting.</h2>
                <p>If you are passionate about helping identify and develop future AVA leaders, we would love to hear from you.</p>
                <a class="bdc-button light" href="https://www.avainfo.org/page/VolunteerApp?" rel="noopener noreferrer" onclick="event.preventDefault(); event.stopPropagation(); window.open(this.href, '_blank', 'noopener'); return false;">Learn More and Apply</a>
            </div>
        </section>

        <section class="bdc-section bdc-close">
            <p>Thank you for taking an active role in AVA's future. Every vote matters, and your participation helps ensure our organization continues to thrive through strong, member-driven leadership.</p>
            <p><strong>Please review the slate and cast your vote today.</strong></p>
        </section>
    </article>
</main>
<style>
    :root {
        --bdc-navy: #17364d;
        --bdc-blue: #078bd3;
        --bdc-teal: #82cde5;
        --bdc-orange: #f05a28;
        --bdc-ink: #2f485c;
        --bdc-muted: #5f7485;
        --bdc-line: #cfe3ee;
        --bdc-soft: #f4f9fc;
        --bdc-soft-blue: #eaf6fb;
        --bdc-white: #ffffff;
      }
    
      .bdc-election-page {
        max-width: 1040px;
        margin: 0 auto;
        padding: 18px 16px 46px;
        color: var(--bdc-ink);
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.58;
      }
    
      .bdc-election-page * {
        box-sizing: border-box;
      }
    
      .bdc-election-page h1,
      .bdc-election-page h2,
      .bdc-election-page h3,
      .bdc-election-page p,
      .bdc-election-page li,
      .bdc-election-page a {
        max-width: 100%;
        overflow-wrap: break-word;
      }
    
      .bdc-election-page a {
        color: var(--bdc-blue);
        font-weight: 800;
        text-decoration: underline;
        text-underline-offset: 2px;
      }
    
      .bdc-release-shell {
        overflow: hidden;
        border: 1px solid var(--bdc-line);
        border-radius: 8px;
        background: var(--bdc-white);
      }
    
      .bdc-hero-image {
        display: block;
        width: 100%;
        height: auto;
        border-bottom: 8px solid var(--bdc-blue);
      }
    
      .bdc-intro {
        padding: 34px 44px 26px;
      }
    
      .bdc-eyebrow {
        margin: 0 0 10px;
        color: var(--bdc-blue);
        font-size: 14px;
        font-weight: 800;
        line-height: 1.25;
        text-transform: uppercase;
      }
    
      .bdc-election-page h1 {
        margin: 0;
        color: var(--bdc-navy);
        font-size: 42px;
        font-weight: 800;
        line-height: 1.12;
      }
    
      .bdc-election-page h2 {
        margin: 0 0 14px;
        color: var(--bdc-navy);
        font-size: 28px;
        font-weight: 800;
        line-height: 1.22;
      }
    
      .bdc-election-page h3 {
        margin: 0 0 10px;
        color: var(--bdc-navy);
        font-size: 24px;
        font-weight: 800;
        line-height: 1.25;
      }
    
      .bdc-election-page p {
        margin: 0 0 16px;
        font-size: 18px;
      }
    
      .bdc-lede {
        max-width: 860px;
        margin-top: 22px !important;
        color: #334d63;
        font-size: 22px !important;
        line-height: 1.5;
      }
    
      .bdc-callout {
        margin-top: 28px;
        padding: 28px 32px;
        border-left: 8px solid var(--bdc-blue);
        background: var(--bdc-soft);
      }
    
      .bdc-callout p:first-child {
        margin-bottom: 18px;
        color: var(--bdc-navy);
        font-size: 22px;
        font-weight: 800;
        line-height: 1.45;
      }
    
      .bdc-section {
        padding: 30px 44px;
        border-top: 1px solid var(--bdc-line);
      }
    
      .bdc-section.alt {
        background: #fbfdfe;
      }
    
      .bdc-section p:last-child,
      .bdc-intro p:last-child,
      .bdc-callout p:last-child {
        margin-bottom: 0;
      }
    
      .bdc-step-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        margin-top: 22px;
      }
    
      .bdc-step-card {
        display: flex;
        flex-direction: column;
        min-height: 268px;
        padding: 28px;
        border: 1px solid #b9daf0;
        border-radius: 8px;
        background: var(--bdc-white);
      }
    
      .bdc-step-card.featured {
        background: var(--bdc-soft-blue);
      }
    
      .bdc-step-label {
        margin: 0 0 12px;
        color: var(--bdc-blue);
        font-size: 17px;
        font-weight: 800;
        line-height: 1.25;
        text-transform: uppercase;
      }
    
      .bdc-step-card p {
        color: #344f66;
        font-size: 18px;
      }
    
      .bdc-deadline {
        color: var(--bdc-navy);
        font-weight: 800;
      }
    
      .bdc-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        min-height: 48px;
        margin-top: auto;
        padding: 12px 22px;
        border-radius: 6px;
        background: var(--bdc-blue);
        color: var(--bdc-white) !important;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.2;
        text-align: center;
        text-decoration: none !important;
      }
    
      .bdc-button.dark {
        background: var(--bdc-navy);
      }
    
      .bdc-button.light {
        background: var(--bdc-white);
        color: var(--bdc-navy) !important;
      }
    
      .bdc-responsibilities {
        margin: 18px 0 20px;
        padding: 0;
        list-style: none;
      }
    
      .bdc-responsibilities li {
        position: relative;
        margin: 13px 0;
        padding-left: 34px;
        color: #344f66;
        font-size: 18px;
      }
    
      .bdc-responsibilities li::before {
        content: "";
        position: absolute;
        top: .72em;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--bdc-blue);
      }
    
      .bdc-service-cta {
        margin-top: 28px;
        padding: 36px 28px 40px;
        border-radius: 4px;
        background: var(--bdc-navy);
        color: var(--bdc-white);
        text-align: center;
      }
    
      .bdc-service-cta .bdc-eyebrow {
        color: var(--bdc-teal);
      }
    
      .bdc-service-cta h2,
      .bdc-service-cta p {
        color: var(--bdc-white);
      }
    
      .bdc-service-cta p {
        max-width: 650px;
        margin-right: auto;
        margin-left: auto;
        color: #d9edf5;
      }
    
      .bdc-close {
        background: var(--bdc-white);
      }
    
      .bdc-close strong {
        color: var(--bdc-navy);
      }
    
      @media (max-width: 820px) {
        .bdc-intro,
        .bdc-section {
          padding-right: 30px;
          padding-left: 30px;
        }
    
        .bdc-election-page h1 {
          font-size: 34px;
        }
    
        .bdc-election-page h2 {
          font-size: 25px;
        }
    
        .bdc-lede {
          font-size: 20px !important;
        }
    
        .bdc-step-grid {
          grid-template-columns: 1fr;
        }
      }
    
      @media (max-width: 540px) {
        .bdc-election-page {
          padding: 12px 8px 34px;
        }
    
        .bdc-intro,
        .bdc-section {
          padding: 24px 18px;
        }
    
        .bdc-election-page h1 {
          font-size: 29px;
        }
    
        .bdc-election-page h2,
        .bdc-election-page h3 {
          font-size: 23px;
        }
    
        .bdc-election-page p,
        .bdc-step-card p,
        .bdc-responsibilities li {
          font-size: 16px;
        }
    
        .bdc-lede {
          font-size: 18px !important;
        }
    
        .bdc-callout,
        .bdc-step-card,
        .bdc-service-cta {
          padding: 22px 18px;
        }
    
        .bdc-button {
          width: 100%;
        }
      }
</style>]]></description>
<pubDate>Tue, 7 Jul 2026 19:31:00 GMT</pubDate>
</item>
<item>
<title>AVA Publishes Standards of Care for Peripheral Intravenous Catheters</title>
<link>https://www.avainfo.org/news/news.asp?id=682322</link>
<guid>https://www.avainfo.org/news/news.asp?id=682322</guid>
<description><![CDATA[<p><span style="color: #000000;">The Association for Vascular Access (AVA) announced the publication of “Standards of Care
for Peripheral Intravenous Catheters: Evidence-Based Expert Consensus” in the Journal of
the Association for Vascular Access (JAVA).</span></p><p><span style="color: #000000;">“Standards of Care for Peripheral Intravenous Catheters: Evidence-Based Expert
Consensus” details a comprehensive, evidence-based expert consensus on the standards
of care for peripheral intravenous catheters (PIVCs)—a thin, flexible vascular access device
used to administer fluids, medications, or other treatments. This groundbreaking
document aims to form a unified consensus on PIVC insertion, maintenance, and removal
to eliminate implicit bias and provide safe, effective vascular access for all patients.</span></p><p><span style="color: #000000;">Thank you to the following organizations for their collaboration and support: AVA, INS, ECRI, AACN, INICC, APIC, ENA, SHEA, AVATAR, CVAA, AANA, AAENP, SONSIEL, PediNeoSIG, BACSIG, and ASAP. </span></p><p><span style="color: #000000;">On behalf of the Association for Vascular Access, we want to thank the expert panel who
dedicated their time, talent, and knowledge on this important work: Judy Thompson,
Marlene M. Steinheiser, J. Blake Hotchkiss, James Davis, Michelle DeVries, Katie Frate,
Robert Helm, Chris W. Jungkans, Swapna Kakani, Sean Lau, Karen Lindell, Kristen McNiff
Landrum, Karen A. McQuillan, DJ Shannon, Lorelle Wuerz, and Stephanie Pitts.</span></p><p><span style="color: #ff0000;">&nbsp;</span></p><p><strong><span style="color: #ff0000;"><a href="https://cdn.ymaws.com/www.avainfo.org/resource/resmgr/files/pivc_consensus/prweb_1__1_.pdf" target="_blank">Click here to read full press release</a></span></strong></p>]]></description>
<pubDate>Wed, 18 Sep 2024 05:01:00 GMT</pubDate>
</item>
<item>
<title>AVA&apos;s Founder - Suzanne Herbst</title>
<link>https://www.avainfo.org/news/news.asp?id=645224</link>
<guid>https://www.avainfo.org/news/news.asp?id=645224</guid>
<description><![CDATA[<p style="margin: 0px; padding: 0px; color: #3e3e3e; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff; text-align: left;"><img alt="" class="image_content" width="389" src="https://files.constantcontact.com/931cb4c9501/c087d701-bc08-479d-ab99-5f66c7d4afb4.jpg" style="color: #666666; font-family: Lato, sans-serif; font-size: 16px; display: block; height: auto; max-width: 100%;" /></p><p style="margin: 0px; padding: 0px; color: #3e3e3e; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-size: 18px; font-family: Calibri, Helvetica, Arial, sans-serif;">&nbsp;</span></p><p style="margin: 0px; padding: 0px; color: #3e3e3e; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-size: 18px; font-family: Calibri, Helvetica, Arial, sans-serif;">It is with great sadness that we share the news of AVA’s Founder, Suzanne Herbst’s passing on July 1, 2023. Suzanne established AVA in 1985 in the San Francisco Bay area where she was a home infusion clinician caring for patients and friends with AIDS. She realized that healthcare institutions and clinicians’ knowledge of vascular access and vascular access devices varied widely. Important issues such as consumer education, care and maintenance procedures, catheter-related complications and their management were rife with incomplete and inconsistent information.&nbsp;In June of 1985, Herbst sent a letter to 12 colleagues in the San Francisco Bay Area where she proposed the development of a multidisciplinary network to address the complexities of VADs and their insertion, use, care, and maintenance. Issues ranging from research and development of VADs, to educating the health care community, to informing the patient community were on her agenda.&nbsp;Her focus was on the best possible outcomes for infusion therapy and on excellence in the new specialty of vascular access. During that first meeting it was unanimously agreed to develop a committee which was eventually called the Bay Area Vascular Access Committee (BAVAC). Its primary goal was to establish a collaborative effort through standardization of education, training, and research and development that would benefit consumers and healthcare professionals alike.</span></p><p style="margin: 0px; padding: 0px; color: #3e3e3e; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">&nbsp;</p><p style="margin: 0px; padding: 0px; color: #3e3e3e; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-size: 18px; font-family: Calibri, Helvetica, Arial, sans-serif;">Because of her courage to bring together a multidisciplinary approach to the specialty of vascular access, AVA has grown to more than 4000 members who are committed to the mission to advance the global practice of vascular access, through awareness, advocacy, and education to improve healthcare outcomes.</span></p><p style="margin: 0px; padding: 0px; color: #3e3e3e; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">&nbsp;</p><p style="margin: 0px; padding: 0px; color: #3e3e3e; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-size: 18px; font-family: Calibri, Helvetica, Arial, sans-serif;">We have been informed that there will be a memorial service in late August, and we will share more information as it becomes available to us. AVA will be paying tribute to Suzanne in Portland, Oregon, during the Annual Scientific Meeting, October 14-17, 2023.</span></p><p style="margin: 0px; padding: 0px; color: #3e3e3e; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">&nbsp;</p><p style="margin: 0px; padding: 0px; color: #3e3e3e; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"><span style="font-size: 18px; font-family: Calibri, Helvetica, Arial, sans-serif;">Suzanne’s family has requested donations can be made to the AVA Foundation in memory of her by&nbsp;</span><a href="https://www.avainfo.org/donations/donate.asp?id=12834" target="_blank" style="font-size: 18px; font-family: Calibri, Helvetica, Arial, sans-serif; color: #2c74ff; font-weight: bold;">clicking here</a><span style="font-size: 18px; font-family: Calibri, Helvetica, Arial, sans-serif;">.</span></p>]]></description>
<pubDate>Wed, 5 Jul 2023 19:52:00 GMT</pubDate>
</item>
<item>
<title>Registration Now Open for AVASM23</title>
<link>https://www.avainfo.org/news/news.asp?id=638071</link>
<guid>https://www.avainfo.org/news/news.asp?id=638071</guid>
<description><![CDATA[<p><img alt="" src="https://www.avainfo.org/resource/resmgr/files/2023_conference/1920x280_ava2023.jpg" style="width: 600px; height: 88px;" /></p><p>Registration is now OPEN!</p><p>Register on or before May 19th and save $100 with Early Bird Registration rates.</p><p>AVA is offering 2 registration types this year; In-Person and On-Demand.</p><p><a href="https://avasm.eventscribe.net/" target="_blank">Click here</a> to learn more about AVASM23!</p>]]></description>
<pubDate>Wed, 19 Apr 2023 21:33:00 GMT</pubDate>
</item>
<item>
<title>AVA Selects a New AMC - Talley Management Group, Inc.</title>
<link>https://www.avainfo.org/news/news.asp?id=634733</link>
<guid>https://www.avainfo.org/news/news.asp?id=634733</guid>
<description><![CDATA[<h2>The Association for Vascular Access Selects a New AMC – Talley Management Group, Inc.</h2><div>&nbsp;</div><div><strong>Mt. Royal, NJ – March 1, 2023</strong> – Talley Management Group, Inc. (Talley) is excited to publicize its new partnership with the Association for Vascular Access (AVA)! Talley will be supporting AVA by providing a variety of association management services. AVA is a leading healthcare organization dedicated to advancing the science and global practice of vascular access through awareness, advocacy, and education.</div><div>&nbsp;</div><div>As AVA's full-service AMC partner, Talley will provide comprehensive management services, including financial management, membership development, marketing and communications, publication support, and event management. Talley's team of experts will work closely with AVA to support its mission and drive growth for the organization.</div><div>&nbsp;</div><div>"We are excited to welcome the Association for Vascular Access as our newest client partner," said Joe Sapp, President of Talley. "AVA is a vital organization in the healthcare community, and we look forward to supporting its mission and helping it reach new heights."</div><div>&nbsp;</div><div>AVA is dedicated to promoting the highest quality patient care through the advancement of vascular access, and its members are experts in the field of vascular access and infusion therapy. The organization provides a variety of educational and networking opportunities for its members, as well as advocacy and research initiatives to advance the field.</div><div>&nbsp;</div><div>“After exploring our options, AVA is excited to partner with Talley to help us move our organization forward. CEO turnover had been a chronic issue for AVA and we believe that Talley provides us the stability that we need to better serve our members and to continue to grow. We are early in the transition process but the leaders and staff at Talley have been great to work with. We look forward to tapping into their association management experience and implementing best practices from their toolbox,” says Tonya Heim, AVA’s Board President.</div><div>&nbsp;</div><div><strong>About the Association for Vascular Access</strong></div><div>&nbsp;</div><div>The Association for Vascular Access (AVA) is an association of healthcare professionals founded in 1985 to promote the emerging vascular access specialty. Today, its multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring about evidence-based innovations in vascular access.</div><p><a href="https://talley.com/blog/the-association-for-vascular-access-selects-a-new-amc-talley-management-group-inc" target="_blank">Click here</a> to see original release.</p><p>&nbsp;</p>]]></description>
<pubDate>Wed, 15 Mar 2023 15:42:00 GMT</pubDate>
</item>
<item>
<title>AVA HIRES EDITOR-IN-CHIEF FOR JOURNAL OF THE ASSOCIATION FOR VASCULAR ACCESS</title>
<link>https://www.avainfo.org/news/news.asp?id=625536</link>
<guid>https://www.avainfo.org/news/news.asp?id=625536</guid>
<description><![CDATA[<p><img alt="" src="https://cdn.ymaws.com/avainfo.site-ym.com/resource/resmgr/images/java/hawes.png" style="float: left; margin: 20px; width: 200px; height: 234px;" />Michelle L. (Mickey) Hawes RN, DNP, CRNI, VA-BC, ACRP-CP, has been selected as the new <em>Journal for the Association for Vascular Access&nbsp;</em>EIC (Editor-In-Chief) and has accepted the position. She has already begun to step into the role and is working closely with the AVA team to ensure a smooth transition. Please extend your congratulations to Mickey and support her in her new role.<br /><br />We would also like to extend our gratitude to Lori Kaczmarek MSN, RN, VA-BC for her role as the interterm EIC and her continued support of AVA as she helps mentor Mickey in her new position.<br /><strong></strong></p><p><strong>Tonya Heim, MHA, MSN, RN, NEA-BC<br /></strong><em>AVA 2022 President-Elect</em></p>]]></description>
<pubDate>Thu, 8 Dec 2022 20:43:00 GMT</pubDate>
</item>
<item>
<title>AVA, B. Braun Partnership Continues to Raise Standards for PIV Education and Training</title>
<link>https://www.avainfo.org/news/news.asp?id=618038</link>
<guid>https://www.avainfo.org/news/news.asp?id=618038</guid>
<description><![CDATA[<h1>AVA, B. Braun Partnership Continues to Raise Standards for PIV Education and Training with Launch of New Certificate Course on Vascular Access&nbsp;</h1><h2>Collaboration Delivers Robust eLearning Curriculum to Healthcare Schools and Hospitals to Elevate the Standard of Peripheral IV Access and Care&nbsp;</h2><p style="border: none; line-height: 113%;"><b>BETHLEHEM, PA – September 29<span style="color: black;">, 2022 </span></b><span style="color: black;">– Today B. Braun Medical Inc. (B. Braun), a leader in smart infusion therapy and pain management, together with the Association for Va</span>scular Access (AVA),<span style="color: black;"> announced the launch of <i>The Fundamentals of Peripheral IV Access eLearning Program<sup>©</sup></i>. This robus</span>t eLearning curriculum consists of multiple comprehensive certificate courses focusing on the basic, intermediate and advanced concepts in vascular access and improving patient outcomes. The curriculum also includes a course focused specifically on pediatric and neonatal peripheral intravenous insertion and care. </p><p style="border: none; line-height: normal;">In national surveys of healthcare schools and hospitals, it was identified that foundational education focused on the insertion and care of peripheral intravenous catheters (PIVCs) was inconsistent and deficient.<a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftn1" name="_ftnref1"><span><span><span><span style="font-size: 11pt; font-family: Arial, sans-serif; line-height: 115%;">[1]</span></span></span></span></a><sup>,<a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftn2" name="_ftnref2"><span><span><span><span style="font-size: 11pt; font-family: Arial, sans-serif; line-height: 115%;">[2]</span></span></span></span></a></sup> In 2020, AVA and B. Braun formed a long-term collaboration to address the gap in education and help deliver a better patient experience. Together the organizations have developed a comprehensive eLearning curriculum available free of charge to universities and healthcare schools in the U.S. and internationally.<span>&nbsp; </span><br /> <br /> <span style="background: white;">“AVA is committed to providing comprehensive education and training on vascular access to improve patient safety and outcomes,” said Judy Thompson, MSNEd, RN, VA-BC™, AVA Director of Clinical Education. “We’ve been proud to partner with B. Braun in the development of this innovative eLearning curriculum and to make it available to students, faculty and clinicians in keeping with AVA’s mission to protect patients and improve lives by creating evidence-based innovations in vascular access.” </span></p><p style="line-height: 113%;"><span style="background: white;">“As a leader in infusion therapy, we are committed to raising the bar for PIVC care across the healthcare spectrum,” said Dr. Stephanie Pitts, DNP, RN, CPN, VA-BC™, NEA-BC, Director, Strategy, Therapy Solutions and Programs at B. Braun. “We’re proud of the collaboration with AVA to advance vascular access education and training to help healthcare providers improve the standard of vascular access care for patients.”</span></p><p style="border: none; line-height: 113%;"><b><span style="background: white;">Peripheral Vascular Access Most Common Invasive Procedure Performed in Healthcare </span></b></p><p style="border: none; line-height: 113%;"><span style="background: white;">Peripheral vascular access is the most common invasive procedure performed in healthcare.<a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftn3" name="_ftnref3"><span><span><span><span style="background: white; font-size: 11pt; font-family: Arial, sans-serif; line-height: 115%;">[3]</span></span></span></span></a> It is estimated that 380 million PIVCs are sold in the United States annually.<a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftn4" name="_ftnref4"><span><span><span><span style="background: white; font-size: 11pt; font-family: Arial, sans-serif; line-height: 115%;">[4]</span></span></span></span></a> However, between 33 and 69 percent of PIVCs fail before the completion of treatment, and more than 50 percent of adults describe insertion as moderately painful or worse.<a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftn5" name="_ftnref5"><span><span><span><span style="background: white; font-size: 11pt; font-family: Arial, sans-serif; line-height: 115%;">[5]</span></span></span></span></a> Collectively, this can lead to serious implications for patients in areas such as length of stay and cost.<sup>5</sup> Peripheral vascular harm was named to ECRI’s top 10 patient safety concerns in 2021.<a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftn6" name="_ftnref6"><span><span><span><span style="background: white; font-size: 11pt; font-family: Arial, sans-serif; line-height: 115%;">[6]</span></span></span></span></a> ECRI is an independent non-profit organization focused on healthcare quality, patient safety and evidence-based healthcare guidance.</span></p><p style="border: none; line-height: 113%;"><span style="background: white;">“The failure rate of PIVC insertions is not acceptable,” said David Banko, Director, Health Economics and Outcomes Research, B. Braun. “</span>Something <span style="background: white;">that is unacceptable should be preventable, and B. Braun is committed to doing its part to elevate the standard of IV access care,” he added. </span></p><p style="border: none; line-height: 113%;"><span style="background: white;">Developing the <i>Fundamentals of Peripheral IV Access eLearning Program<sup>©</sup></i> was a collaborative effort involving AVA, B. Braun and many subject matter experts who are part of the broader vascular access community. Healthcare professionals, educators and the broader industry worked diligently to create a curriculum to advance the standard of IV access care. In addition, the program production was led by The Clinician Exchange, an organization that brings together a robust community of clinicians and their expertise to support innovation and education. </span></p><p style="border: none; line-height: 101%;">As part of B. Braun’s commitment to infusion therapy leadership, the company recently acquired the innovative Clik-FIX<sup>® </sup>catheter securement device portfolio from Starboard Medical, Inc. The acquisition provides B. Braun with an industry-leading portfolio of catheter securement solutions. The AVA partnership and Clik-FIX acquisition support B. Braun’s Peripheral Advantage<sup>®</sup> program <span style="color: black;">designed to optimize clinical skills, product performance, clinical outcomes and improve the patient’s overall experience with peripheral IV care in hospitals.</span></p><p style="border: none; line-height: 101%;">&nbsp;</p><p style="background: white; line-height: normal;"><b><span style="color: black;">About AVA </span></b></p><p style="background: white; line-height: normal;"><span style="color: black;">The Association for Vascular Access (AVA) is the dominant thought leader in the vascular access specialty and has a long-standing commitment to educating clinicians and pre-licensure students who represent a broad spectrum of healthcare professions around the globe. Founded in 1985, AVA is at the forefront of protecting and saving lives by establishing best practices and promoting patient advocacy. AVA’s multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring evidence-based innovations in vascular access. To learn more about AVA and the Fundamentals of Peripheral Intravenous Vascular Access, visit <a href="http://www.avainfo.org/">avainfo.org</a>.</span></p><p style="background: white; line-height: normal;"><b><span style="color: black;">About B. Braun </span></b></p><p style="border: none; line-height: 101%;">B. Braun Medical Inc. (B. Braun) is a leader in smart infusion therapy and safe and effective pharmacy products, patient and provider safety, and sustainable health solutions. Our purpose is to help providers constantly improve patient satisfaction and outcomes. With products and services created to help healthcare professionals focus on what matters most—their patients—we’re uniquely positioned to help health systems succeed now and in the future. B. Braun is headquartered in Bethlehem, Pennsylvania and is part of the B. Braun Group of Companies in the U.S., which includes B. Braun Interventional Systems, Aesculap<sup>®</sup> and CAPS<sup>®</sup>. The company employs 8,500 people at over 30 locations across North America. </p><p style="border: none; line-height: 101%;">Globally, the B. Braun Group of Companies employs more than 64,000 employees in 64 countries. Guided by its Sharing Expertise<sup>®</sup> philosophy, B. Braun continuously exchanges knowledge with customers, partners and clinicians to address the critical issues of improving care and lowering costs. To learn more about B. Braun Medical, explore our <a href="http://www.bbraunusa.com/">website.</a></p><p style="border: none; line-height: normal;"><span style="color: white; font-size: 5pt; font-family: Calibri, sans-serif;">1 </span></p><div><br clear="all" /> <hr align="left" size="1" width="33%" /> <div id="ftn1"> </div></div><p><a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftnref1" name="_ftn1"><span><span><span><span style="font-size: 10pt; font-family: Arial, sans-serif; line-height: 115%;">[1]</span></span></span></span></a> Hunter, M., Vandenhouten, C., Raynak, A., Owens, A., Thompson, J. Addressing the Silence: a Need for Peripheral Intravenous Education in North America. JAVA Vol 23 No 3. 2018. </p><p><a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftnref2" name="_ftn2"><span><span><span><span style="font-size: 10pt; font-family: Arial, sans-serif; line-height: 115%;">[2]</span></span></span></span></a> Vandenhouten, C., Owens, A., Hunter, M., Raynak, A. Peripheral Intravenous Education in North American Nursing Schools: A Call to Action. Journal of Nursing Education. Vol 59 No 9. 2020. </p><p><a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftnref3" name="_ftn3"><span><span><span><span style="font-size: 10pt; font-family: Arial, sans-serif; line-height: 115%;">[3]</span></span></span></span></a> Tripathi S, Gladfelter T. Peripheral intravenous catheters in hospitalized patients: Practice, Dwell times, and factors impacting the dwell times: A single center retrospective study. <i>J Vasc Access</i>. 2021 Mar 30:11297298211000874. doi: 10.1177/11297298211000874. Epub ahead of print. PMID: 33784876.</p><p style="background: white; line-height: normal;"><a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftnref4" name="_ftn4"><span><span style="color: black;"><span><span><span style="color: black; font-size: 11pt; font-family: Arial, sans-serif; line-height: 115%;">[4]</span></span></span></span></span></a><span style="color: black;"> </span><span style="color: black; font-size: 10pt;">iData Research. (2020). US Market Report Suite for Vascular Access Devices and Accessories.</span></p><p><a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftnref5" name="_ftn5"><span><span><span><span style="font-size: 10pt; font-family: Arial, sans-serif; line-height: 115%;">[5]</span></span></span></span></a> Cooke, M., Ullman, A., Ray-Barruel, G., Wallis, M., Corley, A., Rickard, C. (2018). Not “just” an intravenous line:<span>&nbsp; </span>Consumer perspectives on peripheral intravenous cannulation (PIVC).<span>&nbsp; </span>An international cross-sectional survey of 25 countries.<span>&nbsp; </span>Plos One.<span>&nbsp; </span>https://doi.org/10.1371/journal.pone.0193436</p><p><a href="file:///C:/Users/kmais/Desktop/22-1249_AVA-BBraun_Partnership_Raise_Standards_PIV_Educ_Rel_FINAL_092922.docx#_ftnref6" name="_ftn6"><span><span><span><span style="font-size: 10pt; font-family: Arial, sans-serif; line-height: 115%;">[6]</span></span></span></span></a> ECRI <a href="https://www.ecri.org/press/racial-ethnic-health-disparities-top-patient-safety-concern-for-2021">https://www.ecri.org/press/racial-ethnic-health-disparities-top-patient-safety-concern-for-2021</a> </p><p>&nbsp;</p><div>&nbsp;</div>]]></description>
<pubDate>Thu, 29 Sep 2022 19:57:00 GMT</pubDate>
</item>
<item>
<title>CONGRATULATIONS TO MARY BETH HOVDA DAVIS, MSN, RN, VA-BC, THE 2022 JANET PETTIT SCHOLAR</title>
<link>https://www.avainfo.org/news/news.asp?id=611155</link>
<guid>https://www.avainfo.org/news/news.asp?id=611155</guid>
<description><![CDATA[<table width="100%" cellpadding="0" cellspacing="0" border="0" class="galileo-ap-layout-editor" style="border-collapse: collapse; table-layout: fixed; color: #000000; font-family: 'Times New Roman'; font-size: medium; background-color: #ffffff; min-width: 100%;"><tbody><tr><td class=" editor-col OneColumnMobile" valign="top" style="width: 100%;"><div class="gl-contains-text"><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse; table-layout: fixed; min-width: 100%;"><tbody><tr><td class="editor-text feature-heading-text" align="left" valign="top" style="-webkit-font-smoothing: antialiased; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16px; color: #de4e3a; display: block; overflow-wrap: break-word; line-height: 1.2; font-weight: bold; padding: 10px 20px;"><div class="text-container galileo-ap-content-editor"><div style="text-align: center;"><span style="font-family: 'Franklin Gothic Medium', Arial, Helvetica, sans-serif; font-size: 32px; color: #c63927;">2022 Janet Pettit Scholar</span></div></div></td></tr></tbody></table></div></td></tr></tbody></table><table width="100%" cellpadding="0" cellspacing="0" border="0" class="galileo-ap-layout-editor" style="border-collapse: collapse; table-layout: fixed; color: #000000; font-family: 'Times New Roman'; font-size: medium; background-color: #ffffff; min-width: 100%;"><tbody><tr><td class="feature editor-col OneColumnMobile" align="left" valign="top" style="background-color: #ecf0f1; width: 30%;"><div><div class="column-resize-bar"><span class="line"></span><span class="grabber"></span></div></div><div class="gl-contains-image"><table class="editor-image content-image editor-image-hspace-on" width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse; table-layout: fixed; min-width: 100%; width: 238.667px; height: 195px;"><tbody><tr><td align="left" valign="top" style="padding: 0px 10px 0px 20px;"><div class="publish-container"><img alt="" width="149" src="https://files.constantcontact.com/931cb4c9501/ca5a955d-1115-4106-aff6-e4c2df6bf5cc.jpg" style="display: block; height: auto; max-width: 100%; border-width: 0px; border-style: solid; margin: 0px;" /></div></td></tr></tbody></table></div></td><td class="feature editor-col OneColumnMobile" align="left" valign="top" style="background-color: #ecf0f1; width: 70%;"><div class="gl-contains-text"><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse; table-layout: fixed; min-width: 100%;"><tbody><tr><td class="editor-text feature-text" align="left" valign="top" style="-webkit-font-smoothing: antialiased; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color: #36495f; display: block; overflow-wrap: break-word; line-height: 1.2; padding: 10px 20px 10px 10px;"><div>&nbsp;</div><div class="text-container galileo-ap-content-editor"><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div><span style="font-size: 20px; color: #c63927;">Congratulations to</span></div><div><span style="font-weight: bold; font-size: 18px; color: #c63927;">Mary Beth Hovda Davis, MSN, RN, VA-BC</span></div></div></td></tr></tbody></table></div></td></tr></tbody></table><div style="color: #36495f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">&nbsp;</div><div style="color: #36495f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">The Association for Vascular Access (AVA) created the Dr. Janet Pettit Scholar recognition to honor and commemorate outstanding contributions to the art and science of neonatal and pediatric vascular access. Dr. Pettit epitomized the mission and values of our organization.</div><div style="color: #36495f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">&nbsp;</div><div style="color: #36495f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">This year AVA and the Pediatric Neonatal Special Interest Group (PediNeoSIG) recognizes Mary Beth Hovda Davis, as the 2022 Dr. Janet Pettit Scholar.</div><div style="color: #36495f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">&nbsp;</div><div style="color: #36495f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">Ms. Davis is a Nursing Practice Leader for the Pediatric Vascular Access service at The University of Iowa Stead Family Children’s Hospital in Iowa City, Iowa, where she has practiced for 15 years. From the national and global perspectives, Ms. Davis has led the cutting edge of pediatric vascular access education and practice with pacesetting publications. As the lead author on the position paper for minimum education and training for pediatric and neonatal intravenous insertion, she provided the foundation for AVA to develop a foundational eLearning course, a first in this specialty. She has collaborated globally to explore vascular access practice in children and changed practice to reduce patient harm through her distinct scholarly contributions. She has shared her research and practice innovations through numerous national and virtual presentations. Her nursing and professional achievements have been recognized through scholarships and awards including being named a Corridor Business Journal Forty under 40 Honoree.</div><div style="color: #36495f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">&nbsp;</div><div style="color: #36495f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">As a former PediNeoSIG Chair, PediNeoSIG Liaison for the AVA D-Team, current PediNeoSIG Chair Advisor, and engaged PedNeoSIG member for 14 years, Ms. Davis has provided visionary leadership for pediatric and neonatal clinicians in the area of vascular access with an extraordinary heart for collaboration and mentorship.</div><div style="color: #36495f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">&nbsp;</div><div style="color: #36495f; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;">In honor of the life work of Dr. Janet Pettit, please join AVA and the PediNeoSIG as we congratulate Ms. Mary Beth Davis as the 2022 Dr. Janet Pettit Scholar.</div><br />]]></description>
<pubDate>Wed, 13 Jul 2022 17:14:00 GMT</pubDate>
</item>
<item>
<title>WINNER OF THE 2022 SUZANNE LAVERE HERBST AWARD FOR EXCELLENCE IN VASCULAR ACCESS</title>
<link>https://www.avainfo.org/news/news.asp?id=609973</link>
<guid>https://www.avainfo.org/news/news.asp?id=609973</guid>
<description><![CDATA[<p>&nbsp;</p><img alt="" src="https://cdn.ymaws.com/avainfo.site-ym.com/resource/resmgr/images/herbst_award/stephanie_p_headshot.jpg" style="border:2px solid #002060;width: 200px; height: 200px; float: right; margin: 5px;" /><p>The Association for Vascular Access (AVA) congratulates Stephanie Pitts, DNP, RN, CPN, VA-BC, NEA-BC on being the 2022 recipient of the Suzanne LaVerre Herbst Award for Excellence in Vascular Access.&nbsp;</p><p>The highest honor bestowed by AVA, the Herbst Award is granted annually to a member exemplifying AVA’s mission, including being a recognized expert in vascular access, for making significant contributions to the art and science of vascular access, and for positively affecting patient outcomes in vascular access.</p><p>Throughout her career, Dr. Stephanie Pitts has been a leading innovator in Pediatric Vascular Access, designing products and programs aimed at improving knowledge and efficacy in the field of vascular access. Stephanie developed and implemented the Vascular Access program at St Joseph’s Children’s Hospital, contributing to improved quality of care. As an industry leader, Stephanie has enhanced clinical vascular access expertise in medical device sales through the development of evidence-based clinical education and support programs at two international medical device companies. Finally, Dr. Pitts has been a leader in collaboration, connecting industry and clinical leaders to develop evidence-based vascular access education aimed at improving outcomes.&nbsp;&nbsp;</p><p>Dr. Pitts has published within the Journal of the Association for Vascular Access (JAVA) on pediatric ethanol locking and pediatric vascular access program best practices, as well as two AVA position papers. Additionally, Stephanie contributed to the miniMAGIC study on appropriate pediatric device selection in collaboration with the AVATAR group. Most recently, she co-developed the minimum competency guidelines for pediatric PIVC insertion and care. Her DNP project was a continuation of this work, developing these guidelines into online modules. This will change the way we educate and provide pediatric vascular access care.</p><p>Stephanie has been an active member of AVA since 2008, and served on the board of directors from 2018-19. She is also a member of GulfVAN, serving as their president from 2009-2013. Most notably, she helped to develop AVA's Pediatric Special Interest Group (SIG) and served as the SIG president from 2013-2016. Dr. Pitts has also presented at every AVA consecutively since 2010.&nbsp;</p><p><strong>Sincere Congratulations, Stephanie!<br /></strong><em>2022 Herbst Award Review Committee</em></p>]]></description>
<pubDate>Wed, 29 Jun 2022 17:43:00 GMT</pubDate>
</item>
<item>
<title>AVA provides input to the FY 2023 ACH and LTCH Prospective Payment System proposed rule</title>
<link>https://www.avainfo.org/news/news.asp?id=608876</link>
<guid>https://www.avainfo.org/news/news.asp?id=608876</guid>
<description><![CDATA[<p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua';"><span style="font-size: 16px;"><span style="color: #000000;"><strong>Re: Docket #CMS-1771-P</strong></span></span></span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua';"><span style="font-size: 16px;"><span style="color: #000000;"><strong>&nbsp;</strong></span></span></span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-size: medium; font-family: 'Book Antiqua'; color: #262626;">Dear Ms. Brooks-LaSure,&nbsp;</span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-size: medium; font-family: 'Book Antiqua'; color: #262626;"></span><span style="font-size: medium; font-family: 'Book Antiqua'; color: #262626;">&nbsp;</span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-size: medium; font-family: 'Book Antiqua'; color: #262626;">The Association for Vascular Access (AVA) is grateful for the opportunity to provide input to the FY 2023&nbsp;</span><span style="font-size: medium; font-family: 'Book Antiqua'; color: #262626;">Acute Care Hospital (ACH) and Long-Term Care Hospital (LTCH) Prospective Payment System proposed rule. AVA is an association of more than 3,500 healthcare professionals and was founded in 1985 to promote the emerging vascular access specialty. Today, its multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community and others to develop evidencebased innovations in vascular access. The mission of AVA is to lead healthcare by protecting patients and providers to improve lives. AVA’s mission is to advocate and educate for a world with safer vascular access.</span></p> <p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;"><span style="color: #000000;"><span style="font-family: 'Book Antiqua';"><strong></strong></span><strong><i>&nbsp;</i></strong></span></span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;"><span style="color: #000000;"><strong><i>Comment on the potential adoption of digital National Healthcare Safety Network (NHSN)&nbsp;</i></strong></span><b><i><strong><span style="color: #000000;">measure: NHSN Hospital-Onset Bacteremia &amp; Fungemia Outcome measure&nbsp;</span></strong></i></b></span></p> <p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">&nbsp;</span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">AVA strongly supports adoption of the NHSN Hospital-Onset Bacteremia &amp; Fungemia Outcome&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">measure as a quality indicator to inform decisions on the Hospital IPPS and Value Based&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">Purchasing.</span></p> <p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;"></span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">&nbsp;</span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">The measure has several advantages for patient safety over the current systems in place for&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">CLABSI (central line bloodstream infection) surveillance and reporting. Despite a standardized&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">protocol, CLABSI surveillance still carries with it some inherent subjectivity in its application.&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">Additionally, a significant subset of patients at high risk for developing the infection (step&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">down/intermediate critical care units) are not included in the current reporting requirements.&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">The introduction of fully digital reporting of Hospital Onset Bacteremia and Fungemia would&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">remove the subjectivity and allow infection preventionists to focus on preventing infections&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">rather than abstracting charts for reporting them. The use of all positive cultures also expands&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">surveillance to include all inpatient areas, rather than focusing only on critical care and&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">medical/surgical unit.</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;"></span></p> <p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">&nbsp;</span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">The inclusion of complementary metrics in the NHSN protocol offers a beneficial approach to&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">risk adjustment as well as potentially understanding variations in practice such as blood culture&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">collection/utilization and contamination. It is our hope that these measures are incorporated into&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">the data submission for the Hospital Onset Bacteremia and Fungemia outcomes as well.</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;"></span></p> <p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">&nbsp;</span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">AVA encourages the continuation of current CLABSI surveillance during adoption of the new&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">metric and until there is more robust data to support discontinuation. The currently elevated&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">CLABSI incidences would suggest that this needs to remain an independent data element.</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;"></span></p> <p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">&nbsp;</span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">With regard to suppression of HAI measures for FY2023, AVA supports not using these&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">measures for penalty calculations but encourages the measures to be continued to be collected&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">and reported. AVA does not support the public reporting of these suppressed measures at the&nbsp;</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">current time given the ongoing impact of the COVID-19 public health emergency.</span><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;"></span></p> <p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;"><span style="font-family: 'Book Antiqua';">&nbsp;</span></span></p><p style="margin-bottom: 0in; line-height: normal;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;"><span style="font-family: 'Book Antiqua';">Sincerely,</span><b></b></span></p> <p style="margin-bottom: 0in; line-height: 12pt;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">&nbsp;</span></p><p style="margin-bottom: 0in; line-height: 12pt;"><span style="font-family: 'Book Antiqua'; font-size: 16px; color: #262626;">Tonja Stevens, RN, BSN, VA-BC™<br /></span><span style="font-family: 'Book Antiqua'; color: #262626;">AVA Board President<br /><br />Board Approved statement 06.13.2022</span></p>]]></description>
<pubDate>Fri, 17 Jun 2022 19:27:00 GMT</pubDate>
</item>
<item>
<title>AVA, B. Braun Launch Second Fundamentals of Peripheral Intravenous Vascular Access Course</title>
<link>https://www.avainfo.org/news/news.asp?id=596329</link>
<guid>https://www.avainfo.org/news/news.asp?id=596329</guid>
<description><![CDATA[<p style="text-align: right;">Contact: Cate Brennan, CEO<br />Association for Vascular Access (AVA)<br /><span style="color: black;">385.296.9758 (cell)<br /></span><a href="mailto:cbrennan@avainfo.org">cbrennan@avainfo.org</a></p><p style="text-align: right;">Contact: Allison Longenhagen<br />B. Braun Medical Inc.<br />484.523.9801 (cell)<br /><a href="mailto:allison.longenhagen@bbraunusa.com">allison.longenhagen@bbraunusa.com</a></p><h2 style="text-align: left; line-height: 12pt;"><b><span style="color: #606060; font-size: 12pt; letter-spacing: -0.4pt;">&nbsp;</span></b></h2><h2 style="text-align: left; line-height: 12pt;"><b><span style="color: #606060; font-size: 12pt; letter-spacing: -0.4pt;">AVA, B. Braun Launch Second </span></b><b><span style="color: #606060; font-size: 12pt;">Fundamentals of Peripheral Intravenous Vascular Access Course</span></b></h2><h3><b> <i><span style="color: #606060; font-size: 12pt; letter-spacing: -0.4pt; line-height: 115%;">PIV 201 pre-licensure course focuses on hands-on insertion techniques, infection prevention, patient care</span></i></b></h3><p><b>U.S. Based/New York – Feb. 22, 2022</b> – The <a href="https://www.avainfo.org/"><span style="color: #0563c1;">Association for Vascular Access</span></a> (AVA) and <a href="https://www.bbraunusa.com/en.html"><span style="color: #0563c1;">B. Braun Medical Inc.</span></a> <span>&nbsp;&nbsp;&nbsp;&nbsp;</span>(B. Braun) announced the launch of the second of three courses that will provide pre-licensure students in approved nursing, medical and allied health care academic programs hands-on training for insertion of peripheral intravenous catheters (PIVCs). The <span style="font-family: Calibri;">Fundamentals of Peripheral Intravenous Vascular Access academic curriculum is free to qualified universities and colleges in the U.S. and Internationally.</span></p> <p>PIV 201, which is available for the Spring 2022 semester, builds on the PIV 101 foundational course that launched for the Fall semester of 2021. The final course, PIV 301, is a certificate course to be launched in October 2022<span style="color: red;"> </span>that will focus on advanced concepts of vascular access, improving patient outcomes and critical thinking in vascular access. The comprehensive curriculum on the placement of PIVCs are offered free to medical, nursing, respiratory therapy, and other allied healthcare schools. Colleges and universities that want to include the free curriculum in their Spring 2022 semester can <a href="https://form.jotform.com/220047577547158">sign up now through AVA</a>. The curriculum is being developed by U.S. and internationally recognized subject matter experts on vascular access, infection prevention and legal liability.</p> <p>Vascular access is the most common invasive procedure performed in healthcare,<sup>1</sup> with more than 380 million placements of PIVCs in patients annually in the United States.<sup>2</sup> However, between 33 percent and 69 percent of PIVCs fail before the completion of treatment and more than 50 percent of adults describe insertion as moderately painful or worse.<sup> 3</sup> Collectively, this can lead to serious implications for patients, including increased costs and length of treatment.<sup>3</sup> Peripheral vascular harm was named to ECRI’s top 10 patient safety concerns in 2021.<sup>4</sup> ECRI is an independent non-profit organization focused on healthcare quality, patient safety and evidence-based healthcare guidance.</p> <p>“As the recognized thought leader for the specialty of vascular access, the Association for Vascular Access is committed to providing clinical education and improving patient safety and outcomes, which starts with educating pre-licensure students,” said AVA President Tonja Stevens, BSN, RN, VA-BC™. “Insertions of PIVCs are performed by many different clinicians and professionals from nurses, physicians, advanced practice practitioners and allied healthcare professionals. This is reflective of AVA’s membership that work in various work settings such as hospitals, care centers/clinics, and alternate care and community settings. We are proud to partner with B. Braun in the development and offering of this innovative, e-learning curriculum to students, faculty and clinicians to ensure quality patient care and best clinical practice of this important skill.” </p> <p>“The PIV curriculum will elevate the knowledge and skill of nursing students and nurses across the U.S. and beyond. I am thrilled to incorporate this evidence-based curriculum in our pre-licensure BSN program.” Christine Vandenhouten, PhD, RN, Chair, Professor of Nursing and Health Studies, University of Wisconsin-Green Bay. </p> <p>“AVA’s goal is to elevate the knowledge and skills of all healthcare providers who routinely insert PIVCs, mid-lines and central lines as part of their in-patient, out-patient and home care practices,” said Judy Thompson, MSNEd., RN, VA-BC™, AVA Director of Clinical Education. “AVA and B. Braun partnered on this free academic curriculum because patients deserve a safe, infection-free, comfortable VA procedure from novice clinicians. We want to take the fear and discomfort out of the equation for both patients and providers.”</p> <p>“As a leader in infusion therapy, B. Braun believes the failure rate of PIVC insertions is not acceptable,” said Dr. Stephanie Pitts, DNP, RN, CPN, VA-BC™, Director, Strategy, Therapy Solutions and Programs at B. Braun. “We are pleased to partner with AVA in offering this comprehensive curriculum to improve training in this important area of patient care, and we look forward to broad participation by schools across the country.<span>&nbsp; </span>Narrowing the knowledge gap will be critical to raise the bar in PIV care.”</p> <p>AVA is compiling data on the pilot program and the full curriculum under an IRB-approved research study conducted by principal investigator Andrea Owens MSNEd., RN, CRNI®, VA-BC™. “Studies have demonstrated that current training programs are not consistent across pre-licensure programs and employer-based continuing education,” said Owens. “The IRB study will be used to make any necessary changes in the Fundamentals of Peripheral Vascular Access curriculum as a result of the findings.” </p> <p><span style="font-family: Calibri;">AVA has committed that the 3-part Fundamentals course will always be free to college and university healthcare pre-licensure programs through the AVA Vascular Access Education program. When schools include the curriculum in their programs, enrolled students and teaching faculty receive a free membership to AVA, allowing unlimited access to continuing education on advanced topics in vascular access.</span></p> <p><span style="font-family: Calibri;">The </span><span style="font-family: Calibri;">Fundamentals of Peripheral Intravenous Vascular Access</span><i><span style="color: #606060; font-size: 12pt; line-height: 115%;"> </span></i>will be available to practicing clinicians in October 2022 on <span style="font-family: Calibri;"><a href="https://www.avainfo.org/page/ava-academy">AVA Academy</a> for a fee. Continuing education credits will be awarded.</span></p> <p><span style="font-family: Calibri;">About:</span></p> <p><b>The Association for Vascular Access (AVA)</b><span> is the dominant thought leader in the vascular access specialty and has a long-standing commitment to educating clinicians and pre-licensure students who represent a broad spectrum of healthcare professions around the globe. Founded in 1985,</span> AVA is at the forefront of protecting and saving lives by establishing best practices and promoting patient advocacy. AVA’s multidisciplinary membership advances research provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring evidence-based innovations in vascular access. To learn more about AVA and the Fundamentals of Peripheral Intravenous Vascular Access, visit <a href="https://www.avainfo.org/page/ava-academy">avainfo.org</a>.</p> <p><b><u>B. Braun Medical Inc</u></b>., a leader in infusion therapy and pain management, develops, manufactures, and markets innovative medical products and services to the healthcare industry. Other key product areas include nutrition, pharmacy admixture and dialysis. The company is committed to eliminating preventable treatment errors and enhancing patient, clinician and environmental safety. B. Braun Medical is headquartered in Bethlehem, PA and is part of the B. Braun Group of Companies in the U.S., which includes B. Braun Interventional Systems, Aesculap® and CAPS®.</p> <p>Globally, the B. Braun Group of Companies employs more than 64,000 employees in 64 countries. Guided by its Sharing Expertise® philosophy, B. Braun continuously exchanges knowledge with customers, partners and clinicians to address the critical issues of improving care and lowering costs. To learn more about B. Braun Medical, explore our <a href="https://www.bbraunusa.com/en.html"><span style="color: #0563c1;">website</span></a>.</p> <p style="text-align: center; line-height: 12pt;"><span>####</span></p> <p style="text-align: center; line-height: 12pt;"><span>&nbsp;</span></p> <p><span style="font-size: 8pt; line-height: 115%;">Citations</span></p> <p><sup><span style="color: black; font-size: 8pt; font-family: Calibri; line-height: 115%;">1 </span></sup><span style="color: #212121; font-size: 8pt; font-family: Calibri; line-height: 115%;">Tripathi S, Gladfelter T. Peripheral intravenous catheters in hospitalized patients: Practice, Dwell times, and factors impacting the dwell times: A single center retrospective study. J Vasc Access. 2021 Mar 30:11297298211000874. doi: 10.1177/11297298211000874. Epub ahead of print. PMID: 33784876.</span></p> <p><sup><span style="color: black; font-size: 8pt; line-height: 115%;">2 </span></sup><span style="color: black; font-size: 8pt; line-height: 115%;">iData Research. (2020). US Market Report Suite for Vascular Access Devices and Accessories.</span></p> <p><sup><span style="color: black; font-size: 8pt; line-height: 115%;">3</span></sup><span style="color: black; font-size: 8pt; line-height: 115%;"> Cooke, M., Ullman, A., Ray-Barruel, G., Wallis, M., Corley, A., Rickard, C. (2018). Not “just” an intravenous line:<span>&nbsp; </span>Consumer perspectives on peripheral intravenous cannulation (PIVC).<span>&nbsp; </span>An international cross-sectional survey of 25 countries.<span>&nbsp; </span><i>Plos One</i>.<span>&nbsp; </span><a href="https://doi.org/10.1371/journal.pone.0193436">https://doi.org/10.1371/journal.pone.0193436</a></span></p> <p><sup><span style="color: black; font-size: 8pt; line-height: 115%;">4 </span></sup><span style="color: black; font-size: 8pt; line-height: 115%;">ECRI </span><span style="font-size: 8pt; line-height: 115%;"><a href="https://www.ecri.org/press/racial-ethnic-health-disparities-top-patient-safety-concern-for-2021">https://www.ecri.org/press/racial-ethnic-health-disparities-top-patient-safety-concern-for-2021</a></span></p>]]></description>
<pubDate>Tue, 22 Feb 2022 13:10:20 GMT</pubDate>
</item>
<item>
<title>What&apos;s Wrong With This Picture? Miley Cyrus</title>
<link>https://www.avainfo.org/news/news.asp?id=473440</link>
<guid>https://www.avainfo.org/news/news.asp?id=473440</guid>
<description><![CDATA[<p><strong>This is Miley Cyrus. She is an American actress, singer and songwriter.</strong></p>
<p><img alt="" src="https://www.avainfo.org/resource/resmgr/images/news_and_calendar_events/img_9258_copy.jpg" style="width: 500px;" /></p>
<div>&nbsp;</div>
<div>Miley grew up in the public eye as a teen idol starring in the Disney Channel series <em>Hannah Montana</em> - named for her character - en route to selling over 70 million records.</div>
<div>&nbsp;</div>
<div>She has parlayed her success for numerous philanthropic endeavors, lending her voice to charity singles including <em>Just Stand Up</em> (Cancer) <em>Send it On</em> (Environment) <em>Everybody Hurts</em> and <em>We Are the World 25</em> (Haiti earthquake). Miley is involved with numerous healthcare causes, including the Elizabeth Glaser Pediatric AIDS Foundation, Elton John AIDS Foundation, Kids Wish Network, the American Red Cross, Make a Wish, Cystic Fibrosis Foundation and St. Jude’s.</div>
<div>&nbsp;</div>
<div>Miley has also visited countless, hospitalized fans to raise their spirits. You get the idea. Miley is both a global celebrity and intimately involved and familiar with healthcare delivery.</div>
<div>&nbsp;</div>
<div>Unfortunately, recently she was stricken with a case of tonsillitis so severe she was admitted to the hospital. She posted the following images to <a href="https://www.instagram.com/mileycyrus/?hl=en" target="_blank">her Instagram story</a>, which is followed by nearly 100 million of her fans:</div>
<div><img alt="" src="https://www.avainfo.org/resource/resmgr/images/news_and_calendar_events/mileyiv.jpg" style="width: 700px;" /><br />
</div>
<div>To most people - like Miley - this just looks like another hospital tube in her arm. But to trained vascular access professionals, here’s what they see:</div>
<div>&nbsp;</div>
<p><img alt="" src="https://www.avainfo.org/resource/resmgr/images/news_and_calendar_events/mileypivc.png" style="width: 700px;" /><br />
</p>
<div>This is a peripheral intravenous catheter (PIVC) that’s been placed into her body to deliver medicine as part of treatment for her throat infection. Miley didn’t go to the hospital to just get a PIVC. She got a PIVC because of <em>why </em>she was in the hospital.</div>
<div>&nbsp;</div>
<div>Vascular access is necessary for most healthcare delivery. When it’s done improperly, it can be…a wrecking ball.</div>
<div>&nbsp;</div>
<div>This PIVC has been placed in her <em>antecubital fossa</em>, which is the inside of where the elbow bends. This insertion site was likely chosen because that vein is prominent and - with young, healthy people like Miley - can be seen with the naked eye. It’s easy to access with a needle.</div>
<div>&nbsp;</div>
<div>But that expedience comes at a cost, as anyone with elbows can tell you. Arms are designed for bending (try going 10 minutes without bending your arm if you don’t believe it). As you can see in her other photos, Miley is forced to keep her left arm straight due to the catheter that’s been inserted into it.&nbsp;</div>
<div>&nbsp;</div>
<div>Not bending your arm gets a lot trickier when you’re sleeping, when limbs can take on a life of their own. There are better sites on the body for inserting PIVCs, like in the forearm - which unlike the elbow, does not bend.</div>
<div>&nbsp;</div>
<div>Getting picky, a 20-gauge IV was chosen here (as evident by the pink color) where a 22-gauge (that’s smaller) would have done the same job, but with added comfort for the patient and vein. A <a href="https://www.ncbi.nlm.nih.gov/pubmed/29022210" target="_blank">catheter/vessel</a>&nbsp;ratio <a href="https://vascularaccess.com.au/catheter-vessel-ratio/" target="_blank">tool</a>&nbsp;would have been useful here.</div>
<div>&nbsp;</div>
<div>These devices - their insertion, care and maintenance - are <em>the </em>most common invasive procedures in all of healthcare. Hundreds of millions of them get placed every year in America. You’ve probably had at least one in your life.</div>
<div>&nbsp;</div>
<div>Miley, a multi-millionaire, celebrity and healthcare philanthropy enthusiast, had hers placed sub-optimally and in an area that created unnecessary discomfort and risk. <em>And she had no idea. </em>This is what normal looks like to most patients, who don’t realize there’s a better, safer and more comfortable way to perform - and receive - vascular access.</div>
<div>&nbsp;</div>
<div>She shared her pictures with millions of people, most of whom had no idea either. That’s not OK. <a href="http://www.avainfo.org" target="_blank">The Association for Vascular Access</a> would like to change that.</div>
<div>&nbsp;</div>
<div>We are committed to protecting patients through advocacy and education by helping them understand and define what is normal with their PIVCs and other access devices. AVA also educates clinicians on important aspects of vascular access like site and device selection.&nbsp;</div>
<div>&nbsp;</div>
<div>The <a href="http://www.avainfo.org/page/foundation" target="_blank">AVA Foundation</a> helps fund research, scholarships and initiatives that elevate the standard of catheter care and the competence of the people who administer them.</div>
<div>&nbsp;</div>
<div>Vascular Access requires dedication and understanding. Miley didn’t go to the hospital to get a PIVC, but she could have ended up staying much longer - and possibly never leaving - because of it.</div>
<div>&nbsp;</div>
<div>Fifty people die <em>every day</em> in American hospitals because of complications resulting from their vascular access devices. Miley did not become part of that statistic, but thousands of others do every year. We need to do better, not just for the rich and famous - but for all of us.</div>
<div>&nbsp;</div>
<div><strong>This is Miley Cyrus. She is a patient, just like all of us.</strong></div>
<div>&nbsp;</div>
<div>To learn more or to join AVA, please visit <a href="http://www.joinAVAnow.com" target="_blank">www.joinAVAnow.com</a></div>
<div>&nbsp;</div>
<div>(Miley Cyrus has no relationship with AVA or the AVA Foundation, but she can always ask)</div>
<div>&nbsp;</div>
<div><a href="https://www.avainfo.org/page/aaronrodgers" target="_blank">SEE ALSO: What's Wrong With This Picture? Aaron Rodgers&nbsp;</a></div>
<p><a href="https://www.avainfo.org/page/AndyMurray" target="_blank">SEE ALSO: What's Wrong With This Picture? Andy Murray</a></p>
<div>&nbsp;</div>]]></description>
<pubDate>Thu, 10 Oct 2019 15:32:29 GMT</pubDate>
</item>
<item>
<title>Association for Vascular Access Celebrates Inaugural Vascular Access Specialty Day</title>
<link>https://www.avainfo.org/news/news.asp?id=474936</link>
<guid>https://www.avainfo.org/news/news.asp?id=474936</guid>
<description><![CDATA[<p>LAS VEGAS –&nbsp;<span style="text-align: center;">For Suzanne Herbst, there’s no better way to celebrate a birthday than with 2,000 of your closest friends during the first-ever Vascular Access Specialty Day.</span><br />
</p>
<p><span style="text-align: center;"><img alt="" src="https://www.avainfo.org/resource/resmgr/images/i-q5c4fmr-xl.jpg" style="border:24px solid #ffffff;width: 300px; float: left;" />&nbsp;</span>“All of you here is amazing and a testament to your commitment to vascular access,” Herbst said on stage at the Caesars Palace Convention Center in Las Vegas on Saturday, October 5, shortly after receiving a bouquet and birthday cake. “You’re all champions and to come here and want to learn more, you’re wonderful … I applaud you for what you do. Thank you so much for my birthday.”</p>
<p>A registered nurse, Herbst is the founder of the Association for Vascular Access (AVA), an association of healthcare professionals that promote healthcare’s emerging vascular access specialty. AVA holds annual scientific meetings at different locations across the U.S. The 2019 version marked the 33<sup>rd</sup> consecutive year the organization celebrated its family reunion, but the first time it celebrated Vascular Access Specialty Day.</p>
<p><span>&nbsp;</span></p>
<p><span>“Vascular Access Specialty Day allows us to recognize the dedicated individuals who safeguard the gateway to healthcare delivery in every setting,” AVA CEO Ramzy Nasrallah said. “Vascular Access Specialists are multidisciplinary, representing all facets of healthcare, working throughout the care continuum. Their work requires recognition.”</span></p>
<p><span>&nbsp;</span>AVA intends to celebrate the day moving forward, each with a different slogan. This year’s motto, “Improving Patient Outcomes, One Vessel at a Time,” was coined by AVA member Teresa Ortiz, MSN, RN, and magnified by all attendees throughout Herbst’s birthday celebration and the rest of the scientific meeting.</p>
<p>“The inaugural Vascular Access Specialty Day was a great success,” said AVA Member Engagement Committee Chair Chris Cavanaugh, BSN, RN, CRNI®, CIC, VA-BC™. “I can’t think of a better way to honor our founder, and at the same time call attention to the specialty that is Vascular Access. It is our hope that this day’s celebration can draw attention to and demonstrate the importance of having a Vascular Access Specialist in every hospital to ultimately improve patient outcomes.”</p>
<p>Cavanaugh led an effort in her home state of Florida to do just that. Mayors Lenny Curry of Jacksonville, Jane Castor of Tampa, and Buddy Dyer of Orlando all signed official proclamations recognizing Oct. 5, 2019, as Vascular Access Specialty Day. Mayor Jake Day did the same in Salisbury, Maryland.</p>
<p>“Our first Vascular Access Specialty Day was amazing as we celebrated with Suzanne and the more than 1,900 Scientific Meeting attendees,” AVA COO Tonya Hutchison said. “Oct. 5 is special because it united all disciplines that make up the specialty of Vascular Access, just as being an AVA member does. I am proud of AVA for declaring this day to celebrate the specialty and excited to watch it celebrate it each year moving forward.”</p>
<p>Herbst started the Bay Area Vascular Access Committee (BAVAC) in the Bay Area in 1985. Her determination to improve patient care built an international conglomerate of nurses, clinical educators, physicians, infection preventionists, radiologists, and many other disciplines. As BAVAC morphed into what AVA is today, an organization with more than 3,000 national members and growing, Herbst stood at the forefront at filling the gaps between clinician education and hands-on training after witnessing firsthand the struggles patients faced with unsafe needlesticks and improper practice.</p>
<p>“You’d have a patient come home from the hospital and they’d say they just got stuck 5 times by the same person, and they never had another person that was up to speed,” Herbst said. “And I understood that you can’t just keep repeatedly sticking someone because their veins are going to constrict.”</p>
<p>Considered the experts at performing the most common invasive procedure in healthcare, the vascular access specialists that attend the annual meeting also can join one of AVA’s 52 active <a href="https://www.avainfo.org/page/networks">vascular access networks</a> across the U.S. and Canada. Continuing education credits are available at AVA’s online learning center, <a href="https://www.avainfo.org/page/ava-academy">AVA Academy</a>, and members have access to a bevy of <a href="https://www.avainfo.org/page/memberbenefits">other perks</a>, like discounts on scrubs and hotel rooms.</p>
<p>The group’s <a href="http://avainfo.org/annual">annual scientific meeting</a>, however, allows attendees to set sail on a four-day voyage full of educational sessions, networking opportunities and face-to-face interactions with industry exhibitors. This year’s event in Las Vegas witnessed a more than 25% increase in attendance, with attendees receiving top-flight education, networking, and an opportunity to meet with the companies that produce the devices and products they insert in patients daily.</p>
<p>A celebration certainly worthy of cake, flowers, handshakes, and hugs.</p>
<p>“I had an incredible birthday and look forward to what future Vascular Access Specialty Days have in store for AVA,” Herbst said.</p>]]></description>
<pubDate>Sat, 5 Oct 2019 14:36:29 GMT</pubDate>
</item>
<item>
<title>AVA Shatters 33-Year Attendance Record at 2019 Scientific Meeting</title>
<link>https://www.avainfo.org/news/news.asp?id=472745</link>
<guid>https://www.avainfo.org/news/news.asp?id=472745</guid>
<description><![CDATA[<table width="100%" cellpadding="0" cellspacing="0" border="0" class="galileo-ap-layout-editor" style="color: #000000;">
    <tbody>
        <tr>
            <td class="section-headline editor-col OneColumnMobile" align="left" valign="top" style="background-color: #1e88b4; text-align: left; width: 100%;">
            <div class="gl-contains-text">
            <table width="100%" cellpadding="0" cellspacing="0" border="0">
                <tbody>
                    <tr>
                        <td class="editor-text section-headline-text" align="left" valign="top" style="color: #ffffff; padding: 10px 20px; font-size: 28px; font-family: 'Century Gothic', Calibri, Helvetica, Arial, sans-serif; text-align: left;">
                        <div class="text-container galileo-ap-content-editor">
                        <div style="text-align: center;">AVA Shatters 33-Year Attendance Record at 2019 Scientific Meeting</div>
                        </div>
                        </td>
                    </tr>
                </tbody>
            </table>
            </div>
            </td>
        </tr>
    </tbody>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="galileo-ap-layout-editor" style="color: #000000;">
    <tbody>
        <tr>
            <td class="article editor-col OneColumnMobile" align="left" valign="top" style="text-align: left; width: 100%;">
            <div class="gl-contains-text">
            <table width="100%" cellpadding="0" cellspacing="0" border="0">
                <tbody>
                    <tr>
                        <td class="editor-text article-text" align="left" valign="top" style="color: #36495f; padding: 10px 20px; font-size: 16px; font-family: Calibri, Helvetica, Arial, sans-serif; text-align: left;">
                        <div>&nbsp;</div>
                        <div class="text-container galileo-ap-content-editor">
                        <div>October 4, 2019 - Today the Association for Vascular Access (<a href="http://www.avainfo.org/" target="_blank" style="color: #1e88b4;">AVA</a>) announced a record-setting number of attendees at its&nbsp;<a href="http://avainfo.org/annual" target="_blank" style="color: #1e88b4;">annual scientific meeting</a>, held this year in Las Vegas.</div>
                        <div>&nbsp;</div>
                        <div>A total of 1,385 clinicians representing numerous healthcare disciplines registered for the 2019 meeting, which opened Friday at Caesars Palace, surpassing the record-setting 1,064 that attended the annual scientific meeting in Columbus, Ohio, last year. This marks the fifth consecutive year AVA has broken its record for attendees at its biggest annual event.</div>
                        <div>&nbsp;</div>
                        <div>“Breaking our clinical attendance record by 30% is testimony to the urgency of advancing the vascular access specialty in healthcare,” AVA CEO Ramzy Nasrallah said. “Growing exhibitor attendance by more than 40% illustrates the increasing investment corporations and startups are making in both the vascular access space and in AVA’s&nbsp;<a href="http://avainfo.org/industrypartnership" target="_blank" style="color: #1e88b4;">differentiated programs for industry partners</a>.”</div>
                        <div>&nbsp;</div>
                        <div>AVA members receive valuable discounts to attend scientific meetings, and the conference design team has developed curriculum tracks to accommodate for beginner, intermediate and expert vascular access proficiency. A record 81 industry exhibitors support this path to education in 2019.</div>
                        <div>&nbsp;</div>
                        <div>“Registration numbers, exhibitors, and sponsorship support for the 2019 AVA Scientific Meeting have all exceeded our expectations,” 2019 AVA President Ken Symington, MD, VA-BC™ said. “This demonstrates how AVA’s popularity, relevance, and importance to patients, clinicians, and industry are growing stronger. We are truly realizing AVA’s mission statement: To lead healthcare by protecting patients and providers to improve lives.”</div>
                        <div>&nbsp;</div>
                        <div>Clinicians from all 50 states, three Canadian Provinces and 23 countries – including Australia, Ireland, China, New Zealand, Japan, Italy and Brazil – made the trip to Las Vegas for this year’s meeting, again showing the international impact and obligation of the organization.</div>
                        <div>&nbsp;</div>
                        <div>“We are excited to host AVA 2019 in Las Vegas. While we are obviously ecstatic about our record attendance, we are also proud to welcome more than 500 first-time attendees to Caesars Palace,” AVA COO Tonya Hutchison said. “Great Stores Begin at AVA is the theme for this year’s meeting – we look forward to the great stories that we will hear this year.”</div>
                        <div>&nbsp;</div>
                        <div>The overwhelming support and generosity of AVA membership and its industry partners make meetings like the one in Las Vegas a can’t miss affair. New event programming like Vascular Access Ted-Style Talks and an interactive closing luncheon on the critical elements of Vessel Health and Preservation: The Right Approach for Vascular Access from The AVA Foundation with support from 3M, B. Braun, Medline and Teleflex sprinkle novel concepts with essential elements of practice to attendees. Perpetual networking conversations among new colleagues coupled with a wide range of educational sessions led by vascular access key opinion leaders give another example for why the national meeting continues to grow.</div>
                        <div>&nbsp;</div>
                        <div>Providing healthcare professionals with a forum to discuss evidence and expert-based criteria that improve patient outcomes is one of the many ways AVA executes its mission: Protect the Patient | Educate the Clinician | Save the Line.</div>
                        <div>&nbsp;</div>
                        <div>___</div>
                        <div>&nbsp;</div>
                        <div>The Association for Vascular Access (AVA) was founded to promote the emerging vascular access specialty. Today, AVA stands at the forefront of protecting and saving lives via establishing best practices and promoting patient advocacy. AVA’s multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes and partners with the device manufacturing community to bring about evidence-based innovations in vascular access. To learn more or join, visit<a href="http://www.avainfo.org/membership" target="_blank" style="color: #1e88b4;">www.joinAVAnow.com</a></div>
                        </div>
                        </td>
                    </tr>
                </tbody>
            </table>
            </div>
            </td>
        </tr>
    </tbody>
</table>]]></description>
<pubDate>Fri, 4 Oct 2019 18:30:47 GMT</pubDate>
</item>
<item>
<title>AVA 2019 Lucky 7 Contest Winners Announced</title>
<link>https://www.avainfo.org/news/news.asp?id=468643</link>
<guid>https://www.avainfo.org/news/news.asp?id=468643</guid>
<description><![CDATA[<a href="https://www.eventscribe.com/2019/AVA/" target="_blank"><img alt="" src="https://www.avainfo.org/resource/resmgr/images/Lucky_7_Graphic_winners.jpg" style="width: 500px;" /></a>]]></description>
<pubDate>Fri, 6 Sep 2019 00:26:31 GMT</pubDate>
</item>
<item>
<title>Now Available: Vessel Health and Preservation Special Enhanced Edition From AVA</title>
<link>https://www.avainfo.org/news/news.asp?id=458387</link>
<guid>https://www.avainfo.org/news/news.asp?id=458387</guid>
<description><![CDATA[<b><span style="color: black;">NOW AVAILABLE:&nbsp;<i>VESSEL HEALTH and PRESERVATION</i>&nbsp;SPECIAL ENHANCED EDITION FROM THE ASSOCIATION FOR VASCULAR ACCESS</span></b>
<p style="text-align: left;"><i><span style="color: black; font-family: Helvetica, sans-serif;">FOR IMMEDIATE RELEASE</span></i><span style="color: black; font-family: Helvetica, sans-serif;"> </span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">July 1, 2019 – A special enhanced edition of <i>Vessel Health and Preservation: The Right Approach for Vascular Access </i>is now available through </span><a href="https://books.apple.com/us/book/id1469451622"><span style="font-family: Helvetica, sans-serif;">Apple iBooks</span></a><span style="color: black; font-family: Helvetica, sans-serif;"> and <a href="https://smile.amazon.com/dp/B07TNW4ZL2" target="_blank">Amazon Kindle</a> for just $9.99.</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">Hours of exclusive audio interviews with the authors discussing their areas of expertise are embedded into this version of the book, as well as animated videography capturing elements from actual vascular access procedures. AVA has also elevated the overall readability, and through Apple and Amazon has&nbsp;added note-taking and flash card functionality for readers. </span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">“AVA has taken a robust academic textbook and upgraded it into a dynamic learning experience,” AVA Director of Communications Eric Seger said. “The <i>Vessel Health and Preservation</i> model comes alive through our special enhanced edition, in part because you can actually hear the passion for vascular access and see it in action.”</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">The book serves as a modern and comprehensive guide for safely performing the most common invasive procedure in healthcare. It was composed by 16 internationally<span><ins cite="mailto:Eric%20Seger" datetime="2019-06-27T13:59"> </ins></span>renowned subject matter experts, covering every aspect of vascular access over 22 chapters. </span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">“When you open our enhanced edition up to ‘The VHP Model’ chapter, you can tap on that page and listen to the Nancies (Nancy Moureau, RN, BSN, PhD, CRNI®, CPUI, VA-BC™ and Nancy Trick, RN, CRNI®, VA-BC™) discuss the philosophy behind Vessel Health and Preservation and how it impacts healthcare delivery,” AVA CEO Ramzy Nasrallah said. “You can hear Chellie (Michelle DeVries, MPH, CIC, VA-BC™), a global key opinion leader in epidemiology and author of the infection prevention chapter<span><ins cite="mailto:Eric%20Seger" datetime="2019-06-27T13:52">,</ins></span> make the impassioned case for vigilance.”</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">All of the original text and graphics are included in the special enhanced edition, which has also been formatted to improve readability. Nine separate audiobooks recorded with authors and produced by </span><a href="http://www.avainfo.org/podcast"><span style="color: black; font-family: Helvetica, sans-serif;">AVA’s ISAVE That Podcast</span></a><span style="color: black; font-family: Helvetica, sans-serif;"> show have been embedded into their respective sections.</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">“Words on a page are the foundation of learning,” AVA Director of Clinical Education Judy Thompson, MSN-Ed, RN, VA-BC™ said. “But there is a profoundly different educational experience when you’re hearing directly from the voices behind the Aseptic Non Touch Technique (ANTT®, Stephen Rowley, RN, RSCN, MSc, BSc (Hons) and Simon Clare, RN, BA, MRes) prior to reading their words. It’s better for both engagement and retention.”</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">The <i>Vessel Health and Preservation</i> textbook was financially supported by Trick, </span><a href="http://www.3m.com/ivcare"><span style="color: black; font-family: Helvetica, sans-serif;">3M</span></a><span style="color: black; font-family: Helvetica, sans-serif;"> and </span><a href="https://www.teleflex.com/usa/product-areas/vascular-access/"><span style="color: black; font-family: Helvetica, sans-serif;">Teleflex</span></a><span style="color: black; font-family: Helvetica, sans-serif;">, and its open source publication was facilitated by AVA and The AVA Foundation. AVA’s enhanced edition’s availability through Apple and Amazon gives the book wider channels to extend dynamic vascular access education further. One-click gift options are available on both sites.</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">“I’m grateful for the overwhelming support of AVA and other organizations in amplifying <i>Vessel Health and Preservation</i>,” Moureau said. “This resource will help established and emerging clinicians create an ideal process for vascular access best practice. This collaboration helps all the authors realize our dream of sharing the VHP model.”</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">The special enhanced edition of <i>Vessel Health and Preservation: The Right Approach for Vascular Access </i>is now available through </span><span style="font-family: Helvetica, sans-serif;"><a href="https://books.apple.com/us/book/id1469451622">Apple iBooks</a>&nbsp;<span style="color: #000000;">and</span></span><span style="color: black; font-family: Helvetica, sans-serif;"><span style="color: #666666;">&nbsp;</span><a href="https://smile.amazon.com/dp/B07TNW4ZL2" target="_blank">Amazon Kindle</a>&nbsp;for just $9.99.</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Helvetica, sans-serif;">_</span></p>
<p style="text-align: left;"><b><u><span style="color: black; font-family: Helvetica, sans-serif;">The Association for Vascular Access (AVA)</span></u></b><span style="color: black; font-family: Helvetica, sans-serif;"> was founded in 1985 to promote the emerging vascular access specialty.&nbsp;Today, AVA stands at the forefront of protecting and saving lives via establishing best practices and promoting patient advocacy.&nbsp;AVA’s multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring about evidence-based innovations in vascular access. To learn more or join, visit </span><a href="http://www.joinavanow.com"><span style="color: black; font-family: Helvetica, sans-serif;">www.joinAVAnow.com</span></a><span style="color: black; font-family: Helvetica, sans-serif;">.</span></p>]]></description>
<pubDate>Mon, 1 Jul 2019 12:00:00 GMT</pubDate>
</item>
<item>
<title>Grand Canyon University Reduced Tuition Benefit</title>
<link>https://www.avainfo.org/news/news.asp?id=456580</link>
<guid>https://www.avainfo.org/news/news.asp?id=456580</guid>
<description><![CDATA[<p><span style="font-size: 20px; font-family: Arial;"><span style="font-size: 18px;"><span style="color: black;"><strong><img alt="" src="https://www.avainfo.org/resource/resmgr/images/news_and_calendar_events/ava_gcu_social_graphic.jpg" style="width: 200px;" /></strong></span></span></span></p>
<p><span style="font-size: 20px; font-family: Arial;"><span style="font-size: 18px;"><span style="color: black;"><strong>Association for Vascular Access and Grand Canyon University Announce Extension and Expansion of Reduced Tuition Benefit</strong></span></span>&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Arial;">&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Arial;">June 18, 2019 – Today the Association for Vascular Access (AVA) announced it has renewed and significantly expanded its agreement in the Canyon Healthcare Education Collaborative (CHEC).</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Arial;">This expansion preserves what was already one of AVA’s most popular member benefits - reduced tuition rates at Grand Canyon University (GCU) - and takes it much further.</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Arial;">“Spouses and dependents of AVA members can now also access reduced tuition rates at GCU,” AVA Member and Network Manager Jennifer Livsey said. “Our members receive 10% reduced tuition; spouses and dependents receive a 5% tuition scholarship toward GCU’s online undergraduate, graduate or doctoral programs.”</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Arial;">In addition to discounted tuition scholarships, AVA’s expanded GCU benefit now also includes:</span></p>
<ul>
    <li style="margin-left: 0.5in; text-align: left;"><span style="font-family: Arial;"><b><span style="color: black;">Tuition deferral </span></b><span style="color: black;">(BSN = 45 days, MSN/DNP = 65 days) to better accommodate employer reimbursement policies and the ability to set up direct billing arrangements</span></span></li>
</ul>
<ul>
    <li style="margin-left: 0.5in; text-align: left;"><span style="font-family: Arial;"><span style="color: black;">&nbsp;</span></span><b style="font-family: Arial;"><span style="color: black;">Cohort opportunities</span></b><span style="font-family: Arial; color: black;"> - coordination of joint enrollment and graduation</span></li>
</ul>
<ul>
    <li style="margin-left: 0.5in; text-align: left;"><span style="font-family: Arial;"><a href="https://pages.gcu.edu/nursing/onpulse-with-gcu.php" target="_blank"><span style="color: #0b4cb4;"><strong>OnPulse</strong></span></a><span style="color: black;">: Access to GCU CE services, including the GCU Speakers Bureau and <b>GCU Professional Development</b></span></span><b style="color: black; font-family: Arial;"></b></li>
</ul>
<ul>
    <li style="margin-left: 0.5in; text-align: left;"><span style="font-family: Arial;"><span style="color: black; font-family: Arial;"><strong>GCU </strong></span><a href="https://www.gcu.edu/future-students/campus-experience/student-success/ace-centers/career-resources.php" target="_blank"><span style="color: #0b4cb4;"><strong>job board</strong></span></a><b><span style="color: black;"> and recruiting events</span></b></span><b style="font-family: Arial;"><span style="color: black;"></span></b></li>
</ul>
<ul>
    <li style="margin-left: 0.5in; text-align: left;"><span style="font-family: Arial;"><span style="color: black; font-family: Arial;"><span><span style="font-size: 7pt; font-weight: normal; font-stretch: normal; font-style: normal; font-variant: normal;">&nbsp;</span></span></span><b><span style="color: black;">Nursing administrator fly-ins</span></b><span style="color: black;"> - priority invitations to programs and networking opportunities</span></span></li>
</ul>
<p style="text-align: left;"><span style="color: black; font-family: Arial;"> </span></p>
<p style="text-align: left;"><span style="font-family: Arial; color: black;">This expanded benefit is available immediately to existing and new members without any change </span><a href="http://joinavanow.com/" target="_blank" style="font-family: Arial;"><span style="color: #0b4cb4;">to membership rates</span></a><span style="font-family: Arial; color: black;">.</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Arial;">“College tuition costs have exploded over the past few decades, significantly outpacing wage growth, housing costs and inflation over that period,” AVA CEO Ramzy Nasrallah said. “This agreement is intended to not only help make all levels of higher education more affordable for our members and their families, but to also bring practical, real-world value to their investments in themselves.”</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Arial;">“College degrees should translate into enriching careers, not just pieces of paper.”</span></p>
<p style="text-align: left;"><span style="font-family: Arial; color: black;">AVA members can learn more at the dedicated AVA-GCU web site: </span><a href="http://degree.gcu.edu/lps/eapa/chss/avainfo/step-1/?utm_source=EAP-AVAinfo" target="_blank" style="font-family: Arial;"><span style="color: #0b4cb4;">gcu.edu/ava</span></a><span style="font-family: Arial; color: black;">.&nbsp;</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Arial;">_</span></p>
<p style="text-align: left;"><span style="color: black; font-family: Arial;">&nbsp;</span></p>
<p style="text-align: left;"><span style="font-family: Arial;"><b><u><span style="color: black;">The Association for Vascular Access (AVA)</span></u></b><span style="color: black;"> was founded in 1985 to promote the emerging vascular access specialty.&nbsp;Today, AVA stands at the forefront of protecting and saving lives via establishing best practices and promoting patient advocacy.&nbsp;AVA’s multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring about evidence-based innovations in vascular access. To learn more or join, visit </span><a href="http://www.joinavanow.com/" target="_blank"><span style="color: #0b4cb4;">www.joinAVAnow.com</span></a><span style="color: black;">.<span>&nbsp; </span></span></span></p>
<p style="text-align: left;"><b style="font-family: Arial;"><u><span style="color: black;">Grand Canyon University</span></u></b><b style="font-family: Arial;"><span style="color: black;">, </span></b><span style="font-family: Arial; color: black;">Arizona’s premier private Christian university, helps students find their purpose by offering more than 200 academic programs with over 150 online programs across nine colleges. Scholarship opportunities, student support resources, innovative learning experiences and faith-integrated curriculum help students achieve their goals and grow into servant leaders. Local representatives are available to provide face-to-face, personalized enrollment services. Every student receives one-on-one counseling support, including a complimentary pre-evaluation to review transcripts, determine transfer credits and develop a personalized graduation plan. Using GCU’s net price calculator, students can get an upfront estimate on their investment, as well as transparent guidance on their financial obligations and options. Learn more </span><a href="http://degree.gcu.edu/lps/eapa/chss/avainfo/step-1/?utm_source=EAP-AVAinfo" target="_blank" style="font-family: Arial;"><span style="color: #0b4cb4;">gcu.edu/ava</span></a><span style="font-family: Arial; color: black;">.</span><br />
</p>]]></description>
<pubDate>Tue, 18 Jun 2019 15:41:07 GMT</pubDate>
</item>
<item>
<title>The Association for Vascular Access Announces the Launch of AVA Academy</title>
<link>https://www.avainfo.org/news/news.asp?id=449320</link>
<guid>https://www.avainfo.org/news/news.asp?id=449320</guid>
<description><![CDATA[<p class="Body"><i><font size="3"><span style="font-family: Arial;"><img alt="" src="https://www.avainfo.org/resource/resmgr/images/store/academy.png" /></span></font></i></p>
<p class="Body"><i><font size="3"><span style="font-family: Arial;">FOR IMMEDIATE RELEASE</span></font></i></p>
<p class="Body" style="text-align: left;"><span style="font-family: Arial; font-size: medium;">May 9, 2019</span><span style="font-size: medium; font-family: Arial;"> - Today the Association for Vascular Access (</span><a href="http://www.avainfo.org/" style="font-size: medium; font-family: Arial;"><span class="Hyperlink0">AVA</span></a><span style="font-size: medium; font-family: Arial;">), in collaboration with The Clinician Exchange (</span><a href="https://theclinx.com/" style="font-size: medium; font-family: Arial;">TCX</a><span style="font-size: medium; font-family: Arial;">), launched a new, best-in-class learning management system tailored to aspiring and established vascular access clinicians.</span></p>
<p class="Body"><font size="3" style="font-family: Arial;">Providing cutting edge training, critically-acclaimed presentations from scientific meetings, journal review courses and much more, <a href="http://theavaacademy.org/">AVA Academy</a> is a groundbreaking initiative that advances the heart of AVA’s mission – Protect the Patient | Educate the Clinician | Save the Line. Academy curriculum is now available to the public, and to active AVA members at a discount.</font></p>
<p class="Body"><font size="3" style="font-family: Arial;">“The launch of AVA Academy fills a significant unmet need in the global vascular access community,” AVA Director of Clinical Education Judy Thompson said. “Having examined the courses already available at launch and also looking ahead to the ones in development, I’m thrilled with what TCX will be delivering to our current members and future members.</font></p>
<p class="Body"><font size="3" style="font-family: Arial;">"The expertise TCX brings to LMS development and adult learning enables AVA to create dynamic educational modules for the vascular access community in a timely and expeditious manner.”</font></p>
<p><font size="3" style="font-family: Arial;">Active AVA members can access learning modules and educational curricula focused on patient care in alignment with the most effective and current best practices and guidelines, while the same education is available broadly at a non-member rate.</font></p>
<p><font size="3" style="font-family: Arial;">“We are excited to make quality Vascular Access education as available and accessible as possible for every type of clinician – the beginner, the advancing and the expert,” AVA CEO Ramzy Nasrallah said.</font></p>
<p><font size="3" style="font-family: Arial;">AVA members now receive access to learning modules and educational curriculum focused on patient care in alignment with the most effective and current best practices and guidelines.</font></p>
<p><font size="3" style="font-family: Arial;">“The association is committed to expanding AVA Academy into the quintessential resource center for both current and aspiring vascular access clinicians, built by a partner with a vast knowledge in providing such services,” Nasrallah said.</font></p>
<p><font size="3" style="font-family: Arial;">The AVA Academy IT architecture was developed through an agreement with TCX.</font></p>
<p><font size="3" style="font-family: Arial;">“TCX is proud to announce its partnership with AVA Academy to build the most reputable library of procedural and academic vascular access e-Learning courses available today,” TCX President and Founder Skender Daerti said. “Early iterations of the curriculum have already been administered to educate over 4,000 current and aspiring vascular access clinicians over the past year. Those students have given the curriculum a 97% learner satisfaction rating, primarily due to its purely objective nature and focus on educating strictly to industry vascular access standards.”</font></p>
<p><font size="3" style="font-family: Arial;">Users can access the extensive vascular access educational courses offered on AVA Academy at <a href="http://theavaacademy.org/">theAVAacademy.org</a>. There they will find sessions from past annual AVA Scientific Meetings, each with CE credits available. All coursework available on AVA Academy has been approved for CE credits for nurses and Radiological Technicians, and more content is on the way.</font></p>
<p><font size="3" style="font-family: Arial;">“AVA Academy will soon be populated with educational courses for both generalists and specialists,” Thompson said. “We are excited to offer these courses, as the insertion of a vascular access device is the most common invasive procedure in healthcare. Following the initial rollout, AVA will continue creating and developing new, innovative content. Patient care never stops evolving, so neither will AVA – or AVA Academy.”</font></p>
<p><font size="3" style="font-family: Arial;">To learn more about AVA Academy, please email <a href="mailto:academy@avainfo.org">academy@avainfo.org</a>.</font></p>
<p><font size="3" style="font-family: Arial;">__</font></p>
<p class="Default" style="margin-bottom: 10pt;"><font size="3" style="font-family: Arial;"><a href="http://www.avainfo.org/"><span class="Hyperlink1"><span style="background: white;">The Association for Vascular Access (AVA) </span></span></a><span style="background: white;">was founded in 1985 to promote the emerging vascular access specialty.&nbsp;Today, AVA stands at the forefront of protecting and saving lives via establishing best practices and promoting patient advocacy. &nbsp;AVA’s multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring about evidence-based innovations in vascular access. To learn more or join, visit </span><a href="http://www.joinavanow.com/"><span class="Hyperlink0"><span style="background: white;">www.joinAVAnow.com</span></span></a><span style="background: white;"> </span></font></p>
<p class="Default" style="margin-bottom: 10pt;"><span style="font-family: Arial;"><b><span style="background: white;"><font size="3">&nbsp;</font></span></b></span></p>
<p class="Default" style="margin-bottom: 10pt;"><font size="3"><span style="font-family: Arial;"><a href="https://theclinx.com/"><b><span style="background: white;">The Clinician Exchange</span></b></a><b><span style="background: white;"> </span></b><span style="background: white;">was founded by the healthcare industry, for the healthcare industry, to virtually and efficiently address healthcare needs to improve the current state of profession. Today, The Clinician Exchange efficiently connects 6,500 medical device suppliers with more than 6 million clinicians in the United States while offering insight in an effort to improve the industry for everyone. To learn more or join, visit </span></span><a href="https://theclinx.com/"><span style="background: white; font-family: Arial;">https://theclinx.com/</span></a><span style="background: white;"> </span></font></p>
<p><span style="font-family: 'Helvetica Neue';"><font size="3">&nbsp;</font></span></p>]]></description>
<pubDate>Thu, 9 May 2019 10:12:52 GMT</pubDate>
</item>
<item>
<title>Association for Vascular Access Announces Continuum of Care Special Interest Group (ConSIG)</title>
<link>https://www.avainfo.org/news/news.asp?id=442233</link>
<guid>https://www.avainfo.org/news/news.asp?id=442233</guid>
<description><![CDATA[<p><span style="font-family: Arial; font-size: 14px; color: #666666;"><i>FOR IMMEDIATE RELEASE</i></span></p>
<table style="width: 573.6px; height: 180px; top: 344.4px; opacity: 0.8;">
    <tbody>
        <tr>
            <td style="text-align: left;"><span style="color: #666666;">&nbsp;<img alt="" src="https://www.avainfo.org/resource/resmgr/images/logo_round_png.png" style="width: 150px; height: 142px; vertical-align: top; border-width: 0px; border-style: solid;" /></span></td>
            <td style="text-align: left; vertical-align: bottom;">
            <p><span style="color: #666666;">&nbsp;</span></p>
            <p><span style="color: #666666;">&nbsp;</span></p>
            <p><span style="font-family: Arial; color: #666666;"><span style="font-size: 14px;"><span style="font-family: Arial;">March 18, 2019 – Today the Association for Vascular Access (</span><a href="http://www.avainfo.org/">AVA</a><span>) announced the establishmen<span>t of a special interest group tasked with advancing and executing AVA’s novel Continuum of Care strategy.</span></span></span></span></p>
            </td>
        </tr>
    </tbody>
</table>
<p><span style="color: #666666;"><span style="font-family: Arial; font-size: 14px; color: #666666;">“AVA’s&nbsp;</span><span style="font-family: Arial; font-size: 14px; color: #666666;">Contin</span><span style="font-family: Arial; font-size: 14px; color: #666666;">uum of Care special interest group will be known as ConSIG,” said Gwen Coney, MA, MSN, RN, CRNI®, VA-BC™. “ConSIG will have a major role in helping patients with vascular access devices more effectively navigate an often confusing care journey outside of the hospital setting.”</span><br />
</span></p>
<p><span style="font-family: Arial; font-size: 14px; color: #666666;">Coney will serve as ConSIG’s first advisor, with support from Amy Stone, BSN, RN, CRNI®, IgCN, VA-BC™. Both Coney and Stone are Directors-at-Large on the AVA Board. Linda Lembo, MSN, RN, CRNI®, VA-BC™ will serve as secretary while Jennifer Charron, MSN, RN, CNE and Laurie Santo, RN assume roles on the Leadership Counsel.</span></p>
<p><span style="font-family: Arial; font-size: 14px; color: #666666;">“AVA is currently in discussions with several acute care facilities about Vicarium, which is our program that aligns patient expectations for hand hygiene and vascular access to hospital policies,” AVA CEO Ramzy Nasrallah said. “That alignment in the hospital is fairly straight-forward, but if we’re going to make those patient expectations portable – while addressing the common confusion of navigating an often fragmented alternate care continuum – we need to have leaders who know this maze.</span></p>
<p><span style="font-family: Arial; font-size: 14px; color: #666666;">“ConSIG will be instrumental to customizing Vicarium programs which streamline patient expectations and continuum of care navigation.”</span></p>
<p><span style="font-family: Arial; font-size: 14px; color: #666666;">AVA recognizes the need for tying patient expectations to evidence-based practice across the continuum of care regarding vascular access, not just in the acute care setting. ConSIG’s goal is to be the leading vascular access voice in transitional and post-acute care, through programs like Vicarium and in other projects through AVA.</span></p>
<p><span style="font-family: Arial; font-size: 14px; color: #666666;">“Currently, most of the scrutiny for vascular access devices best practice is placed on their insertion and use in acute care,” said Beth Gore, AVA Director of Outreach and the mother of a patient with a long-term vascular access device. “However, many of these devices are inserted and/or cared for in the post-acute space. The lack of standardization and coordination of care leaves patients feeling like they are falling through cracks in the system. As a result, there is significant and preventable harm as well as poor patient outcomes that are absorbed by both families and hospital resources.”</span></p>
<p><span style="font-family: Arial; font-size: 14px; color: #666666;">“Vascular access is not just seen in an acute care setting,” Lembo added. “AVA is interested in learning from its non-acute stakeholders and coalescing their capability around the needs and expectations of the patient, aligning everyone around best practice and the irreducible number of readmissions.”</span></p>
<p><span style="font-family: Arial; font-size: 14px; color: #666666;">ConSIG understands that care environments and their resources are not all created equal and will be engineering its solutions for fragmented care around the patient while aiming to get as close to standardization as possible.</span></p>
<p><span style="font-family: Arial; font-size: 14px; color: #666666;">“Knowledge of vascular access and infusion therapy should be no different than knowing any other area of care,” said Santo.</span></p>
<p><span style="font-family: Arial; font-size: 14px; color: #666666;">To add your voice to this initiative, visit <a href="http://www.joinavanow.com/">www.joinAVAnow.com</a> to join AVA and sign up to be a part of the ConSIG during the registration process. Existing members can contact the ConSIG at <a href="mailto:consig@avainfo.org">consig@avainfo.org</a>. Join AVA in Las Vegas at its Annual Scientific Meeting from October 4-7, 2019, where the ConSIG will hold its initial face-to-face meeting. For more information, please visit <a href="http://www.avainfo.org/consig">www.avainfo.org/consig</a>.</span></p>
<p><span style="font-family: Arial; font-size: 14px; color: #666666;">_</span></p>
<p><span style="font-family: Arial; color: #666666;"><span style="font-size: 14px;"><b><u>The Association for Vascular Access (AVA)</u></b> <span style="background: white;">is an organization of healthcare professionals founded in 1985 to support and promote the specialty of vascular access. The mission of AVA is to represent and advance the vascular access specialty and community and define standards of vascular access through an evidence-based approach to enhance healthcare and patient outcomes. Today, its multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring about evidence-based innovations in vascular access. To learn more, visit&nbsp;</span><a href="http://www.avainfo.org/"><span style="background: white;">www.avainfo.org.</span></a></span></span></p>
<table style="width: 549px; height: 110.8px; top: 50px; position: absolute; left: 5px; opacity: 0.4;" id="reClonedElement">
    <tbody>
    </tbody>
</table>]]></description>
<pubDate>Mon, 18 Mar 2019 10:09:30 GMT</pubDate>
</item>
<item>
<title>AVA SPOTLIGHT: ANGIODYNAMICS AND THE NO BLIND STICKS CAMPAIGN</title>
<link>https://www.avainfo.org/news/news.asp?id=431133</link>
<guid>https://www.avainfo.org/news/news.asp?id=431133</guid>
<description><![CDATA[<p><span style="font-family: 'Times New Roman';">Patient advocacy is at the forefront of AVA’s core values. <i>Protect the Patient | Educate the Clinician | Save the Line </i>represents and advances the vascular access specialty and defines standards through an evidence-based approach.</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">AVA’s mission thrives through collaboration with manufacturers, pharmaceutical companies, infusion providers, home health agencies and other organizations through its unique Industry Partner Program.</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">AVA Enterprise Partner AngioDynamics* is committed to patient advocacy. Through its No Blind Sticks campaign this winter, AngioDynamics will reach clinicians on a personal and professional level to promote a commitment to utilizing proper ultrasound techniques and capabilities each time they place a vascular access device.</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">The operation kicks off December 27 and wraps up at the end of February. With such poor rates of first-stick success – particularly in non-ultrasound users like emergency rooms, intensive care units and even bedside clinicians – this campaign is an essential piece in taking a step forward to advancing vascular access care.</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">“Patient care shapes everything we do as an organization,” AVA CEO Ramzy Nasrallah said. “If you’re ensuring proper sterilization techniques but failing to consider the use of an ultrasound probe to achieve safe access, you’re failing to put the patient first.</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">“AngioDynamics’ No Blind Sticks campaign embraces the significance of promoting proper insertion techniques to all clinicians, all with the patient in mind – and this is consistent with AVA’s mission. We support the use of imaging technology for all vascular access insertions.”</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">Clinical education is a critical piece of patient care. Careless techniques by the uninformed lead to poor first stick success rates, a variety of complications and unnecessary pain. The No Blind Stick Campaign addresses this virtually on social media and with the ISAVE That Podcast, in the classroom with a continuing education presentation on ultrasound techniques, on the ground in healthcare institutions and through a cost savings analysis.</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">“Every patient deserves first stick success for any vascular access procedure. The days of ‘blind sticking’ and palpating for veins is old school,” AngioDynamics Global Director of Clinical Marketing Stephanie Pitts said. “The combination of easy-to-use, affordable ultrasound with best in class clinical training makes the transition to using ultrasound simple. Take off your blindfold and let us help you help your patients.”</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">While the focus of this campaign is to raise awareness of poor first stick success rates and renew clinician engagement, it is a vital piece in the framework of other AVA initiatives. This includes the ISAVE That Line campaign, The AVA Foundation’s funding of the major innovative research project known as miniMAGIC, AVA’s collaboration with the National Home Infusion Association (NHIA) and more.</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">“Would you drive with your eyes closed? Of course not, even though you could put your foot out the door and feel that the road was there. Don’t put a needle in a patient with your ‘eyes closed,’” AVA Director of Clinical Education Judy Thompson said. “The No Blind Sticks campaign epitomizes the importance of our mission to protect patients by having clinicians assess veins and visualize the needle into vessel, avoiding valves and curves and thus increasing first attempt success rate.”</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">Be sure to follow AVA and AngioDynamics on social media, subscribe to the ISAVE That Podcast and join the conversation. Together, we can provide better patient care by committing to safe vascular access techniques.</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><span style="font-family: 'Times New Roman';">___</span></p>
<p><span style="font-family: 'Times New Roman';">&nbsp;</span><b style="text-align: center;"><u><span style="font-family: Helvetica, sans-serif;">The Association for Vascular Access (AVA)</span></u></b><span style="text-align: center; font-family: Helvetica, sans-serif;"> is an organization of healthcare professionals founded in 1985 to support and promote the specialty of vascular access. The mission of AVA is to represent and advance the vascular access specialty and community and define standards of vascular access through an evidence-based approach to enhance healthcare and patient outcomes. Today, its multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring about evidence-based innovations in vascular access. To learn more, visit <a href="http://www.avainfo.org/">www.avainfo.org.</a></span></p>
<p><b><span style="font-family: 'Times New Roman';">About AngioDynamics</span></b><br />
</p>
<p><span style="font-family: 'Times New Roman';">AngioDynamics, Inc., is a leading provider of innovative, minimally invasive medical devices used by professional healthcare providers for vascular access, peripheral vascular disease, and oncology. AngioDynamics’ diverse product lines include market-leading ablation systems, fluid management systems, vascular access products, angiographic products and accessories, drainage products, thrombolytic products and venous products. For more information, visit <span><a href="http://www.angiodynamics.com/">http://www.angiodynamics.com/</a></span> </span></p>
<p><b><span style="font-family: 'Times New Roman';">Trademark information</span></b><br />
</p>
<p><span style="font-family: 'Times New Roman';">*AngioDynamics is a trademark and/or registered trademark of AngioDynamics, Inc., an affiliate or subsidiary.</span></p>]]></description>
<pubDate>Thu, 27 Dec 2018 20:59:49 GMT</pubDate>
</item>
<item>
<title>Record Clinical Attendance at AVA 2018</title>
<link>https://www.avainfo.org/news/news.asp?id=418443</link>
<guid>https://www.avainfo.org/news/news.asp?id=418443</guid>
<description><![CDATA[<p class="BodyA" style="margin: 0px 0px 10px;"><i>FOR IMMEDIATE RELEASE</i></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span></p>
<p class="BodyA" style="margin: 0px 0px 10px; text-align: center;"><span><strong>Association for Vascular Access Announces Record Number of Clinical Attendees at Annual Scientific Meeting</strong></span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>September 15, 2018 - Today the Association for Vascular Access (</span><span class="Hyperlink0"><a href="http://www.avainfo.org/" style="background: 0px 0px;">AVA</a></span><span>) announced a record-setting number of clinical attendees for its annual scientific meeting in Columbus, Ohio.</span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>A total of 1,064 clinicians representing an array of healthcare disciplines registered for the 2018 meeting, which opened Saturday, surpassing the record-setting 926 that attended the annual scientific meeting in Phoenix, Arizona, last year.</span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>“Medical conference attendance overall is flat and declining with the rise of virtual and local meetings,” AVA CEO Ramzy Nasrallah said. “Growing our clinical attendance by more than 10% is a testament to both the work AVA’s conference design team puts into making this event so attractive and valuable, as well as to the burgeoning culture of vascular access.”</span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>AVA members receive discounted attendance at scientific meetings, and the conference design team has developed curriculum tracks to accommodate for beginner, intermediate and expert vascular access proficiency.</span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>“AVA has taken strategic steps in the last few years to provide significant relevance to the member benefits that healthcare professionals seek to engage, support for clinicians challenged with delivering best practice care to patients, and critical partnerships with industry leaders and healthcare organizations,” 2018 AVA President Andrea Owens, MSNEd, RN, CRNI®, VA-BC™ said.</span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>“Every scientific meeting has offerings that educate on the continuum of novice to expert and our attendees know they will be welcomed, encouraged and challenged. My first AVASM was so impactful it literally changed the trajectory of my career. Others will tell you similar stories as they return, as I have, every year.”</span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>Clinicians from all 50 states, four Canadian Provinces and 19 countries – including Australia, Ireland, China, New Zealand, Japan and Brazil – descended upon Ohio’s capital city for this year’s meeting, again showing the significant reach and obligation of the organization.</span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>“We are ecstatic to host AVA 2018 in Columbus. The AVA is Us theme for this year’s meeting is a terrific representation of our multidisciplinary organization, and our map of attendees exhibits its growth,” AVA COO Tonya Hutchison said. </span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>“The sessions are relevant to everyone in the vascular access specialty. Each year at our annual meeting I look around and am truly inspired by the dedicated clinicians and industry partners that are all here for the same reasons – better patient care.”</span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>The overwhelming support and generosity of AVA membership and its industry partners make meetings like the one in Columbus successful, bringing new ideas and initiatives to the vascular access space. Networking conversations among new colleagues and educational sessions led by key opinion leaders in vascular access show why AVA’s annual scientific meeting is a can’t miss affair.</span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>Providing healthcare professionals with a forum to discuss evidence and expert-based criteria that improve patient outcomes is one of the many ways AVA executes its mission: Protect the Patient | Educate the Clinician | Save the Line.</span></p>
<p class="BodyA" style="margin: 0px 0px 10px;"><span>&nbsp;</span><span>__</span></p>
<p class="Default" style="margin: 0px 0px 10pt;"><span><span><a href="https://www.avainfo.org/" style="background: 0px 0px;">The Association for Vascular Access (AVA)</a></span></span><span>&nbsp;was founded to promote the emerging vascular access specialty. Today, AVA stands at the forefront of protecting and saving lives via establishing best practices and promoting patient advocacy. AVA’s multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes and partners with the device manufacturing community to bring about evidence-based innovations in vascular access. To learn more or join, visit&nbsp;<span><a href="https://www.avainfo.org/page/www.avainfo.org" style="background: 0px 0px;">www.avainfo.org</a>.</span></span></p>]]></description>
<pubDate>Sat, 15 Sep 2018 19:55:14 GMT</pubDate>
</item>
<item>
<title>AVA Foundation Appoints Eddie Korycka to President of Board of Directors</title>
<link>https://www.avainfo.org/news/news.asp?id=412639</link>
<guid>https://www.avainfo.org/news/news.asp?id=412639</guid>
<description><![CDATA[<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><i>FOR IMMEDIATE RELEASE</i></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">August 9, 2018 - Today the Association for Vascular Access (<span class="Hyperlink0"><a href="http://www.avainfo.org/" style="color: #fe4f00; background: 0px 0px;">AVA</a></span>) Foundation Board of Directors announced the appointment of Eddie Korycka, RN to acting President.</span></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">&nbsp;</span><span style="font-size: 12pt;">Korycka’s appointment comes as a result of a unanimous vote. It positions Korycka as Foundation President through August 2019, a term of a full calendar year.</span></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">&nbsp;</span><span style="font-size: 12pt;">“Thanks to incredibly dedicated professionals, the specialty of vascular access is garnering much deserved attention. Without access, patients cannot receive critical therapies. Without education and research, clinicians cannot provide optimally for their patients, their devices and potential complications,” Korycka said. “I am proud to be serving with a board that is eager to develop the resources that clinicians need to advance the specialty of vascular access and protect the patients they serve.”</span></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">&nbsp;</span><span style="font-size: 12pt;">Korycka brings nearly 30 years of nursing experience to the office of AVA Foundation President, with 20 years entrenched in the vascular access specialty. His focus is on optimizing patient outcomes, creating new and innovative training techniques for clinicians and sharing his knowledge and experiences with vascular access teams.</span></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">&nbsp;</span><span style="font-size: 12pt;">“Eddie Korycka brings decades of vascular access experience and dedication to the AVA Foundation. It is a privilege and an honor to have him serve in this leadership role,” said AVA Foundation Presidential Advisor Lori Kaczmarek, RN, BSN, VA-BC™,&nbsp;who served as Foundation Interim President during the search for a new President. “His passion for vascular access education and competency align with the core mission of the organization and assures a strong future for the AVA Foundation.”</span></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">&nbsp;</span><span style="font-size: 12pt;">The AVA Foundation is dedicated to saving lives through vascular access innovation, research and education. It serves clinicians interested in vascular access, students of the healthcare professions and vascular access patients and their families. It is the nonprofit 501 (c)(3) arm of the&nbsp;</span><span class="Hyperlink1"><span style="font-size: 12pt;"><a href="http://www.avainfo.org/" style="color: #fe4f00; background: 0px 0px;">Association for Vascular Access</a></span></span><span style="font-size: 12pt;">, which advances the vascular access specialty and defines its standards through evidence-based interventions to enhance healthcare and patient outcomes.</span></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">&nbsp;</span><span style="font-size: 12pt;">The Foundation funds projects like&nbsp;</span><span style="font-size: 12pt;"><a href="https://www.avainfo.org/news/392599/AVA-Foundation-to-Fund-miniMAGIC.htm" style="color: #fe4f00; background: 0px 0px;">miniMAGIC</a></span><span style="font-size: 12pt;">, a novel algorithm that produces evidence-based recommendations for when a particular vascular access device is appropriate for use in a pediatric setting.</span></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">&nbsp;</span><span style="font-size: 12pt;">“Eddie joined the Foundation board last summer when we were intent on building a dynamic, multi-disciplinary and diverse board of directors to help support and drive the mission,” AVA Foundation CEO Ramzy Nasrallah said. “His passion, attention to detail and enthusiasm make him a great fit for the role. I’m excited to see how the Foundation’s influence continue to grow under his leadership.”</span></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">&nbsp;</span><span style="font-size: 12pt;">With the support and generosity of AVA membership and its industry partners, initiatives like miniMAGIC represent the projects Korycka and the Foundation Board of Directors will critically review. He will oversee future collaborations aimed at providing healthcare professionals with evidence and expert-based criteria to improve patient outcomes.</span></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">&nbsp;</span><span style="font-size: 12pt;">___</span></p>
<p class="BodyA" style="color: #666666; margin: 0px 0px 10px; font-size: 16px; font-family: Lato, sans-serif;"><span style="font-size: 12pt;">&nbsp;</span><span class="Hyperlink2"><span style="font-size: 12pt;"><a href="http://www.avainfo.org/?page=foundation" style="color: #fe4f00; background: 0px 0px;">The Association for Vascular Access (AVA)<span class="Hyperlink1">&nbsp;</span>Foundation</a></span></span><span style="font-size: 12pt;">&nbsp;<span class="None">is dedicated to saving lives through risk-free vascular access by promoting evidence-based clinical practice. The Foundation serves clinicians interested in vascular access, students of the healthcare professions, and vascular access patients and their families. We are a not-for-profit, 501©(3) educational and research organization. To learn more or donate, visit&nbsp;</span></span><span class="Hyperlink3"><span style="font-size: 12pt;"><a href="http://www.avainfo.org/foundation" style="color: #fe4f00; background: 0px 0px;">www.avainfo.org/foundation</a></span></span><span class="None">&nbsp;or support the AVA Foundation by designating it as your favorite charitable organization when you shop at&nbsp;</span><span class="Hyperlink3"><span style="font-size: 12pt;"><a href="http://smile.amazon.com/" style="color: #fe4f00; background: 0px 0px;">AmazonSmile</a></span></span><span class="None">.</span></p>]]></description>
<pubDate>Thu, 9 Aug 2018 17:03:44 GMT</pubDate>
</item>
<item>
<title>AVA and NHIA to Collaborate</title>
<link>https://www.avainfo.org/news/news.asp?id=409475</link>
<guid>https://www.avainfo.org/news/news.asp?id=409475</guid>
<description><![CDATA[<p class="Body"><b><span style="font-size: 12pt;">FOR IMMEDIATE RELEASE</span></b></p>
<p class="Body" style="text-align: center;"><b><span style="font-size: 12pt;">&nbsp;</span></b></p>
<p class="Body" style="text-align: center;"><b><span style="font-size: 12pt;">The Association for Vascular Access and the National Home Infusion Association Collaborate to Deliver New Benefits to NHIA Members</span></b></p>
<p class="Body"><span style="font-size: 12pt;">July 17, 2018 – The Association for Vascular Access (</span><span class="Hyperlink0" style="font-size: 12pt;"><a href="http://www.avainfo.org/">AVA</a></span><span style="font-size: 12pt;">) and the National Home Infusion Association (</span><span style="font-size: 12pt;"><a href="http://www.nhia.org/">NHIA</a></span><span style="font-size: 12pt;">) today announced a collaborative relationship that establishes a foundation for jointly advancing patient care while also reducing AVA membership fees for NHIA members.</span><br />
</p>
<p class="Body"><span style="font-size: 12pt;">“NHIA is committed to supporting the advancement of the home infusion field and the professionals who are working to improve patient outcomes. The relationship with AVA will open the door to exciting new resources and serve as a valuable benefit to our members,” said NHIA Vice President for Clinical Services Jennifer Charron. “We are thrilled to collaborate with AVA, whose focus on advancing vascular access, a critical component in delivering infusion therapy, aligns with the association’s efforts to enhance patient care.”</span><br />
</p>
<p class="Body"><span style="font-size: 12pt;">As part of the collaboration, NHIA members will receive a 15% discount on the annual fee that unlocks AVA member benefits, which include subscriptions to the </span><i style="font-size: 12pt;">Journal of the Association for Vascular Access</i><span style="font-size: 12pt;"> and </span><i style="font-size: 12pt;">Intravascular Quarterly</i><span style="font-size: 12pt;"> e-newsletter, access to the AVA Learning Center, reduced board certification fees, discounted college tuition and AVA Annual Scientific Meeting registration.</span><br />
</p>
<p class="Body"><span style="font-size: 12pt;">“AVA’s multidisciplinary membership represents every layer of the vascular access continuum including home infusion, a vital and growing component in patient care,” said AVA CEO Ramzy Nasrallah. “Vascular access doesn’t always end when a patient is discharged from the hospital. In many cases, it’s the beginning. NHIA and AVA can work together to bring standardization to a fragmented continuum of care, enhance clinician competence, improve patient healthcare literacy and upgrade safety, comfort and cost-effectiveness around the most common invasive procedure in all of medicine.”</span><br />
</p>
<p class="Body"><span style="font-size: 12pt;">NHIA members who become AVA members gain access to numerous benefits, but also become more entrenched in the broader, multi-disciplinary vascular access community.</span><br />
</p>
<p class="Body"><span style="font-size: 12pt;">“AVA is determined to protect the vascular access patient from insertion through the completion of therapy – or if it’s a chronic patient, for life,” said AVA Director of Outreach Beth Gore. “Home infusion has an important voice in the vascular access continuum, and we are excited and determined to give NHIA members that platform at AVA.”</span><br />
</p>
<p class="Body"><span style="font-size: 12pt;">NHIA members can visit </span><span style="font-size: 12pt;"><a href="http://www.joinavanow.com/">www.joinAVAnow.com</a></span><span style="font-size: 12pt;"> to take advantage of all the great benefits associated with becoming an AVA member.</span><br />
</p>
<p class="Body"><b>Contact:</b></p>
<p class="Body"><span>Eric Seger</span></p>
<p class="Body"><span>Association for Vascular Access</span></p>
<p class="Body"><span>937-307-2368</span></p>
<p class="Body"><span><a href="mailto:eseger@avainfo.org">eseger@avainfo.org</a></span></p>
<p class="Body">&nbsp;</p>
<p class="Body">Marilyn Tretler<br />
</p>
<p class="Body"><span>National Home Infusion Association</span></p>
<p class="Body"><span>703-838-2658</span></p>
<p class="Body"><span><a href="mailto:Marilyn.tretler@nhia.org">Marilyn.tretler@nhia.org</a></span></p>
<p class="Body"><span style="font-size: 12pt;">___</span><br />
</p>
<p class="Body"><span class="Hyperlink1"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 12pt;"><a href="http://www.avainfo.org/">The Association for Vascular Access (AVA) </a></span></span><span style="font-size: 12pt; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;">was founded in 1985 to promote the emerging vascular access specialty.&nbsp;Today, AVA stands at the forefront of protecting and saving lives via establishing best practices and promoting patient advocacy. &nbsp;AVA’s multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring about evidence-based innovations in vascular access. To learn more or join, visit <span class="Hyperlink0"><a href="http://www.joinavanow.com/">www.joinAVAnow.com</a></span></span><br />
</p>
<p class="Default" style="margin-bottom: 10pt;"><b><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 12pt;"><a href="http://www.nhia.org/">The National Home Infusion Association (NHIA)</a></span></b><span class="Hyperlink1"><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 12pt;"> is a trade association that represents companies which provide infusion therapy to patients in their new homes, as well as companies that manufacture and supply infusion and specialty pharmacy products. Infusion therapy involves patient-specific compounded medications, supplies and a range of pharmacy, nursing and other clinical services for delivering care to patients in the home setting. For more information, visit the association at </span></span><span style="background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 12pt;"><a href="http://www.nhia.org/">http://www.nhia.org/</a></span><br />
</p>]]></description>
<pubDate>Tue, 17 Jul 2018 20:30:10 GMT</pubDate>
</item>
<item>
<title>AVA Spotlight: Genentech and ISAVE That Line!</title>
<link>https://www.avainfo.org/news/news.asp?id=401041</link>
<guid>https://www.avainfo.org/news/news.asp?id=401041</guid>
<description><![CDATA[<p style="text-align: center;"><span>AVA SPOTLIGHT: GENENTECH AND ISAVE THAT LINE!</span></p>
<p style="text-align: center;"><span>ENSURING PATENCY FOR CENTRAL VENOUS ACCESS DEVICES (CVADs)</span></p>
<p><span>&nbsp;</span></p>
<p><i><span>Ensure Patency</span></i><span> is the fifth of the five pillars of the </span><a href="http://www.avainfo.org/page/isavethatline"><span>I SAVE That Line</span></a><span> campaign, developed over a decade ago by the Association for Vascular Access (AVA). Its intent is to drive comprehensive best practices around catheter care and maintenance.</span></p>
<p><img alt="" src="https://www.avainfo.org/resource/resmgr/images/Genentech_ISTL_Card.JPG" style="float: left;" />AVA Platinum Industry Partner <a href="https://www.gene.com/">Genentech</a> uses the ISAVE campaign as a vehicle to drive optimal and holistic vascular access procedures and device safety. That fifth pillar is closely aligned to its mission of ensuring patients continue to have central line access for their life-sustaining therapies.<br />
</p>
<p>“If you’re ensuring catheter patency but underperforming in the other vital areas of care and maintenance, you’re not keeping your patient safe,” AVA CEO Ramzy Nasrallah said. “The ISAVE campaign isn’t a series of choices for delivering optimal outcomes and reducing risk; it’s a philosophy that must be adopted intact.<br />
</p>
<p>“Genentech has embraced ISAVE from the beginning. They are committed telling the whole story, not just a part of it.”<br />
</p>
<p>CVAD patency is an essential part of safe patient care. Partial or complete occlusions must be treated expeditiously to prevent harm to the patient.<br />
</p>
<p>“It is not optional to verify a free-flowing blood return prior to the administration of infusates,” AVA Director of Clinical Education Judy Thompson said. “This simple action can detect something as minor as the start of a partial occlusion, or as serious as an erosion through the vasculature into the plural space.”<br />
</p>
<p>While Genentech utilizes the <i>Ensure Patency</i> piece of the ISAVE campaign ahead of the others, the entire movement symbolizes essential pieces for all vascular access professionals.<br />
</p>
<p>Simple and affordable for any healthcare facility to adopt, ISAVE is a no-brainer for anyone involved in vascular access and safety.<br />
</p>
<p><span>__</span></p>
<p><span>&nbsp;</span></p>
<p><b><u><span>The Association for Vascular Access (AVA)</span></u></b><span> is an organization of healthcare professionals founded in 1985 to support and promote the specialty of vascular access. The mission of AVA is to represent and advance the vascular access specialty and community and define standards of vascular access through an evidence-based approach to enhance healthcare and patient outcomes. Today, its multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring about evidence-based innovations in vascular access. To learn more, visit </span><a href="http://www.avainfo.org/"><span>www.avainfo.org.</span></a></p>
<p><span><span>&nbsp;</span></span></p>
<p><b><span>About Genentech</span></b></p>
<p>Founded more than 40 years ago, Genentech is a leading biotechnology company that discovers, develops, manufactures and commercializes medicines to treat patients with serious and life-threatening medical conditions. The company, a member of the Roche Group, has headquarters in South San Francisco, California. For additional information about the company, please visit <a href="http://www.gene.com/">http://www.gene.com</a><br />
</p>
<p><span>&nbsp;</span></p>]]></description>
<pubDate>Wed, 16 May 2018 13:00:34 GMT</pubDate>
</item>
<item>
<title>The Association for Vascular Access Announces Adhezion Biomedical as Platinum Industry Partner</title>
<link>https://www.avainfo.org/news/news.asp?id=399148</link>
<guid>https://www.avainfo.org/news/news.asp?id=399148</guid>
<description><![CDATA[FOR IMMEDIATE RELEASE<br />
<br />
The Association for Vascular Access Announces Adhezion Biomedical as Platinum Industry Partner<br />
<br />
May 3, 2018 - Today the Association for Vascular Access (<a href="http://www.avainfo.org/">AVA</a>) is announcing <a href="http://adhezion.com/">Adhezion Biomedical, LLC</a> as its newest Platinum Industry Partner, a relationship designed to further enhance the care and management of vascular access.<br />
<br />
Creators of the SecurePortIV™ catheter securement adhesive, Adhezion is a leading medical company in the development and manufacture of wound closure and vascular access management products.<br />
<br />
“AVA puts a premium on evidence-based innovation in vascular access,” AVA CEO Ramzy Nasrallah said. “Adhezion is supporting research that is proving Tissue Adhesive as an innovative and effective way to care and maintain vascular access device insertion sites. We’re thrilled to have them actively engaged with the AVA community.”<br />
<br />
Pennsylvania-based Adhezion has designs on redefining how surgical adhesives and sealants are used in medicine. This aligns with AVA’s mission to Protect the Patient | Educate the Clinician | Save the Line.<br />
<br />
“Adhezion is excited to partner with AVA, the organization that uses clinical evidence to define the vascular access standard of care, said Pete Molinaro, Adhezion CEO and Chairman. “Our partnership with AVA is helping us to engage with the leading vascular access experts to further advance tissue adhesive research and to educate clinicians about current research showing how the use of tissue adhesive can improve IV catheter-related outcomes.”<br />
<br />
This partnership not only serves clinicians looking for innovative ways to care and maintain for vascular access sites, it keeps the patient at the forefront of the equation, providing publicity to a product designed to reduce the dressing disruption and catheter complications.<br />
<br />
“We are thrilled to serve as the vehicle for Adhezion to further its reach in the vascular access space,” AVA Director of Clinical Education Judy Thompson said. “Partnering with Adhezion at a Platinum level allows AVA to take another step forward in our desire to reduce the risk and discomfort associated with vascular access procedures.”<br />
<br />
AVA’s Industry Partnership Program is reserved for manufacturers, pharmaceutical companies, infusion providers, home health agencies, government agencies, distributors and other entities interested in enhancing the care and management of vascular access through a multidisciplinary team effort. For more details on AVA’s Industry Partnership Program and its benefits, please visit <a href="http://www.avainfo.org/page/industrypartnership">avainfo.org/industrypartnership</a>.<br />
<br />
___<br />
<br />
<a href="http://www.avainfo.org/">The Association for Vascular Access (AVA) </a>was founded in 1985 to promote the emerging vascular access specialty. Today, AVA stands at the forefront of protecting and saving lives via establishing best practices and promoting patient advocacy.&nbsp; AVA’s multidisciplinary membership advances research, provides professional and public education to shape practice and enhance patient outcomes, and partners with the device manufacturing community to bring about evidence-based innovations in vascular access. To learn more or join, visit <a href="http://www.joinavanow.com/">www.joinAVAnow.com</a>&nbsp;<br />
<br />
<a href="http://adhezion.com/">Adhezion Biomedical, LLC</a> is a privately held medical device company based in Wyomissing, PA. Adhezion is committed to developing and manufacturing medical cyanoacrylate products used in the treatment of wound closure, wound management, intravenous device securement and infection prevention. To learn more about Adhezion and its products, please visit <a href="http://www.adhezion.com/">www.adhezion.com</a>.&nbsp;<br />
<div>&nbsp;</div>]]></description>
<pubDate>Thu, 3 May 2018 15:00:53 GMT</pubDate>
</item>
</channel>
</rss>
