CINXE.COM
VA San Francisco Health Care | Veterans Affairs
<!DOCTYPE html><!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]--><!--[if IE 7 ]> <html lang="en" class="ie7"> <![endif]--><!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]--><!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]--><!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]--><!-- layout: health_care_region_page.drupal.liquid path: san-francisco-health-care entityId: 7838 --><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Preconnecting required origins: https://web.dev/uses-rel-preconnect/ --> <link rel="preconnect" href="https://www.googletagmanager.com"> <!-- Index only pages on production. --> <!-- Add metatags. --> <!-- Canonical URL --> <link rel="canonical" href="https://www.va.gov/san-francisco-health-care/"> <!-- Last updated --> <!-- Last updated --> <!-- Mobile App Promo Banners config --> <!-- End Mobile App Promo Banners config --> <!-- og:url --> <meta property="og:url" content="https://www.va.gov/san-francisco-health-care/"> <!-- og:type --> <meta property="og:type" content="website"> <!-- article:tags --> <!-- Custom metatags --> <meta name="description" content="At San Francisco VA Health Care System, our health care teams are deeply experienced and guided by the needs of Veterans, their families, and caregivers. Find a health facility near you, and manage your health online. Sign up for community events and updates."> <link rel="image_src" href="https://www.va.gov/img/design/logo/va-og-image.png"> <meta property="og:description" content="At San Francisco VA Health Care System, our health care teams are deeply experienced and guided by the needs of Veterans, their families, and caregivers. Find a health facility near you, and manage your health online. Sign up for community events and updates."> <meta property="og:image" content="/img/styles/3_2_medium_thumbnail/public/2021-10/180295072_10165005289185243_3732803596511596293_n%20v2.jpg"> <meta property="og:image:alt" content="SFVAMC and Golden Gate Bridge"> <meta property="og:site_name" content="Veterans Affairs"> <meta property="og:title" content="VA San Francisco health care | Veterans Affairs"> <title>VA San Francisco Health Care | Veterans Affairs</title> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:description" content="At San Francisco VA Health Care System, our health care teams are deeply experienced and guided by the needs of Veterans, their families, and caregivers. Find a health facility near you, and manage your health online. Sign up for community events and updates."> <meta name="twitter:image" content="/img/styles/3_2_medium_thumbnail/public/2021-10/180295072_10165005289185243_3732803596511596293_n%20v2.jpg"> <meta name="twitter:image:alt" content="SFVAMC and Golden Gate Bridge"> <meta name="twitter:site" content="@DeptVetAffairs"> <meta name="twitter:title" content="VA San Francisco health care | Veterans Affairs"> <!-- Default metatags --> <!-- Add polyfills. --> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c" nomodule data-entry-name="polyfills.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/polyfills.entry.js"></script> <!-- Add analytics helpers. --> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c"> /** * An alias for window.dataLayer.push made available under the window so that it is accessible in content files. * @module module:record-event * @see https://developers.google.com/tag-manager/devguide * @see module:platform/monitoring/record-event * @param {object} data - The event data that will be sent to GA. */ window.dataLayer = [] || window.dataLayer; window.recordEvent = function(data) { return window.dataLayer.push(data); }; window.recordMultipleEvents = function (events){ events.forEach(event => recordEvent(event)) } </script> <!-- Add web components. --> <link rel="stylesheet" data-entry-name="web-components.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/web-components.css"> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c" defer data-entry-name="web-components.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/web-components.entry.js"></script> <!-- Render GA template. --> <script data-e2e="analytics-script" nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c"> (function(w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-WFJWBD'); (function(window) { function withFormContent(acc, data) { //console.log("acc.content data",data.Content); acc.content = data.Content; } function withFeedbackUUID(acc, data) { acc.feedbackUUID = data.Feedback_UUID; } function mEvent(name, action, opts) { opts = opts || {}; var custom = opts.custom; var label = opts.label; function handle(event) { var start = +new Date(); var cm = window.cm || function() {}; var mData = event.detail; var eData = { category: 'Medallia', action: action, label: label || mData.Form_Type, value: mData.Form_ID, myParams: {}, }; if (custom) { for (var i = 0; i < custom.length; i++) custom[i](eData.myParams, mData); } var end = +new Date(); console.log('send', 'event', eData, end - start); recordEvent({ event: eData.action, 'survey-tool': eData.category, 'survey-form-id': eData.value, 'survey-status': eData.label, 'survey-details': eData.myParams, }); } window.addEventListener('MDigital_' + name, handle); } mEvent('ShowForm_Called', 'survey-show-form-call'); mEvent('Form_Displayed', 'survey-start-form'); mEvent('Form_Next_Page', 'survey-next-click'); mEvent('Form_Back_Page', 'survey-back-click'); mEvent('Form_Close_Submitted', 'survey-submit-close'); mEvent('Form_Close_No_Submit', 'survey-no-submit-close'); mEvent('Feedback_Submit', 'survey-submit', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Submit_Feedback', 'survey--submission', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Feedback_Button_Clicked', 'survey-button-click', { custom: [withFeedbackUUID], }); mEvent('ThankYou_Displayed', 'survey--submission-successful', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Invite_Displayed', 'survey-invitation-display', { label: 'Invite', }); mEvent('Invite_Accepted', 'survey-invitation-accept', { label: 'Invite', }); mEvent('Invite_Declined', 'survey-invitation-decline', { label: 'Invite', }); mEvent('Invite_Skipped', 'survey-invitation-skip', { label: 'Invite', }); })(window); recordEvent({ environment: 'vagovprod' }); if ( self !== top ) { recordEvent({ event: 'iframed', embeddedIn: document.referrer }); } </script> <!-- Add Icons. --> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon.png" rel="apple-touch-icon-precomposed"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-152x152.png" rel="apple-touch-icon-precomposed" sizes="144x144"> <link rel="shortcut icon" href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/favicon.ico"> <meta name="msapplication-TileImage" content="/img/design/icons/apple-touch-icon-114x114"> <meta name="msapplication-TileColor" content="#144073"> <!-- Preload main fonts --> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/sourcesanspro-bold-webfont.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/sourcesanspro-regular-webfont.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/bitter-bold.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin> <!-- CSS --> <link rel="stylesheet" data-entry-name="style.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/style.css"> <link rel="stylesheet" data-entry-content="content-build.css" href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/assets/content-build.css"> <link rel="stylesheet" data-entry-name="static-pages.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/static-pages.css"> <!-- Old IE --> <!--[if lt IE 9]> <link rel='stylesheet' href='/assets/css/ie.css'> <![endif]--> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c" defer data-entry-name="vendor.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/vendor.entry.js"></script> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c" defer data-entry-name="static-pages.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/static-pages.entry.js"></script> <!-- We participate in the US government鈥檚 analytics program. See the data at analytics.usa.gov. https://github.com/digital-analytics-program/gov-wide-code --> <script async type="text/javascript" nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=VA" id="_fed_an_ua_tag"></script> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c" type="text/javascript"> function focusContent(e) { e.preventDefault(); const contentElement = document.querySelector('#content h1') || document.querySelector('#content'); contentElement.setAttribute('tabindex', '-1'); contentElement.addEventListener('blur', function(event) { event.target.removeAttribute('tabindex'); }, true); window.scrollTo(0, contentElement.offsetTop); contentElement.focus(); } window.VetsGov = window.VetsGov || {}; window.VetsGov.headerFooter = JSON.parse("{\"footerData\":[{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/accessibility-at-va\",\"order\":1,\"target\":null,\"title\":\"Accessibility\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/resources/your-civil-rights-and-how-to-file-a-discrimination-complaint/\",\"order\":2,\"target\":null,\"title\":\"Civil Rights\"},{\"column\":\"bottom_rail\",\"href\":\"https://department.va.gov/foia/\",\"order\":3,\"target\":null,\"title\":\"Freedom of Information Act (FOIA)\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/report-harassment/\",\"order\":4,\"target\":null,\"title\":\"Harassment\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/oig/\",\"order\":5,\"target\":null,\"title\":\"Office of Inspector General\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/opa/Plain_Language.asp\",\"order\":6,\"target\":null,\"title\":\"Plain language\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/privacy-policy/\",\"order\":7,\"target\":null,\"title\":\"Privacy, policies, and legal information\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.oprm.va.gov/\",\"order\":8,\"target\":null,\"title\":\"VA Privacy Service\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/ormdi/NOFEAR_Select.asp\",\"order\":9,\"target\":null,\"title\":\"No FEAR Act Data\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.usa.gov/\",\"order\":10,\"target\":null,\"title\":\"USA.gov\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/performance-dashboard/\",\"order\":11,\"target\":null,\"title\":\"VA performance dashboard\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/veterans-portrait-project/\",\"order\":12,\"target\":null,\"title\":\"Veterans Portrait Project\"},{\"column\":1,\"href\":\"https://www.va.gov/homeless/\",\"order\":1,\"target\":null,\"title\":\"Homeless Veterans\"},{\"column\":1,\"href\":\"https://www.va.gov/womenvet/\",\"order\":2,\"target\":null,\"title\":\"Women Veterans\"},{\"column\":1,\"href\":\"https://www.va.gov/centerforminorityveterans/\",\"order\":3,\"target\":null,\"title\":\"Minority Veterans\"},{\"column\":1,\"href\":\"https://www.patientcare.va.gov/lgbt/\",\"order\":4,\"target\":null,\"title\":\"LGBTQ+ Veterans\"},{\"column\":1,\"href\":\"https://www.ptsd.va.gov/\",\"order\":5,\"target\":null,\"title\":\"PTSD\"},{\"column\":1,\"href\":\"https://www.mentalhealth.va.gov/\",\"order\":6,\"target\":null,\"title\":\"Mental health\"},{\"column\":1,\"href\":\"https://department.va.gov/veteran-sports/\",\"order\":7,\"target\":null,\"title\":\"Adaptive sports and special events\"},{\"column\":1,\"href\":\"https://www.va.gov/outreach-and-events/events/\",\"order\":8,\"target\":null,\"title\":\"VA outreach events\"},{\"column\":1,\"href\":\"https://www.nrd.gov/\",\"order\":9,\"target\":null,\"title\":\"National Resource Directory\"},{\"column\":2,\"href\":\"https://www.va.gov/find-forms/\",\"order\":1,\"target\":null,\"title\":\"VA forms\"},{\"column\":2,\"href\":\"https://www.accesstocare.va.gov/\",\"order\":2,\"target\":null,\"title\":\"VA health care access and quality\"},{\"column\":2,\"href\":\"https://www.va.gov/get-help-from-accredited-representative\",\"order\":3,\"target\":null,\"title\":\"Get help from an accredited representative or VSO\"},{\"column\":2,\"href\":\"https://www.mobile.va.gov/appstore/\",\"order\":4,\"target\":null,\"title\":\"VA mobile apps\"},{\"column\":2,\"href\":\"https://department.va.gov/about/state-departments-of-veterans-affairs-office-locations/\",\"order\":5,\"target\":null,\"title\":\"State Veterans Affairs offices\"},{\"column\":2,\"href\":\"https://www.va.gov/opal/fo/dbwva.asp\",\"order\":6,\"target\":null,\"title\":\"Doing business with VA\"},{\"column\":2,\"href\":\"https://www.va.gov/jobs/\",\"order\":7,\"target\":null,\"title\":\"Careers at VA\"},{\"column\":2,\"href\":\"https://www.va.gov/outreach-and-events/outreach-materials\",\"order\":8,\"target\":null,\"title\":\"VA outreach materials\"},{\"column\":2,\"href\":\"https://www.va.gov/welcome-kit/\",\"order\":9,\"target\":null,\"title\":\"Your VA welcome kit\"},{\"column\":3,\"href\":\"https://news.va.gov/\",\"order\":1,\"target\":null,\"title\":\"VA news\"},{\"column\":3,\"href\":\"https://www.va.gov/opa/pressrel/\",\"order\":2,\"target\":null,\"title\":\"Press releases\"},{\"column\":3,\"href\":\"https://public.govdelivery.com/accounts/USVA/subscriber/new/\",\"order\":3,\"target\":null,\"title\":\"Email updates\"},{\"column\":3,\"href\":\"https://www.facebook.com/VeteransAffairs\",\"order\":4,\"target\":null,\"title\":\"Facebook\"},{\"column\":3,\"href\":\"https://www.instagram.com/deptvetaffairs/\",\"order\":5,\"target\":null,\"title\":\"Instagram\"},{\"column\":3,\"href\":\"https://www.twitter.com/DeptVetAffairs/\",\"order\":6,\"target\":null,\"title\":\"Twitter\"},{\"column\":3,\"href\":\"https://www.flickr.com/photos/VeteransAffairs/\",\"order\":7,\"target\":null,\"title\":\"Flickr\"},{\"column\":3,\"href\":\"https://www.youtube.com/user/DeptVetAffairs\",\"order\":8,\"target\":null,\"title\":\"YouTube\"},{\"column\":3,\"href\":\"https://digital.va.gov/web-governance/social-media/social-media-sites/\",\"order\":9,\"target\":null,\"title\":\"All VA social media\"},{\"column\":4,\"href\":\"https://www.va.gov/resources/\",\"order\":1,\"target\":null,\"title\":\"Resources and support\"},{\"column\":4,\"href\":\"https://www.va.gov/contact-us/\",\"order\":2,\"target\":null,\"title\":\"Contact us\"},{\"column\":4,\"label\":\"Call us\",\"href\":\"tel:18006982411\",\"order\":3,\"target\":null,\"title\":\"800-698-2411\"},{\"ariaLabel\":\"TTY: 7 1 1.\",\"column\":4,\"href\":\"tel:+1711\",\"order\":4,\"target\":null,\"title\":\"TTY: 711\"},{\"column\":4,\"label\":\"Visit a medical center or regional office\",\"href\":\"https://www.va.gov/find-locations/\",\"order\":5,\"target\":null,\"title\":\"Find a VA location\"}],\"megaMenuData\":[{\"title\":\"VA Benefits and Health Care\",\"menuSections\":[{\"title\":\"Health care\",\"links\":{\"seeAllLink\":{\"text\":\"View all in health care\",\"href\":\"https://www.va.gov/health-care\"},\"columnOne\":{\"title\":\"Get health care benefits\",\"links\":[{\"text\":\"About VA health benefits\",\"href\":\"https://www.va.gov/health-care/about-va-health-benefits\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/health-care/how-to-apply\"},{\"text\":\"Family and caregiver health benefits\",\"href\":\"https://www.va.gov/health-care/family-caregiver-benefits\"},{\"text\":\"Apply now for health care\",\"href\":\"https://www.va.gov/health-care/apply/application\"}]},\"columnTwo\":{\"title\":\"Manage your health\",\"links\":[{\"text\":\"Refill and track your prescriptions\",\"href\":\"https://www.va.gov/health-care/refill-track-prescriptions\"},{\"text\":\"Send a secure message to your health care team\",\"href\":\"https://www.va.gov/health-care/secure-messaging\"},{\"text\":\"Schedule and manage health appointments\",\"href\":\"https://www.va.gov/health-care/schedule-view-va-appointments\"},{\"text\":\"View your lab and test results\",\"href\":\"https://www.va.gov/health-care/view-test-and-lab-results\"},{\"text\":\"Order medical supplies\",\"href\":\"https://www.va.gov/health-care/order-medical-supplies\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/health-care.png\",\"alt\":\"\"},\"link\":{\"text\":\"The PACT Act and your VA benefits\",\"href\":\"https://www.va.gov/resources/the-pact-act-and-your-va-benefits/\"},\"description\":\"Learn what this law means for Veterans and their survivors.\"}}},{\"title\":\"Disability\",\"links\":{\"seeAllLink\":{\"text\":\"View all in disability\",\"href\":\"https://www.va.gov/disability\"},\"columnOne\":{\"title\":\"Get disability benefits\",\"links\":[{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/disability/eligibility\"},{\"text\":\"How to file a claim\",\"href\":\"https://www.va.gov/disability/how-to-file-claim\"},{\"text\":\"Survivor and dependent compensation (DIC)\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/survivor-compensation/dependency-indemnity-compensation\"},{\"text\":\"File a claim online\",\"href\":\"https://www.va.gov/disability/file-disability-claim-form-21-526ez/\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"View your payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Upload evidence to support your claim\",\"href\":\"https://www.va.gov/disability/upload-supporting-evidence\"},{\"text\":\"File for a VA disability increase\",\"href\":\"https://www.va.gov/disability/file-disability-claim-form-21-526ez/\"},{\"text\":\"Request a decision review or appeal\",\"href\":\"https://www.va.gov/decision-reviews\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/disability.png\",\"alt\":\"\"},\"link\":{\"text\":\"Fully Developed Claims program\",\"href\":\"https://www.va.gov/disability/how-to-file-claim/evidence-needed/fully-developed-claims\"},\"description\":\"Use this program to get a faster decision by submitting evidence along with your claim.\"}}},{\"title\":\"Education and training\",\"links\":{\"seeAllLink\":{\"text\":\"View all in education\",\"href\":\"https://www.va.gov/education\"},\"columnOne\":{\"title\":\"Get education benefits\",\"links\":[{\"text\":\"About GI Bill benefits\",\"href\":\"https://www.va.gov/education/about-gi-bill-benefits\"},{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/education/eligibility\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/education/how-to-apply\"},{\"text\":\"Veteran Readiness and Employment (Chapter 31)\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation\"},{\"text\":\"Education and career benefits for family members\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/education-and-careers\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Check Post-9/11 GI Bill Statement of Benefits\",\"href\":\"https://www.va.gov/education/check-post-9-11-gi-bill-benefits\"},{\"text\":\"Transfer your Post-9/11 GI Bill benefits\",\"href\":\"https://www.va.gov/education/transfer-post-9-11-gi-bill-benefits\"},{\"text\":\"Verify your school enrollment\",\"href\":\"https://www.va.gov/education/verify-school-enrollment\"},{\"text\":\"Change your direct deposit information\",\"href\":\"https://www.va.gov/change-direct-deposit\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/education.png\",\"alt\":\"\"},\"link\":{\"text\":\"GI Bill\u00AE Comparison Tool\",\"href\":\"https://www.va.gov/education/gi-bill-comparison-tool\"},\"description\":\"Learn about education programs and compare benefits by school.\"}}},{\"title\":\"Careers and employment\",\"links\":{\"seeAllLink\":{\"text\":\"View all in careers and employment\",\"href\":\"https://www.va.gov/careers-employment\"},\"columnOne\":{\"title\":\"Get employment benefits\",\"links\":[{\"text\":\"About Veteran Readiness and Employment (VR&E)\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation/how-to-apply\"},{\"text\":\"Educational and career counseling\",\"href\":\"https://www.va.gov/careers-employment/education-and-career-counseling\"},{\"text\":\"Veteran-owned small business support\",\"href\":\"https://www.va.gov/careers-employment/veteran-owned-business-support\"},{\"text\":\"Apply for VR&E benefits\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation/apply-vre-form-28-1900/\"}]},\"columnTwo\":{\"title\":\"Manage your career\",\"links\":[{\"text\":\"VA transition assistance\",\"href\":\"https://www.benefits.va.gov/tap/\"},{\"text\":\"Find a job\",\"href\":\"https://www.dol.gov/veterans/findajob/\"},{\"text\":\"Find VA careers and support\",\"href\":\"https://www.va.gov/jobs/\"},{\"text\":\"Print your civil service preference letter\",\"href\":\"https://www.va.gov/records/download-va-letters\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/careers.png\",\"alt\":\"\"},\"link\":{\"text\":\"VA for Vets\",\"href\":\"https://www.vaforvets.va.gov/\"},\"description\":\"Get help transitioning to a civilian career and matching your skills and experiences to VA job opportunities.\"}}},{\"title\":\"Pension\",\"links\":{\"seeAllLink\":{\"text\":\"View all in pension\",\"href\":\"https://www.va.gov/pension\"},\"columnOne\":{\"title\":\"Get pension benefits\",\"links\":[{\"text\":\"Veterans Pension eligibility\",\"href\":\"https://www.va.gov/pension/eligibility\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/pension/how-to-apply\"},{\"text\":\"Apply now for a Veterans Pension\",\"href\":\"https://www.va.gov/pension/application/527EZ\"},{\"text\":\"Aid and attendance benefits and housebound allowance\",\"href\":\"https://www.va.gov/pension/aid-attendance-housebound\"},{\"text\":\"Survivors Pension\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/survivor-compensation/survivors-pension\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Change your address\",\"href\":\"https://www.va.gov/change-address\"},{\"text\":\"Change your direct deposit information\",\"href\":\"https://www.va.gov/change-direct-deposit\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/pension.png\",\"alt\":\"\"},\"link\":{\"text\":\"Get your pension payments electronically\",\"href\":\"https://www.godirect.gov/gpw\"},\"description\":\"Sign up for direct deposit or a pre-paid debit card.\"}}},{\"title\":\"Housing assistance\",\"links\":{\"seeAllLink\":{\"text\":\"View all in housing assistance\",\"href\":\"https://www.va.gov/housing-assistance\"},\"columnOne\":{\"title\":\"Get home loan benefits\",\"links\":[{\"text\":\"About VA home loan types\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/loan-types\"},{\"text\":\"How to request a COE\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/how-to-request-coe\"},{\"text\":\"Check your COE status\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/check-coe-status\"},{\"text\":\"Request a COE online\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/request-coe-form-26-1880\"}]},\"columnTwo\":{\"title\":\"Get Veterans housing grants\",\"links\":[{\"text\":\"About disability housing grants\",\"href\":\"https://www.va.gov/housing-assistance/disability-housing-grants\"},{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"How to apply for an SAH grant\",\"href\":\"https://www.va.gov/housing-assistance/disability-housing-grants/how-to-apply\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/housing.png\",\"alt\":\"\"},\"link\":{\"text\":\"National Call Center for Homeless Veterans\",\"href\":\"https://www.va.gov/homeless/nationalcallcenter.asp\"},\"description\":\"Find out how we can help you or a Veteran you care about connect with VA and local resources 24 hours a day, 7 days a week.\"}}},{\"title\":\"Life insurance\",\"links\":{\"seeAllLink\":{\"text\":\"View all in life insurance\",\"href\":\"https://www.va.gov/life-insurance\"},\"columnOne\":{\"title\":\"Get life insurance\",\"links\":[{\"text\":\"About life insurance options\",\"href\":\"https://www.va.gov/life-insurance/options-eligibility\"},{\"text\":\"Benefits for totally disabled or terminally ill policyholders\",\"href\":\"https://www.va.gov/life-insurance/totally-disabled-or-terminally-ill\"},{\"text\":\"Beneficiary financial counseling and online will preparation\",\"href\":\"https://www.benefits.va.gov/insurance/bfcs.asp\"}]},\"columnTwo\":{\"title\":\"Manage your life insurance\",\"links\":[{\"text\":\"Access your policy online\",\"href\":\"https://www.va.gov/life-insurance/manage-your-policy\"},{\"text\":\"Update your beneficiaries\",\"href\":\"https://www.benefits.va.gov/INSURANCE/updatebene.asp\"},{\"text\":\"File a claim for insurance benefits\",\"href\":\"https://www.benefits.va.gov/INSURANCE/sglivgli.asp\"},{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/life-insurance.png\",\"alt\":\"\"},\"link\":{\"text\":\"Learn how to apply for Veterans Affairs Life Insurance (VALife)\",\"href\":\"https://www.va.gov/life-insurance/options-eligibility/valife\"},\"description\":\"VALife is our new life insurance program for Veterans with service-connected disabilities.\"}}},{\"title\":\"Burials and memorials\",\"links\":{\"seeAllLink\":{\"text\":\"View all in burials and memorials\",\"href\":\"https://www.va.gov/burials-memorials\"},\"columnOne\":{\"title\":\"Get burial benefits\",\"links\":[{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/burials-memorials/eligibility\"},{\"text\":\"Pre-need burial eligibility determination\",\"href\":\"https://www.va.gov/burials-memorials/pre-need-eligibility\"},{\"text\":\"Veteran burial allowance\",\"href\":\"https://www.va.gov/burials-memorials/veterans-burial-allowance\"},{\"text\":\"Memorial items\",\"href\":\"https://www.va.gov/burials-memorials/memorial-items\"},{\"text\":\"Survivor and dependent compensation (DIC)\",\"href\":\"https://www.va.gov/disability/dependency-indemnity-compensation\"}]},\"columnTwo\":{\"title\":\"Plan a burial\",\"links\":[{\"text\":\"Schedule a burial for a Veteran or family member\",\"href\":\"https://www.va.gov/burials-memorials/schedule-a-burial\"},{\"text\":\"Find a cemetery\",\"href\":\"https://www.cem.va.gov/cems/listcem.asp\"},{\"text\":\"Request military records (DD214)\",\"href\":\"https://www.va.gov/records/get-military-service-records\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/burials.png\",\"alt\":\"\"},\"link\":{\"text\":\"Find National Cemetery Administration Information\",\"href\":\"https://www.cem.va.gov/\"},\"description\":\"Locate a grave, search for cemeteries, and find benefits information and resources.\"}}},{\"title\":\"Records\",\"links\":{\"seeAllLink\":{\"text\":\"View all in records\",\"href\":\"https://www.va.gov/records\"},\"columnOne\":{\"title\":\"Get your records\",\"links\":[{\"text\":\"Get your VA medical records (Blue Button)\",\"href\":\"https://www.va.gov/health-care/get-medical-records\"},{\"text\":\"Download your VA benefits letters\",\"href\":\"https://www.va.gov/records/download-va-letters\"},{\"text\":\"How to request a VA home loan Certificate of Eligibility (COE)\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/how-to-request-coe\"},{\"text\":\"Get Veteran ID cards\",\"href\":\"https://www.va.gov/records/get-veteran-id-cards\"}]},\"columnTwo\":{\"title\":\"Manage your records\",\"links\":[{\"text\":\"Request your military records (DD214)\",\"href\":\"https://www.va.gov/records/get-military-service-records\"},{\"text\":\"Change your address\",\"href\":\"https://www.va.gov/change-address\"},{\"text\":\"How to apply for a discharge upgrade\",\"href\":\"https://www.va.gov/discharge-upgrade-instructions\"},{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Search historical military records (National Archives)\",\"href\":\"https://www.archives.gov/\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/records.png\",\"alt\":\"\"},\"link\":{\"text\":\"Confirm your VA benefit status\",\"href\":\"https://www.va.gov/records/download-va-letters\"},\"description\":\"Download letters like your eligibility or award letter for certain benefits.\"}}},{\"title\":\"Service member benefits\",\"text\":\"Service member benefits\",\"href\":\"https://www.va.gov/service-member-benefits\"},{\"title\":\"Family member benefits\",\"text\":\"Family member benefits\",\"href\":\"https://www.va.gov/family-member-benefits\"}]},{\"title\":\"About VA\",\"menuSections\":{\"mainColumn\":{\"title\":\"VA organizations\",\"links\":[{\"text\":\"Veterans Health Administration\",\"href\":\"https://www.va.gov/health\"},{\"text\":\"Veterans Benefits Administration\",\"href\":\"https://www.benefits.va.gov/benefits/\"},{\"text\":\"National Cemetery Administration\",\"href\":\"https://www.cem.va.gov/\"},{\"text\":\"VA Leadership\",\"href\":\"https://department.va.gov/biographies/?_bio_position=assistant-secretary%2Cchairman%2Cdeputy-secretary%2Cgeneral-counsel%2Cinspector-general%2Cprincipal-executive-director%2Csecretary%2Cunder-secretary%2Cva-chief-of-staff/%3Fredirect%3D1%2Cva-chief-of-staff\"},{\"text\":\"Public Affairs\",\"href\":\"https://department.va.gov/administrations-and-offices/public-and-intergovernmental-affairs/\"},{\"text\":\"Congressional Affairs\",\"href\":\"https://www.va.gov/oca/index.asp\"},{\"text\":\"All VA offices and organizations\",\"href\":\"https://department.va.gov/about/\"}]},\"columnOne\":{\"title\":\"Innovation at VA\",\"links\":[{\"text\":\"Health research\",\"href\":\"https://www.research.va.gov/\"},{\"text\":\"Public health\",\"href\":\"https://www.publichealth.va.gov/\"},{\"text\":\"VA open data\",\"href\":\"https://www.va.gov/data/\"},{\"text\":\"Veterans analysis and statistics\",\"href\":\"https://www.va.gov/VETDATA/index.asp\"},{\"text\":\"Appeals modernization\",\"href\":\"https://www.benefits.va.gov/benefits/appeals.asp\"},{\"text\":\"VA Innovation Center\",\"href\":\"https://www.innovation.va.gov/\"},{\"text\":\"Recovery Act\",\"href\":\"https://www.va.gov/recovery/\"}]},\"columnTwo\":{\"title\":\"Learn about VA\",\"links\":[{\"text\":\"About VA\",\"href\":\"https://department.va.gov/about/\"},{\"text\":\"History of VA\",\"href\":\"https://department.va.gov/history/\"},{\"text\":\"VA plans, budget, finances, and performance\",\"href\":\"https://department.va.gov/about/va-plans-budget-finances-and-performance/\"},{\"text\":\"National cemetery history program\",\"href\":\"https://www.cem.va.gov/cem/history/index.asp\"},{\"text\":\"Veterans legacy program\",\"href\":\"https://www.cem.va.gov/cem/legacy/index.asp\"},{\"text\":\"Volunteer or donate\",\"href\":\"https://www.volunteer.va.gov/index.asp\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/2023-11/disability%20icon.png\",\"alt\":\"Paper icon\"},\"link\":{\"text\":\"Agency Financial Report\",\"href\":\"https://department.va.gov/administrations-and-offices/management/finance/agency-financial-report/\"},\"description\":\"View the FY 2024 report that includes VA accomplishments with taxpayer dollars and the challenges that remain.\"}}},{\"title\":\"Find a VA Location\",\"href\":\"https://www.va.gov/find-locations\"}]}"); </script> <script type="text/javascript" nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c"> window.vaSurvey = 'mcenter'; </script> <script defer type="text/javascript" nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c" src="https://resource.digital.voice.va.gov/wdcvoice/2/onsite/embed.js" async></script> </head> <body class=" merger"> <div id="announcement-root"></div> <!-- Draft status --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WFJWBD" height="0" width="0" class="csp-inline-patch-footer"></iframe></noscript> <a class="show-on-focus" href="#content" id="6bc1d10f97460d18f3dbd776dc53c36b">Skip to Content</a> <!-- Header Default--> <header class="header" role="banner" id="header-default"> <!-- Mobile Layout --> <div data-widget-type="header" data-show="true" data-show-nav-login="true" data-show-mega-menu="true" id="header-v2"></div> <!-- Tablet/Desktop Layout --> <div id="legacy-header" class="vads-u-display--none"> <div class="va-notice--banner"> <div class="va-notice--banner-inner"> <div class="usa-banner"> <div class="usa-accordion"> <div class="usa-banner-header"> <div class="usa-grid usa-banner-inner"> <img src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/tiny-usa-flag.png" alt="U.S. flag" height="20" width="20"> <p>An official website of the United States government</p> <button id="usa-banner-toggle" class="usa-accordion-button usa-banner-button" aria-expanded="false" aria-controls="gov-banner"> <span class="usa-banner-button-text">Here’s how you know</span> </button> </div> </div> <div class="usa-banner-content usa-grid usa-accordion-content" id="gov-banner" aria-hidden="true"> <div class="usa-banner-guidance-gov usa-width-one-half"> <img class="usa-banner-icon usa-media_block-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/icon-dot-gov.svg" alt="Dot gov"> <div class="usa-media_block-body"> <p> <strong>The .gov means it’s official.</strong> <br> Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you're on a federal government site. </p> </div> </div> <div class="usa-banner-guidance-ssl usa-width-one-half"> <img class="usa-banner-icon usa-media_block-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/icon-https.svg" alt="SSL"> <div class="usa-media_block-body"> <p> <strong>The site is secure.</strong> <br> The <strong>https://</strong> ensures that you're connecting to the official website and that any information you provide is encrypted and sent securely. </p> </div> </div> </div> </div> </div> </div> <div class="va-crisis-line-container vads-u-background-color--secondary-darkest"> <button class="va-crisis-line va-overlay-trigger vads-u-background-color--secondary-darkest" data-show="#modal-crisisline" id="25296fc9057d5c40a5f13b48bf911f69"> <div class="va-crisis-line-inner"> <span class="va-crisis-line-icon" aria-hidden="true"></span> <span class="va-crisis-line-text" id="879dd3e50139cf8aa404aa6d3461d85f">Talk to the <strong>Veterans Crisis Line</strong> now</span> <img alt aria-hidden="true" class="va-crisis-line-arrow" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/arrow-right-white.svg"> </div> </button> </div> </div> <!-- /header alert box --> <div class="row va-flex usa-grid usa-grid-full" id="va-header-logo-menu"> <div class="va-header-logo-wrapper"> <a href="/" class="va-header-logo"> <img src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/header-logo.png" alt="VA logo and Seal, U.S. Department of Veterans Affairs" height="59" width="264"> </a> </div> <div id="va-nav-controls"></div> <div class="medium-screen:vads-u-display--none usa-grid usa-grid-full"> <div class="menu-rule usa-one-whole"></div> <div class="mega-menu" id="mega-menu-mobile"></div> </div> <div id="login-root" class="vet-toolbar"></div> </div> <div class="usa-grid usa-grid-full"> <div class="menu-rule usa-one-whole"></div> <div class="mega-menu" id="mega-menu"></div> </div> </div> <!-- Banners --> <!-- Derive visible banners. --> <!-- Banners --> <!-- Situation Updates banner --> <div data-widget-type="situation-updates-banner"></div> <!-- Maintenance banner --> <div data-widget-type="maintenance-banner"></div> <!-- Derive visible promo banners. --> <!-- Promo Banners --> </header> <!-- Fullwidth banner alerts --> <div data-template="components/fullwidth_banner_alerts" data-entity-id="59601" aria-labelledby="Please be advised"> <va-banner type="info" headline="Please be advised"> <div> <p><strong>Possible COVID-19 symptoms: </strong>Call our 24-hour nurse advice line at 800-733-0502. </p> <p>Veterans enrolled in VA health care may <a href="https://gcc02.safelinks.protection.outlook.com/?url=https%3A//www.va.gov/san-francisco-health-care/programs/covid-19-vaccines/&data=05%7C01%7C%7C6e9c85086e9b4623a3b008db894c0586%7Ce95f1b23abaf45ee821db7ab251ab3bf%7C0%7C0%7C638254731816302591%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=WLLcwcJ2F8T5PcJiMa%2BxzBtju9htPwZUGSx%2BK4yqR8w%3D&reserved=0" id="1ee81a3ae7d0260e18b33e3284877a21">receive a vaccine</a>. </p> <p><strong>Visitors: </strong>To protect those at high risk, we encourage all visitors to wear masks in clinical areas. Universal masking is <strong>required in high-risk areas</strong>.</p> <p> <va-link disable-analytics href="/san-francisco-health-care/operating-status" text="Get updates on affected services and facilities" id="48f7b6851e0945a52a759662140f59fa"></va-link> </p> </div> </va-banner></div> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c" type="text/javascript"> (function() { var isIe = /(trident|msie)/i.test(navigator.userAgent); if (isIe && document.getElementById && window.addEventListener) { window.addEventListener('hashchange', function skipLinkFocus() { var id = location.hash.substring(1); var element; if (!/^[A-z0-9_-]+$/.test(id)) { return; } element = document.getElementById(id); if (element) { if (!/^(?:a|select|input|button|textarea)$/i.test(element.tagName)) { element.tabIndex = -1; } element.focus(); } }); } })(); </script> <script type="text/javascript" defer nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c"> window.onload = function() { const contentElement = document.querySelector('.smartbanner'); if(contentElement){ contentElement.style.top = '-84px' } }; </script> <div class="vads-u-padding-x--1p5" data-template="includes/breadcrumbs"> <va-breadcrumbs class="row" wrapping> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c"> const bcComponent = document.querySelector('va-breadcrumbs'); if (bcComponent) { bcComponent.setAttribute('breadcrumb-list', "[{\"href\":\"/\",\"isRouterLink\":false,\"label\":\"Home\",\"lang\":\"en-US\"},{\"href\":\"/san-francisco-health-care\",\"isRouterLink\":false,\"label\":\"VA San Francisco health care\",\"lang\":\"en-US\"}]"); } </script> </va-breadcrumbs></div> <div id="content" class="interior"> <main class="va-l-detail-page va-facility-page" lang="en"> <div class="usa-grid usa-grid-full"> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c" type="text/javascript"> window.sideNav = { rootPath: "/san-francisco-health-care/", data: {"name":"VA San Francisco health care","description":"VISN 21 | va.gov/san-francisco-health-care","links":[{"expanded":false,"description":null,"label":"VA San Francisco health care","url":{"path":"/san-francisco-health-care"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[{"expanded":false,"description":null,"label":"SERVICES AND LOCATIONS","url":{"path":""},"entity":{"linkedEntity":null},"links":[{"expanded":false,"description":null,"label":"Health services","url":{"path":"/san-francisco-health-care/health-services"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Locations","url":{"path":"/san-francisco-health-care/locations"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[{"expanded":false,"description":null,"label":"San Francisco VA Medical Center","url":{"path":"/san-francisco-health-care/locations/san-francisco-va-medical-center"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Clearlake VA Clinic","url":{"path":"/san-francisco-health-care/locations/clearlake-va-clinic"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Eureka VA Clinic","url":{"path":"/san-francisco-health-care/locations/eureka-va-clinic"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"North Santa Rosa VA Clinic","url":{"path":"/san-francisco-health-care/locations/north-santa-rosa-va-clinic"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Oakland VA Clinic","url":{"path":"/san-francisco-health-care/locations/oakland-va-clinic"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"San Bruno VA Clinic","url":{"path":"/san-francisco-health-care/locations/san-bruno-va-clinic"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"San Francisco VA Clinic","url":{"path":"/san-francisco-health-care/locations/san-francisco-va-clinic"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"South Santa Rosa VA Clinic","url":{"path":"/san-francisco-health-care/locations/south-santa-rosa-va-clinic"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Twenty-First Street VA Clinic","url":{"path":"/san-francisco-health-care/locations/twenty-first-street-va-clinic"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Ukiah VA Clinic","url":{"path":"/san-francisco-health-care/locations/ukiah-va-clinic"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]}]}]},{"expanded":false,"description":null,"label":"NEWS AND EVENTS","url":{"path":""},"entity":{"linkedEntity":null},"links":[{"expanded":false,"description":null,"label":"Events","url":{"path":"/san-francisco-health-care/events"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"News releases","url":{"path":"/san-francisco-health-care/news-releases"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Stories","url":{"path":"/san-francisco-health-care/stories"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]}]},{"expanded":false,"description":null,"label":"ABOUT VA SAN FRANCISCO","url":{"path":""},"entity":{"linkedEntity":null},"links":[{"expanded":false,"description":null,"label":"About us","url":{"path":"/san-francisco-health-care/about-us"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[{"expanded":false,"description":null,"label":"Mission and vision","url":{"path":"/san-francisco-health-care/about-us/mission-and-vision"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Defining excellence: SFVA and UCSF","url":{"path":"/san-francisco-health-care/about-us/defining-excellence-sfva-and-ucsf"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"History","url":{"path":"/san-francisco-health-care/about-us/history"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Performance","url":{"path":"/san-francisco-health-care/about-us/performance"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Leadership","url":{"path":"/san-francisco-health-care/about-us/leadership"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]}]},{"expanded":false,"description":null,"label":"Programs","url":{"path":"/san-francisco-health-care/programs"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[{"expanded":false,"description":null,"label":"Alameda Point National Cemetery","url":{"path":"/san-francisco-health-care/programs/alameda-point-national-cemetery"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Cardiology","url":{"path":"/san-francisco-health-care/programs/cardiology"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Harm Reduction and Syringe Services Program (SSP)","url":{"path":"/san-francisco-health-care/programs/harm-reduction-and-syringe-services-program-ssp"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Hoptel","url":{"path":"/san-francisco-health-care/programs/hoptel"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Integrative Health Clinical Services","url":{"path":"/san-francisco-health-care/programs/integrative-health-clinical-services"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Lung Cancer Screening Program","url":{"path":"/san-francisco-health-care/programs/lung-cancer-screening-program"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Military Sexual Trauma (MST)","url":{"path":"/san-francisco-health-care/programs/military-sexual-trauma-mst"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Neurosurgery","url":{"path":"/san-francisco-health-care/programs/neurosurgery"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"New Patients","url":{"path":"/san-francisco-health-care/programs/new-patients-0"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"No-Cost Flu Shots Available for Enrolled Veterans","url":{"path":"/san-francisco-health-care/programs/no-cost-flu-shots-available-for-enrolled-veterans"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Nutrition Outpatient Programs","url":{"path":"/san-francisco-health-care/programs/nutrition-outpatient-programs"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Patient Transportation","url":{"path":"/san-francisco-health-care/programs/transmetro-transportation-schedule/san-francisco-va-medical-center-patient-transportation"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Pharmacy updates","url":{"path":"/san-francisco-health-care/programs/pharmacy-updates"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Planning for Our Future","url":{"path":"/san-francisco-health-care/programs/planning-for-our-future"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Primary Care","url":{"path":"/san-francisco-health-care/programs/primary-care"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Psychosocial Rehabilitation and Recovery Center","url":{"path":"/san-francisco-health-care/programs/psychosocial-rehabilitation-and-recovery-center-prrc-0"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Pulmonary Medicine","url":{"path":"/san-francisco-health-care/programs/pulmonary-medicine"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Resources","url":{"path":"/san-francisco-health-care/programs/resources-for-veterans"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Sleep Medicine","url":{"path":"/san-francisco-health-care/programs/sleep-medicine"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Tele-Urgent Care","url":{"path":"/san-francisco-health-care/programs/tele-urgent-care"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"VA Alameda Point Development","url":{"path":"/san-francisco-health-care/programs/va-alameda-point-development"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Veterans Outreach Program","url":{"path":"/san-francisco-health-care/programs/veterans-outreach-program"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Whole Health Offerings","url":{"path":"/san-francisco-health-care/programs/whole-health-offerings"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Womens Comprehensive Health Center","url":{"path":"/san-francisco-health-care/programs/womens-comprehensive-health-center"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[{"expanded":false,"description":null,"label":"Rural Women's Telehealth Outreach","url":{"path":"/san-francisco-health-care/programs/womens-comprehensive-health-center/rural-womens-telehealth-outreach"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]}]}]},{"expanded":false,"description":null,"label":"Research","url":{"path":"/san-francisco-health-care/research"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[{"expanded":false,"description":null,"label":"C-SAPP (Comparator Study of Antipsychotics for Parkinson's Psychosis)","url":{"path":"/san-francisco-health-care/research/c-sapp-comparator-study-of-antipsychotics-for-parkinsons-psychosis"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Research Study Subject Recruitment","url":{"path":"/san-francisco-health-care/research/research-study-subject-recruitment"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Stress and Resilience Study","url":{"path":"/san-francisco-health-care/research/stress-and-resilience-study"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"TBI and Alcohol Study","url":{"path":"/san-francisco-health-care/research/tbi-and-alcohol-study"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Treatment of Insomnia in PTSD Study","url":{"path":"/san-francisco-health-care/research/treatment-of-insomnia-in-ptsd-study"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]}]},{"expanded":false,"description":null,"label":"Policies","url":{"path":"/san-francisco-health-care/policies"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"VA police","url":{"path":"/san-francisco-health-care/va-police"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Work with us","url":{"path":"/san-francisco-health-care/work-with-us"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[{"expanded":false,"description":null,"label":"Jobs and careers","url":{"path":"/san-francisco-health-care/work-with-us/jobs-and-careers"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Internships and fellowships","url":{"path":"/san-francisco-health-care/work-with-us/internships-and-fellowships"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[{"expanded":false,"description":null,"label":"Psychiatric-Mental Health Nurse Practitioner Residency Program","url":{"path":"/san-francisco-health-care/work-with-us/internships-and-fellowships/psychiatric-mental-health-nurse-practitioner-residency-program"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Psychology Training Programs","url":{"path":"/san-francisco-health-care/work-with-us/internships-and-fellowships/psychology-training-programs"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Post Baccalaureate Registered Nurse Residency Program (PB-RNR)","url":{"path":"/san-francisco-health-care/work-with-us/internships-and-fellowships/post-baccalaureate-registered-nurse-residency-program-pb-rnr"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"Dental General Practice Residency Program","url":{"path":"/san-francisco-health-care/work-with-us/internships-and-fellowships/dental-general-practice-residency-program"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]},{"expanded":false,"description":null,"label":"The Promise Initiative","url":{"path":"/san-francisco-health-care/work-with-us/internships-and-fellowships/the-promise-initiative"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]}]},{"expanded":false,"description":null,"label":"Volunteer or donate","url":{"path":"/san-francisco-health-care/work-with-us/volunteer-or-donate"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]}]},{"expanded":false,"description":null,"label":"Contact us","url":{"path":"/san-francisco-health-care/contact-us"},"entity":{"linkedEntity":{"entityPublished":true,"moderationState":"published"}},"links":[]}]}]}]}, }; </script> <nav data-template="navigation/facility_sidebar_nav" aria-label="secondary" data-widget-type="side-nav"></nav> <div class="usa-width-three-fourths"> <article class="usa-content"> <h1>VA San Francisco health care</h1> <div class="duotone darken lighten medium-screen:vads-u-margin-bottom--0p5"> <img src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/styles/7_2_medium_thumbnail/public/2021-10/180295072_10165005289185243_3732803596511596293_n%20v2.jpg" aria-hidden="true" role="presentation" alt width="100%"> </div> <div class="usa-grid usa-grid-full vads-u-margin-top--0 vads-u-margin-bottom--3"> <div data-template="facilities/main_buttons"> <div> <a class="vads-c-action-link--blue" href="/san-francisco-health-care/make-an-appointment">Make an appointment</a> </div> <div class="vads-u-margin-y--2"> <a class="vads-c-action-link--blue" href="/san-francisco-health-care/health-services">View all health services</a> </div> <div> <a class="vads-c-action-link--blue" href="/san-francisco-health-care/register-for-care">Register for care</a> </div> </div> </div> <div class="va-introtext"> <p class="vads-u-margin-bottom--0">At San Francisco VA Health Care System, our mission is to honor Veterans, their families, and caregivers by offering exceptional care that improves their health and well-being. With an unparalleled reputation as providers of the most complex care across VHA, we have a long-history of conducting cutting-edge research, establishing innovative medical programs, and providing compassionate care. Notably, for over 60 years, the Medical Center's affiliation with the University of California, San Francisco (UCSF) ensures that all physicians are jointly recruited with UCSF School of Medicine.</p> </div> <section> <h2 class="vads-u-font-size--xl vads-u-margin-top--3 medium-screen:vads-u-margin-top--5 medium-screen:vads-u-margin-bottom--2p5" id="locations"> Locations</h2> <div data-template="includes/facilityListing" class="region-list usa-width-one-whole vads-u-display--flex vads-u-flex-direction--column mobile-lg:vads-u-flex-direction--row facility vads-u-margin-bottom--4 medium-screen:vads-u-margin-bottom--5"> <section class="region-grid vads-u-margin-right--2"> <h3 class="vads-u-margin-bottom--1 vads-u-margin-top--0 vads-u-font-size--md medium-screen:vads-u-font-size--lg" id> <va-link href="/san-francisco-health-care/locations/san-francisco-va-medical-center" text="San Francisco VA Medical Center"></va-link></h3> <div class="vads-u-margin-bottom--1"> <address class="vads-u-margin-bottom--0"> <div>4150 Clement Street</div> <div>San Francisco, CA 94121-1545 </div> </address> <div> <va-link label="Get directions on Google Maps to San Francisco VA Medical Center" href="https://maps.google.com?saddr=Current+Location&daddr=4150 Clement Street, San Francisco, CA 94121-1545" text="Get directions on Google Maps"></va-link> </div> </div> <div class="vads-u-margin-bottom--0"> <div class="main-phone vads-u-margin-bottom--1"> <strong>Main phone:</strong> <va-telephone contact="415-221-4810" message-aria-describedby="Main phone"></va-telephone> </div> <div class="vads-u-margin-bottom--1"> <strong>VA health connect:</strong> <va-telephone contact="833-983-0487" message-aria-describedby="VA health connect"></va-telephone> </div> <div> <strong>Mental health care: </strong> <va-telephone contact="4157502073" extension message-aria-describedby="Mental health care"> </va-telephone></div> </div> </section> <section-image class="region-grid usa-width-one-half vads-u-order--first mobile-lg:vads-u-order--initial vads-u-margin-bottom--2"> <a href="/san-francisco-health-care/locations/san-francisco-va-medical-center" aria-label="Aerial photo of San Francisco VA Medical Center"> <img class="region-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/styles/3_2_medium_thumbnail/public/2023-07/VA_Photo.png" alt="Aerial photo of San Francisco VA Medical Center" width="480" height="320"> </a> </section-image> </div> <va-link active class="vads-u-font-size--md vads-u-display--block vads-u-width--full" href="/san-francisco-health-care/locations" text="See all locations"> </va-link> </section> <!-- "Manage your health online" section --> <section> <h2 id="manage-your-health-online">Manage your health online</h2> <div class="vads-u-display--flex medium-screen:vads-u-flex-direction--row vads-u-flex-direction--column"> <div class="vads-u-margin-right--0 medium-screen:vads-u-margin-right--3"> <div class="vads-facility-hub-cta vads-u-display--flex vads-u-align-items--center"> <va-icon class="vads-u-color--link-default vads-facility-hub-cta-circle vads-u-margin-right--1" size="3" icon="pill"></va-icon> <va-link href="/health-care/refill-track-prescriptions/" text="Refill and track your prescriptions"></va-link> </div> <div class="vads-facility-hub-cta vads-u-display--flex vads-u-align-items--center"> <va-icon class="vads-u-color--link-default vads-facility-hub-cta-circle vads-u-margin-right--1" size="3" icon="forum"></va-icon> <va-link href="/health-care/secure-messaging/" text="Send a secure message to your health care team"></va-link> </div> <div class="vads-facility-hub-cta vads-u-border-color--primary-alt-light medium-screen:vads-u-border-bottom--1px vads-u-display--flex vads-u-align-items--center"> <va-icon class="vads-u-color--link-default vads-facility-hub-cta-circle vads-u-margin-right--1" size="3" icon="event_available"></va-icon> <va-link href="/health-care/schedule-view-va-appointments/" text="Schedule and manage health appointments"></va-link> </div> <div class="vads-facility-hub-cta vads-u-display--flex vads-u-align-items--center health-online-desktop-link"> <va-icon class="vads-u-color--link-default vads-facility-hub-cta-circle vads-u-margin-right--1" size="3" icon="chat"></va-icon> <va-link href="https://mobile.va.gov/app/va-health-chat" text="Download VA Health Chat"></va-link> </div> </div> <div> <div class="vads-facility-hub-cta vads-u-display--flex vads-u-align-items--center"> <va-icon class="vads-u-color--link-default vads-facility-hub-cta-circle vads-u-margin-right--1" size="3" icon="note_add"></va-icon> <va-link href="/health-care/get-medical-records/" text="Download your VA medical records (Blue Button)"></va-link> </div> <div class="vads-facility-hub-cta vads-u-display--flex vads-u-align-items--center"> <va-icon class="vads-u-color--link-default vads-facility-hub-cta-circle vads-u-margin-right--1" size="3" icon="assignment"></va-icon> <va-link href="/health-care/view-test-and-lab-results/" text="View your lab and test results"></va-link> </div> <div class="vads-facility-hub-cta vads-facility-hub-cta-last-line vads-u-border-top--1px vads-u-border-color--primary-alt-light vads-u-display--flex vads-u-align-items--center"> <va-icon class="vads-u-color--link-default vads-facility-hub-cta-circle vads-u-margin-right--1" size="3" icon="hearing_disabled"></va-icon> <va-link href="/health-care/order-hearing-aid-batteries-and-accessories/" text="Order hearing aid batteries and accessories"></va-link> </div> <div class="vads-facility-hub-cta vads-u-display--flex vads-u-align-items--center health-online-mobile-link"> <va-icon class="vads-u-color--link-default vads-facility-hub-cta-circle vads-u-margin-right--1" size="3" icon="chat"></va-icon> <va-link href="https://mobile.va.gov/app/va-health-chat" text="Download VA Health Chat"></va-link> </div> <div class="vads-facility-hub-cta vads-u-display--flex vads-u-align-items--center"> <va-icon class="vads-u-color--link-default vads-facility-hub-cta-circle vads-u-margin-right--1" size="3" icon="phone"></va-icon> <va-link href="https://www.va.gov/health/connect-to-va-care/index.asp" text="Connect to VA care"></va-link> </div> </div> </div> </section> <!-- List of links section --> <div class="vads-u-margin-top--5"> <section data-template="paragraphs/list_of_link_teasers_facility" data-entity-id="13021" class="vads-u-background-color--gray-lightest vads-u-padding--2p5"> <h2 class="vads-u-margin-top--0 vads-u-margin-bottom--2 vads-u-font-size--h3 vads-u-padding-bottom--0p5 vads-u-border-bottom--1px vads-u-border-color--gray-light" id="other-services-at-va-san-franc"> Other services at VA San Francisco health care </h2> <div> <div class="usa-grid usa-grid-full"> <va-link disable-analytics class="other-services-links vads-u-display--block vads-u-margin-bottom--2" href="/san-francisco-health-care/health-services/patient-advocates" text="Get help from a patient advocate" id="c6fc13e1e6576dadd15a66c48e058a21"> </va-link> <va-link disable-analytics class="other-services-links vads-u-display--block vads-u-margin-bottom--2" href="/san-francisco-health-care/medical-records-office" text="Access your health records" id="0a2c8b96d5a381c113eba62be1f03ebc"> </va-link> <va-link disable-analytics class="other-services-links vads-u-display--block vads-u-margin-bottom--2" href="/san-francisco-health-care/contact-us" text="Find a phone number" id="056069f004148bd3be69ea6ae254ac02"> </va-link> <va-link disable-analytics class="other-services-links vads-u-display--block vads-u-margin-bottom--2" href="/san-francisco-health-care/billing-and-insurance" text="Check your billing, insurance, and payment options" id="2e1174c2904ad78e6dec210ad31ed685"> </va-link> <va-link disable-analytics class="other-services-links vads-u-display--block vads-u-margin-bottom--2" href="/san-francisco-health-care/work-with-us/volunteer-or-donate" text="Volunteer or donate" id="71ff90b6e9ddfc1bc985be96157a288a"> </va-link> <va-link disable-analytics class="other-services-links vads-u-display--block vads-u-margin-bottom--2" href="https://www.visn21.va.gov/docs/FY2019AnnualReportVISN21.pdf" text="Read our annual reports and newsletters" id="91c01febc3578aa48a0297c8bea0f0bf"> </va-link> <va-link disable-analytics class="other-services-links vads-u-display--block" href="/san-francisco-health-care/about-us/performance" text="Compare our performance with non-VA facilities." id="921e62763db964430c839466b0289bbd"> </va-link> </div> </div> </section> </div> <!-- Stories --> <section> <h2 class="vads-u-margin-bottom--3 medium-screen:vads-u-margin-top--5" id="stories"> Stories</h2> <div data-template="teasers/news_story" class="region-list usa-grid usa-grid-full vads-u-margin-bottom--3 medium-screen:vads-u-margin-bottom--4 vads-u-display--flex vads-u-flex-direction--column mobile-lg:vads-u-flex-direction--row"> <div class="region-grid vads-u-margin-right--2 "> <h3 class="vads-u-font-size--md medium-screen:vads-u-font-size--lg vads-u-margin-top--0 medium-screen:vads-u-margin-bottom--0p5" id="-1"> <va-link href="/san-francisco-health-care/stories/q-a-with-sfvahcs-dr-cynthia-delgado-time100-health-honoree" text="Q & A with SFVAHCS' Dr. Cynthia Delgado: Time100 Health honoree"></va-link> </h3> <p class="vads-u-margin-y--0">We are thrilled to announce that Dr. Cynthia Delgado has been named one of Time magazine’s 100 most influential people in the field of health.</p> </div> <div class="region-grid vads-u-order--first mobile-lg:vads-u-order--initial vads-u-margin-bottom--2 medium-screen:vads-u-margin-bottom--0"> <img class="region-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/styles/3_2_medium_thumbnail/public/2024-06/Delgado%20Drupal%202.png" alt="Dr Cynthia Delgado smiling." width="480" height="320"> </div> </div> <va-link active class="vads-u-font-size--md vads-u-display--block vads-u-width--full" href="/san-francisco-health-care/stories" text="See all stories"> </va-link> </section> <!-- Events --> <section> <h2 class="vads-u-margin-top--4 vads-u-margin-bottom--2 medium-screen:vads-u-margin-bottom--2p5" id="events"> Events</h2> <va-link active class="vads-u-font-size--md vads-u-display--block vads-u-width--full" href="/san-francisco-health-care/events" text="See all events"> </va-link> </section> <section data-template="facilities/facility_social_links" class="feature vads-u-background-color--gray-lightest vads-u-margin-top--4 mobile-lg:vads-u-margin-top--6 vads-u-padding-x--3 vads-u-padding-y--2p5"> <h2 class="vads-u-margin-bottom--2" id="get-updates-from-va-san-franci">Get updates from VA San Francisco health care</h2> <div class="usa-grid usa-grid-full"> <div class="usa-width-one-half"> <div class="vads-u-margin-bottom--2"> <va-icon icon="mail" size="3" class="vads-u-color--link-default vads-u-margin-right--0p5"></va-icon> <va-link href="https://public.govdelivery.com/accounts/USVHA/subscriber/new?topic_id=USVHA_224" rel="noreferrer" text="Subscribe to VA San Francisco health care news and announcements"> </va-link> </div> <div class="vads-u-margin-bottom--2"> <va-icon icon="mail" size="3" class="vads-u-color--link-default vads-u-margin-right--0p5"></va-icon> <va-link href="https://public.govdelivery.com/accounts/USVHA/subscriber/new?topic_id=USVHA_485" rel="noreferrer" text="Subscribe to VA San Francisco health care emergency notifications"> </va-link> </div> <div class="vads-u-margin-bottom--2"> <va-icon icon="adjust" size="3" class="vads-u-color--link-default vads-u-margin-right--0p5"></va-icon> <va-link href="/san-francisco-health-care/operating-status" text="VA San Francisco health care operating status"> </va-link></div> </div> <div class="usa-width-one-half"> <div class> <div class="social-links vads-u-margin-bottom--2"> <va-icon size="3" icon="facebook" class="vads-u-color--link-default vads-u-margin-right--0p5"></va-icon> <va-link href="https://www.facebook.com/sfvamc" rel="noreferrer" text="Facebook page for San Francisco VA Health Care System "> </va-link></div> <div class="social-links vads-u-margin-bottom--2"> <va-icon size="3" icon="x" class="vads-u-color--link-default vads-u-margin-right--0p5"></va-icon> <va-link href="https://twitter.com/SFVAMC" rel="noreferrer" text="Twitter page for San Francisco VA Health Care System"> </va-link></div> <div class="social-links vads-u-margin-bottom--2"> <va-icon size="3" icon="instagram" class="vads-u-color--link-default vads-u-margin-right--0p5"></va-icon> <va-link href="https://instagram.com/SFVAHCS" rel="noreferrer" text="Instagram page for San Francisco VA Health Care System"> </va-link></div> </div> </div> </div> </section> <va-back-to-top></va-back-to-top> </article> <!-- Last updated & feedback button--> <div class="last-updated usa-content vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0"> <div class="mobile-lg:vads-u-display--flex above-footer-elements-container"> <div class="vads-u-flex--auto"> <span class="vads-u-text-align--justify"> <p></p> </span> </div> <div class="vads-u-flex--1 vads-u-text-align--right"> <span class="vads-u-text-align--right"> <button type="button" class="feedback-button usa-button" id="mdFormButton" aria-label="give feedback"> Feedback </button> </span> </div> </div> </div> </div> </div> </main> <footer class="footer"> <div id="footerNav" data-minimal-footer="false"></div> </footer> <div id="logout-modal-root"></div> <!-- VA's mission: To fulfill President Lincoln's promise to care for those who have served in our nation's military and for their families, caregivers, and survivors. --> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c" type="text/javascript"> (function() { var module = {}; function mountWidgets(widgets, slowLoadingThreshold) { [].slice.call(widgets).forEach(function(widget) { var timeout = widget.getAttribute('data-widget-timeout'); if (timeout) { timeout = parseInt(timeout, 10); } timeout = (timeout || 0) * 1000; if (timeout > slowLoadingThreshold) { setTimeout(function() { var replacedWithWidget = !widget.querySelector( '.static-widget-content' ); var slowMessage = widget.querySelector( '.loading-indicator-message--slow' ); var regularMessage = widget.querySelector( '.loading-indicator-message--normal' ); if (!replacedWithWidget && regularMessage) { regularMessage.setAttribute('aria-hidden', 'true'); regularMessage.classList.add('vads-u-display--none'); } if (!replacedWithWidget && slowMessage) { slowMessage.setAttribute('aria-hidden', 'false'); slowMessage.classList.remove('vads-u-display--none'); } }, slowLoadingThreshold); } if (timeout > 0) { setTimeout(function() { var replacedWithWidget = !widget.querySelector( '.static-widget-content' ); var errorMessage = widget.querySelector('.sip-application-error'); var loadingMessage = widget.querySelector( '.loading-indicator-container' ); if (!replacedWithWidget && loadingMessage) { loadingMessage.parentNode.removeChild(loadingMessage); } if (!replacedWithWidget && errorMessage) { errorMessage.setAttribute('aria-hidden', 'false'); errorMessage.classList.remove('vads-u-display--none'); } }, timeout); } }); } if (module) { module.exports = mountWidgets; } mountWidgets(document.querySelectorAll('[data-widget-type]'), 6000); })(); </script> </div> <script nonce="9vGgevvgOF1TCTdIGxrSVB9JNqjTqd2c"> (function() { document.getElementById('6bc1d10f97460d18f3dbd776dc53c36b').addEventListener('click', function(event) { focusContent(event) }); document.getElementById('25296fc9057d5c40a5f13b48bf911f69').addEventListener('click', function(event) { recordEvent({ event: 'nav-crisis-header' }) }); document.getElementById('879dd3e50139cf8aa404aa6d3461d85f').addEventListener('click', function(event) { recordEvent({ event: 'nav-jumplink-click' }); }); document.getElementById('1ee81a3ae7d0260e18b33e3284877a21').addEventListener('click', function(event) { recordEvent({"event":"nav-alert-box-link-click","alert-box-status":"info","alert-box-headline":"Please be advised","alert-box-headline-level":"3","alert-box-background-only":"false","alert-box-closeable":"false","alert-box-click-label":"receive a vaccine"}) }); document.getElementById('48f7b6851e0945a52a759662140f59fa').addEventListener('click', function(event) { recordEvent({ 'event':'nav-warning-alert-box-content-link-click', 'alertBoxHeading': 'Please be advised' }); }); document.getElementById('c6fc13e1e6576dadd15a66c48e058a21').addEventListener('click', function(event) { recordEvent({ event: 'nav-featured-content-link-click', 'featured-content-header': 'Other services at VA San Francisco health care', 'featured-content-click-label': 'Get help from a patient advocate' }); }); document.getElementById('0a2c8b96d5a381c113eba62be1f03ebc').addEventListener('click', function(event) { recordEvent({ event: 'nav-featured-content-link-click', 'featured-content-header': 'Other services at VA San Francisco health care', 'featured-content-click-label': 'Access your health records' }); }); document.getElementById('056069f004148bd3be69ea6ae254ac02').addEventListener('click', function(event) { recordEvent({ event: 'nav-featured-content-link-click', 'featured-content-header': 'Other services at VA San Francisco health care', 'featured-content-click-label': 'Find a phone number' }); }); document.getElementById('2e1174c2904ad78e6dec210ad31ed685').addEventListener('click', function(event) { recordEvent({ event: 'nav-featured-content-link-click', 'featured-content-header': 'Other services at VA San Francisco health care', 'featured-content-click-label': 'Check your billing, insurance, and payment options' }); }); document.getElementById('71ff90b6e9ddfc1bc985be96157a288a').addEventListener('click', function(event) { recordEvent({ event: 'nav-featured-content-link-click', 'featured-content-header': 'Other services at VA San Francisco health care', 'featured-content-click-label': 'Volunteer or donate' }); }); document.getElementById('91c01febc3578aa48a0297c8bea0f0bf').addEventListener('click', function(event) { recordEvent({ event: 'nav-featured-content-link-click', 'featured-content-header': 'Other services at VA San Francisco health care', 'featured-content-click-label': 'Read our annual reports and newsletters' }); }); document.getElementById('921e62763db964430c839466b0289bbd').addEventListener('click', function(event) { recordEvent({ event: 'nav-featured-content-link-click', 'featured-content-header': 'Other services at VA San Francisco health care', 'featured-content-click-label': 'Compare our performance with non-VA facilities.' }); }); document.getElementById('mdFormButton').addEventListener('click', function(event) { KAMPYLE_ONSITE_SDK.showForm('17') }); })(); </script></body></html>