CINXE.COM
UCSF Fresno Obstetrics/Gynecology Residency | 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>UCSF Fresno Obstetrics/Gynecology Residency | 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="/residency-fellowship" /> --> </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="/residency-fellowship/">Residency and Fellowship Programs</a><span class="crumbsep">></span></li><li><span class="active">UCSF Fresno Obstetrics/Gynecology Residency</span></li></ul> </nav> <main id="contentarea"> <header> <h1 class="page-title">UCSF Fresno Obstetrics/Gynecology Residency</h1> </header> <script type="text/javascript"> //<![CDATA[ var defshow = "text"; var bodycontainer = "#body"; var validhashes = ",text,detailstext,"; 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="detailstexttab" role="presentation"> <a href="#detailstextcontainer" role="tab" aria-controls="detailstextcontainer" onclick="return showSection('detailstext');" >Details</a></li> </ul> </nav> <div id="textcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="texttab"> <p><a href="https://www.fresno.ucsf.edu/obstetricsgynecology/" target="_blank" rel="noopener">Visit program website.</a></p><p><strong>Program Leadership:</strong><br/> Amy Autry, MD, Program Chief<br/> Christopher Downer, MD, Program Director</p> <p><strong>Administrative Staff:</strong><br/> Kendra Perret, Program Supervisor</p> <p><strong>Address:</strong><br/> 155 N Fresno Street<br/> Fresno, CA 93701</p> <p><strong>Phone:</strong><br/> 559.499.6400</p> <p><strong>Email:</strong><br/> <a href="mailto:fresno-obgyn@ucsf.edu">fresno-obgyn@ucsf.edu</a></p> <h2>Program Description</h2> <p>It is the mission of the UCSF Fresno Department of Obstetrics and Gynecology to promote women鈥檚 health in Central California by providing innovative and excellent patient care while training the next generation of physicians and advancing patient-centered research while serving our culturally diverse and medically underserved patient population. Our mission aligns with our sponsoring institution鈥檚 mission to improve the health of the San Joaquin Valley through teaching, patient care, research and community partnership.</p> <p>Our accredited academic program blends evidence-based clinical training, in-vivo and laboratory based simulation, research, and formal didactic educational experiences to prepare graduates for private practice, academic positions, or subspecialty fellowships. We are a branch campus and major teaching site of the University of California, San Francisco, School of Medicine, teaching 3rd year OB/GYN clerkships as well as 4th year elective students in general OB/GYN as well as maternal and fetal medicine. Our faculty members hold appointments at the University of California, San Francisco, School of Medicine, and have received numerous awards for distinction in teaching.</p> <p>The residency program is based at Community Regional Medical Center, a 685-bed regional academic medical center that serves a large and diverse patient population. Our hospital is the only tertiary care center in our region and operates the largest emergency room in California and the only level one trauma center between Los Angeles and Sacramento. Close to 5000 births occur annually at CRMC, and high risk OB patients are referred from 15 hospitals in a region delivering 50,000 babies per year. There are future plans to add another 100 beds to the medical center as well as to build an 800 bed replacement hospital with a Women and Children鈥檚 Tower.</p> <p>The Obstetrics and Gynecology Residency Program at UCSF Fresno is committed to serving women鈥檚 health care needs by providing a wide range of routine, complex and highly individualized services. From basic obstetrical and gynecological care to high-risk prenatal care and delivery management and urinary incontinence evaluation and treatment. As the only referral center for a 100 mile radius, we provide care to many underserved patients in both rural and urban communities. Community Regional Medical Center strives to provide the support we need to care for our patients including: a state-of-the-art Emergency Department; Cyber knife; 84 bed level III NICU; 22 bed L & D with three dedicated ORs; and dual console da Vinci Robot surgical system.</p> <h2>Instructors/Resources</h2> <h3>Teaching Staff</h3> <ul> <li>Christopher Downer, MD, Program Director</li> <li>Pamela Emeney, MD, Associate Clinical Professor</li> <li>Subhashini Ladella, MD, Clinical Professor</li> <li>Brian Morgan, MD, PhD, Clinical Professor</li> <li>Michael O'Shaughnessy, MD, MA, Associate Clinical Professor</li> <li>Carlos Sueldo, MD, Clinical Professor</li> <li>Benjamin J. Steinberg, DO, Assistant Clinical Professor</li> <li>Amy M. Autry, MD, Department Chief</li> <li>Dennis DeSimone, DO, Assistant Clinical Professor</li> <li>Alexandra (Jana) H. Freeman, MD, Assistant Clinical Professor</li> <li>Trung Nguyen, DO, Assistant Clinical Professor</li> <li>Monica Raible, MD, Assistant Clinical Professor</li> <li>Jason Meade, DO, Assistant Clinical Professor</li> <li>Julie Nicole, MD, Clinical Instructor- Site Director</li> <li>Carolina M. Sueldo, MD, Assistant Clinical Professor</li> <li>Colleen Black, BSN, CNM, MSN, L&D Midwife</li> <li>Julianne Jacober, CNM, MSN, L&D Midwife</li> </ul></div><!--end #textcontainer --> <div id="detailstextcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="detailstexttab" aria-hidden="true"> <a name="detailstext"></a><h2>Entrance Requirements</h2> <p>The UCSF Fresno Obstetrics & Gynecology residency program is a four-year聽ACGME-accredited program. The program matches four PGY-1 residents each year.</p> <p>The UCSF Fresno Obstetrics & Gynecology residency program participates in the聽<a href="http://www.nrmp.org/">National Resident Matching Program</a>聽(NRMP).聽 All applications are handled through the聽<a href="https://www.aamc.org/services/eras/">Electronic Residency Application Service</a>聽(ERAS) sponsored by the Association of American Medical Colleges.</p> <p>Find detailed information on <a href="https://www.fresno.ucsf.edu/housestaffportal/documents/gmec/Eligibilityselectionrecruit.pdf" target="_blank">eligibility and recruitment policy for UCSF Fresno residents and fellows</a>.</p> <h2>Policies</h2> <h3><span style="font-family:helveticaneueltw04-45light,helveticaneue,helvetica,arial,sans-serif; font-size:28px; font-weight:500; letter-spacing:-0.8px">Credit Evaluation Policy</span></h3> <p>Evaluation policy for residents, fellows, faculty and residency/fellowship training programs at UCSF Fresno adheres to the ACGME requirements. <a href="https://www.fresno.ucsf.edu/housestaffportal/documents/gmec/EvaluationPolicy.pdf" target="_blank">Find details on evaluations policy</a>.</p> <h3>Other Policies</h3> <p>Find information on other policies on the <a href="https://www.fresno.ucsf.edu/housestaff-portal/policies-procedures/" target="_blank">House Staff Portal Policies & Procedures</a> page.</p> <h2>Trainee Responsibilities</h2> <p>The UCSF Fresno Medical Education Program is centered on the six core competencies of the ACGME. These competencies are reflected in all aspects of the training program. The goal of this competency-based education is to graduate physicians who are competent to enter practice autonomously. To this end, several job responsibilities prepare the house staff for this aim:</p> <ul> <li>Fulfill all requirements established by the appropriate accrediting body; ACGME, Fellowship Council, AAST and/or CODA; UCSF Fresno, Bylaws and Rules and Regulations of the Medical Staff of facilities to which house staff may rotate.</li> <li>Perform all duties in accordance with the established practices, procedures, and policies of the institution, and those of its programs, clinical departments, and other participating sites to which the house staff is assigned, including California state licensure requirements for physicians in training.</li> <li>Perform all duties in compliance with applicable regulatory standards. This includes required licensing, knowledge base and education to ensure compliance with state, federal, JCAHO, Title XXII, and other guidelines.</li> <li>Participate in program improvement activities, committees, and councils, especially those that affect education or patient care at the program, institution or participating site level.</li> <li>Participate in safe, effective, and compassionate patient care under supervision commensurate with their level of advancement and responsibility and the knowledge of the limits of his/her scope of authority, and the circumstances under which he/she is permitted to act with conditional independence. Each house staff is responsible for communicating to the supervising faculty significant issues as they relate to patient care.</li> <li>Develop an understanding of ethical, socioeconomic, and medical/legal issues that affect graduate medical education and how to apply cost containment measures in the provision of patient care assist both medical students and fellow house staff in meeting their professional obligations by serving as teachers and role models.</li> <li>Comply with established ethical behavior and practices.</li> <li>Inform the person(s) that the program designates in the case of an absence.</li> <li>House staff are expected to develop a personal program of self-study and professional growth.聽</li> <li>Provide safe, effective and compassionate patient care under supervision commensurate with level of training and responsibility.聽聽</li> <li>Document all procedures and/or case logs according to their program requirements.</li> <li>Participate in the evaluation processes specified by the program/institution.</li> <li>Complete medical record documentation that is timely, accurate and legible. Follow the participating sites policy regarding completion of medical records.</li> <li>Abide by work hour requirements as specified by the program/institutional policy; accurately report work hours.</li> <li>Satisfactorily complete all rotations.</li> <li>Be knowledgeable about rotation goals and objectives prior to the start of a rotation. Questions about goals and objectives of a rotation should be clarified with the supervising faculty.聽</li> <li>Participate fully in the educational and scholarly activities of the program. Expected levels of attendance for educational activities will be set by each program and these should be met.</li> <li>Report any breaches of standards and contribute to improvement processes.聽</li> <li>Perform other related duties as assigned.</li> </ul> <h2>Benefits/Leave</h2> <p>Residents are entitled to twenty (20) weekdays of vacation, 12 weekdays of sick days.聽<a href="https://www.fresno.ucsf.edu/housestaffportal/documents/gmec/LeavePolicy.pdf" target="_blank">Find more information about trainee leaves</a>. Scheduling of leave is in accordance with the聽<a href="https://www.fresno.ucsf.edu/housestaffportal/documents/gmec/LeavePolicy.pdf" target="_blank">leave policy for house staff</a>.</p> <h2><span style="font-family:helveticaneueltw04-45light,helveticaneue,helvetica,arial,sans-serif; font-size:36px; font-weight:500; letter-spacing:-0.8px">Salaries</span></h2> <p>Concurrent with appointment to UCSF Fresno, house staff are employees of UCSF. House staff are exempt, salaried employees of UCSF and are not eligible for overtime compensation or extra duty pay.</p> <ul> <li>Salary scales for house staff are established by the UC Office of the President (UCOP) and are consistent throughout the UC medical schools. Salary scales are reviewed annually by the UCSF Fresno GMEC. Employment packages describe Fresno pay and benefits.</li> <li>Salary amounts are contained in the UCSF Fresno appointment contract and are also available from each program office, the UCSF Fresno Graduate Medical Education office, or on the UCSF Fresno house staff <a href="https://www.fresno.ucsf.edu/Salary-and-Benefits.pdf" target="_blank">portal site</a>.</li> <li>Information related to salary can be accessed through <a href="https://ucpath.ucsf.edu/" target="_blank">UC Path</a>.</li> </ul> <p>If program policy allows, trainees may elect to moonlight. Find the聽<a href="https://www.fresno.ucsf.edu/housestaffportal/documents/Housestaff_Handbook.pdf#page=12" target="_blank">UCSF Fresno moonlighting policy</a>聽in the 2022-2023 UCSF Fresno House Staff Handbook.</p> </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="isparent"><a href="/schools/">Schools and Programs</a></li> <li class="isparent"><a href="/programs/">Academic Programs</a></li> <li class="active isparent"><a href="/residency-fellowship/">Residency and Fellowship Programs</a> <ul class="nav levelone" id="/residency-fellowship/"> <li><a href="/residency-fellowship/anesthesia-residency/">Anesthesia Residency</a></li> <li><a href="/residency-fellowship/cpt-postdoctoral-training/">Clinical Pharmacology and Therapeutics Postdoctoral Training Program</a></li> <li><a href="/residency-fellowship/dentistry-preceptorships-fellowships/">Dentistry Preceptorships and Fellowships</a></li> <li><a href="/residency-fellowship/endodontics-residency/">Endodontics Residency</a></li> <li><a href="/residency-fellowship/dentistry-general-practice-residency/">General Practice Residency</a></li> <li><a href="/residency-fellowship/limb-preservation-fellowship/">Limb Preservation Fellowship</a></li> <li><a href="/residency-fellowship/medicine-residency-fellowship-ucsf-fresno/">Medicine Residency and Fellowship Training Programs, UCSF Fresno</a></li> <li><a href="/residency-fellowship/nurse-practitioner-fellowship/">Nurse Practitioner Fellowship Programs</a></li> <li><a href="/residency-fellowship/oem-residency/">Occupational and Environmental Medicine Residency</a></li> <li><a href="/residency-fellowship/oral-maxillofacial-surgery-residency/">Oral and Maxillofacial Surgery Residency</a></li> <li><a href="/residency-fellowship/orthopaedic-surgery-residency/">Orthopaedic Surgery Residency</a></li> <li><a href="/residency-fellowship/pathology-lab-med-residency/">Pathology and Laboratory Medicine Residency</a></li> <li><a href="/residency-fellowship/pharmacy-residency/">Pharmacy Residency Program</a></li> <li><a href="/residency-fellowship/prosthodontics-residency/">Prosthodontics Residency</a></li> <li><a href="/residency-fellowship/medicine-fellowship-training/">School of Medicine Fellowship Training Programs</a></li> <li><a href="/residency-fellowship/medicine-residency-training-programs/">School of Medicine Residency Training Programs</a></li> <li class="active self"><a href="#" onclick="return false;">UCSF Fresno Obstetrics/​Gynecology Residency</a></li> <li><a href="/residency-fellowship/ucsf-genentech-clinical-devel-fellowship/">UCSF-​Genentech Clinical Development Fellowship</a></li> <li><a href="/residency-fellowship/aegd/">UCSF-​NYU Langone Health Advanced Education in General Dentistry Residency program (AEGD)</a></li> </ul> </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="/residency-fellowship/ucsf-fresno-ob-gyn-residency/ucsf-fresno-ob-gyn-residency.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>