CINXE.COM

DNP, Nurse Anesthesia Program

<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Tue Nov 26 2024 14:56:05 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.nursing.emory.edu" data-wf-page="64c40554dba2a74b3cfd3f4f" data-wf-site="5f11b1201240046a043a64e4" lang="en" data-wf-collection="64c40554dba2a74b3cfd3e60" data-wf-item-slug="dnp-nurse-anesthesia-program"><head><meta charset="utf-8"/><title>DNP, Nurse Anesthesia Program</title><meta content="" name="description"/><meta content="DNP, Nurse Anesthesia Program" property="og:title"/><meta content="" property="og:description"/><meta content="DNP, Nurse Anesthesia Program" property="twitter:title"/><meta content="" property="twitter:description"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="1jdqmafTeY21Mk2rEBI_2dpoFUgPizSRqED5OgtYXIg" name="google-site-verification"/><meta content="Webflow" name="generator"/><link href="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/css/emory-nursing-qa-build-93-03dd7de0b9805.webflow.abfff9009.css" rel="stylesheet" type="text/css"/><style>@media (max-width:767px) and (min-width:480px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="ff1480f7-fbfc-77f2-8aaa-2309c5280118"] {display:none;}}@media (max-width:479px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="ff1480f7-fbfc-77f2-8aaa-2309c5280118"] {display:none;}}</style><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Oswald:200,300,400,500,600,700","Changa One:400,400italic","Bitter:400,700,400italic","Vollkorn:400,400italic,700,700italic"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400470693a659c_emory_nursing-favico.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400440e73a657a_emory_nursing-webclip.png" rel="apple-touch-icon"/><style>.anti-flicker-hide { opacity: 0 !important}</style><script type="text/javascript">(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;})(window,document.documentElement,'anti-flicker-hide','dataLayer',4000,{'OPT-M7SM9ZL':true});</script><script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-8562548-1"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-8562548-1', {'anonymize_ip': false, 'optimize_id': 'OPT-M7SM9ZL'});</script><script type="text/javascript">!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.agent='plwebflow';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init', '1030779870656574');fbq('track', 'PageView');</script><meta name="facebook-domain-verification" content="ig4916dnh11zmi8vr7cxndc7awcyvc" /> <script async="async" src="https://apply.nursing.emory.edu/ping">/**/</script> <script type="text/javascript"> _linkedin_partner_id = "4132169"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=4132169&fmt=gif" /> </noscript><script> let sectionSorterOrderList; let newOrder; function reOrderPageSections(orderedList){ console.log(orderedList) function getSectionByUniqueClass(className){ // this code assumes the classname only appears once on the page. Element ID is not used for various reasons, but it would be the better choice return document.getElementsByClassName(className)[0] } function removeAllChildNodes(parent) { while (parent.firstChild) { parent.removeChild(parent.firstChild); } } function pageOrderAssignment(list, sectionArray) { let reOrderedList = {}; let unAssignedSectionArray = []; sectionArray.forEach(section => { if (list[section.id]){ let sectionOrder = list[section.id] let tempSection = {[sectionOrder]:section} Object.assign(reOrderedList,tempSection); } else { unAssignedSectionArray.push(section) } }); let listEntryNumber = Object.keys(reOrderedList).pop(); unAssignedSectionArray.forEach(section=>{ listEntryNumber++; let tempSection = {[listEntryNumber]:section} Object.assign(reOrderedList,tempSection); }) return reOrderedList; } const pageSectionParent = getSectionByUniqueClass("page-section-group") const movableSections = Array.from(document.getElementsByClassName("main-content-section-wrapper")) console.log(movableSections) newOrder = pageOrderAssignment(orderedList,movableSections) removeAllChildNodes(pageSectionParent); Object.keys(newOrder).forEach(key=>{ pageSectionParent.append(newOrder[key]) }) } </script></head><body><div class="w-embed"><style> /* Adjust font display */ body { -webkit-font-smoothing: antialiased; /* Chrome, Safari */ -moz-osx-font-smoothing: grayscale; /* Firefox */ word-spacing: 0.015em; font-variant-numeric: tabular-nums; -moz-font-feature-settings: "tnum"; -webkit-font-feature-settings: "tnum"; font-feature-settings: "tnum"; } /* Fix iPhone zoom */ input, select { font-size: 100%; } /* Add CTA Arrow */ .featured-links p a::after, .news-slider a h5::after { content: ''; font-family: 'Font Awesome'; font-size: 23px; font-weight: 100; margin-left: 10px; display: inline; white-space: nowrap; bottom: -4px; position: relative; } @media only screen and (min-width: 1440px) { .featured-links p a::after, .news-slider a h5::after { content: ''; font-family: 'Font Awesome'; font-weight: 100; display: inline; white-space: nowrap; bottom: -.278vw; position: relative; font-size: 1.597vw; margin-left: .694vw; } } .news-slider a h5::after { color: #007DBA; } .cta::after { content: ''; font-family: 'Font Awesome'; font-size: 23px; font-weight: 100; margin-left: 10px; display: inline; white-space: nowrap; bottom: -4px; position: relative; } @media only screen and (min-width: 1440px) { .cta::after { content: ''; font-family: 'Font Awesome'; font-size: 1.597vw; font-weight: 100; margin-left: .694vw; display: inline; white-space: nowrap; bottom: -.278vw; position: relative; } } /* Add menu active states */ body.about-us div.about-us::after, body.academics-and-admissions div.academics-and-admissions::after, body.student-experience div.student-experience::after, body.research-and-initiatives div.research-and-initiatives::after { content: '•'; display: block; position: absolute; width: 100%; transform: translateY(-3px); left: 0px; color: #f1a931; } @media only screen and (min-width: 1440px) { body.about-us div.about-us::after, body.academics-and-admissions div.academics-and-admissions::after, body.student-experience div.student-experience::after, body.research-and-initiatives div.research-and-initiatives::after { content: '•'; display: block; position: absolute; width: 100%; transform: translateY(-.208vw); left: 0px; color: #f1a931; } } @media only screen and (max-width: 991px) { body.about-us div.about-us::after, body.academics-and-admissions div.academics-and-admissions::after, body.student-experience div.student-experience::after, body.research-and-initiatives div.research-and-initiatives::after { content: '•'; display: block; position: absolute; width: 100%; transform: translateX(0px); transform: translateY(0px); left: -1.786vw; color: #f1a931; } } @media only screen and (max-width: 767px) { body.about-us div.about-us::after, body.academics-and-admissions div.academics-and-admissions::after, body.student-experience div.student-experience::after, body.research-and-initiatives div.research-and-initiatives::after { content: '•'; display: block; position: absolute; width: auto; transform: translateX(0px); transform: translateY(0px); left: auto; right: 3.571vw; color: #f1a931; } } body.students div.students, body.faculty-and-staff div.faculty-and-staff, body.alumni div.alumni, body.health-systems-and-recruiters div.health-systems-and-recruiters { color: #f1a931; } body.students a.students, body.faculty-and-staff a.faculty-and-staff, body.alumni a.alumni, body.health-systems-and-recruiters a.health-systems-and-recruiters { color: #f1a931; } .nav-link---primary.w--current::after { content: '•'; display: block; position: absolute; margin: 0px auto; width: 100%; margin-left: -10px; transform: translateY(7px); } @media only screen and (min-width: 1440px) { .nav-link---primary.w--current::after { content: '•'; display: block; position: absolute; margin: 0px auto; width: 100%; margin-left: -.694vw; transform: translateY(7px); } } .floating-nav-link.w--current::after { content: '•'; display: block; position: absolute; color: #F2A900; top: 50%; right: -20px; transform: translateY(-50%); } @media only screen and (min-width: 1440px) { .floating-nav-link.w--current::after { content: '•'; display: block; position: absolute; color: #F2A900; top: 50%; right: -1.389vw; transform: translateY(-50%); } } /* Style lists */ ol.graphic-list > li { ; } ol.hero-list { list-style: none; counter-reset: li; } ol.hero-list > li::before { content: counter(li); color: #00339C; font-size: 15px; font-weight: 700; background-color: #fff; border-radius: 999px; width: 1em; margin-left: -1em; height: 50px; width: 50px; text-align: center; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; } @media only screen and (min-width: 1440px) { ol.hero-list > li::before { content: counter(li); color: #00339C; font-size: 1.042vw; font-weight: 700; background-color: #fff; border-radius: 999px; width: 1em; margin-left: -1em; height: 3.472vw; width: 3.472vw; text-align: center; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; } } ol.hero-list > li { counter-increment: li; position: relative; padding-left: 70px; } @media only screen and (min-width: 1440px) { ol.hero-list > li { padding-left: 4.861vw; } } ol.hero-list.alt > li::before { content: counter(li); color: #00339C; font-size: 15px; font-weight: 700; background-color: #e8eef4; border-radius: 999px; width: 1em; margin-left: -1em; height: 50px; width: 50px; text-align: center; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; } @media only screen and (min-width: 1440px) { ol.hero-list.alt > li::before { content: counter(li); color: #00339C; font-size: 1.042vw; font-weight: 700; background-color: #e8eef4; border-radius: 999px; width: 1em; margin-left: -1em; height: 3.472vw; width: 3.472vw; text-align: center; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; } } /* Wrap long e-mail addresses */ .email-wrap { overflow-wrap: break-word; } /* Fix: Blank grid cell */ .event-collection-list.w-row::before { display: none; } /* Event name caret */ a.event-title::after { content: '»'; padding-left: 10px; } @media only screen and (min-width: 1440px) { a.event-title::after { padding-left: .694vw; } } a.event-title.alt::after { content: ''; padding-left: 10px; } .process-item::after { content: ''; font-family: 'Font Awesome'; padding-left: 20px; padding-right: 20px; font-weight: 300; color: #0A7DB7; } @media only screen and (min-width: 1440px) { .process-item::after { content: ''; font-family: 'Font Awesome'; padding-left: 1.389vw; padding-right: 1.389vw; font-weight: 300; color: #0A7DB7; } } /* Homepage Nav Bar styling */ @media only screen and (min-width: 992px) { body.home .navbar { background-color: transparent; } body.home .vertical-logo-wrapper { display: block; } body.home .logo-wrapper { display: none; } } </style></div><div id="Nav-Bar" class="nav-bar-and-announcement-wrapper"><div class="site-wide-announcement-bar-wrapper"><div class="div-block-356"><div class="div-block-310"><div class="banner-content-wrapper"><div class="div-block-470"><div data-w-id="3b066183-eb2e-50fe-67a0-f56e5e62628a" class="banner-heading-wrapper button"><div class="banner-heading">2022 Commencement Information and Webcast</div><div class="div-block-312"><div class="text-block-81"></div></div></div></div><div class="banner-announcement-wrapper"><div class="banner-announcement"><div class="banner-announcment-padding"><div class="banner-announcement-content-wrapper"><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626294-b928968e" class="announcement-banner-image"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1).png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1)-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1)-p-800.png 800w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1)-p-1080.png 1080w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1)-p-1600.png 1600w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62790666b3562c13e07e1e4c_Icons-(1).png 1920w" alt="" class="image-65"/></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626296-b928968e" class="banner-message-text w-richtext"><p>Today marks the 177th Commencement Ceremonies at Emory University! After the activities at the Quandrangle, the Nell Hodgson Woodruff School of Nursing will host a Degree Candidate Recognition Ceremony at 11 a.m. at the Emory Student Center. All events will be streamed live.</p></div><a id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626299-b928968e" href="/specialevents" class="button w-button">Info and Webcast</a></div></div><div><div class="overlay---bottom-left"></div><div class="overlay---top-right"></div><div class="banner-announcement-background-image"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1dc6d970a97de0eb4942_nurse-OR.jpg" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1dc6d970a97de0eb4942_nurse-OR-p-500.jpeg 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1dc6d970a97de0eb4942_nurse-OR-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1dc6d970a97de0eb4942_nurse-OR.jpg 1400w" alt="" class="announcement-background-image"/></div><div class="banner-announcement-backgroun-tint"></div></div></div></div></div></div></div></div><div class="navigation-menu-wrapper background---dark-blue"><div data-w-id="3b066183-eb2e-50fe-67a0-f56e5e6262a2" class="nav-top"></div><div class="w-embed"><style> .w-nav-overlay { /* min-height: 800px; */ } /* Homepage Nav Bar styling */ @media only screen and (min-width: 992px) { body.home { /* overflow-x: hidden; max-width: 100vw; */ } body.home .navigation-menu-wrapper { background-color: rgba(0,0,0,0); } body.home .nav-vertical-logo-wrapper { display: block; } body.home .nav-horizontal-logo-wrapper { display: none; } } </style></div><div data-collapse="medium" data-animation="default" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="emory-nursing-navbar w-nav"><a href="#main" class="skip-link">Skip to Content<br/></a><div class="brand-wrapper"><a href="/" class="nav-horizontal-logo-wrapper w-inline-block"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b120124004484c3a6580_emory-nursing-logo.png" width="228" alt="" class="brand-image"/><div class="brand-image-alt-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv.png" width="228" sizes="(max-width: 991px) 100vw, (max-width: 1439px) 12vw, 10vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv-p-800.png 800w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv-p-1080.png 1080w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv-p-1600.png 1600w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6243ae73df38039d2e747605_EWoodruffNursing_shield_sq_rv.png 1650w" alt="" class="brand-image-alt"/></div></a><div class="nav-vertical-logo-wrapper alternative"><a href="/" class="link-block-14 w-inline-block"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b1201240045f973a6528_emory-nursing-logo-vertical.png" alt="" class="image-41"/></a></div></div><nav role="navigation" class="emory-nav-menu-shell w-nav-menu"><div class="emory-nav-menu-wrapper"><div class="nav-menu---tier-1-group"><div class="dropdown-wrapper"><div data-hover="false" data-delay="0" class="tier-1-dropdown-wrapper w-dropdown"><nav class="nav-menu-tier-1-header w-dropdown-toggle"><div class="nav-header-text">Students</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="nav-menu---tier-1-dropdown w-dropdown-list"><div class="nav-group-collection-tier-1"><div class="nav-menu---tier-1-collection"><div class="tier-1-nav-menu-list w-richtext"><ul role="list"><li><a href="https://emory.edu/forward"><strong>COVID-19 Info</strong></a></li><li><a href="https://www.nursing.emory.edu/resources/audience-guide-for-students"><strong>Resources</strong></a><a href="https://www.nursing.emory.edu/course-atlas"></a></li><li><a href="https://www.nursing.emory.edu/pages/registrar-resources"><strong>Registrar</strong></a></li><li><a href="https://www.nursing.emory.edu/pages/career-planning-and-services"><strong>Career Services</strong></a></li><li><a href="https://www.nursing.emory.edu/pages/student-services"><strong>Student Services</strong></a></li><li><a href="/health-and-wellness">Wellness</a></li></ul></div></div></div></nav></div><div data-hover="false" data-delay="0" class="tier-1-dropdown-wrapper w-dropdown"><nav class="nav-menu-tier-1-header w-dropdown-toggle"><div class="nav-header-text">Faculty &amp; Staff</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="nav-menu---tier-1-dropdown w-dropdown-list"><div class="nav-group-collection-tier-1"><div class="nav-menu---tier-1-collection"><div class="tier-1-nav-menu-list w-richtext"><ul role="list"><li><a href="https://www.emory.edu/forward/"><strong>COVID-19 Info</strong></a></li><li><a href="https://www.nursing.emory.edu/faculty-and-staff-directory"><strong>Directory</strong></a></li><li><a href="/enlc/emory-nursing-learning-center"><strong>Emory Nursing Learning Center</strong></a></li><li><a href="https://www.nursing.emory.edu/prospective-faculty-staff"><strong>Employment</strong></a></li><li><a href="/human-resources"><strong>Human Resources</strong></a></li><li><a href="https://www.nursing.emory.edu/resources/faculty-and-staff-resources"><strong>Resources</strong></a></li><li><a href="https://www.nursing.emory.edu/pages/become-a-preceptor"><strong>Preceptors</strong></a></li><li><a href="/health-and-wellness">Wellness</a></li></ul></div></div></div></nav></div><div data-hover="false" data-delay="0" class="tier-1-dropdown-wrapper w-dropdown"><nav class="nav-menu-tier-1-header w-dropdown-toggle"><div class="nav-header-text">Alumni</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="nav-menu---tier-1-dropdown w-dropdown-list"><div class="nav-group-collection-tier-1"><div class="nav-menu---tier-1-collection"><div class="tier-1-nav-menu-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/alumni-and-giving"><strong>Overview</strong></a></li><li><a href="https://www.nursing.emory.edu/alumni-and-giving#Section-1"><strong>Get Inspired</strong></a></li><li><a href="https://www.nursing.emory.edu/alumni-and-giving#Section-2"><strong>Get Involved</strong></a></li><li><a href="https://www.nursing.emory.edu/alumni-and-giving#Section-3"><strong>Get Invested</strong></a></li></ul></div></div></div></nav></div><div data-hover="false" data-delay="0" class="tier-1-dropdown-wrapper w-dropdown"><nav class="nav-menu-tier-1-header w-dropdown-toggle"><div class="nav-header-text">Nurses</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="nav-menu---tier-1-dropdown w-dropdown-list"><div class="nav-group-collection-tier-1"><div class="nav-menu---tier-1-collection"><div class="tier-1-nav-menu-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/emory-nursing-experience"><strong>Continuing Education</strong></a></li><li><a href="https://www.nursing.emory.edu/pages/become-a-preceptor"><strong>Become a Preceptor</strong></a></li><li><a href="https://www.nursing.emory.edu/pages/the-nurses-station"><strong>The Nurses Station</strong></a></li></ul></div></div></div></nav></div><div data-hover="false" data-delay="0" class="tier-1-dropdown-wrapper w-dropdown"><nav class="nav-menu-tier-1-header w-dropdown-toggle"><div class="nav-header-text">Recruiters</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="nav-menu---tier-1-dropdown w-dropdown-list"><div class="nav-group-collection-tier-1"><div class="nav-menu---tier-1-collection"><div class="tier-1-nav-menu-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/overview/health-systems-education"><strong>Educate Your Nurses</strong></a></li><li><a href="https://www.nursing.emory.edu/overview/partners"><strong>Partner with Us</strong></a></li><li><a href="https://www.nursing.emory.edu/overview/recruit"><strong>Recruit our Students</strong></a></li><li><a href="https://www.nursing.emory.edu/overview/health-systems-and-recruiters#Section-4"><strong>Clinical &amp; Educational Partnerships</strong></a></li><li><a href="https://www.nursing.emory.edu/emory-nursing-experience"><strong>Continuing Education</strong></a></li></ul></div></div></div></nav></div><a href="/enlc/emory-nursing-learning-center" class="tier-1-dropdown-wrapper w-inline-block"><div class="nav-menu-tier-1-header"><div class="nav-header-text">ENLC</div></div></a><a id="Show-Search" data-w-id="3b066183-eb2e-50fe-67a0-f56e5e62634c" href="#" class="search-button-wrapper hide---mobile w-button"></a></div><form action="/search" autocomplete="off" class="search w-form"><input class="search-input w-input" autocomplete="off" maxlength="256" name="query" placeholder="" type="search" id="search" required=""/><input type="submit" class="nav-search-button w-button" value=""/></form></div><div class="nav-menu---tier-2-group"><div class="dropdown-wrapper tier-2"><div data-hover="false" data-delay="0" class="dropdown-5 w-dropdown"><nav class="nav-menu-tier-2-header w-dropdown-toggle"><div class="nav-header-text">Admissions</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="tier-2-dropdown-content-wrapper w-dropdown-list"><div class="nav-dropdown-side-padding"><div class="tier-2-background-and-content-padding"><div class="nav-menu---tier-2-grid"><div><div class="nav-menu-subheading">Admissions</div><div href="" class="nav-link-list w-richtext"><ul role="list"><li><a href="/academics-and-admissions">Admissions Homepage</a></li><li><a href="/admissions-team">Admissions Team</a></li><li><a href="https://www.nursing.emory.edu/overview/financial-aid-and-scholarships">Financial Aid &amp; Scholarships</a></li><li><a href="/fellows">Fellowships</a></li><li><a href="https://www.nursing.emory.edu/pages/why-emory-nursing">Why Emory Nursing</a></li><li><a href="https://emorynursing.welcometocollege.com/pre-licensure-ambassadors">Meet Current Students</a></li><li><a href="https://www.nursing.emory.edu/pages/tuition">Tuition &amp; Fees</a></li><li><a href="https://www.nursing.emory.edu/frequently-asked-questions-category-collections/admissions">Frequently Asked Questions</a></li><li><a href="https://www.nursing.emory.edu/pages/application-tips">Application Guide &amp; Tips</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626375-b928968e"><div class="nav-menu-subheading">Student Experience</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/living-in-atlanta">Living in Atlanta</a></li><li><a href="https://www.nursing.emory.edu/pages/student-services">Student Services</a></li><li><a href="https://www.nursing.emory.edu/pages/accessibility-services">Accessibility Services</a></li><li><a href="https://www.nursing.emory.edu/pages/student-life-traditions">Traditions</a></li><li><a href="https://www.nursing.emory.edu/overview/clubs-and-organizations">Clubs &amp; Organizations</a></li><li><a href="https://www.nursing.emory.edu/overview/service-learning">Service Learning</a></li><li><a href="https://www.nursing.emory.edu/pages/career-planning-and-services">Career Planning</a></li><li><a href="https://www.nursing.emory.edu/pages/simulation-center">Simulation Center</a></li><li><a href="https://www.nursing.emory.edu/pages/clinical-collaborations">Clinical Experiences</a></li><li>‍</li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626397-b928968e" class="nav-menu-highlight"><div class="nav-menu-highlight-label">Now Accepting Applications</div><div class="nav-menu-highlight-image-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6213cdf591f4e8e2255b7ff5_news%20feature%20templates%20(600%20%C3%97%20400%20px).png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6213cdf591f4e8e2255b7ff5_news%20feature%20templates%20(600%20%C3%97%20400%20px)-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/6213cdf591f4e8e2255b7ff5_news%20feature%20templates%20(600%20%C3%97%20400%20px).png 600w" alt=""/></div><a href="https://news.emory.edu/stories/2022/01/son_psych_mental_health/story.html" class="nav-menu-highlight-link-block w-inline-block"><h3 class="navigation-menu-highlight-heading">Emory To Launch New Programs Training Mental Health Nurses</h3><div class="nav-menu-hightlight-text">Shortages of qualified mental health professionals are at crisis levels, nationally. According to Mental Health America (2021) Georgia ranks last in the nation in access to mental health care. The Nell Hodgson Woodruff School of Nursing at Emory University plans to launch postgraduate and doctoral programs to train psychiatric nurse practitioners to provide expert mental health care.</div></a></div><div><div class="nav-menu-subheading">Degree Programs</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/academics-and-admissions#Bachelors-Programs">Bachelor&#x27;s/Pre-Licensure Programs</a></li><li><a href="https://www.nursing.emory.edu/academics-and-admissions#Accelerated-Programs">Accelerated Programs</a></li><li><a href="https://www.nursing.emory.edu/academics-and-admissions#MSN-Flex-APRN-Specialties">Master&#x27;s/Post-Licensure Programs</a></li><li><a href="https://www.nursing.emory.edu/academics-and-admissions#Doctoral-Programs">Doctoral Programs</a></li></ul></div></div></div><div class="nav-menu-footer"><div class="nav-menu-footer-text">Not sure where to begin? Answer a few questions and let us help guide you. Become a nurse and change the world.</div><a href="https://www.nursing.emory.edu/academics-and-admissions" class="button invert margin-left---auto w-button">lEARN mORE</a></div></div></div></nav></div><div data-hover="false" data-delay="0" class="dropdown-5 w-dropdown"><nav class="nav-menu-tier-2-header w-dropdown-toggle"><div class="nav-header-text">Academics</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="tier-2-dropdown-content-wrapper w-dropdown-list"><div class="nav-dropdown-side-padding"><div class="tier-2-background-and-content-padding"><div class="nav-menu---tier-2-grid"><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e6263c2-b928968e"><div class="nav-menu-subheading">Bachelor&#x27;s/Pre-Licensure Programs</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/program-details/bsn-transfer-option">Transfer Students</a></li><li><a href="https://www.nursing.emory.edu/program-details/freshman-option-emory-and-oxford-students">Emory &amp; Oxford Students</a></li><li><a href="https://emory.edu/">Emory Website</a></li><li><a href="https://www.emory.edu/home/admission/financial-aid.html">Office of Financial Aid</a></li><li><a href="https://www.emory.edu/home/explore/life/index.html">Life at Emory</a></li><li><a href="https://www.emory.edu/home/admission/undergraduate.html">Undergraduate Admissions</a></li></ul></div></div><div><div class="nav-menu-subheading">Accelerated Programs</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/program-details/distance-accelerated-bsn">Distance-Accelerated BSN</a></li><li><a href="/program-details/mn-fall-start">Master of Nursing (MN) Fall Start (Pre-licensure program)</a></li><li><a href="/program-details/mn-spring-start">Master of Nursing (MN) Spring Start (Pre-licensure program)</a></li><li><a href="https://www.nursing.emory.edu/program-details/mn-msn">MN Pathway to MSN or DNP</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e6263ea-b928968e"><div class="nav-menu-subheading"><strong>Master&#x27;s/Post-Graduate Certificate Programs</strong></div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/program-details/adult-gerontology-acute-care">Adult/Gerontology Acute Care Nurse Practitioner</a></li><li><a href="https://nursing.emory.edu/program-details/adult-gerontology-primary-care-nurse-practitioner">Adult/Gerontology Primary Care Nurse Practitioner</a></li><li><a href="https://www.nursing.emory.edu/program-details/family-nurse-practitioner">Family Nurse Practitioner</a></li><li><a href="/program-details/emergency-nurse-practitioner">Family/Emergency Nurse Practitioner</a></li><li><a href="/program-details/master-in-cardiovascular-perfusion-science">Master in Cardiovascular Perfusion Science</a></li><li><a href="https://www.nursing.emory.edu/program-details/neonatal-nurse-practitioner">Neonatal Nurse Practitioner</a></li><li><a href="https://www.nursing.emory.edu/program-details/pediatric-acute-care-nurse-practitioner">Pediatric Acute Care Nurse Practitioner</a></li><li><a href="https://www.nursing.emory.edu/program-details/pediatric-primary-care-nurse-practitioner">Pediatric Primary Care Nurse Practitioner</a></li><li><a href="https://www.nursing.emory.edu/program-details/psychiatric-mental-health">Psychiatric Mental Health Nurse Practitioner</a></li><li><a href="https://www.nursing.emory.edu/program-details/womens-health-nurse-practitioner">Women&#x27;s Health/Gender-Related Nurse Practitioner</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e62640b-b928968e"><div class="nav-menu-subheading"><strong>Dual-Degree Programs</strong></div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/program-details/msn-ma-in-bioethics-dual-degree-program">MSN-MA in Bioethics</a></li><li><a href="https://www.nursing.emory.edu/program-details/msn-mph-dual-degree-program">MSN-MPH </a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626417-b928968e"><div class="nav-menu-subheading">Doctoral Programs/Specialties</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/program-details/post-rn-dnp">Post BSN DNP / Post MN DNP</a></li><li><a href="https://www.nursing.emory.edu/program-details/post-masters-dnp">Post-Masters DNP</a></li><li><a href="https://www.nursing.emory.edu/program-details/dnp-nurse-anesthesia-program">DNP, Nurse Anesthesia (CRNA)</a></li><li><a href="https://www.nursing.emory.edu/program-details/doctor-of-philosophy-in-nursing">Doctor of Philosophy in Nursing PhD</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626428-b928968e"><div class="nav-menu-subheading">Continuing Education</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/emory-nursing-experience">Emory Nursing Experience</a></li><li><a href="https://www.nursing.emory.edu/wocnec-draft">Wound, Ostomy &amp; Continence Nursing Education Center (WOCNEC)</a></li></ul></div></div></div><div class="nav-menu-footer"><div class="nav-menu-footer-text">As a leader in the development of innovative educational programs and teaching-learning methods, the School of Nursing values the intersection of research and practice</div><a href="https://www.nursing.emory.edu/academics-and-admissions" class="button invert margin-left---auto w-button">lEARN mORE</a></div></div></div></nav></div><div data-hover="false" data-delay="0" class="dropdown-5 w-dropdown"><nav class="nav-menu-tier-2-header w-dropdown-toggle"><div class="nav-header-text">Faculty &amp; Research</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="tier-2-dropdown-content-wrapper w-dropdown-list"><div class="nav-dropdown-side-padding"><div class="tier-2-background-and-content-padding"><div class="groups-wrapper"><div class="nav-group"></div></div><div class="nav-menu---tier-2-grid"><div><div class="nav-menu-subheading">Research</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/overview/office-of-nursing-research">Office of Nursing Research</a></li><li><a href="https://www.nursing.emory.edu/overview/partners">Research Collaborations</a></li><li><a href="https://www.nursing.emory.edu/pages/impactful-student-research">Student Research</a></li><li><a href="https://www.nursing.emory.edu/faculty-and-staff-directory">Faculty Directory</a></li><li><a href="https://nursing.emory.edu/prospective-faculty-staff">Job Opportunities</a></li></ul></div></div><div><div class="nav-menu-subheading">Centers</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/pages/center-for-data-science">Center for Data Science</a></li><li><a href="http://www.nursing.emory.edu/initiatives/center-for-healthcare-history-and-policy">Center for Healthcare History &amp; Policy</a></li><li><a href="/center-for-nursing-excellence-in-palliative-care">Center for Palliative Care</a></li><li><a href="/initiatives/georgia-nursing-workforce-center">Georgia Nursing Workforce Center</a></li><li><a href="/lillian-carter-center/lcc">Lillian Carter Center</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e62646a-b928968e" class="nav-menu-highlight"><div class="nav-menu-highlight-label">IN THE NEWS</div><div class="nav-menu-highlight-image-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b8f4b5de91d9a78fe4e01_6218fe315591eab147bdeae2_news%20feature%20templates%20(600%20%C3%97%20400%20px)%20(3).png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b8f4b5de91d9a78fe4e01_6218fe315591eab147bdeae2_news%20feature%20templates%20(600%20%C3%97%20400%20px)%20(3)-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b8f4b5de91d9a78fe4e01_6218fe315591eab147bdeae2_news%20feature%20templates%20(600%20%C3%97%20400%20px)%20(3).png 600w" alt=""/></div><a href="https://fb.watch/boJ_0FBL_Y/" class="nav-menu-highlight-link-block w-inline-block"><h3 class="navigation-menu-highlight-heading"><strong>Emory’s Open Door For Latinx Youth</strong></h3><div class="nav-menu-hightlight-text">In eight short years, Roxana Chicas progressed from being an Atlanta community college student to what she is today—an assistant professor at the School of Nursing.</div></a></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e626475-b928968e"><div class="nav-menu-subheading">Initiatives</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.nursing.emory.edu/initiatives/arrow">Atlanta&#x27;s Resiliency Resource for Frontline Workers (ARROW)</a></li><li><a href="https://www.nursing.emory.edu/overview/capacity">CAPACITY</a></li><li><a href="http://www.nursing.emory.edu/initiatives/charter">Center for Children&#x27;s Health Assessment, Research Translation, and Combating Environmental Racism (CHARTER)</a></li><li><a href="https://www.nursing.emory.edu/overview/c-chem2">Center for Children&#x27;s Health, the Environment, the Microbiome, and Metabolomics</a></li><li><a href="https://www.nursing.emory.edu/overview/center-for-the-study-of-symptom-science-metabolomics-and-multiple-chronic-conditions">Center for the Study of Symptom Science, Metabolomics, &amp; Multiple Chronic Conditions</a></li><li><a href="https://steviep42.github.io/eclair/">ECLAIR - Intelligent Candidate to Job Matching</a></li><li><a href="https://www.nursing.emory.edu/initiatives/emory-in-motion">Emory InMotion</a></li><li><a href="https://www.emorycaregiving.org/">Emory Roybal Center for Caregiving Mastery</a></li><li><a href="https://www.nursing.emory.edu/overview/emory-ethiopia-partnership">Ethiopia Partnership</a></li><li><a href="/imc">Integrated Memory Care</a></li><li><a href="https://news.emory.edu/stories/2018/04/nursing_nhcgne/campus.html">National Hartford Center of Gerontological Nursing Excellence</a></li><li><a href="/pehsu/home">PEHSU</a></li><li><a href="https://www.nursing.emory.edu/pages/primary-care-residency-for-new-nps">Primary Care Residency</a></li><li><a href="https://www.nursing.emory.edu/overview/project-nell">Project NeLL</a></li><li><a href="https://www.nursing.emory.edu/pages/southeastern-pediatric-environmental-health-specialty-unit">Southeastern Pediatric Environmental Health Specialty Unit</a></li><li><a href="https://www.nursing.emory.edu/overview/t32-nurse-scientist-training-grant">T32 Women’s Health and Intersectionality Training Grant</a></li><li><a href="https://www.nursing.emory.edu/initiatives/girasoles">The Girasoles (Sunflower) Research Program</a></li></ul></div></div></div><div class="nav-menu-footer"><div class="nav-menu-footer-text">The Nell Hodgson Woodruff School of Nursing is among the top five nursing schools in the U.S. in funding from the National Institutes of Health (NIH).</div><a href="https://www.nursing.emory.edu/office-of-nursing-research" class="button invert margin-left---auto w-button">lEARN mORE</a></div></div></div></nav></div><div data-hover="false" data-delay="0" class="dropdown-5 w-dropdown"><nav class="nav-menu-tier-2-header w-dropdown-toggle"><div class="nav-header-text">Global</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="tier-2-dropdown-content-wrapper w-dropdown-list"><div class="nav-dropdown-side-padding"><div class="tier-2-background-and-content-padding"><div class="groups-wrapper"><div class="nav-group"></div></div><div class="nav-menu---tier-2-grid"><div><div class="nav-menu-subheading">Lillian Carter Center</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="/lillian-carter-center/lcc">LCC Home Page</a></li><li><a href="/lillian-carter-center/emory-research">Nursing Research in Global Health</a></li><li><a href="/lillian-carter-center/service-learning-immersion-hub">Service Learning and Social Responsibility</a></li><li><a href="/lillian-carter-center/global-engagement">Global Engagement</a></li><li><a href="http://www.emorynursingnow.com/">Emory Nursing Now Blog</a></li><li><a href="https://www.nursing.emory.edu/pages/research#Section-4">Farmworker Family Health Program</a></li></ul></div></div><div id="w-node-_3b066183-eb2e-50fe-67a0-f56e5e6264d0-b928968e" class="nav-menu-highlight"><div class="nav-menu-highlight-label">Webcasts</div><div class="nav-menu-highlight-image-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b93f4bc530025beb81df8_6218ffdb2fc59e52ba899bb4_2.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b93f4bc530025beb81df8_6218ffdb2fc59e52ba899bb4_2-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b93f4bc530025beb81df8_6218ffdb2fc59e52ba899bb4_2.png 600w" alt=""/></div><a href="https://nursing.emory.edu/bcn" class="nav-menu-highlight-link-block w-inline-block"><h3 class="navigation-menu-highlight-heading"><strong>Future Of Nursing Workforce</strong></h3><div class="nav-menu-hightlight-text">Emory’s Nell Hodgson Woodruff School of Nursing and Goizueta Business School cohosted the Business Case for Nursing Summit on March 22, an opportunity to hear from experts in health care operations, business and nursing care.</div></a></div></div><div class="nav-menu-footer"><div class="nav-menu-footer-text">The School of Nursing promotes optimal health and wellness for all by creating, changing, and leading through teaching, discovery, practice, and social action in local and global communities.</div><a href="https://www.nursing.emory.edu/about-us#Section-2" class="button invert margin-left---auto w-button">Learn More</a></div></div></div></nav></div><div data-hover="false" data-delay="0" class="dropdown-5 w-dropdown"><nav class="nav-menu-tier-2-header w-dropdown-toggle"><div class="nav-header-text">About</div><div class="linktype-icon-wrapper"><div class="linktype-icon"></div></div></nav><nav class="tier-2-dropdown-content-wrapper w-dropdown-list"><div class="nav-dropdown-side-padding"><div class="tier-2-background-and-content-padding"><div class="nav-menu---tier-2-grid"><div><div class="nav-menu-subheading">About Us</div><div href="" class="nav-link-list w-richtext"><ul role="list"><li><a href="http://www.nursing.emory.edu/about-us">About Page</a></li><li><a href="https://www.nursing.emory.edu/pages/fast-facts">Fast Facts</a></li><li><a href="https://www.nursing.emory.edu/pages/leadership">Leadership</a></li><li><a href="https://www.nursing.emory.edu/resources/diversity-equity-and-inclusion">Diversity</a></li><li><a href="https://www.nursing.emory.edu/pages/history-and-traditions">History</a></li><li><a href="https://www.nursing.emory.edu/pages/visitor-information">Visitor Info</a></li><li><a href="https://www.nursing.emory.edu/pages/contact">Contact</a></li><li><a href="https://www.nursing.emory.edu/pages/accreditation">Accreditation</a></li><li><a href="/enlc/emory-nursing-learning-center">Emory Nursing Learning Center</a></li></ul></div></div><div><div class="nav-menu-subheading">Emory University</div><div class="nav-link-list w-richtext"><ul role="list"><li><a href="https://www.emory.edu/">University Website</a></li><li><a href="https://www.emory.edu/home/explore/about-emory.html">About Emory</a></li><li><a href="https://www.emory.edu/home/explore/emory-profile/index.html">Emory Profile</a></li><li><a href="https://www.emory.edu/home/explore/atlanta-community/index.html">Atlanta &amp; Community</a></li><li><a href="https://www.emory.edu/home/explore/life/index.html">Life at Emory</a></li><li><a href="https://www.emory.edu/home/explore/administration.html">University Administration</a></li><li><a href="https://www.emory.edu/home/explore/reports.html">University Reports</a></li><li><a href="https://www.emory.edu/home/explore/history-traditions.html">Emory History</a></li></ul></div></div><div class="nav-menu-highlight"><div class="nav-menu-highlight-label">IN THE NEWS</div><div class="nav-menu-highlight-image-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b97befda537f9c18bbca2_620d553b2f6f776f3a2ad11c_9.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b97befda537f9c18bbca2_620d553b2f6f776f3a2ad11c_9-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/639b97befda537f9c18bbca2_620d553b2f6f776f3a2ad11c_9.png 600w" alt=""/></div><a href="https://news.emory.edu/stories/2022/02/son-nih-award/story.html" class="nav-menu-highlight-link-block w-inline-block"><h3 class="navigation-menu-highlight-heading"><strong>NIH Awards $4 Million Grant To Improve Health In Diverse Communities</strong></h3><div class="nav-menu-hightlight-text">With this grant, an Emory-led team of environmental health scientists and health communication experts from the University of Georgia will join forces to translate important environmental health research findings to key stakeholders in the community, academia and health care systems through the newly created Center for Children’s Health Assessment, Research Translation and Combating Racism.</div></a></div></div><div class="nav-menu-footer"><div class="nav-menu-footer-text">As one of the top nursing schools in the nation, the Nell Hodgson Woodruff School of Nursing commits to educating visionary nurse leaders and scholars</div><a href="https://www.nursing.emory.edu/about-us" class="button invert margin-left---auto w-button">Learn More</a></div></div></div></nav></div><a href="http://www.nursing.emory.edu/news-archive" class="dropdown-5 w-inline-block"><div class="nav-menu-tier-2-header"><div class="nav-header-text">News</div></div></a><a href="/pages/events-calendar" class="dropdown-5 w-inline-block"><div class="nav-menu-tier-2-header"><div class="nav-header-text">Events</div></div></a><div class="dropdown-5"><a href="https://together.emory.edu/give/checkout?&amp;aid=76211901.06626602.10350001.03135002&amp;appeal=w0son&amp;utm_medium=referral&amp;utm_source=s-u-website&amp;utm_campaign=giving-links" class="w-inline-block"><div class="nav-button"><div class="nav-header-text">GIVING</div><div class="linktype-icon-wrapper"></div></div></a></div></div></div></div></nav><div class="menu-button-3 w-nav-button"><div class="w-icon-nav-menu"></div></div></div><div id="main" class="main-skip"></div><div class="return-to-top-wrapper"><a href="#Nav-Bar" class="to-top-button w-button"></a></div></div></div><div><div class="nav-dropdown-wrapper"><div class="breadcrumb-text">Program:</div><div data-hover="false" data-delay="0" class="dropdown-4 w-dropdown"><div class="dropdown-toggle-2 w-dropdown-toggle"><div class="breadcrumb-text current-program">DNP, Nurse Anesthesia Program</div><div class="icon-6 w-icon-dropdown-toggle"></div></div><nav class="dropdown-list-2 w-dropdown-list"><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><a href="/program-details/adult-gerontology-acute-care" class="breadcrumb-text w-dropdown-link">Adult-Gerontology Acute Care</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/adult-gerontology-primary-care-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Adult-Gerontology Primary Care Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/bsn-transfer-option" class="breadcrumb-text w-dropdown-link">BSN Transfer Option</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/distance-accelerated-bsn" class="breadcrumb-text w-dropdown-link">Distance Accelerated BSN</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/doctor-of-philosophy-in-nursing" class="breadcrumb-text w-dropdown-link">Doctor of Philosophy in Nursing (PhD)</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/freshman-option-emory-and-oxford-students" class="breadcrumb-text w-dropdown-link">Emory and Oxford Students</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/family-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Family Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/emergency-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Family/Emergency Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/high-school-students" class="breadcrumb-text w-dropdown-link">High School Students</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/msn-ma-in-bioethics-dual-degree-program" class="breadcrumb-text w-dropdown-link">MSN-MA in Bioethics Dual Degree Program</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/msn-mph-dual-degree-program" class="breadcrumb-text w-dropdown-link">MSN-MPH Dual Degree Program</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/master-in-cardiovascular-perfusion-science" class="breadcrumb-text w-dropdown-link">Master in Cardiovascular Perfusion Science</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/master-of-nursing-pathway-to-msn" class="breadcrumb-text w-dropdown-link">Master of Nursing (MN) Pathway to Master of Science in Nursing (MSN)</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/mn-fall-start" class="breadcrumb-text w-dropdown-link">Master of Nursing Fall Start (Pre-Licensure Program)</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/mn-spring-start" class="breadcrumb-text w-dropdown-link">Master of Nursing Spring Start (Pre-Licensure Program)</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/neonatal-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Neonatal Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/pediatric-acute-care-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Pediatric Acute Care Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/pediatric-primary-care-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Pediatric Primary Care Nurse Practitioner</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/post-rn-dnp" class="breadcrumb-text w-dropdown-link">Post BSN DNP / Post MN DNP </a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/post-masters-dnp" class="breadcrumb-text w-dropdown-link">Post-Masters DNP</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/psychiatric-mental-health" class="breadcrumb-text w-dropdown-link">Psychiatric Mental Health</a></div><div role="listitem" class="w-dyn-item"><a href="/program-details/womens-health-nurse-practitioner" class="breadcrumb-text w-dropdown-link">Women’s Health/Gender-Related Nurse Practitioner</a></div></div></div></nav></div></div></div><div id="Page-Home" class="hero-image-group-wrapper"><div class="w-dyn-list"><script type="text/x-wf-template" id="wf-template-68d1ee64-d393-03e4-8e33-13a4ffac5620">%3Cdiv%20role%3D%22listitem%22%20class%3D%22image-wrapper---hero-image-group%20w-dyn-item%20w-dyn-repeater-item%22%3E%3Cimg%20src%3D%22https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624f37cab8837715a4216150_Untitled%2520design%2520(1).jpeg%22%20loading%3D%22lazy%22%20alt%3D%22%22%20sizes%3D%22100vw%22%20srcset%3D%22https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624f37cab8837715a4216150_Untitled%2520design%2520(1)-p-500.jpeg%20500w%2C%20https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624f37cab8837715a4216150_Untitled%2520design%2520(1)-p-800.jpeg%20800w%2C%20https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624f37cab8837715a4216150_Untitled%2520design%2520(1)-p-1600.jpeg%201600w%2C%20https%3A%2F%2Fcdn.prod.website-files.com%2F5f11b12012400490893a64ea%2F624f37cab8837715a4216150_Untitled%2520design%2520(1).jpeg%201920w%22%20class%3D%22hero-images%22%2F%3E%3C%2Fdiv%3E</script><div role="list" class="hero-image-group w-dyn-items"><div role="listitem" class="image-wrapper---hero-image-group w-dyn-item w-dyn-repeater-item"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f37cab8837715a4216150_Untitled%20design%20(1).jpeg" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f37cab8837715a4216150_Untitled%20design%20(1)-p-500.jpeg 500w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f37cab8837715a4216150_Untitled%20design%20(1)-p-800.jpeg 800w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f37cab8837715a4216150_Untitled%20design%20(1)-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f37cab8837715a4216150_Untitled%20design%20(1).jpeg 1920w" class="hero-images"/></div><div role="listitem" class="image-wrapper---hero-image-group w-dyn-item w-dyn-repeater-item"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e2054ce725d4a8b67d242_0102901-13KH-F034-_MAN_.jpg" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e2054ce725d4a8b67d242_0102901-13KH-F034-_MAN_-p-500.jpeg 500w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e2054ce725d4a8b67d242_0102901-13KH-F034-_MAN_-p-1080.jpeg 1080w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e2054ce725d4a8b67d242_0102901-13KH-F034-_MAN_-p-1600.jpeg 1600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e2054ce725d4a8b67d242_0102901-13KH-F034-_MAN_-p-2000.jpeg 2000w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e2054ce725d4a8b67d242_0102901-13KH-F034-_MAN_-p-2600.jpeg 2600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624e2054ce725d4a8b67d242_0102901-13KH-F034-_MAN_.jpg 3072w" class="hero-images"/></div><div role="listitem" class="image-wrapper---hero-image-group w-dyn-item w-dyn-repeater-item"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f3824d519907fa275aeef_Untitled%20design%20(14).png" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f3824d519907fa275aeef_Untitled%20design%20(14)-p-500.png 500w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f3824d519907fa275aeef_Untitled%20design%20(14)-p-800.png 800w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f3824d519907fa275aeef_Untitled%20design%20(14)-p-1080.png 1080w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f3824d519907fa275aeef_Untitled%20design%20(14)-p-1600.png 1600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/624f3824d519907fa275aeef_Untitled%20design%20(14).png 1920w" class="hero-images"/></div><div role="listitem" class="image-wrapper---hero-image-group w-dyn-item w-dyn-repeater-item"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/631a6b63c8ea86b929f3768c_6.jpg" loading="lazy" alt="" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/631a6b63c8ea86b929f3768c_6-p-500.jpg 500w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/631a6b63c8ea86b929f3768c_6-p-800.jpg 800w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/631a6b63c8ea86b929f3768c_6-p-1080.jpg 1080w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/631a6b63c8ea86b929f3768c_6-p-1600.jpg 1600w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/631a6b63c8ea86b929f3768c_6-p-2000.jpg 2000w, https://cdn.prod.website-files.com/5f11b12012400490893a64ea/631a6b63c8ea86b929f3768c_6.jpg 2508w" class="hero-images"/></div></div><div class="hide-empty-state w-dyn-hide w-dyn-empty"><div>No items found.</div></div></div><div class="hero-image-group single-image w-condition-invisible"><div class="image-wrapper---hero-image-group"><img src="" loading="lazy" alt="" class="hero-images w-dyn-bind-empty"/></div><div style="background-image:none" class="div-block-451"></div></div></div><div class="vertical-offset-small-wrapper"><div class="main-content-wrapper"><div class="main-content-heading-section"><div class="information-box"><h1 class="heading-48">DNP, Nurse Anesthesia Program</h1><div class="bar spacing---small"></div><div class="div-block-417"><div class="rich-text-block-25 w-richtext"><p>The DNP, Nurse Anesthesia Program is a 36-month (9 semester), 89-credit hour, full-time residential program. Graduates earn a Doctor of Nursing Practice degree with a specialty in nurse anesthesia. Nurse anesthesia students are educated for the full scope of practice. The DNP program provides students with a foundation of business, leadership, and practice skills to expand their practice on graduation. This new program began in August 2017. The program is accredited by the Southern Association of Colleges and Schools Commission on Colleges (SACSCOC) and the <a href="https://www.coacrna.org/">Council on Accreditation of Nurse Anesthesia Educational Programs</a> (COA). </p><div class="w-embed"><style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;} .tg td{border-color:black;border-style:solid;border-width:0px;font-family:Arial, sans-serif;font-size:14px; overflow:hidden;padding:10px 5px;word-break:normal;} .tg th{border-color:black;border-style:solid;border-width:0px;font-family:Arial, sans-serif;font-size:14px; font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;} .tg .tg-n3si{border-color:#201f1e;font-family:inherit;font-size:medium;text-align:center;vertical-align:top} .tg .tg-oagv{border-color:#201f1e;font-style:italic;font-weight:bold;text-align:center;vertical-align:top} .tg .tg-1u80{border-color:#201f1e;font-family:inherit;font-size:medium;text-align:left;vertical-align:top} .tg .tg-ixos{border-color:#201f1e;font-family:inherit;font-size:medium;font-style:italic;font-weight:bold;text-align:center; vertical-align:top} .tg .tg-l45a{border-color:#201f1e;font-family:inherit;font-size:medium;font-style:italic;font-weight:bold;text-align:center; vertical-align:top} .tg .tg-0asx{border-color:#201f1e;text-align:left;vertical-align:top} .tg .tg-v6gj{border-color:#201f1e;font-style:italic;font-weight:bold;text-align:left;vertical-align:top} .tg .tg-brun{border-color:#201f1e;text-align:center;vertical-align:top} @media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}</style> <div class="tg-wrap"><table class="tg"> <thead> <tr> <th class="tg-l45a"><span style="font-weight:inherit;font-style:inherit;color:inherit"></span></th> <th class="tg-ixos"><span style="font-weight:inherit;font-style:inherit;color:inherit">First Time NCE<br> Pass Rate</span></th> <th class="tg-l45a"><span style="font-weight:inherit;font-style:inherit;color:inherit">Second Time NCE<br> Pass Rate </span></th> <th class="tg-l45a"><span style="font-weight:inherit;font-style:inherit;color:inherit">Employment Within 6<br> Months Of Graduation </span></th> <th class="tg-l45a"><span style="font-weight:inherit;font-style:inherit;color:inherit">Attrition Rate</span></th> </tr> </thead> <tbody> <tr> <td class="tg-1u80"><span style="font-weight:inherit;font-style:inherit;color:inherit">Class Of 2020</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">90%</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">100%</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">100%</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">0%</span></td> </tr> <tr> <td class="tg-1u80"><span style="font-weight:inherit;font-style:inherit;color:inherit">Class Of 2021</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">100% </span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">-</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">100%</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">10%</span></td> </tr> <tr> <td class="tg-1u80"><span style="font-weight:inherit;font-style:inherit;color:inherit">Class Of 2022</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">93%</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">100%</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">100%</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">6.7%</span></td> </tr> <tr> <td class="tg-1u80"><span style="font-weight:inherit;font-style:inherit;color:inherit">Class Of 2023</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">87%</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">100%</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">100%</span></td> <td class="tg-n3si"><span style="font-weight:inherit;font-style:inherit;color:inherit">6.67%</span></td> </tr> </tbody> </table></div></div><p>‍</p><p>Council on Accreditation of Nurse Anesthesia Educational Programs (COA)</p><p>10275 W. Higgins Rd., Suite 906<br/>Rosemont, Ill. 60068-5603<br/><br/>Main Number: 224-275-9130<br/>Fax: 847-692-7137<br/>Email: <a href="mailto:accreditation@coacrna.org"><strong>accreditation@coacrna.org</strong></a></p></div><div class="heading-side-content"><div class="div-block-418"><div class="heading-section-sticky-button-box"><a href="https://apply.nursing.emory.edu/register/info-request" class="heading-box-button button solid-background w-button">Request Info</a><a href="https://apply.nursing.emory.edu/apply/" class="heading-box-button button solid-background w-button">Apply Now</a></div><div class="div-block-403 w-condition-invisible"><img src="" loading="lazy" alt="" class="image-58 w-dyn-bind-empty"/></div></div></div></div></div></div><div class="page-section-group"><div id="overview" class="main-content-section-wrapper"><h2 class="thin">Overview</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_50beb31a-f80b-4018-412a-3f23c5d1910f-3cfd3f4f" class="main-section-content w-richtext"><ul role="list"><li>Georgia has 25 percent fewer certified registered nurse anesthetists (CRNAs) than the national average.</li><li>CRNAs are the primary providers of anesthesia care in rural America, enabling healthcare facilities in medically underserved areas to offer anesthesia services.</li><li>By 2022, all students admitted to anesthesia programs will be required to graduate with a doctoral degree.</li><li>100% first time NCE pass rate for the Class of 2021</li><li>90% first time NCE pass rate for the Class of 2020; 100% second time NCE pass rate for the Class of 2020</li></ul><p>‍<strong>CLINICAL EXPERIENCE</strong></p><p>Students will train in a variety of clinical settings amassing a wide range of clinical experiences. Students will complete more than 2,500 supervised clinical hours in addition to simulated experiences in our state-of-the-art laboratory. Clinical sites include in-patient and out-patient settings in the greater Atlanta and surrounding areas with experiences at major medical centers and at rural sites.</p><h6>DNP HANDBOOK</h6><p><a href="/emory-resources/2022-2023-dnp-handbook"><strong>Click here</strong></a> to download a copy of the DNP handbook.</p></div><div id="w-node-_50beb31a-f80b-4018-412a-3f23c5d19125-3cfd3f4f" class="offset-section-side-content-wrapper"><div class="sticky-on-desktop"><div class="side-content w-richtext"><p><strong>Kelly L. Wiltse Nicely, PhD, CRNA, FAANA</strong><br/>Program Director, Nurse Anesthesia<br/><a href="mailto:kelly.wiltse.nicely@emory.edu">kelly.wiltse.nicely@emory.edu</a></p><p><strong>Erica Moore, DNP, CRNA</strong><br/>Assistant Program Director, Nurse Anesthesia<br/><a href="mailto:erica.moore@emory.edu">erica.moore@emory.edu</a></p><p><strong>Teresa Warren, MHA<br/>‍</strong>Senior Program Coordinator<br/>‍<a href="mailto:crnaquestions@emory.edu">crnaquestions@emory.edu</a></p></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="distinguishing-icons" class="main-content-section-wrapper flexible background---transparent"><div class="icon-highlights"><div class="highlight-fullspan-background"></div><div class="padding---extra-small"><div class="icon-group-wrapper"><div class="icon-card"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/61ef0130a5e689bbbb93c38f_finanical%20aid%20icon.png" loading="lazy" alt="" class="icon-image"/><div class="icon-content"><h3 class="icon-heading">Financial Aid</h3><div class="icon-blurb">More than 92 percent of the students in the School of Nursing receive some type of financial assistance.</div></div></div><div class="icon-card"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/61ef01392b7f46fe1e02a655_clinical%20placement%20icon.png" loading="lazy" alt="" class="icon-image"/><div class="icon-content"><h3 class="icon-heading">Clinical Placements</h3><div class="icon-blurb">Our students train in numerous clinical sites in Atlanta and across the U.S.</div></div></div><div class="icon-card"><img src="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/61eefc03e613792b4aa8b0b6_5f11b1201240044c143a6583_Group%20688.png" loading="lazy" alt="" class="icon-image"/><div class="icon-content"><h3 class="icon-heading">Global Opportunities</h3><div class="icon-blurb">At NHWSN, we are preparing nurses to become globally engaged citizens.</div></div></div></div></div></div></div><div id="program-faculty" class="main-content-section-wrapper test"><h2 class="thin">Faculty</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content"></div></div><div id="plan-of-study" class="main-content-section-wrapper"><h2 class="thin">Curriculum</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content w-dyn-bind-empty w-richtext"></div><div><div class="w-dyn-list"><div role="list" class="collection-list-17 w-dyn-items"><div id="w-node-a4cb3aa8-b5aa-be91-d602-f39544a2d4fd-3cfd3f4f" role="listitem" class="w-dyn-item"><div><a href="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/63d7dc9cc375a619045156da_Post%20BSN%20MN%20DNP%20Nurse%20Anesthesia%20Program%20FT%20POS_10.28.2021.pdf" class="link-with-symbol w-inline-block"><div class="div-block-155"><div class="text-block-110">Post BSN DNP / Post MN DNP Nurse Anesthesia Program</div><div class="linktype-symbol-wrapper"><div class="symbol"></div></div></div></a></div></div><div id="w-node-a4cb3aa8-b5aa-be91-d602-f39544a2d4fd-3cfd3f4f" role="listitem" class="w-dyn-item"><div><a href="https://cdn.prod.website-files.com/5f11b12012400490893a64ea/613a90d223b6131dcaad4a85_Post-BSN%20CRNA_8.17.2020.pdf" class="link-with-symbol w-inline-block"><div class="div-block-155"><div class="text-block-110">Teach Out Nurse Anesthesia Program</div><div class="linktype-symbol-wrapper"><div class="symbol"></div></div></div></a></div></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="student-spotlight" class="main-content-section-wrapper"><div class="w-dyn-list"><div class="empty-state-13 w-dyn-empty"></div></div></div><div id="admission-requirements" class="main-content-section-wrapper"><h2 class="thin">Admission Requirements</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_439ba482-1bc6-5b3c-e226-bf560f981c3a-3cfd3f4f" class="main-section-content w-richtext"><p>There will be two admission deadlines annually: June 1st and September 1st.</p><p>Applicants applying to the June 1st deadline will be given priority for acceptance.  Interviews for competitive candidates will be scheduled July/August.</p><p>Applicants applying to the September 1st deadline will be interviewed in October/November.  </p><p>Qualified applicants must have:</p><ul role="list"><li>A bachelor&#x27;s or master&#x27;s degree from an accredited nursing program (CCNE, NLNAC);</li><li>A minimum GPA of 3.0 on a 4.0 scale;</li><li>Hold an unencumbered RN license or if out of state, be eligible for licensure in the State of Georgia;</li><li>A minimum of 1-year (12 consecutive months), and preferably 2-3 years, of current full-time critical care experience in (orientation is not part of the 1 year requirement). Note: the following are NOT considered as critical care experience: Telemetry, Cardiac Cath Lab, Operating Room, Post-Anesthesia Care Unit (PACU or RR), Interventional Radiology and Emergency Department;</li><li>Certified in basic, advanced cardiac, and pediatric advanced life support.</li></ul><p>Applicants must submit official transcripts from all degree programs attended, a curriculum vitae/resume, 3 letters of recommendations (Professor/Faculty Member from an academic institution you attended and taught you in some capacity, Supervisor/Employer responsible for your annual performance review, and a professional colleague, physician or CRNA), and an application fee ($50) by the specified deadline. It is also strongly recommended that students shadow a CRNA/Anesthesiologist for a minimum of 16 hours prior to applying to the program.</p><p>Competitive applicants will be invited for an interview. Applicants will not be admitted without an interview. Admission into any graduate program is granted on a competitive basis and students meeting minimum requirements may be denied admission based on such factors as program capacity or academic discretion.</p><p>Post admission requirements include:</p><ul role="list"><li>Documentation of all required immunizations, titers, and health information required by agencies for clinical placement. All requirements must be current at all times;</li><li>Current BLS, ACLS and PALS certifications as well as unencumbered Georgia license; or compact license</li><li>Pass an independently conducted state and federal criminal background investigation;</li><li>Pass a urine drug screen.</li></ul><p><em>*Applicants can hold a compact license as well.</em></p><p><em>Hold an unencumbered Georgia license; If you do not yet hold a Georgia nursing license it is important to immediately apply to the Board as this process may take up to 4 months. The application may be obtained by beginning the online process at this site </em><a href="https://nam11.safelinks.protection.outlook.com/?url=http%3A%2F%2Fsos.ga.gov%2Findex.php%2Flicensing%2Fonline_licensure_applications&amp;data=05%7C01%7Cjstocka%40emory.edu%7C723cf80c6058417d58ba08da6050acf2%7Ce004fb9cb0a4424fbcd0322606d5df38%7C0%7C0%7C637928196870964478%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=NXGOn%2FWaoeQNl4ZOEFJgBmVbNFO0S%2BaYSkFQghhqHQM%3D&amp;reserved=0" target="_blank"><em>http://sos.ga.gov/index.php/licensing/online_licensure_applications</em></a>.</p></div><div id="w-node-_439ba482-1bc6-5b3c-e226-bf560f981c3b-3cfd3f4f" class="offset-section-side-content-wrapper"><div class="sticky-on-desktop"><div class="side-content w-richtext"><p><strong><em>Transcript submission:</em></strong><em> </em></p><p><strong><em>* Preferred method:</em></strong><em> </em>Choose <strong>Emory University - School of Nursing</strong> in the electronic transcript systems or have your school email your official transcripts to <strong>nursingquestions@emory.edu</strong>. </p><p>If your school does not participate in the electronic transcript system or cannot email your transcripts then please have them mail a hard copy to: </p><p>Office of Enrollment and Student Affairs<br/>Nell Hodgson Woodruff School of Nursing<br/>Emory University<br/>1520 Clifton Road<br/>Atlanta, GA 30322</p><p><strong><em>*Please note that all courses and degrees in the application checklist must be verified by the Office of Enrollment and Student Affairs before they are marked as received.  </em></strong></p></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="application" class="main-content-section-wrapper"><h2 class="thin">Application</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_8bf27d66-fa00-781b-cf8f-f394a8ce6231-3cfd3f4f" class="main-section-content w-richtext"><p>The Nell Hodgson Woodruff School of Nursing will begin accepting applications to its DNP Nurse Anesthesia program on March 1st. Admission decisions will be based upon candidate competitiveness and space availability.  </p><h5>Application Deadlines:</h5><ul role="list"><li><strong>June 1st</strong>  with interviews scheduled for July/August</li><li><strong>September 1st</strong> with interviews scheduled for October/November</li></ul><p><a href="https://apply.nursing.emory.edu/apply/">Apply now</a></p><p>For questions or concerns about the application process, please contact <a href="mailto:crnaquestions@emory.edu">crnaquestions@emory.edu</a>. </p></div><div id="w-node-_8bf27d66-fa00-781b-cf8f-f394a8ce6232-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="section-1" class="main-content-section-wrapper"><h2 class="thin">Interview</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_590ed411-e877-746a-0c3a-dff8dc0cd5d1-3cfd3f4f" class="main-section-content w-richtext"><p>Nurses have administered anesthesia for more than 100 years and nurse anesthetists were the first advanced practice nurses. The Council on Accreditation of Nurse Anesthesia Educational Programs (COA) is mandating a transition in the level of education required for entry into practice from the master’s degree to the doctoral degree. Doctorate of Nursing Practice (DNP) programs are required to be no less than 36-months in length and graduates then become eligible to take a national certification examination.  When the national certification exam is successfully completed, the individual becomes a <strong>Certified Registered Nurse Anesthetist</strong> (<strong>CRNA</strong>).  </p><p>Because of the high level of responsibility in providing anesthesia care, the academic and clinical preparation is rigorous. Selecting from a pool of qualified individuals to enter a nurse anesthesia educational program is challenging and highly competitive. Therefore, it is important to be well prepared for an interview.  </p><p>The following information is a recommended guide when preparing for a successful interview.</p><ul role="list"><li>Study the ACLS manual with particular emphasis on:</li><li>Drug therapies and invasive monitoring</li><li>Commonalities and differences between the various vasoactive medications including the pharmacological actions and the specific receptor sites affected</li><li>Invasive technologies, their correct usage and normal values, when appropriate</li><li>To learn more about the practice of nurse anesthesia, read the free, online <a href="https://www.aana.com/publications/aana-journal"><em>Journal of the American Association of Nurse Anesthetists</em></a><em>.</em> </li><li>Prepare for and earn CCRN certification.  Continue to review and expand your critical care knowledge, focusing on both breadth and depths of topics, not focusing solely on your clinical area of practice expertise.</li></ul><p>As you begin your journey to become a CRNA there are many practical ways you can study for the interview while you are working. For example, ask:</p><ul role="list"><li>Why is a particular therapy being prescribed (rationale)? What alternative therapies could be proposed? What are the underlying mechanism(s) of action that should be considered?</li><li>For medication therapies, what side effects should you anticipate and what actions should be taken if these side effects occur?</li><li>Review laboratory values including: why they are used, normal ranges, implications for out of range values, the units of measurement, and factors that can alter these values and affect their validity.</li><li>After a code situation review your BLS, ACLS, PALS, etc. What went right? Were there any deviations from the standard algorithms – what was the rationale for deviation and the outcome?</li><li>What are the hemodynamic parameters frequently monitored, normal ranges, and their unit of measurement? How do these parameters change in response to therapy? How do hemodynamic parameters vary with different disease processes and how does the tolerance for parameters change?</li></ul><p>Planning for a Successful Interview. There are many internet tips and books related to interviewing. If you have not interviewed lately you may wish to reference a few of these resources to refine your interview skills and how to present yourself. Pay attention to dressing for the interview and dress as if you are attending a very important and conservative business meeting.</p><h5>THINKING AHEAD: POINTS FOR CONSIDERATION</h5><ul role="list"><li><strong>Finances</strong>. As a full-time, rigorous, 36-month program, working is not recommended. Many students in anesthesia programs depend on financial aid and loans. A limited number of scholarships will be available. Again, it is important to evaluate your financial situation carefully, so that you will not have to depend upon working while attending a very rigorous anesthesia program. </li></ul><ul role="list"><li><strong>Managing Stress. </strong>Prepare to concentrate your efforts on working hard while in this 36-month graduate anesthesia program.  Try to simplify your life and reduce distractions.  Build a support system within your family and others to reduce outside obligations as much as possible.  Learn to be flexible and find ways to manage stress effectively.  Plan to make your commute to the anesthesia program as short as possible. Commuting in Atlanta can be challenging! Your time will be better spent meeting the requirements of the program.</li></ul><ul role="list"><li><strong>Preparing to Study. </strong>If you have not taken any course work within the last few years, taking some graduate course work may help you develop the discipline needed to study. If your undergraduate grades are lower, it may demonstrate to the admissions committee your current abilities. Similarly, we encourage students who are accepted to the program to consider taking a few of the core courses prior to the start of the program to allow for a more measured workload in the first few semesters.  Once accepted, students are encouraged to speak with the Program Director if interested in this option.<strong><br/></strong></li></ul><h5>A SUCCESSFUL INTERVIEW</h5><p>If you are chosen to be admitted to the program you will need to complete the following requirements:</p><ul role="list"><li>Provide documentation for required immunizations, titers, and health information required by agencies for clinical placement. All requirements must be current at all times.</li><li>Maintain current BLS, ACLS and PALS certifications.</li><li>Hold an unencumbered Georgia license; If you do not yet hold a Georgia nursing license it is important to immediately apply to the Board as this process may take up to 4 months. The application may be obtained by beginning the online process at this site <a href="http://sos.ga.gov/index.php/licensing/online_licensure_applications">http://sos.ga.gov/index.php/licensing/online_licensure_applications</a>.</li><li>Pass an independently conducted state and federal criminal background investigation.</li><li>Pass a urine drug screen.<strong><br/></strong></li></ul><p><strong>Not Selected for Admission.</strong> Due to the highly competitive process of selecting applicants for admission, an interviewee may not be selected for admission. The interview committee may offer suggestions for future preparation to qualified candidates. An additional year of preparation and possibly taking course work in the plan of study prior to formal admission to the anesthesia program may make a significant difference. Note, taking core courses does not guarantee admission in a subsequent interview cycle. </p><p>There will be a wait list of additional applicants. Should a selected student decline admission, a student on the waitlist will be offered the position. A wait listed student who is not selected for the cohort for which they interviewed will be required to reapply. Being on the wait list does not guarantee admission for the subsequent year. Applicants will be limited to two interviews.</p></div><div id="w-node-_590ed411-e877-746a-0c3a-dff8dc0cd5d2-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="section-2" class="main-content-section-wrapper"><h2 class="thin">Shadowing</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_6b3ec613-be6c-5385-2099-f7ed8a3762bc-3cfd3f4f" class="main-section-content w-richtext"><p>We strongly recommend shadowing a certified registered nurse anesthetist (CRNA) for a minimum of 16 hours to identify the role and responsibilities of the CRNA, and to identify different types of anesthesia used during surgical procedures.</p><p>Shadowing is an <em>observational experience</em> that may be done in a hospital or outpatient setting. Permission to observe must be obtained prior to the shadowing experience whether outside of your institution or within your institution. You may choose to shadow for a full day or break the time into multiple short contacts. Reading about anesthesia in general before the experience and looking up medications and planned procedures can help you better understand the role of the nurse anesthetist. Some questions you may consider after shadowing are:</p><ul role="list"><li>What is the “typical day” of a CRNA?</li><li>What are the roles and responsibilities of the CRNA?</li><li>What procedures were observed and what was the type of anesthesia administered (general, regional, monitored anesthesia care)?</li><li>What medications were used during induction/emergence?</li><li>What type of information was communicated in the hand-off to the PACU nurse?</li><li>Was the CRNA experience I saw generalizable to most practice settings?  Why or why not?</li></ul><p>The expectation for shadowing is to observe the role and responsibilities of the CRNA, not to become an expert in the various types of anesthesia or to have an in depth understanding of all machines, gases and medications. This experience provides an opportunity to reinforce your decision of which direction to take on your career path. For some, the shadowing experience may reinforce the plan to pursue a career as a CRNA.  For others, the shadowing experience may demonstrate that this career path is not the best choice for your career goals. Either way, shadowing offers the opportunity to clarify your career aspirations.</p></div><div id="w-node-_6b3ec613-be6c-5385-2099-f7ed8a3762bd-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="section-3" class="main-content-section-wrapper"><h2 class="thin">Accreditation</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_6d449d0d-90a8-bf9b-2858-4387bbf6d75d-3cfd3f4f" class="main-section-content w-richtext"><p>The DNP Nurse Anesthesia Program is accredited by the Council on Accreditation of Nurse Anesthesia Educational Programs (COA), 10275 W. Higgins Rd., Suite 906, Rosemont, IL  60018-5603224-275-9130. The Emory University Doctor of Nursing Practice Nurse Anesthesia Program was granted continued accreditation by the Council on Accreditation of Nurse Anesthesia Educational Programs for 10 years effective May 31, 2023. The program was found in full compliance with the Standards for Accreditation of Nurse Anesthesia Programs – Practice Doctorate. Given this action, the program will be scheduled for its next consideration of continued accreditation in Spring 2033.</p><p>Emory University <a href="https://www.emory.edu/home/academics/faculty-teaching/accreditations-memberships.html"><strong>undergoes accreditation at the university level</strong></a> and throughout our colleges and schools to ensure our educational programs meet the highest standards. The Nell Hodgson Woodruff School of Nursing is accredited by multiple organizations. For a list of accreditations, you can visit our <a href="https://www.nursing.emory.edu/pages/accreditation"><strong>Accreditations</strong></a> page.</p></div><div id="w-node-_6d449d0d-90a8-bf9b-2858-4387bbf6d75e-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="section-4" class="main-content-section-wrapper w-condition-invisible"><h2 class="thin w-dyn-bind-empty"></h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-b30f84e0-e8ba-fb1e-5f31-9094d1525bfc-3cfd3f4f" class="main-section-content w-dyn-bind-empty w-richtext"></div><div id="w-node-b30f84e0-e8ba-fb1e-5f31-9094d1525bfd-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="section-5" class="main-content-section-wrapper w-condition-invisible"><h2 class="thin w-dyn-bind-empty"></h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-e8aa51ee-59fb-c05f-459f-72539c08c27d-3cfd3f4f" class="main-section-content w-dyn-bind-empty w-richtext"></div><div id="w-node-e8aa51ee-59fb-c05f-459f-72539c08c27e-3cfd3f4f" class="offset-section-side-content-wrapper w-condition-invisible"><div class="sticky-on-desktop"><div class="side-content w-dyn-bind-empty w-richtext"></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div id="FAQ" class="main-content-section-wrapper w-condition-invisible"><h2 class="thin">FAQ</h2><div class="bar background---light-gray spacing---small"></div><div class="faq_richtext w-dyn-bind-empty w-richtext"></div><div class="w-embed w-script"><style> .faq_richtext p{ /* margin-block-start: 0em; */ } .faq_wrapper { margin-left: 3em; margin-bottom: .2em; height: auto; position:relative; } .faq_indicator { left: -1.5em; top: 0.5em; font-size: 1.5em; position: absolute; opacity: .5; transition: all .2s; } .faq_indicator::before { content: "⯈"; } .faq_indicator_active { transform: rotate(90deg); } .faq_question { padding: 1em; background-color: rgba(0,0,100,.1); cursor: pointer; } .faq_question:hover { cursor:pointer; } .faq_question p { margin-block-end: 0em; margin-block-start: 0em; } .faq_answer { max-height: 0px; padding: .5em 1em 0em 1em; overflow: hidden; transition: max-height 0.3s; /* color: gray; */ } .faq_answer_show { max-height:200em; overflow-y: auto; } .faq_richtext :is(h1, h2, h3, h4, h5, h6) { margin-top: 1em; } </style> <script> function changeFAQRichTextDivs (){ //target parent elements const parentClassName = "faq_richtext" const wrapperClassName = "faq_wrapper" const questionClassName = "faq_question" const answerClassName = "faq_answer" const answerShowClass = "faq_answer_show" const faqIndicatorClass = "faq_indicator" const faqIndicatorActiveClass = "faq_indicator_active" //function to target answers to toggle state function toggleAnswer (id){ let element = document.getElementById(id) element.classList.toggle(answerShowClass) } //counters let parentIDcounter = 0; let questionIDcounter = 0; const faqParents = Array.from(document.getElementsByClassName(parentClassName)) faqParents.forEach(faqParent =>{ parentIDcounter++; let faqObjectGroup = []; let questionStaging = []; let answerStaging = []; // gather all paragraphs const paragraphs = Array.from(faqParent.children); // this function packages the questions and answers in their own divs function createFAQDIV (questions, answers) { questionIDcounter++; let faqID = `FAQ-Wrapper:${parentIDcounter}:${questionIDcounter}`; let faqQuestionID = `Question:${parentIDcounter}:${questionIDcounter}`; let faqAnswerID = `Answer:${parentIDcounter}:${questionIDcounter}`; let faqIndicatorID = `Arrow:${parentIDcounter}:${questionIDcounter}`; let faqWrapper = document.createElement("DIV"); let faqQuestion = document.createElement("DIV"); let faqAnswer = document.createElement("DIV"); let faqIndicator = document.createElement("DIV"); faqWrapper.className = wrapperClassName; faqWrapper.id = faqID; faqQuestion.className = questionClassName; faqQuestion.id = faqQuestionID; faqAnswer.className = answerClassName; faqAnswer.id = faqAnswerID; faqIndicator.className = faqIndicatorClass; faqIndicator.id = faqIndicatorID faqQuestion.onclick = () => { document.getElementById(faqAnswerID).classList.toggle(answerShowClass) document.getElementById(faqIndicatorID).classList.toggle(faqIndicatorActiveClass) } questions.forEach(question => { faqQuestion.appendChild(question) }) answers.forEach(answer =>{ faqAnswer.appendChild(answer) }) faqWrapper.append(faqQuestion) faqWrapper.append(faqAnswer) faqQuestion.append(faqIndicator) return faqWrapper; } // Function checks if text is an FAQ question based on strong tags function isThisAQuestion(text){ const strongStringOpen = "<strong>"; const strongStringClose = "</strong>" let questionObject = {}; questionObject.containsStrongText = text.includes(strongStringOpen) ? true : false; questionObject.strongOpeningIndex = text.indexOf(strongStringOpen) questionObject.strongOpeningAtStart = (questionObject.strongOpeningIndex === 0) ? true : false; questionObject.containsMultipleStrongTags = (text.indexOf(strongStringOpen, questionObject.strongOpeningIndex+1) !== -1) ? true : false; questionObject.strongClosingAtEnd = (text.indexOf(strongStringClose) === (text.length-strongStringClose.length)) ? true : false; questionObject.isQuestion = ((questionObject.strongOpeningAtStart===true)&&(questionObject.strongClosingAtEnd===true)&&(questionObject.containsMultipleStrongTags===false)) ? true : false return questionObject.isQuestion; } // Function checks if text is an FAQ question based on strong tags function isThisAHeader(text){ const headerOpen = ["<h1>","<h2>","<h3>","<h4>","<h5>","<h6>"]; let isHeader = false; headerOpen.forEach(header => { if(text.includes(header)){ isHeader = true; } }) return isHeader; } function sendFAQPackageAndReset (){ let faqPackage = createFAQDIV(questionStaging,answerStaging) faqObjectGroup.push(faqPackage) questionStaging = []; answerStaging = []; } paragraphs.forEach(paragraph =>{ let elementInnerHTML = paragraph.innerHTML if (isThisAHeader(paragraph.outerHTML)){ if (faqObjectGroup.length !== 0) { sendFAQPackageAndReset(); } faqObjectGroup.push(paragraph) return } if (isThisAQuestion(elementInnerHTML)){ questionStaging.push(paragraph) } else { answerStaging.push(paragraph) let nextElementSiblingInnerHTML = paragraph.nextElementSibling ? paragraph.nextElementSibling.innerHTML : false; if ((nextElementSiblingInnerHTML === false) || (isThisAQuestion(nextElementSiblingInnerHTML))){ sendFAQPackageAndReset(); } } }) faqObjectGroup.forEach(package =>{ faqParent.appendChild(package) }) questionIDcounter = 0; }); } changeFAQRichTextDivs(); </script></div></div><div><div id="partials" class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><div class="page-section-category"><div class="main-content-section-wrapper"><div class="content-id">Financial Aid and Tuition</div><h2 class="thin spacing---small">Financial Aid and Tuition</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content w-richtext"><p>‍<strong><em>Updated July 7, 2022</em></strong></p><p>Please see the estimated tuition costs for the 2022-2023 academic year. These estimated amounts are for both undergraduate and graduate-level programs, including BSN, DABSN, MN Pathway to MSN, MN, and MSN, and DNP programs. Opportunities to defray the cost of attendance through scholarships and financial aid are available.</p><p>Each program at the Nell Hodgson Woodruff School of Nursing has different tuition structures and billing patterns. Figures shown are for approximation purposes and <strong>should not be used in program comparison</strong>.<br/><br/><strong>Policy Statement on Refunds<br/></strong><br/>Refunds for Emory University students who are federal (Title IV) aid recipients will be prorated in accordance with the Higher Education Amendments of 1992 and any related regulations.  Tuition adjustments for full withdrawals will follow the policies located <a href="https://studentaccounts.emory.edu/withdrawal-adjustments.aspx" target="_blank">here</a>.</p><ul role="list"><li>Traditional BSN: $28,560/semester ($2,380/hour)</li><li>Distance ABSN: $1,656/hour</li><li>MN Pathway to MSN: $23,494/semester ($1,958/hour)</li><li>Pre-licensure Master of Nursing (MN): $23,494/semester ($1,958/hour)</li><li>Master of Science in Nursing: $24,259/semester ($2,022/hour)</li><li>Post Masters Certificate: $1,912/hour</li><li>Doctorate of Nursing Practice (DNP): $20,653/semester ($1,721/hour)</li><li>Certified Registered Nurse Anesthetist: $24,914/semester ($2,076/hour)</li></ul><p>Please visit the <a href="http://www.studentaid.emory.edu/">Financial Aid website</a> for information on Financial aid options.</p></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="(max-width: 479px) 96vw, (max-width: 767px) 93vw, 47vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div></div></div></div></div><div class="w-embed w-script"><script> function assignNavLinkAndIDsToMultiFieldContent(){ function stringCleaner (string){ const regex = /[^a-z0-9- ]/g const regexSpaces = / /g let cleanedString = string.toLowerCase().replace(regex, "").replace(regexSpaces, "-") return cleanedString; } function assignHREF(anchor, hrefString){ anchor.href = hrefString } function assignID(element, idString){ element.id = idString } const navLinkIds = [... document.getElementsByClassName("nav-content-id")] // console.log(navLinkIds) const sectionIDs = [... document.getElementsByClassName("content-id")] // console.log(sectionIDs) sectionIDs.forEach((sectionID, i) =>{ const id = stringCleaner(sectionID.innerHTML) const idString = "#" + id; const navLink = navLinkIds[i].parentNode assignHREF(navLink, idString) assignID(sectionID.parentNode, id) // console.log(navLink) // console.log(sectionID) }); }; function assignNavLinkAndIDsToMultiFieldContent(){ function stringCleaner (string){ const regex = /[^a-z0-9- ]/g const regexSpaces = / /g let cleanedString = string.toLowerCase().replace(regex, "").replace(regexSpaces, "-") return cleanedString; } function assignHREF(anchor, hrefString){ anchor.href = hrefString } function assignID(element, idString){ element.id = idString } const navLinkIds = [... document.getElementsByClassName("nav-content-id")] // console.log(navLinkIds) const sectionIDs = [... document.getElementsByClassName("content-id")] // console.log(sectionIDs) sectionIDs.forEach((sectionID, i) =>{ const id = stringCleaner(sectionID.innerHTML) const idString = "#" + id; const navLink = navLinkIds[i].parentNode assignHREF(navLink, idString) assignID(sectionID.parentNode, id) // console.log(navLink) // console.log(sectionID) }); }; document.addEventListener("DOMContentLoaded", function(event) { console.log("I did WOrk") assignNavLinkAndIDsToMultiFieldContent(); }); </script></div></div><div id="news" class="main-content-section-wrapper w-dyn-list"><div class="empty-state-14 w-dyn-empty"></div></div><div id="test" class="main-content-section-wrapper test"><h2 class="thin">Test Content Heading</h2><div class="bar background---light-gray spacing---small"></div><div class="main-section-content-grid"><div id="w-node-_416d20a0-9474-0be0-244b-3e515235d470-3cfd3f4f" class="main-section-content w-richtext"><p>The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.</p><h4>Static and dynamic content editing</h4><figure style="max-width:1400px" class="w-richtext-align-fullwidth w-richtext-figure-type-image"><div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1dc6d970a97de0eb4942_nurse-OR.jpg" loading="lazy" alt=""/></div></figure><p>‍</p><h4>How to customize formatting for each rich text</h4><p>Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the &quot;When inside of&quot; nested selector system. How to customize formatting for each <a href="http://gmail.com">rich text</a></p><p>Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the &quot;When inside of&quot; nested selector system.</p><ul role="list"><li>Test and more Test</li><li>asdasteawsdsf</li><li>asdfas</li><li>‍</li></ul><h3>Static and dynamic content editing</h3><p>A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!</p></div><div id="w-node-_416d20a0-9474-0be0-244b-3e515235d48f-3cfd3f4f" class="offset-section-side-content-wrapper"><div class="sticky-on-desktop"><div class="side-content w-richtext"><figure style="max-width:1600pxpx" class="w-richtext-align-fullwidth w-richtext-figure-type-image"><div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/61bb1c10971cd5229f721bee_double-exposure-smart-medical-doctor-working-abstract-operating-room-as-concept-43622592.jpg" loading="lazy" alt=""/></div></figure><ul role="list"><li>testasdf; as;dflkjas dl;asdf a;slkdjf;asldkfjasd;fas</li><li>as;dlfkjasd aljsad;lkfjas df;kljasd</li><li>asdf;laskdflkasjdf as</li></ul><p>Images, and video all <a href="http://www.test.com">in one</a> place instead of having to add and format them individually. Just double-click and easily create content.</p><p><a href="http://google.com">Link Test</a></p><div class="w-embed"><div>custom code</div></div></div></div></div></div><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b12012400439563a6569_DOTS.png 1282w" alt="" class="dots spacing---medium"/></div><div class="hidden"><div class="w-richtext"><div class="w-embed w-script"><script> // current default section order // 100 student-spotlight // 110 overview // 120 distinguishing-icons // 130 plan-of-study // 140 admission-requirements // 150 application // 160 section-1 // 170 section-2 // 180 section-3 // 190 section-4 // 200 section-5 // 210 FAQ // 220 partials // 230 news // 240 test sectionSorterOrderList = { 'student-spotlight': 100, 'overview': 110, 'distinguishing-icons': 120, 'plan-of-study': 130, 'admission-requirements': 140, 'application': 150, 'section-1': 160, 'section-2': 170, 'section-3': 180, 'section-4': 190, 'section-5': 200, 'FAQ': 210, 'partials': 220, 'news': 230, 'test': 240 } </script></div></div></div></div></div><div class="menu-track-alt"><div class="floating-menu"><a data-w-id="1e227e8e-a5ae-9c0d-6bcf-c10706cb0b5b" href="#" class="floating-menu-show-hide-button w-button"></a><div data-w-id="ff1480f7-fbfc-77f2-8aaa-2309c5280118" class="floating-menu-wrapper"><div class="floating-nav-link-wrapper"><a href="#Page-Home" class="floating-nav-link">Introduction</a></div><div class="floating-nav-link-wrapper"><a href="#overview" class="floating-nav-link">Overview</a></div><div class="floating-nav-link-wrapper"><a href="#plan-of-study" class="floating-nav-link">Curriculum</a></div><div class="floating-nav-link-wrapper"><a href="#admission-requirements" class="floating-nav-link">Admission Requirements</a></div><div class="floating-nav-link-wrapper"><a href="#application" class="floating-nav-link">Application</a></div><div class="floating-nav-link-wrapper"><a href="#section-1" class="floating-nav-link">Interview</a></div><div class="floating-nav-link-wrapper"><a href="#section-2" class="floating-nav-link">Shadowing</a></div><div class="floating-nav-link-wrapper"><a href="#section-3" class="floating-nav-link">Accreditation</a></div><div class="floating-nav-link-wrapper w-condition-invisible"><a href="#section-4" class="floating-nav-link w-dyn-bind-empty"></a></div><div class="floating-nav-link-wrapper w-condition-invisible"><a href="#section-5" class="floating-nav-link w-dyn-bind-empty"></a></div><div class="floating-nav-link-wrapper w-condition-invisible"><a href="#FAQ" class="floating-nav-link">FAQ</a></div><div><div class="w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><div class="floating-nav-link-wrapper"><a href="#" class="floating-nav-link w-inline-block"><div class="nav-content-id">Financial Aid and Tuition</div><div>Financial Aid and Tuition</div></a></div></div></div></div></div><div class="hidden w-dyn-list"><div role="list" class="w-dyn-items"><div role="listitem" class="w-dyn-item"><div class="floating-nav-link-wrapper"><a href="#" class="floating-nav-link nav-link-custom-content">Financial Aid and Tuition</a></div></div></div></div><a href="#" class="floating-menu-show-hide-button hide w-button"></a></div></div></div></div><div class="section"><div class="footer-main-wrapper"><div class="w-layout-grid footer-grid"><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f73-eacd5848" href="/" class="w-inline-block"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/5f11b120124004484c3a6580_emory-nursing-logo.png" width="228" alt=""/></a><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f75-eacd5848" class="div-block-461"><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f76-eacd5848">1520 Clifton Road NE<br/>Atlanta, Georgia 30322 USA</div><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f7a-eacd5848"><a href="tel:404-727-7980" class="white-text-white-links">(404) 727-7980</a><br/><a href="mailto:nursingquestions@emory.edu" class="white-text-white-links">nursingquestions@emory.edu</a></div><div id="w-node-e4796109-fa6e-6c91-5276-bee5d927ec71-eacd5848" class="text-block-109">Email <a href="mailto:nursingregistrar@emory.edu" target="_blank" class="white-text-white-links">nursingregistrar@emory.edu</a> for education verification or state board credentialing</div></div><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f80-eacd5848"><div class="div-block-469"><a href="/pages/equal-opportunity-affirmative-action-statement" class="white-text-white-links"><strong>EO/AA Statement</strong></a><a href="/pages/accreditation" class="white-text-white-links"><strong>Accreditation</strong></a></div></div><div class="div-block-464"><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f8c-eacd5848" class="div-block-466"><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933f8d-eacd5848" class="w-layout-grid grid-22"><div><h6 class="footer-headline">Emory Nursing</h6><ul role="list" class="footer-link-list"><li class="footer-link-item"><a href="/academics-and-admissions" class="white-text-white-links">Academics &amp; Admissions</a></li><li class="footer-link-item"><a href="/student-experience" class="white-text-white-links">Student Experience</a></li><li class="footer-link-item"><a href="/about-us" class="white-text-white-links">About Emory Nursing</a></li><li class="footer-link-item"><a href="/prospective-faculty-staff" class="white-text-white-links">Job Opportunities</a></li></ul></div><div><h6 class="footer-headline">RESOURCES</h6><ul role="list" class="footer-link-list"><li class="footer-link-item"><a href="/resources/audience-guide-for-students" class="white-text-white-links">Students</a></li><li class="footer-link-item"><a href="/resources/faculty-and-staff-resources" class="white-text-white-links">Faculty &amp; Staff</a></li><li class="footer-link-item"><a href="/alumni-and-giving" class="white-text-white-links">Alumni</a></li><li class="footer-link-item"><a href="/health-systems-and-recruiters" class="white-text-white-links">Recruiters</a></li></ul></div><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fae-eacd5848" class="div-block-465"><h6 class="footer-headline">Find us on Social</h6><div class="div-block-462"><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fb2-eacd5848" href="https://www.facebook.com/emorynursing/" target="_blank" class="social-media-link-wrapper w-inline-block"><div></div></a><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fb5-eacd5848" href="https://www.instagram.com/emory_nursing/" target="_blank" class="social-media-link-wrapper w-inline-block"><div></div></a><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fb8-eacd5848" href="https://www.youtube.com/channel/UCJy0dfF9MUAxeTT5yt5AxZA" class="social-media-link-wrapper w-inline-block"><div></div></a><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fbb-eacd5848" href="https://twitter.com/EmoryNursing" class="social-media-link-wrapper w-inline-block"><div></div></a></div></div></div></div><div class="div-block-467"><a id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fbf-eacd5848" href="https://www.usnews.com/best-colleges/emory-university-1564/overall-rankings" class="footer-badge-wrapper w-inline-block"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62427d56e005763bb076feb1_33063-GRD_EmoryUniv_NUR_BG_Nursing2023_MD.png" loading="lazy" alt="Nursing Master&#x27;s Degree" sizes="(max-width: 479px) 41vw, (max-width: 991px) 99.140625px, 138.8125px" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62427d56e005763bb076feb1_33063-GRD_EmoryUniv_NUR_BG_Nursing2023_MD-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62427d56e005763bb076feb1_33063-GRD_EmoryUniv_NUR_BG_Nursing2023_MD-p-800.png 800w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/62427d56e005763bb076feb1_33063-GRD_EmoryUniv_NUR_BG_Nursing2023_MD.png 1175w" class="badge-image"/></a><a id="w-node-_761a9772-f48c-5226-0dd0-813f31dab904-eacd5848" href="https://www.usnews.com/best-colleges/emory-university-1564/overall-rankings" class="footer-badge-wrapper w-inline-block"><img sizes="(max-width: 479px) 41vw, (max-width: 767px) 21vw, (max-width: 991px) 13vw, (max-width: 1439px) 14vw, 9vw" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/66f22c65e624d724ea20b110_BC15-NursingPrograms-2025-p-500.png 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/66f22c65e624d724ea20b110_BC15-NursingPrograms-2025-p-800.png 800w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/66f22c65e624d724ea20b110_BC15-NursingPrograms-2025.png 1038w" alt="US News Ranked Emory Nursing as a top Grad School in 2023" src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/66f22c65e624d724ea20b110_BC15-NursingPrograms-2025.png" loading="lazy" class="badge-image padding"/></a><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fc1-eacd5848" class="footer-badge-wrapper"><img src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/60dcff7bf5818042d993f5e4_NHCGNE%20Logo_MEMBER%202.jpg" loading="lazy" sizes="(max-width: 479px) 42vw, (max-width: 767px) 40vw, (max-width: 991px) 204.078125px, 285.703125px" srcset="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/60dcff7bf5818042d993f5e4_NHCGNE%20Logo_MEMBER%202-p-500.jpeg 500w, https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/60dcff7bf5818042d993f5e4_NHCGNE%20Logo_MEMBER%202.jpg 600w" alt="" class="badge-image"/></div></div></div><div id="w-node-_256c8f94-fd1a-f3e0-382b-cd7679933fc5-eacd5848"><div class="text-block-96">© 2024 Emory University&#x27;s Nell Hodgson Woodruff School of Nursing</div></div></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=5f11b1201240046a043a64e4" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/5f11b1201240046a043a64e4/js/webflow.3c6d9e195.js" type="text/javascript"></script><!-- Slideshow swipe disable on homepage/tablet --> <script> // Define our viewportWidth variable var viewportWidth; // Set/update the viewportWidth value var setViewportWidth = function () { viewportWidth = window.innerWidth || document.documentElement.clientWidth; } var Webflow = Webflow || []; // Log the viewport width into the console var swipeToggle = function () { if (viewportWidth < 768) { console.log('Wide viewport'); Webflow.push(function () { $('.w-slider.collapse').on('swipe'); }); } else { console.log('Small viewport'); Webflow.push(function () { $('.w-slider.collapse').off('swipe'); }); } } // Set our initial width and log it setViewportWidth(); swipeToggle(); // On resize events, recalculate and log window.addEventListener('resize', function () { setViewportWidth(); swipeToggle(); }, false); </script> <div id="emergency-alert"> <script src="https://www.emory.edu/template_shared/emergency_include.js" type="text/javascript">/* */</script><script> let sections = Array.from(document.getElementsByClassName("page-section-category")); let sectionLinks = Array.from(document.getElementsByClassName("nav-link-custom-content")); let count = 1; if (sectionLinks !== undefined){ console.log(sectionLinks) for (i=0;i<sections.length;i++){ const section = sections[i]; const sectionLink = sectionLinks[i]; console.log(sectionLink); const linkURLBase = sectionLink.href; const linkString = `custom-section-${count}`; section.id = linkString; sectionLink.href = `${linkURLBase}${linkString}`; count++; } } </script> <script> if (sectionSorterOrderList !== undefined){ console.log(sectionSorterOrderList) reOrderPageSections(sectionSorterOrderList); } else { console.log("no reordered list") console.log(sectionSorterOrderList) } </script> </body></html>

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