CINXE.COM

Position Statements | NANN

<!DOCTYPE html> <html lang="en"> <head> <link href="https://nann.org/about/position-statements" 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/about/position-statements" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="Position and Consensus Statements and APRN Publications As the professional voice of neonatal nursing, the National Association of Neonatal Nurses is looked to as a resource on substantive issues that affect neonatal patients, their families, and the..." /> <title>Position Statements | NANN</title> <link href="https://nann.org/search?catid=39&amp;format=opensearch&amp;id=63" 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":"f12f15a11981a71ec7ae5d63053d990d","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="Position Statements | NANN" /> <meta property="og:description" content="Position and Consensus Statements and APRN Publications As the professional voice of neonatal nursing, the National Association of Neonatal Nurses is looked to as a resource on substantive issues that affect neonatal patients, their families, and the..." /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://nann.org/about/position-statements" /> <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 active 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 &amp; Ethics</a></li><li class="item-288"><a href="/about/what-is-neonatal-nursing" >What Is Neonatal Nursing?</a></li><li class="item-256 current active"><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 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"><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 &amp; 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/about/position-statements"></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="/about/position-statements" 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="256" /> </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 active 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 &amp; Ethics</a></li><li class="item-288"><a href="/about/what-is-neonatal-nursing" >What Is Neonatal Nursing?</a></li><li class="item-256 current active"><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 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"><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 &amp; 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>Position and Consensus Statements and APRN Publications</h1> <p>As the professional voice of neonatal nursing, the National Association of Neonatal Nurses is looked to as a resource on substantive issues that affect neonatal patients, their families, and the neonatal nurses and APRNs who care for them. Each statement discusses the background and significance of the topic and offers succinct recommendations and conclusions, along with references from the scholarly literature. Each statement is carefully reviewed and updated at established intervals. NANN offers additional content relevant to advanced practice registered nurses, such as executive summaries and standards.</p> <h2>Position and Consensus Statements</h2> <ul> <li><a href="/uploads/About/PositionPDFS/Trauma_Informed_Care_in_the_NICU_2022.pdf" target="_blank">Trauma-Informed Care in the NICU (October 2022)</a></li> </ul> <p>As the professional voice of neonatal nurses, NANN recommends that all clinicians serving babies and families in crisis embrace and operationalize a trauma-informed approach to care in the NICU and beyond.</p> <ul> <li><a onclick="ga('send','event','Position_PDF','click','RN Staffing in the NICU Sept 2021');" href="/uploads/updated_RN_nicu_staffing.pdf">RN Staffing in the NICU (September 2021)</a></li> </ul> <p>The National Association of Neonatal Nurses (NANN) recommends staffing be based on the acuity of the population served and that the principles of staffing and finance be shared with frontline nurses who then have a say in the development of staffing policies. <a onclick="ga('send','event','Position_graphic_PDF','click','RN Staffing in the NICU Infographic');" href="/uploads/RN_Staffing_in_the_NICU_Position_Statement.pdf">Download the RN Staffing in the NICU infographic.</a></p> <ul> <li><a onclick="ga('send','event','Position_PDF','click','Medication Safety in the NICU June 2021');" href="/uploads/About/PositionPDFS/FINAL%202021_Medication%20Safety%20in%20the%20NICU.pdf" target="_blank">Medication Safety in the NICU (June 2021)</a></li> </ul> <p>The National Association of Neonatal Nurses (NANN) recommends a comprehensive approach to medication safety in the NICU that integrates technology, focused healthcare provider medication safety education, standardized medication process, and robust medication error reporting and prevention efforts. NANN recommends an array of medication safety practices to those caring for the neonatal population. <a onclick="ga('send','event','Position_graphic_PDF','click','Medication Safety in the NICU Infographic');" href="/uploads/About/PositionPDFS/Final_MedicationInfo.pdf" target="_blank">Download the Medication Safety in the NICU infographic.</a></p> <ul> <li><a onclick="ga('send','event','Position_PDF','click','COVID19 Vaccination Position Statement May 2021');" href="/uploads/About/PositionPDFS/COVID%2019%20Vaccination%20Position%20Statement.pdf" target="_blank">COVID-19 Vaccination Position Statement (May 2021)</a></li> </ul> <p>Regarding COVID-19 vaccination, the National Association of Neonatal Nurses (NANN) recommends that nurses get vaccinated; that nurses keep abreast of the most updated information regarding vaccination; that nurses convey accurate information about the vaccines; and that nurses develop strategies to reinforce confidence in vaccination. <a onclick="ga('send','event','Position_graphic_PDF','click','COVID19 Vaccination Infographic');" href="/uploads/About/PositionPDFS/COVID%2019%20Vaccination%20Infographic.pdf" target="_blank">Download the COVID-19 Vaccination Infographic.</a></p> <ul> <li><a onclick="ga('send','event','Position_PDF','click','Essential Care in the NICU');" href="/uploads/About/PositionPDFS/Consensus_Statement_AWHONN_NANN_NPA_final.pdf" target="_blank">Essential Care in the NICU during the COVID-19 Pandemic (January 2021)</a></li> </ul> <p>In this consensus statement, the Association of Women's Health, Obstetric and Neonatal Nurses (AWHONN), the National Association of Neonatal Nurses (NANN), and&nbsp;the National Perinatal Association (NPA) recognize the unique challenges facing healthcare providers in reducing the risks of COVID-19 transmission while encouraging parent presence and engagement in care. AWHONN, NPA, and NANN believe that&nbsp;NICU parents are "essential caregivers."&nbsp;<a onclick="ga('send','event','Position_graphic_PDF','click','Essential Care in the NICU');" href="/uploads/About/PositionPDFS/graphic_parents_are_essential_statement.pdf" target="_blank">Download the&nbsp;Essential Care in the NICU during the COVID-19 Pandemic infographic.</a>&nbsp;</p> <p><a onclick="ga('send','event','Position_PDF','click','press release related to the Essential Care in the NICU during the COVID19');" href="/uploads/About/PositionPDFS/Press_Release_final_AWHONN_NPA_NANN.pdf" target="_blank">Read the press release related to the Essential Care in the NICU during the COVID-19 Pandemic consensus statement.</a>&nbsp;</p> <ul> <li><a onclick="ga('send','event','Position_PDF','click','Marijuana, Breastfeeding');" href="/uploads/About/PositionPDFS/Marijuana_Breastfeeding_and_the_Use_of_Human_Milk_Position_Statement_FINAL.pdf" target="_blank">Marijuana, Breastfeeding, and the Use of&nbsp;Human Milk (September 2020)</a></li> </ul> <p>In its most recent position statement, the National Association of Neonatal Nurses (NANN) recommends women abstain from marijuana consumption during pregnancy and while breastfeeding. NANN lists 14 recommendations for providers when addressing maternal marijuana use and the potential negative impact on neonates and infants. <a onclick="ga('send','event','Position_graphic_PDF','click','Marijuana, Breastfeeding');" href="/uploads/About/PositionPDFS/Marijuana__Breastfeeding_Infographic_FINAL.pdf" target="_blank">Download the Marijuana, Breastfeeding, and the Use of Human Milk infographic.</a>&nbsp;</p> <p><a href="/uploads/About/PositionPDFS/2020_Marijuana_and_Breastfeeding_Press_Release.pdf" target="_blank">Read the press release related to the Marijuana, Breastfeeding, and the Use of Human Milk position statement.</a></p> <ul> <li><a onclick="ga('send','event','Position_PDF','click','Racial Disparity in the NICU');" href="/uploads/About/PositionPDFS/Racial_Dispariy_in_the_NICU_-_FINAL_6.12.20.pdf" target="_blank">Racial Disparity in the NICU (June 2020)</a></li> </ul> <p>The National Association of Neonatal Nurses Board of Directors reviews the statistics concerning racially-related health disparities for premature infants and includes nine recommendations for how to endorse healthcare equality for all infants in the NICU regardless of race, parental economic or educational status, or geographic area. <a onclick="ga('send','event','Position_graphic_PDF','click','Racial Disparity in the NICU');" href="/uploads/About/PositionPDFS/Infographic-Racial%20Disparity%20in%20the%20NICU.pdf" target="_blank">Download the Racial Disparity in the NICU infographic</a>.</p> <ul> <li><a onclick="ga('send','event','Position_PDF','click','Mothers with COVID-19');" href="/uploads/About/PositionPDFS/Position%20Statement%20COVID-19_NPA%20and%20NANN.pdf" target="_blank">Mothers with COVID-19 and Their Newborn Infants (May 2020)</a></li> </ul> <p>In conjunction with the National Perinatal Association, the National Association of Neonatal Nurses review and discuss the most current literature findings and recommendations from the American Academy of Pediatrics, the Centers for Disease Control and Prevention, and the World Health Organization regarding mother/newborn infant postpartum care in the hospital if a mother is COVID-19+. <a onclick="ga('send','event','Position_graphic_PDF','click','Mothers with COVID-19');" href="/uploads/About/PositionPDFS/flyer_%20NANN%20%20NPA%20position%20statement.pdf" target="_blank">Download our Mothers with COVID-19 and Their Newborn Infants infographic</a>.&nbsp;</p> <p><a onclick="ga('send','event','Position_PDF','click','Mothers with COVID19 and Their Newborn Infants');" href="/uploads/About/PositionPDFS/NPA%20and%20NANN%20Press%20Release.pdf" target="_blank">Read the press release related to the Mothers with COVID-19 and Their Newborn Infants position statement.</a></p> <ul> <li><a onclick="ga('send','event','Position_PDF','click','NICU Nurse Involvement in Ethical Decisions 2015');" href="/uploads/About/PositionPDFS/NICU%20Nurse%20Involvement%20in%20Ethical%20Decisions.pdf" target="_blank">NICU Nurse Involvement in Ethical Decisions (Treatment of Critically Ill Newborns) (reaffirmed 2021)</a></li> <li><a title="PDF" onclick="ga('send','event','Position_PDF','click','Effect of Staff Nurses Shift Length and Fatigue on Patient Safety and Nurse's Health 2015');" href="/uploads/About/PositionPDFS/1.4.1_Effect%20of%20Staff%20Nurses%20Shift%20Length%20and%20Fatigue%20on%20Patient%20Safety%20and%20Nurses%20Health.pdf" target="_blank">The Effect of Staff Nurses' Shift Length and Fatigue on Patient Safety and Nurse's Health (2015)</a></li> <li><a title="PDF" onclick="ga('send','event','Position_PDF','click','Use of Human Milk and Breastfeeding in the NICU 2015');" href="/uploads/About/PositionPDFS/1.4.3_Use%20%20of%20Human%20Milk%20and%20Breastfeeding%20in%20the%20NICU.pdf" target="_blank">The Use of Human Milk and Breastfeeding in the Neonatal Intensive Care Unit (2015)</a>&nbsp;- under review for update</li> <li><a title="PDF" onclick="ga('send','event','Position_PDF','click','Palliative and End-of-Life Care for Newborns and Infants 2015');" href="/uploads/About/PositionPDFS/1.4.5_Palliative%20and%20End%20of%20Life%20Care%20for%20Newborns%20and%20Infants.pdf" target="_blank">Palliative and End-of-Life Care for Newborns and Infants (2015)</a>&nbsp;- under review for update</li> <li><a title="PDF" onclick="ga('send','event','Position_PDF','click','Prevention of Acute Bilirubin Encephalopathy and Kernicterus in Newborns 2010');" href="/uploads/About/PositionPDFS/1.4.10_Prevention%20of%20Acute%20Bilirubin%20Encephalopathy%20and%20Kernicterus%20in%20Newborns.pdf" target="_blank">Prevention of Acute Bilirubin Encephalopathy and Kernicterus in Newborns (2010)</a></li> </ul> <h2>APRN Publications</h2> <p>As the professional voice of neonatal nursing, NANN and its&nbsp;advanced practice registered nurses division, the <a href="/membership/nannp">National Association of Neonatal Nurses Advanced Practice</a>, are looked to as a resource on substantive issues that affect neonatal patients, their families, and the neonatal nurses, neonatal nurse practitioners, and neonatal clinical nurse specialists who care for them. The publications below are specific to the unique needs of neonatal advanced practice registered nurses.</p> <h3>Workforce Survey</h3> <ul> <li><a title="2020 NNP Workforce Executive Summary" onclick="ga('send','event','Position_PDF','click','2020 NP Workforce Survey');" href="/uploads/2020_Neonatal_Nurse_Practitioner_Workforce_Survey_.12.pdf" target="_blank">2020 NNP Workforce Survey Executive Summary</a> (2021)</li> <li><a onclick="ga('send','event','Position_PDF','click','2016 Neonatal Nurse Practitioner Workforce Survey');" href="/uploads/Membership/2016_Neonatal_Nurse_Practitioner_Workforce_Survey_.4.pdf" target="_blank">2016 Neonatal Nurse Practitioner Workforce Survey Executive Summary (2017)</a></li> <li><a onclick="ga('send','event','Position_PDF','click','NNP Workforce White Paper');" href="/uploads/NNPWorkforceWhitePaper.pdf" target="_blank">NNP Workforce Survey Paper (2018)</a>&nbsp;</li> <li><a onclick="ga('send','event','Position_PDF','click','NNP Workforce');" href="/uploads/About/PositionPDFS/NNP_Workforce_Position_Statement_01.22.13_FINAL.pdf" target="_blank">NNP Workforce Survey Paper (2013)</a></li> </ul> <h3>NNP Education Standards</h3> <ul> <li><a onclick="ga('send','event','Position_PDF','click','nnp_curriculum_guidelines');" href="/uploads/Education/NNP_Curriculum_Guidelines_and_Education_Competencies_080323.pdf" target="_blank">Education Standards: NNP Curriculum Guidelines and Education Competencies for Neonatal Nurse Practitioner Programs (2023)</a>&nbsp;<strong>(Please note: "Education Standards" has been added to this title for clarifiction.)</strong></li> <li><a href="/uploads/About/PositionPDFS/NANNP_DNP_FINAL-reaffirmed_2022.pdf" target="_blank">Doctor of Nursing Practice (DNP): Entry Into Practice (2018) (Reaffirmed 2022)</a></li> </ul> <h3><a id="profdoc"></a>Professional Documents for Neonatal APRNs</h3> <ul> <li><a href="/uploads/About/PositionPDFS/APRN_Scope_FINAL_May2024.pdf" target="_blank">Advanced Practice Registered Nurses Practicing Within the Neonatal Population: Role, Preparation, and Scope of Practice (2024)</a></li> <li><a href="/uploads/About/PositionPDFS/Impact_of_Advanced_Practice%20_Shift%20Length_and_Fatigue_2022.pdf" target="_blank">The Impact of Advanced Practice Registered Nurses' Shift Length and Fatigue on Patient Safety (updated 2022)</a><br /> - <a href="/uploads/About/PositionPDFS/The_Impact_of_APRN_Shift_Length_NANN-AP_Action_Plan_FINAL.docx" target="_blank">The Impact of Advanced Practice Registered Nurses’ Shift Length and Fatigue on Patient Safety (2024)</a> This actionable guide is designed to help you implement effective changes in your unit and prioritize patient safety.</li> <li><a href="/uploads/About/PositionPDFS/State_of_Neonatal_APRN_Role_and_Action_2022.pdf" target="_blank">State of Neonatal APRN Role and Action for the Future (2022)</a></li> <li><a onclick="ga('send','event','Position_PDF','click','Quality Metrics 2016');" href="/uploads/About/PositionPDFS/Quality_Metrics_Position_Statement_Reaffirmed_2021.pdf" target="_blank">Nurse Practitioner Quality Metrics (reaffirmed 2021)</a></li> <li><a onclick="ga('send','event','Position_PDF','click','Neonatal Parnteral Enteral Resource Guide');" href="https://apps.nann.org/store/product-details?productId=96114048" target="_blank" rel="noopener">Neonatal Parenteral and Enteral Nutrition: A Resource Guide for the Student and Novice Neonatal Nurse Practitioner (2020)</a></li> <li><a onclick="ga('send','event','Position_PDF','click','Should I stay');" href="/uploads/About/PositionPDFS/SSS_White_Paper_FINAL.pdf" target="_blank">Should I Stay, or Should I Go? Retaining Expert-Level Senior NNP Workforce at the Bedside: NANNP-Recommended Solutions and Guidelines (2018)</a></li> <li><a href="/uploads/Membership/NANNP_Pubs/Standard_for_Maintaining_the_Competence_of_NNPs6-RETIRED_2023.pdf" target="_blank">Standard for Maintaining the Competence of Neonatal Nurse Practitioners (2015) (Retired, 2023)</a>&nbsp;</li> <li><a onclick="ga('send','event','Position_PDF','click','APRN Role Preparation');" href="/uploads/Membership/NANNP_Pubs/APRN_Role_Preparation_position_statement_FINAL.pdf" target="_blank">Advanced Practice Registered Nurse: Role, Preparation, and Scope of Practice (2014)</a>&nbsp;</li> <li>The Future of Neonatal Advanced Practice Registered Nurse Practice (2014) (Retired; please see <a href="/uploads/About/PositionPDFS/State_of_Neonatal_APRN_Role_and_Action_2022.pdf" target="_blank">State of Neonatal APRN Role and Action for the Future (2022)</a></li> </ul> <h3>Clinical Practice Guidelines</h3> <ul> <li><a onclick="ga('send','event','Position_PDF','click','CPG Hypotension retired 2020');" href="/uploads/Membership/NANNP_Pubs/Hypotension_Guideline_RETIRED.pdf" target="_blank">The Management of Hypotension in the Very-Low-Birth-Weight Infant: Guideline for Practice (2011)</a>&nbsp;<strong>(Retired, November 2020)</strong></li> </ul> <p>&nbsp;</p> </article> </section> <aside class="sideNav"><ul class="nav menu mod-list"> <li class="item-254"><a href="/about/history" >History</a></li><li class="item-255"><a href="/about/code-of-ethics" >Bylaws &amp; Ethics</a></li><li class="item-288"><a href="/about/what-is-neonatal-nursing" >What Is Neonatal Nursing?</a></li><li class="item-256 current active"><a href="/about/position-statements" >Position Statements</a></li><li class="item-257 parent"><a href="/about/advocacy" >Advocacy</a></li><li class="item-258 parent"><a href="/about/awards" >Awards</a></li><li class="item-260 parent"><a href="/about/our-leadership" >Our Leadership</a></li><li class="item-259"><a href="/about/our-staff" >Our Staff</a></li><li class="item-376 parent"><a href="/about/national-neonatal-nurses-week" >National Neonatal Nurses Week</a></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> </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>&copy; 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>

Pages: 1 2 3 4 5 6 7 8 9 10