CINXE.COM
School of Nursing | UC San Francisco
<!doctype html> <html class="no-js" xml:lang="en" lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <title>School of Nursing | UC San Francisco</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="search" type="application/opensearchdescription+xml" href="/search/opensearch.xml" title="Catalog" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> <link href="/images/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" type="text/css" href="/css/reset.css" /> <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/fonts/font-awesome/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="/css/courseleaf.css" /> <link rel="stylesheet" type="text/css" href="/css/screen.css?v=2024-2025" media="screen" /> <link rel="stylesheet" type="text/css" href="/css/print.css" media="print" /> <script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript" src="/js/lfjs.js"></script> <script type="text/javascript" src="/js/lfjs_any.js"></script> <link rel="stylesheet" type="text/css" href="/js/lfjs.css" /> <script type="text/javascript" src="/js/courseleaf.js"></script> <script type="text/javascript" src="/js/custom.js?v=2024-2025"></script> </head> <body class=""> <nav aria-label="Skip content menu" class="accessible"> <div class="accessible-menu"> <ul> <li><a href="#contentarea" rel="section">Skip to Content</a></li> <li><a href="/azindex/">AZ Index</a></li> <li><a href="/">Catalog Home</a></li> </ul> </div> </nav> <header id="header"> <section class="header-universal"> <div class="wrap"> <p class="header-universal__title">University of California San Francisco</p> <a class="header-universal__give" href="https://giving.ucsf.edu/">Give to UCSF</a> </div> </section> <section class="header-main"> <div class="wrap"> <h1 id="site-title"><a href="/" rel="home">General Catalog</a></h1> <div class="mobile-toggles"> <button type="button" class="toggle-search" aria-controls="cat-search" aria-expanded="false" data-toggle="#cat-search"> <span class="sr-only">toggle search</span> <span class="toggle-search__icon" aria-hidden="true"></span> </button> <button id="hamburger" aria-controls="navigation" data-toggle="#navigation" aria-expanded="false"> <span class="sr-only">Toggle menu</span> <span class="burgertime" aria-hidden="true"> <span class="icon"></span> </span> </button> </div> <nav id="navigation" aria-label="Secondary" aria-hidden="false"> <ul id="main-nav" class="top clearfix"> <li class="isparent"> <button type="button">Courses</button> <ul> <li><a href="/course-catalog/">Course Listings</a></li> <li><a href="/course-search/">Search Courses</a></li> </ul> </li> <li><a href="/programs/">Academic Programs</a></li> <li class="isparent"> <button type="button">Schools and Programs</button> <ul> <li><a href="/schools/school-dentistry/">School of Dentistry</a></li> <li><a href="/schools/school-medicine/">School of Medicine</a></li> <li><a href="/schools/school-nursing/">School of Nursing</a></li> <li><a href="/schools/school-pharmacy/">School of Pharmacy</a></li> <li><a href="/schools/graduate-division/">Graduate Division</a></li> <li><a href="/schools/institute-global-health-sciences/">Institute for Global Health Sciences</a></li> </ul> </li> <li><a href="/university/">University Support Offices</a></li> <li><a href="/archive/">Archive</a></li> <li class="no-mobile"> <button type="button" class="toggle-search" aria-controls="cat-search" aria-expanded="false" data-toggle="#cat-search"> <span class="sr-only">open search</span> <span class="toggle-search__icon" aria-hidden="true"></span> </button> </li> </ul> <a class="header-main__give" href="https://giving.ucsf.edu/">Give to UCSF</a> </nav> <div class="search" id="cat-search"> <form action="/search/"> <label for="cat-search-term" class="sr-only">Search catalog</label> <input class="search-field" type="text" name="search" id="cat-search-term" placeholder="Search catalog..." /> <button class="search-button" type="submit"> <span class="sr-only">Submit search</span> </button> <!-- <input type="hidden" name="caturl" value="/schools" /> --> </form> </div> </div> </section> </header> <section id="content-container"> <div class="wrap"> <div id="col-content"> <nav id="breadcrumb" aria-label="Breadcrumbs"> <ul><li><a href="/">Home</a><span class="crumbsep">></span></li><li><a href="/schools/">Schools and Programs</a><span class="crumbsep">></span></li><li><span class="active">School of Nursing</span></li></ul> </nav> <main id="contentarea"> <header> <h1 class="page-title">School of Nursing</h1> </header> <script type="text/javascript"> //<![CDATA[ var defshow = "text"; var bodycontainer = "#body"; var validhashes = ",text,programstext,"; if(window.location.hash.length) { var hash = cleanHash(window.location.hash); if(validhashes.indexOf("," + hash + ",") != -1) defshow = hash; } var ss = document.styleSheets; var workss = null; for(var i=0; i < ss.length; i++) { var currmedia = ""; if (typeof ss[i].media == "string") currmedia = ss[i].media else if (typeof ss[i].media == "object" && ss[i].media.mediaText) currmedia = ss[i].media.mediaText; if((currmedia == "screen" || currmedia == "all") && (ss[i].href.indexOf("/") == 0 || ss[i].href.indexOf(document.location.host) >= 0)) { workss = ss[i]; break; } } if(workss && workss.insertRule) { workss.insertRule(".tab_content { display: none; }", workss.cssRules.length) workss.insertRule(".sectionheader { display: none; }", workss.cssRules.length) workss.insertRule("#" + defshow + "container { display: block; }", workss.cssRules.length) } else if(workss && workss.addRule) { workss.addRule(".tab_content", "display: none"); workss.addRule(".sectionheader", "display: none"); workss.addRule("#" + defshow + "container", "display: block"); } else { if (window.console) window.console.log('screen.css <link> needs attribute media="screen"'); } //]]> </script> <nav id="tabs" aria-label="Page content tabs"> <ul class="clearfix" role="tablist"> <li id="texttab" role="presentation"> <a href="#textcontainer" role="tab" aria-controls="textcontainer" onclick="return showSection('text');">Overview</a></li> <li id="programstexttab" role="presentation"> <a href="#programstextcontainer" role="tab" aria-controls="programstextcontainer" onclick="return showSection('programstext');" >Programs</a></li> </ul> </nav> <div id="textcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="texttab"> <p><a href="https://nursing.ucsf.edu/" target="_blank" rel="noopener">Visit program website.</a></p><h2>Summary Description</h2> <p>As a vital part of a world-renowned health sciences campus, the UCSF School of Nursing fosters excellence, diversity and innovation in everything we do. Our rich history and dynamic present give ample proof of the global health care leadership we continue to provide. Our faculty members serve in advisory and leadership capacities in policy, health care delivery, and clinical and translational research.</p> <p>Separated by only a courtyard, School of Nursing faculty and students work closely with campus partners on joint research, patient care and education initiatives. Our students come from around the world. While here they combine their varied perspectives and fresh ideas with attentive mentoring and rigorous coursework to prepare for desperately needed leadership roles in patient care, research, health policy and academia. Our graduate specialties consistently rank among the best in <em>U.S. News & World Report</em> assessments of professional graduate programs.</p> <h2>History</h2> <p>It was over a century ago – 1907 – that the University of California first established a diploma program at the hospital training school for nurses in San Francisco. Ever since, the School of Nursing has been an exemplar of excellence and innovation.</p> <p>We offered our first baccalaureate program on the Berkeley campus in 1917 and our first graduate program for public health nursing in 1918. In 1939 the Regents established the first autonomous School of Nursing in any state university.</p> <p>By mid-century, we established a number of master’s programs and, in 1965, our first doctoral programs.</p> <p>In 1991, we created our Master’s Entry Program in Nursing, a three-year program during which we prepare promising students without prior nursing education for both RN licensure and a master’s degree.</p> <p>The graduates of these programs – and the faculty who have trained them – have consistently been among the nation’s leaders in clinical care, policy development, nursing research, and academia. Through a century in which nursing and health care always seemed to be in the midst of dramatic change – with our vision firmly fixed on the patients and families we serve – what became the UCSF School of Nursing in 1959 has remained, proudly, at the forefront of our profession.</p> <h2>Accreditation Information</h2> <p>The Doctor of Nursing Practice program and the Master of Science degree program with a focus in nursing, both at UCSF, are accredited by the <a href="https://www.aacnnursing.org/CCNE" target="_blank">Commission on Collegiate Nursing Education</a>.</p> <p>The Nurse-Midwifery/WHNP specialty at UCSF is fully accredited by the <a href="http://www.midwife.org/acme" target="_blank">Accreditation Commission for Midwifery Education</a> (ACME), 8403 Colesville Road, Suite 1550, Silver Spring, MD 20910-6374. For information about accreditation, please contact ACME directly by calling 240-485-1802 or by email at <a href="mailto:acme@acnm.org">acme@acnm.org</a>.</p> <p>The UCSF School of Nursing graduate programs meet requirements set by the <a href="https://www.rn.ca.gov/" target="_blank">California Board of Registered Nursing (BRN)</a>:</p> <ul> <li>The Nurse Practitioner specialties conform to the Board’s “Standards of Education for Nurse Practitioner Programs” (<a href="https://govt.westlaw.com/calregs/Document/I78166E70FAEE11DEAB9F840E8C11CEE5?viewType=FullText&originationContext=documenttoc&transitionType=CategoryPageItem&contextData=(sc.Default)" target="_blank">California Code of Regulations Section 1484</a>) and have been approved by the BRN.</li> <li>The Clinical Nurse Specialist specialties conform to the Board’s requirements for Clinical Nurse Specialist Certification but are not formally approved by the BRN.</li> <li>The Certified Nurse-Midwifery specialty conforms to the Board’s “Standards for Nurse-Midwifery Programs” (<a href="https://govt.westlaw.com/calregs/Document/IB167D4B0D48E11DEBC02831C6D6C108E?viewType=FullText&originationContext=documenttoc&transitionType=CategoryPageItem&contextData=(sc.Default)&bhcp=1" target="_blank">California Code of Regulations Section 1462</a>) and has been approved by the BRN.</li> </ul> <h2>Policies</h2> <p>The UCSF School of Nursing programs operate within the UCSF Graduate Division. Please see the <a href="/schools/graduate-division/">Graduate Division page</a>.</p></div><!--end #textcontainer --> <div id="programstextcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="programstexttab" aria-hidden="true"> <a name="programstext"></a><h2>Doctoral</h2> <div class="sitemap"> <ul> <li><a href="/programs/doctor-nursing-practice-dnp/">Nursing (DNP)</a></li> <li><a href="/programs/phd-nursing/">Nursing (PhD)</a></li> <li><a href="/programs/doctor-nursing-practice-post-bsn/">Nursing Practice (Post-BSN)</a></li> <li><a href="/programs/sociology/">Sociology (PhD)</a></li> </ul></div> <h2>Master's</h2> <div class="sitemap"> <ul> <li><a href="/programs/healthcare-administration-interprofessional-leadership-ms/">Healthcare Administration and Interprofessional Leadership (MS)</a></li> <li><a href="/programs/nursing-ms/">Nursing (MS)</a></li> <li><a href="/programs/nursing-mepn/">Nursing Master’s Entry Program</a></li> </ul></div> <h2>Certificate </h2> <div class="sitemap"> <ul> <li><a href="/programs/nursing-post-masters-certificate/">Nursing Post-Master's Certificate Program</a></li> </ul></div> <h2>Fellowship</h2> <div class="sitemap"> <ul> <li><a href="/residency-fellowship/nurse-practitioner-fellowship/">Nurse Practitioner Fellowship Programs</a></li> </ul></div> </div> </main> </div> <!-- end col-content --> <div id="col-nav"> <aside id="sidebar"> <div class="sidebar-item"> <h2 id="edition" class="sidebar-header"><a href="/">2024-2025 Edition</a></h2> <nav id="cl-menu" aria-label="Primary"> <ul class="nav levelzero" id="/"> <li><a href="/welcome/">Welcome from the Chancellor</a></li> <li class="active isparent"><a href="/schools/">Schools and Programs</a> <ul class="nav levelone" id="/schools/"> <li><a href="/schools/graduate-division/">Graduate Division</a></li> <li><a href="/schools/school-dentistry/">School of Dentistry</a></li> <li><a href="/schools/school-medicine/">School of Medicine</a></li> <li class="active self"><a href="#" onclick="return false;">School of Nursing</a></li> <li><a href="/schools/school-pharmacy/">School of Pharmacy</a></li> <li><a href="/schools/institute-global-health-sciences/">Institute for Global Health Sciences</a></li> </ul> </li> <li class="isparent"><a href="/programs/">Academic Programs</a></li> <li class="isparent"><a href="/residency-fellowship/">Residency and Fellowship Programs</a></li> <li class="isparent"><a href="/university/">University Support Offices</a></li> <li><a href="/academic-administrative-calendar/">Academic and Administrative Calendar</a></li> <li><a href="/accreditation/">Accreditation</a></li> <li class="isparent"><a href="/course-catalog/">Course Catalog</a></li> <li class="isparent"><a href="/course-search/">Search Courses</a></li> <li><a href="/catalogcontents/">Catalog Contents</a></li> <li><a href="/azindex/">Catalog A-​Z Index</a></li> </ul> </nav> </div> <div class="sidebar-item"> <button id="print-btn" href="#print-dialog" onclick="showPrintDialog(); return false;"> <span class="fa fa-print" aria-hidden="true"></span> Print Options </button> </div> </aside> </div> <!-- end col-nav --> </div> </section> <footer id="footer"> <div class="footer__bottom wrap"> <nav aria-label="footer" class="footer__nav"> <ul> <li><a href="//www.ucsf.edu/contact-us">Contact Us</a></li> <li><a href="https://websites.ucsf.edu/digital-accessibility">Accessibility</a></li> <li><a href="https://www.ucsf.edu/website-privacy-policy">Privacy Policy</a></li> <li><a href="https://websites.ucsf.edu/website-terms-use">Terms of Use </a></li> <li><a href="https://websites.ucsf.edu/azlist">A-Z Website List</a></li> </ul> </nav> <p class="footer__copyright">© 2024-2025 The Regents of the University of California</p> </div> </footer> <aside id="print-dialog" aria-labelledby="dialog-title" class="screen" role="dialog"> <div class="print-header"> <button onclick="hidePrintDialog(); return false;" aria-controls="#print-dialog"> <span class="sr-only">Close this window</span> </button> <h2 id="dialog-title">Print Options</h2> </div> <div class="print-body"> <ul> <li> <p><a class="option-name" href="#" role="button" onclick="hidePrintDialog();window.print();return false">Send Page to Printer</a></p> <p class="option-desc">Print this page.</p> </li> <li><p><a class="option-name" href="/schools/school-nursing/school-nursing.pdf" role="button">Download Page (PDF)</a></p><p class="option-desc">The PDF will include all information unique to this page.</p></li><li><p><a class="option-name" href="/pdf/2024-25_UCSF_General_Catalog.pdf" target="_blank">Download Full 2024-25 Catalog</a></p><p class="option-desc">A PDF of the entire catalog.</p></li> </ul> </div> </aside> </body> </html>