CINXE.COM
National Association of Neonatal Nurses - Advanced Practice | NANN
<!DOCTYPE html> <html lang="en"> <head> <link href="https://nann.org/membership/nann-ap" rel="canonical" /> <!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="ie7"> <![endif]--> <!--[if IE 6 ]> <html lang="en" class="ie6"> <![endif]--> <link rel="apple-touch-icon" sizes="57x57" href="/templates/nann/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/templates/nann/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/templates/nann/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/templates/nann/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/templates/nann/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/templates/nann/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/templates/nann/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/templates/nann/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/templates/nann/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="/templates/nann/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/templates/nann/favicon-194x194.png" sizes="194x194"> <link rel="icon" type="image/png" href="/templates/nann/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="/templates/nann/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="/templates/nann/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="/templates/nann/manifest.json"> <link rel="mask-icon" href="/templates/nann/safari-pinned-tab.svg" color="#5bbad5"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/templates/nann/mstile-70x70.png"> <meta name="msapplication-TileImage" content="/templates/nann/mstile-144x144.png"> <meta name="msapplication-TileImage" content="/templates/nann/mstile-150x150.png"> <meta name="msapplication-TileImage" content="/templates/nann/mstile-310x150.png"> <meta name="msapplication-TileImage" content="/templates/nann/mstile-310x310.png"> <meta name="theme-color" content="#ffffff"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href='https://fonts.googleapis.com/css?family=Open+Sans:600,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="/templates/nann/css/styles.css" media="screen"> <link rel="stylesheet" href="/templates/nann/css/animations.css" media="screen"> <link rel="stylesheet" href="/templates/nann/css/lib/jquery.mmenu.css" media="screen" > <base href="https://nann.org/membership/nann-ap" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="The National Association of Neonatal Nurses - Advanced Practice Established in 2007 and governed by an elected body, the National Association of Neonatal Nurses - Advanced Practice (NANN-AP) is the unified voice of neonatal advanced practice register..." /> <title>National Association of Neonatal Nurses - Advanced Practice | NANN</title> <link href="https://nann.org/search?catid=40&format=opensearch&id=71" rel="search" title="Search NANN" type="application/opensearchdescription+xml" /> <link href="/templates/nann/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="https://nann.org/modules/mod_egdamcsso/assets/css/style.css" rel="stylesheet" type="text/css" /> <script type="application/json" class="joomla-script-options new">{"csrf.token":"31548aac7dce4c486507fd131283bcae","system.paths":{"root":"","base":""}}</script> <script src="/media/jui/js/jquery.min.js?476dc23ffecbf0e1fa03b33dc9d31e31" type="text/javascript"></script> <script src="/media/jui/js/jquery-noconflict.js?476dc23ffecbf0e1fa03b33dc9d31e31" type="text/javascript"></script> <script src="/media/jui/js/jquery-migrate.min.js?476dc23ffecbf0e1fa03b33dc9d31e31" type="text/javascript"></script> <script src="/media/system/js/core.js?476dc23ffecbf0e1fa03b33dc9d31e31" type="text/javascript"></script> <!--[if lt IE 9]><script src="/media/system/js/html5fallback.js?476dc23ffecbf0e1fa03b33dc9d31e31" type="text/javascript"></script><![endif]--> <script type="text/javascript"> jQuery(window).on('load', function() { }); function do_nothing() { return; } </script> <link rel="stylesheet" href="/templates/nann/css/video-js.css"> <script src="/templates/nann/js/lib/jquery.min.js"></script> <script src="/templates/nann/js/lib/jquery.mmenu.min.js"></script> <script> // Check if UTM parameters are present in the query string if (location.search.includes("utm_source") || location.search.includes("utm_campaign")) { // Set a cookie to store UTM parameters const utmParams = location.search.slice(1).split("&").reduce((acc, val) => { const [key, value] = val.split("="); acc[key] = value; return acc; }, {}); if(utmParams.utm_source!="" || utmParams.utm_campaign!="") { document.cookie = `utm_source=${utmParams.utm_source}; path=/;domain=nann.org`; document.cookie = `utm_medium=${utmParams.utm_medium}; path=/;domain=nann.org`; document.cookie = `utm_campaignId=${utmParams.utm_campaignId}; path=/;domain=nann.org`; document.cookie = `utm_campaign=${utmParams.utm_campaign}; path=/;domain=nann.org`; document.cookie = `utm_content=${utmParams.utm_content}; path=/;domain=nann.org`; document.cookie = `utm_term=${utmParams.utm_term}; path=/;domain=nann.org`; } } // Helper function to retrieve cookie value by name function getCookieValue(name) { const cookies = document.cookie.split("; "); for (let i = 0; i < cookies.length; i++) { const [cookieName, cookieValue] = cookies[i].split("="); if (cookieName === name) { return cookieValue; } } return ""; } </script> <!-- Google Analytics tracking code --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-19646232-1', 'auto'); // Retrieve UTM parameters from cookie and pass them to Google Analytics if (getCookieValue('utm_source') !== '') { ga('set', 'campaignSource', getCookieValue('utm_source')); } if (getCookieValue('utm_medium') !== '') { ga('set', 'campaignMedium', getCookieValue('utm_medium')); } if (getCookieValue('utm_campaign') !== '') { ga('set', 'campaignName', getCookieValue('utm_campaign')); } if (getCookieValue('utm_content') !== '') { ga('set', 'campaignContent', getCookieValue('utm_content')); } if (getCookieValue('utm_term') !== '') { ga('set', 'campaignTerm', getCookieValue('utm_term')); } ga('send', 'pageview'); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-WWPLRJW457"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-WWPLRJW457',{ 'campaign_id': getCookieValue('utm_campaignId'), 'campaign_name': getCookieValue('utm_campaign'), 'campaign_source': getCookieValue('utm_source'), 'campaign_medium': getCookieValue('utm_medium'), 'campaign_term': getCookieValue('utm_term'), 'campaign_content': getCookieValue('utm_content'), }); </script> <script> //--------------------nann-informz-page-tracking----------------------------------- var z_account = "98849125-D90C-41FE-8557-62C903708B9C"; var z_collector = "amc-nann.informz.net"; var z_cookieDomain = ".nann.org"; //------------------------------------------------------- (function (e, o, n, r, t, a, s) { e[t] || (e.GlobalSnowplowNamespace = e.GlobalSnowplowNamespace || [], e.GlobalSnowplowNamespace.push(t), e[t] = function () { (e[t].q = e[t].q || []).push(arguments) }, e[t].q = e[t].q || [], a = o.createElement(n), s = o.getElementsByTagName(n)[0], a.async = 1, a.src = r, s.parentNode.insertBefore(a, s)) }(window, document, "script", "https://cdn.informz.net/web_trk/sp.js", "informz_trk")), informz_trk("newTracker", "infz", z_collector + "/web_trk/collector/", { appId: z_account, cookieDomain: z_cookieDomain }), informz_trk("setUserIdFromLocation", "_zs"), informz_trk("enableActivityTracking", 30, 15); informz_trk("trackPageView", null); </script> <script src="https://assets.adobedtm.com/175f7caa2b90/4d80bb9e8a52/launch-fc0733d0b723.min.js" async></script> <!-- sh404SEF OGP tags --> <meta property="og:locale" content="en_GB" /> <meta property="og:title" content="National Association of Neonatal Nurses - Advanced Practice | NANN" /> <meta property="og:description" content="The National Association of Neonatal Nurses - Advanced Practice Established in 2007 and governed by an elected body, the National Association of Neonatal Nurses - Advanced Practice (NANN-AP) is the unified voice of neonatal advanced practice register..." /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://nann.org/membership/nann-ap" /> <meta property="og:site_name" content="NANN" /> <meta property="fb:app_id" content="154426421321384" /> <!-- sh404SEF OGP tags - end --> </head> <body> <script src="/templates/nann/js/video.js"></script> <script src="/templates/nann/js/videojs-playlist.js"></script> <script src="/templates/nann/js/doubletap.js"></script> <nav id="mobile-menu"> <ul class="nav menu mod-list"> <li class="item-248 deeper parent"><a href="/about/national-association-of-neonatal-nurses" >About</a><ul class="nav-child unstyled small"><li class="item-254"><a href="/about/history" >History</a></li><li class="item-255"><a href="/about/code-of-ethics" >Bylaws & Ethics</a></li><li class="item-288"><a href="/about/what-is-neonatal-nursing" >What Is Neonatal Nursing?</a></li><li class="item-256"><a href="/about/position-statements" >Position Statements</a></li><li class="item-257 deeper parent"><a href="/about/advocacy" >Advocacy</a><ul class="nav-child unstyled small"><li class="item-466"><a href="/about/advocacy/from-the-hill-to-the-nicu" >From the Hill to the NICU</a></li><li class="item-844"><a href="/about/health-and-racial-equity" >Health and Racial Equity</a></li></ul></li><li class="item-258 deeper parent"><a href="/about/awards" >Awards</a><ul class="nav-child unstyled small"><li class="item-320"><a href="/about/awards/distinguished" >Distinguished Service</a></li><li class="item-319"><a href="/about/awards/leadership-award" >Leadership</a></li><li class="item-323"><a href="/about/awards/lifetime" >Lifetime Achievement</a></li><li class="item-321"><a href="/about/awards/navigator" >Mentor of the Year</a></li><li class="item-793"><a href="/about/awards/nnp-excellence-award" >APRN Excellence</a></li><li class="item-464"><a href="/about/awards/nnp-rising-star-award" >APRN Rising Star</a></li><li class="item-720"><a href="/about/awards/nnp-rising-star-award-2" >RN Rising Star</a></li><li class="item-322"><a href="/about/awards/robyn-main" >Robyn Main</a></li><li class="item-812"><a href="/about/awards/abstract-awards" >Abstract Awards</a></li><li class="item-324"><a href="/about/awards/chapter-awards" >Chapter Awards</a></li></ul></li><li class="item-260 deeper parent"><a href="/about/our-leadership" >Our Leadership</a><ul class="nav-child unstyled small"><li class="item-305"><a href="/about/leadership-competencies" >Leadership Competencies</a></li><li class="item-622"><a href="/about/nann-committees" >NANN Committees</a></li></ul></li><li class="item-259"><a href="/about/our-staff" >Our Staff</a></li><li class="item-376 deeper parent"><a href="/about/national-neonatal-nurses-week" >National Neonatal Nurses Week</a><ul class="nav-child unstyled small"><li class="item-798"><a href="/about/2020-video-gallery" >2020 Video Gallery</a></li></ul></li><li class="item-513"><a href="/about/nann-privacy-policy" >NANN Privacy Policy</a></li><li class="item-779"><a href="/about/nann-in-the-news" >In The News</a></li></ul></li><li class="item-249 active deeper parent"><a href="/membership/overview" >Membership</a><ul class="nav-child unstyled small"><li class="item-261 deeper parent"><a href="/membership/join" >Join</a><ul class="nav-child unstyled small"><li class="item-430"><a href="/membership/auto-renewal" >Membership Auto-Renewal</a></li></ul></li><li class="item-830"><a href="/membership/renew" >Renew</a></li><li class="item-263 deeper parent"><a href="/membership/member-benefits" >Member Benefits</a><ul class="nav-child unstyled small"><li class="item-357"><a href="/membership/members-only" >Members Only</a></li><li class="item-374"><a href="/membership/nannp-only" >NANN-AP Members Only</a></li><li class="item-454"><a href="/membership/member-savings" >Member Savings</a></li><li class="item-1026"><a href="/membership/e-members-only" >e-Members Only</a></li></ul></li><li class="item-264 current active"><a href="/membership/nann-ap" >NANN-AP</a></li><li class="item-545"><a href="/membership/group-membership" >Group Membership</a></li><li class="item-546 deeper parent"><a href="/membership/member-referrals" >Member Referrals</a><ul class="nav-child unstyled small"><li class="item-547"><a href="/toolkit" >Member Recruitment Toolkit</a></li></ul></li><li class="item-548"><a href="/membership/membership-insitutional-benefits" >Membership Institutional Benefits</a></li><li class="item-792"><a href="/membership/student-memberships" >Student Membership</a></li><li class="item-265 deeper parent"><a href="/membership/chapters" >Chapters</a><ul class="nav-child unstyled small"><li class="item-348"><a href="/membership/local-chapters" >Local Chapters</a></li><li class="item-652 deeper parent"><a href="/chapter-leaders" >Chapter Leaders</a><ul class="nav-child unstyled small"><li class="item-677"><a href="/membership/chapter-finances" >Chapter Finances</a></li><li class="item-678"><a href="/chapter-membership-recommendations" >Chapter Membership Recommendations</a></li></ul></li></ul></li><li class="item-266"><a href="/membership/special-interest-groups" >Special Interest Groups</a></li><li class="item-267"><a href="/membership/my-nann" >MyNANN Community</a></li><li class="item-268 deeper parent"><a href="/membership/get-involved" >Get Involved</a><ul class="nav-child unstyled small"><li class="item-858"><a href="/membership/nann-connections" >NANN Connections</a></li><li class="item-953"><a href="/membership/nann-committees" >NANN Committees</a></li></ul></li><li class="item-359"><a href="http://apps.nann.org/myaccount.aspx" >My Account</a></li></ul></li><li class="item-250 deeper parent"><a href="/education/neonatal-learning" >Education and Research</a><ul class="nav-child unstyled small"><li class="item-269 deeper parent"><a href="/education/annual-meeting/annual-meeting" >Annual Conference</a><ul class="nav-child unstyled small"><li class="item-274"><a href="/education/annual-meeting/exhibit-hall" >Exhibit at NANN</a></li><li class="item-1105"><a href="/education/future-conferences" >Future Conferences</a></li><li class="item-276"><a href="/education/annual-meeting/past-meetings" >Past Conferences</a></li><li class="item-1116"><a href="/education/making-an-impact" >Making an Impact</a></li><li class="item-1117"><a href="/education/annual-meeting/abstracts" >Submit 2025 Abstract</a></li></ul></li><li class="item-393 deeper parent"><a href="/education/external-resources" >External Resources</a><ul class="nav-child unstyled small"><li class="item-954"><a href="/education/industry-resources" >Industry Resources</a></li></ul></li><li class="item-279 deeper parent"><a href="/education/research" >Research </a><ul class="nav-child unstyled small"><li class="item-897"><a href="/education/research/research-agenda" >Research Agenda</a></li><li class="item-872"><a href="/education/research/fellows-scholarship" >Fellows Scholarship</a></li><li class="item-280"><a href="/education/research/research-summit" >Research Summit</a></li><li class="item-282 deeper parent"><a href="/education/research/small-grants" >Small Grants</a><ul class="nav-child unstyled small"><li class="item-350 deeper parent"><a href="/education/research/small-grants-past-recipients" >Small Grants Past Recipients</a><ul class="nav-child unstyled small"><li class="item-412"><a href="/education/research/melinda-brand" >Melinda Brand</a></li><li class="item-413"><a href="/education/research/milena-frazer" >Milena Frazer</a></li><li class="item-414"><a href="/education/research/britt-pados" >Britt Pados</a></li></ul></li></ul></li><li class="item-594"><a href="/education/research/research-surveys" >Research Surveys</a></li></ul></li><li class="item-762"><a href="/education/coronavirus" >Coronavirus</a></li><li class="item-950"><a href="/education/formula-shortage" >Formula Shortage</a></li><li class="item-940"><a href="/education/ilearn" >NANN iLearn</a></li><li class="item-284 deeper parent"><a href="/education/educational-products" >Educational Products</a><ul class="nav-child unstyled small"><li class="item-360"><a href="/education/educational-products/clinical-practice-products" >Clinical Practice</a></li><li class="item-361"><a href="/education/educational-products/professional-development-products" >Professional Development</a></li><li class="item-363"><a href="/education/educational-products/family-patient-education-products" >Family & Patient Education</a></li><li class="item-375"><a href="/education/educational-products/developmental-care-product-suite" >Developmental Care Products</a></li></ul></li><li class="item-283 deeper parent"><a href="/education/scholarship-and-contests" >Scholarships</a><ul class="nav-child unstyled small"><li class="item-355"><a href="/education/scholarships-and-contests/past-photo-contest-winners" >Past Photo Contest Winners</a></li><li class="item-415"><a href="/education/scholarships-and-contests/story-contest-winner-2017" >Story Contest Winner 2017</a></li></ul></li><li class="item-411"><a href="/education/earn-ce" >Earn NANN CE</a></li></ul></li><li class="item-251 deeper parent"><a href="/professional-development/advancing-neonatal-careers" >Professional Development</a><ul class="nav-child unstyled small"><li class="item-290"><a href="/professional-development/certification" >Maintenance of NCC Certification</a></li><li class="item-291 deeper parent"><a href="/professional-development/graduate-programs" >Graduate Programs</a><ul class="nav-child unstyled small"><li class="item-429"><a href="http://nann.org/uploads/Prof_Dev/Re-entry%20into%20NNP%20Practice%20Flow%20Chart.pdf" >NNP Practice Re-Entry</a></li></ul></li><li class="item-295"><a href="/professional-development/career-center" >Career Center</a></li><li class="item-595"><a href="/professional-development/emerging-leaders-fellowship" >Emerging Leader Fellowship</a></li><li class="item-1128"><a href="/professional-development/recognition" >Recognition</a></li><li class="item-703"><a href="/professional-development/mentor-program" >Mentor Program</a></li><li class="item-751"><a href="/professional-development/nicu-knowledge-share" >NICU Knowledge Share</a></li><li class="item-965"><a href="/professional-development/delegation" >Sweden Delegation</a></li></ul></li><li class="item-252 deeper parent"><a href="/industry/corporate-support" >Industry Support</a><ul class="nav-child unstyled small"><li class="item-299"><a href="/industry/industry-relations-council" >Industry Relations Council</a></li><li class="item-300"><a href="/industry/advertising-opportunities" >Advertising Opportunities</a></li><li class="item-301"><a href="/education/annual-meeting/exhibit-hall" >Exhibit Information</a></li><li class="item-302"><a href="/industry/commercial-support" >Commercial Support</a></li><li class="item-303"><a href="/industry/satellite-symposia" >Satellite Symposia</a></li></ul></li><li class="item-253 deeper parent"><a href="/publications/neonatal-publications" >Publications</a><ul class="nav-child unstyled small"><li class="item-296"><a href="/publications/journal" >Journal</a></li><li class="item-297"><a href="/publications/newsletters" >Newsletters</a></li><li class="item-635"><a href="/publications/footprints" >Footprints</a></li><li class="item-665"><a href="/publications/weekly-news-briefs" >Neonatal News</a></li><li class="item-777"><a href="/publications/nanncast" >NANNcast</a></li></ul></li></ul> </nav> <div class="wrapper"> <div class="back"></div> <!-- HEADER WITH TOP NAV AND MAIN NAVIGATION --> <header> <div class="headerBorder"> <a href="/"><img src="/templates/nann/images/nannLogo.png" alt="National Association of Neonatal Nurses logo." title="National Association of Neonatal Nurses"/></a> <div class="navTop"> <nav class="navlist"> <ul> <li><a href="http://apps.nann.org/MyAccount">MY ACCOUNT</a></li> <li><a href="http://apps.nann.org/store" target="_self">STORE</a></li> <li><a href="https://nann.mycrowdwisdom.com/cw/" target="_blank">ILEARN</a></li> <li><a href="/about/our-staff" target="_self">CONTACT</a></li> <li><object type="text/html" data="/sso_page.php?returnUrl=https://nann.org/membership/nann-ap"></object> </li> <li><a href="#mobile-menu"> <div class="hamIcon"> <div></div> <div></div> <div></div> </div> </a> </li> </ul> </nav> <div class="search"> <!-- <gcse:searchbox-only></gcse:searchbox-only> --> <div class="moduletable"> <div class="search"> <form action="/membership/nann-ap" method="post" class="form-inline" role="search"> <label for="mod-search-searchword318" class="element-invisible">Search ...</label> <input name="searchword" id="mod-search-searchword318" maxlength="200" class="inputbox search-query input-medium" type="search" placeholder="Search ..." /> <button class="button btn btn-primary" onclick="this.form.searchword.focus();">Search</button> <input type="hidden" name="task" value="search" /> <input type="hidden" name="option" value="com_search" /> <input type="hidden" name="Itemid" value="264" /> </form> </div> </div> </div> </div> </div> <div class="nav-ct"> <a href="/"><img src="/templates/nann/images/nannLogo.png" alt="National Association of Neonatal Nurses logo." title="National Association of Neonatal Nurses"/></a> <nav class="mainNav"> <ul class="nav menu mod-list"> <li class="item-248 deeper parent"><a href="/about/national-association-of-neonatal-nurses" >About</a><ul class="nav-child unstyled small"><li class="item-254"><a href="/about/history" >History</a></li><li class="item-255"><a href="/about/code-of-ethics" >Bylaws & Ethics</a></li><li class="item-288"><a href="/about/what-is-neonatal-nursing" >What Is Neonatal Nursing?</a></li><li class="item-256"><a href="/about/position-statements" >Position Statements</a></li><li class="item-257 deeper parent"><a href="/about/advocacy" >Advocacy</a><ul class="nav-child unstyled small"><li class="item-466"><a href="/about/advocacy/from-the-hill-to-the-nicu" >From the Hill to the NICU</a></li><li class="item-844"><a href="/about/health-and-racial-equity" >Health and Racial Equity</a></li></ul></li><li class="item-258 deeper parent"><a href="/about/awards" >Awards</a><ul class="nav-child unstyled small"><li class="item-320"><a href="/about/awards/distinguished" >Distinguished Service</a></li><li class="item-319"><a href="/about/awards/leadership-award" >Leadership</a></li><li class="item-323"><a href="/about/awards/lifetime" >Lifetime Achievement</a></li><li class="item-321"><a href="/about/awards/navigator" >Mentor of the Year</a></li><li class="item-793"><a href="/about/awards/nnp-excellence-award" >APRN Excellence</a></li><li class="item-464"><a href="/about/awards/nnp-rising-star-award" >APRN Rising Star</a></li><li class="item-720"><a href="/about/awards/nnp-rising-star-award-2" >RN Rising Star</a></li><li class="item-322"><a href="/about/awards/robyn-main" >Robyn Main</a></li><li class="item-812"><a href="/about/awards/abstract-awards" >Abstract Awards</a></li><li class="item-324"><a href="/about/awards/chapter-awards" >Chapter Awards</a></li></ul></li><li class="item-260 deeper parent"><a href="/about/our-leadership" >Our Leadership</a><ul class="nav-child unstyled small"><li class="item-305"><a href="/about/leadership-competencies" >Leadership Competencies</a></li><li class="item-622"><a href="/about/nann-committees" >NANN Committees</a></li></ul></li><li class="item-259"><a href="/about/our-staff" >Our Staff</a></li><li class="item-376 deeper parent"><a href="/about/national-neonatal-nurses-week" >National Neonatal Nurses Week</a><ul class="nav-child unstyled small"><li class="item-798"><a href="/about/2020-video-gallery" >2020 Video Gallery</a></li></ul></li><li class="item-513"><a href="/about/nann-privacy-policy" >NANN Privacy Policy</a></li><li class="item-779"><a href="/about/nann-in-the-news" >In The News</a></li></ul></li><li class="item-249 active deeper parent"><a href="/membership/overview" >Membership</a><ul class="nav-child unstyled small"><li class="item-261 deeper parent"><a href="/membership/join" >Join</a><ul class="nav-child unstyled small"><li class="item-430"><a href="/membership/auto-renewal" >Membership Auto-Renewal</a></li></ul></li><li class="item-830"><a href="/membership/renew" >Renew</a></li><li class="item-263 deeper parent"><a href="/membership/member-benefits" >Member Benefits</a><ul class="nav-child unstyled small"><li class="item-357"><a href="/membership/members-only" >Members Only</a></li><li class="item-374"><a href="/membership/nannp-only" >NANN-AP Members Only</a></li><li class="item-454"><a href="/membership/member-savings" >Member Savings</a></li><li class="item-1026"><a href="/membership/e-members-only" >e-Members Only</a></li></ul></li><li class="item-264 current active"><a href="/membership/nann-ap" >NANN-AP</a></li><li class="item-545"><a href="/membership/group-membership" >Group Membership</a></li><li class="item-546 deeper parent"><a href="/membership/member-referrals" >Member Referrals</a><ul class="nav-child unstyled small"><li class="item-547"><a href="/toolkit" >Member Recruitment Toolkit</a></li></ul></li><li class="item-548"><a href="/membership/membership-insitutional-benefits" >Membership Institutional Benefits</a></li><li class="item-792"><a href="/membership/student-memberships" >Student Membership</a></li><li class="item-265 deeper parent"><a href="/membership/chapters" >Chapters</a><ul class="nav-child unstyled small"><li class="item-348"><a href="/membership/local-chapters" >Local Chapters</a></li><li class="item-652 deeper parent"><a href="/chapter-leaders" >Chapter Leaders</a><ul class="nav-child unstyled small"><li class="item-677"><a href="/membership/chapter-finances" >Chapter Finances</a></li><li class="item-678"><a href="/chapter-membership-recommendations" >Chapter Membership Recommendations</a></li></ul></li></ul></li><li class="item-266"><a href="/membership/special-interest-groups" >Special Interest Groups</a></li><li class="item-267"><a href="/membership/my-nann" >MyNANN Community</a></li><li class="item-268 deeper parent"><a href="/membership/get-involved" >Get Involved</a><ul class="nav-child unstyled small"><li class="item-858"><a href="/membership/nann-connections" >NANN Connections</a></li><li class="item-953"><a href="/membership/nann-committees" >NANN Committees</a></li></ul></li><li class="item-359"><a href="http://apps.nann.org/myaccount.aspx" >My Account</a></li></ul></li><li class="item-250 deeper parent"><a href="/education/neonatal-learning" >Education and Research</a><ul class="nav-child unstyled small"><li class="item-269 deeper parent"><a href="/education/annual-meeting/annual-meeting" >Annual Conference</a><ul class="nav-child unstyled small"><li class="item-274"><a href="/education/annual-meeting/exhibit-hall" >Exhibit at NANN</a></li><li class="item-1105"><a href="/education/future-conferences" >Future Conferences</a></li><li class="item-276"><a href="/education/annual-meeting/past-meetings" >Past Conferences</a></li><li class="item-1116"><a href="/education/making-an-impact" >Making an Impact</a></li><li class="item-1117"><a href="/education/annual-meeting/abstracts" >Submit 2025 Abstract</a></li></ul></li><li class="item-393 deeper parent"><a href="/education/external-resources" >External Resources</a><ul class="nav-child unstyled small"><li class="item-954"><a href="/education/industry-resources" >Industry Resources</a></li></ul></li><li class="item-279 deeper parent"><a href="/education/research" >Research </a><ul class="nav-child unstyled small"><li class="item-897"><a href="/education/research/research-agenda" >Research Agenda</a></li><li class="item-872"><a href="/education/research/fellows-scholarship" >Fellows Scholarship</a></li><li class="item-280"><a href="/education/research/research-summit" >Research Summit</a></li><li class="item-282 deeper parent"><a href="/education/research/small-grants" >Small Grants</a><ul class="nav-child unstyled small"><li class="item-350 deeper parent"><a href="/education/research/small-grants-past-recipients" >Small Grants Past Recipients</a><ul class="nav-child unstyled small"><li class="item-412"><a href="/education/research/melinda-brand" >Melinda Brand</a></li><li class="item-413"><a href="/education/research/milena-frazer" >Milena Frazer</a></li><li class="item-414"><a href="/education/research/britt-pados" >Britt Pados</a></li></ul></li></ul></li><li class="item-594"><a href="/education/research/research-surveys" >Research Surveys</a></li></ul></li><li class="item-762"><a href="/education/coronavirus" >Coronavirus</a></li><li class="item-950"><a href="/education/formula-shortage" >Formula Shortage</a></li><li class="item-940"><a href="/education/ilearn" >NANN iLearn</a></li><li class="item-284 deeper parent"><a href="/education/educational-products" >Educational Products</a><ul class="nav-child unstyled small"><li class="item-360"><a href="/education/educational-products/clinical-practice-products" >Clinical Practice</a></li><li class="item-361"><a href="/education/educational-products/professional-development-products" >Professional Development</a></li><li class="item-363"><a href="/education/educational-products/family-patient-education-products" >Family & Patient Education</a></li><li class="item-375"><a href="/education/educational-products/developmental-care-product-suite" >Developmental Care Products</a></li></ul></li><li class="item-283 deeper parent"><a href="/education/scholarship-and-contests" >Scholarships</a><ul class="nav-child unstyled small"><li class="item-355"><a href="/education/scholarships-and-contests/past-photo-contest-winners" >Past Photo Contest Winners</a></li><li class="item-415"><a href="/education/scholarships-and-contests/story-contest-winner-2017" >Story Contest Winner 2017</a></li></ul></li><li class="item-411"><a href="/education/earn-ce" >Earn NANN CE</a></li></ul></li><li class="item-251 deeper parent"><a href="/professional-development/advancing-neonatal-careers" >Professional Development</a><ul class="nav-child unstyled small"><li class="item-290"><a href="/professional-development/certification" >Maintenance of NCC Certification</a></li><li class="item-291 deeper parent"><a href="/professional-development/graduate-programs" >Graduate Programs</a><ul class="nav-child unstyled small"><li class="item-429"><a href="http://nann.org/uploads/Prof_Dev/Re-entry%20into%20NNP%20Practice%20Flow%20Chart.pdf" >NNP Practice Re-Entry</a></li></ul></li><li class="item-295"><a href="/professional-development/career-center" >Career Center</a></li><li class="item-595"><a href="/professional-development/emerging-leaders-fellowship" >Emerging Leader Fellowship</a></li><li class="item-1128"><a href="/professional-development/recognition" >Recognition</a></li><li class="item-703"><a href="/professional-development/mentor-program" >Mentor Program</a></li><li class="item-751"><a href="/professional-development/nicu-knowledge-share" >NICU Knowledge Share</a></li><li class="item-965"><a href="/professional-development/delegation" >Sweden Delegation</a></li></ul></li><li class="item-252 deeper parent"><a href="/industry/corporate-support" >Industry Support</a><ul class="nav-child unstyled small"><li class="item-299"><a href="/industry/industry-relations-council" >Industry Relations Council</a></li><li class="item-300"><a href="/industry/advertising-opportunities" >Advertising Opportunities</a></li><li class="item-301"><a href="/education/annual-meeting/exhibit-hall" >Exhibit Information</a></li><li class="item-302"><a href="/industry/commercial-support" >Commercial Support</a></li><li class="item-303"><a href="/industry/satellite-symposia" >Satellite Symposia</a></li></ul></li><li class="item-253 deeper parent"><a href="/publications/neonatal-publications" >Publications</a><ul class="nav-child unstyled small"><li class="item-296"><a href="/publications/journal" >Journal</a></li><li class="item-297"><a href="/publications/newsletters" >Newsletters</a></li><li class="item-635"><a href="/publications/footprints" >Footprints</a></li><li class="item-665"><a href="/publications/weekly-news-briefs" >Neonatal News</a></li><li class="item-777"><a href="/publications/nanncast" >NANNcast</a></li></ul></li></ul> </nav> </div> </header> <div class="content interior-ct border"> <section class="artInfo"> <div class="enews"> </div> <article class="art-ct"> <h1>The National Association of Neonatal Nurses - Advanced Practice</h1> <p><img src="/uploads/About/NANN-24081-AP-logo_horz_black-400.jpg" alt="NANN-AP logo" /></p> <p>Established in 2007 and <a href="/about/our-leadership">governed by an elected body</a>, the National Association of Neonatal Nurses - Advanced Practice (NANN-AP) is the unified voice of neonatal advanced practice registered nurses. NANN-AP strives to address the unique workforce and professional practice issues of neonatal APRNs through its commitment to leadership, expertise, and community. NANN-AP develops <a href="/about/position-statements" target="_blank">publications for APRNs</a> and shares membership and access to their publications with all interested neonatal healthcare practitioners. While NANN-AP members receive NANN member benefits, NANN-AP provides its members with <a href="/membership/member-benefits#nannp">exclusive benefits</a> designed just for advanced practioners.</p> <h2>NANN-AP MISSION</h2> <p>NANN-AP is the national, unified voice for neonatal APRN鈥檚 to ensure safe, quality, and cost-effective evidenced-based care that impact outcomes for neonates, infants, their families, and their communities. </p> <h2>NANN-AP VISION</h2> <p>The APRN is an integral part of the healthcare system recognized for their clinical expertise in education, research, quality improvement, health policy and interdisciplinary collaboration. </p> <p>For information on neonatal clinical nurse specialist and nurse practitioner programs, explore our list of <a href="/professional-development/graduate-programs">APRN Graduate Programs</a>.</p> <p><a class="button" href="http://apps.nann.org/store/nannp-memberships">JOIN NANN-AP NOW!</a></p> <!--<p> <div class="moduletable"> <div class="custom" > <iframe width="560" height="315" src="https://www.youtube.com/embed/l6kZUm75kt4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></div> </div> </p>--> <p> <div class="moduletable"> <div class="custom" > <iframe width="560" height="315" src="https://www.youtube.com/embed/hbmgBU30rVE?si=eFOygO0zPC0TW6dz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div> </div> </p> <h3>Leadership</h3> <p>To influence the future of neonatal APRNs, NANN-AP members:</p> <ul> <li>Set the standards for neonatal APRN roles, education, and practice through meticulously reviewed publications.</li> <li>Receive national representation in the <a href="/about/advocacy/lace-webinar" target="_blank">L.A.C.E.</a> work group, the <a href="https://www.aap.org/en-us/Pages/Default.aspx" target="_blank" rel="noopener">American Academy of Pediatrics</a>, and the <a href="http://www.nonpf.org/" target="_blank" rel="noopener">National Organization of Nurse Practitioner Faculties</a>.</li> <li>Benefit from relationships with the American Association of Nurse Practitioners, the American Academy of Pediatrics, and the <a href="http://www.ncsbn.org" target="_blank" rel="noopener">National Council of State Boards of Nursing</a>, among others.</li> </ul> <h3>Expertise</h3> <p>To share their knowledge with others, NANN-AP members:</p> <ul> <li>Apply their expertise to the development of educational materials, many of which are available at a discounted rate to NANN-AP members.</li> <li>Host the APRN Summit at NANN's <a href="/education/annual-meeting/annual-meeting">Annual Conference</a>, which covers key leadership and clinical topics.</li> <li>Address workforce and professional practice issues at the national level. <ul> <li>NANN-AP recently released two videos targeting NNP <a href="https://www.youtube.com/watch?v=50XHPKeFGzM">recruitment </a>and <a href="https://www.youtube.com/watch?v=I-iqCc9MlAE">retention </a>to combat the NNP workforce shortfall.</li> <li>NANN-AP conducts a bi-annual NNP workforce survey to uncover trends and issues related to the NNP profession. Download the <a href="/uploads/Membership/2016_Neonatal_Nurse_Practitioner_Workforce_Survey_.4.pdf" target="_blank">executive summary</a> of the 2016 survey findings.</li> </ul> </li> </ul> <h3>Community</h3> <p>To connect with their colleagues, NANN-AP members:</p> <ul> <li>Access the NANN-AP member-only discussion group in <a href="http://my.nann.org/orphans/redirecttonannpopenforum/nannpopenforum?communitykey=22206e88-0b6f-4efe-abd5-c8d1530c2db1&tab=DigestViewerDashboard" target="_blank" rel="noopener">MyNANN</a>, an online community forum.</li> <li>Celebrate the work of exceptional APRNs through the <a href="/about/awards/nnp-excellence-award">APRN Excellence Award</a> and the <a href="/about/awards/nnp-rising-star-award" target="_blank">APRN Rising Star Award.</a></li> <li>Volunteer on APRN-focused task forces and work groups.</li> <li>Network at NANN's <a href="/education/annual-meeting/annual-meeting">Annual Conference</a>.</li> </ul> <p><a class="button" href="http://apps.nann.org/membership/joinnann.aspx">JOIN NOW!</a></p> <p>Current NANN members who are NNPs or CNSs can add NANN-AP to their NANN membership at any time by contacting member services at 800.451.3795.</p> </article> </section> <aside class="sideNav"><ul class="nav menu mod-list"> <li class="item-261 parent"><a href="/membership/join" >Join</a></li><li class="item-830"><a href="/membership/renew" >Renew</a></li><li class="item-263 parent"><a href="/membership/member-benefits" >Member Benefits</a></li><li class="item-264 current active"><a href="/membership/nann-ap" >NANN-AP</a></li><li class="item-545"><a href="/membership/group-membership" >Group Membership</a></li><li class="item-546 parent"><a href="/membership/member-referrals" >Member Referrals</a></li><li class="item-548"><a href="/membership/membership-insitutional-benefits" >Membership Institutional Benefits</a></li><li class="item-792"><a href="/membership/student-memberships" >Student Membership</a></li><li class="item-265 parent"><a href="/membership/chapters" >Chapters</a></li><li class="item-266"><a href="/membership/special-interest-groups" >Special Interest Groups</a></li><li class="item-267"><a href="/membership/my-nann" >MyNANN Community</a></li><li class="item-268 parent"><a href="/membership/get-involved" >Get Involved</a></li><li class="item-359"><a href="http://apps.nann.org/myaccount.aspx" >My Account</a></li></ul> </aside></div> <!-- FOOTER SECTION --> <footer> <div class="socialMedia"> <ul> <li><a href="https://www.youtube.com/neonatalnurses" target="_blank"><img src="/templates/nann/images/youTubeIcon.png" alt="Follow us on You Tube" /></a></li> <li><a href="https://www.instagram.com/neonatalnurses/" target="_blank"><img src="/templates/nann/images/instagramIcon.png" alt="Follow us on Instagram" /></a></li> <li><a href="https://twitter.com/neonatalnurses" target="_blank"><img src="/templates/nann/images/twitterIcon.png" alt="Follow us on Twitter" /></a></li> <li><a href="https://www.facebook.com/neonatalnurses" target="_blank"><img src="/templates/nann/images/facebookIcon.png" alt="Follow us on Facebook" /></a></li> <li><a href="https://www.linkedin.com/company/national-association-of-neonatal-nurses-nann-?trk=tyah&trkInfo=clickedVertical%3Acompany%2CentityType%3AentityHistoryName%2CclickedEntityId%3Acompany_10474159%2Cidx%3A0" target="_blank"><img src="/templates/nann/images/linkedinIcon.png" alt="Follow us on Linkedin" /></a></li> </ul> <a class="mynann" href="http://my.nann.org/home">Visit MyNANN</a><br><a class="privacy-link" href="/about/nann-privacy-policy">Privacy Policy</a> </div> <p><strong>© National Association of Neonatal Nurses</strong><br> 1061 American Ln Suite 310<br> Schaumburg, IL 60173-4973<br> <a href="mailto:info@nann.org">info@nann.org</a><br> 800.451.3795</p> </footer> </div> <a id="scrollup">Jump to Top</a> <!-- SCRIPTS DEPENDENCIES --> <!-- APPLICATION JAVASCRIPT --> <script src="/templates/nann/js/app.js"></script> <!-- MouseFlow Support Code --> <script type="text/javascript"> window._mfq = window._mfq || []; (function() { var mf = document.createElement("script"); mf.type = "text/javascript"; mf.defer = true; mf.src = "//cdn.mouseflow.com/projects/2a466c8d-5560-4bc4-8bf2-030cb2f0685c.js"; document.getElementsByTagName("head")[0].appendChild(mf); })(); </script><script type="text/javascript"> window._mfq = window._mfq || []; (function() { var mf = document.createElement("script"); mf.type = "text/javascript"; mf.defer = true; mf.src = "//cdn.mouseflow.com/projects/2a466c8d-5560-4bc4-8bf2-030cb2f0685c.js"; document.getElementsByTagName("head")[0].appendChild(mf); })(); </script> <!-- Google Search Support Code --> <script> (function() { var cx = '003343885103922116661:ii1ge1dwkjy'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <script> setTimeout( function(){ jQuery(".gsc-input").attr("placeholder", "Search"); } , 300 ); </script> </body> </html>