CINXE.COM
VA Claim Exam (C&P Exam) | 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: page.drupal.liquid path: disability/va-claim-exam entityId: 914 --><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/disability/va-claim-exam/"> <!-- Last updated --> <meta name="DC.Date" scheme="W3CDTF" content="2024-11-14"> <!-- Last updated --> <!-- Mobile App Promo Banners config --> <!-- End Mobile App Promo Banners config --> <!-- og:url --> <meta property="og:url" content="https://www.va.gov/disability/va-claim-exam/"> <!-- og:type --> <meta property="og:type" content="website"> <!-- article:tags --> <!-- Custom metatags --> <meta name="description" content="After you file your disability benefits claim, we may ask you to have a claim exam (also known as a compensation and pension, or C&P, exam). Get answers to commonly asked questions about the VA claim exam."> <link rel="image_src" href="https://www.va.gov/img/design/logo/va-og-image.png"> <meta property="og:description" content="After you file your disability benefits claim, we may ask you to have a claim exam (also known as a compensation and pension, or C&P, exam). Get answers to commonly asked questions about the VA claim exam."> <meta property="og:image" content="https://www.va.gov/img/design/logo/va-og-image.png"> <meta property="og:image:alt" content="U.S. Department of Veterans Affairs"> <meta property="og:site_name" content="Veterans Affairs"> <meta property="og:title" content="VA claim exam (C&P exam) | Veterans Affairs"> <title>VA Claim Exam (C&P Exam) | Veterans Affairs</title> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:description" content="Get answers to commonly asked questions about the VA claim exam (also called a “VA C&P exam,” which stands for “VA Compensation and Pension exam”). Find out how to schedule your exam, what to expect during your appointment, and how long it usually takes to get a decision after your exam."> <meta name="twitter:image" content="https://www.va.gov/img/design/logo/va-og-image.png"> <meta name="twitter:image:alt" content="U.S. Department of Veterans Affairs"> <meta name="twitter:site" content="@DeptVetAffairs"> <meta name="twitter:title" content="VA claim exam (C&P exam) | Veterans Affairs"> <!-- Default metatags --> <!-- Add polyfills. --> <script nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" 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="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s"> /** * 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="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" 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="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s"> (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> <!-- 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="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" 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="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" 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="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=VA" id="_fed_an_ua_tag"></script> <script nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" 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\":\"508 compliance\"},{\"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 your remaining Post-9/11 GI Bill benefits\",\"href\":\"https://www.va.gov/education/check-remaining-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 adapted housing 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 defer type="text/javascript" nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" 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="09ab9702f9c2c7160e707f8df5ab564b">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="baf382babc8950319f3f7a55c9514ad9"> <div class="va-crisis-line-inner"> <span class="va-crisis-line-icon" aria-hidden="true"></span> <span class="va-crisis-line-text" id="e54af1b4cad0da958ac03af4ce3c6b61">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 --> <!-- Maintenance banner --> <div data-widget-type="maintenance-banner"></div> <!-- Derive visible promo banners. --> <!-- Promo Banners --> </header> <!-- Situation Updates banner --> <div data-widget-type="situation-updates-banner"></div> <script nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" 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="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s"> 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="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s"> const bcComponent = document.querySelector('va-breadcrumbs'); if (bcComponent) { bcComponent.setAttribute('breadcrumb-list', "[{\"href\":\"/\",\"isRouterLink\":false,\"label\":\"Home\",\"lang\":\"en-US\"},{\"href\":\"/disability\",\"isRouterLink\":false,\"label\":\"Disability benefits\",\"lang\":\"en-US\"},{\"href\":\"/disability/va-claim-exam\",\"isRouterLink\":false,\"label\":\"VA claim exam (C&P exam)\",\"lang\":\"en-US\"}]"); } </script> </va-breadcrumbs></div> <div itemscope itemprop="mainEntity" itemtype="https://schema.org/FAQPage"> <div id="content" class="interior"> <main class="va-l-detail-page" lang="en"> <div class="usa-grid usa-grid-full"> <nav data-template="navigation/sidebar_nav" aria-label="Secondary" id="va-detailpage-sidebar" data-drupal-sidebar="true" class="va-drupal-sidebarnav usa-width-one-fourth va-sidebarnav"> <div aria-modal="true" role="dialog" aria-labelledby="sidebar_header"> <button class="va-sidenav-btn-close va-sidebarnav-close" type="button" aria-label="Close this menu"> <va-icon icon="close" size="3" class="vads-u-color--gray-dark"></va-icon> </button> <script nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s"> document.addEventListener('keydown', function(event) { if (event.key === 'Escape') { const sidebar = document.getElementById('va-detailpage-sidebar'); const closeButton = sidebar.querySelector('.va-sidenav-btn-close'); if (sidebar && closeButton) { closeButton.click(); } } }); </script> <div class="vads-u-display--flex vads-u-align-items--center left-side-nav-title"> <va-icon icon="description" size="3" class="hub-icon vads-u-color--white vads-u-background-color--hub-disability vads-u-display--flex vads-u-align-items--center vads-u-justify-content--center vads-u-margin-right--1"></va-icon> <h4 id="sidebar_header">Disability benefits</h4> </div> <nav aria-label="Secondary"> <ul class="usa-accordion"> <li> <button class="usa-accordion-button" aria-expanded="false" aria-controls="a1"> Get benefits </button> <div id="a1" class="usa-accordion-content" aria-hidden="false"> <ul class="usa-sidenav-list"> <li> <a href="/disability/eligibility" id="15e90d2b80b9fab8478b23f2c2c2b444">Eligibility</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/eligibility/hazardous-materials-exposure" id="78c3072c995e27aaf9590ce652ba509c">Exposure to hazardous materials</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/eligibility/hazardous-materials-exposure/specific-environmental-hazards" id="3a1c57958b3bec086ae9890ba579d382">Specific environmental hazards</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/agent-orange" id="c19651a81db2fa1cfae75fa450738fe1">Agent Orange</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/asbestos" id="ff36e78c3d45f59d1355f82567c3fc79">Asbestos</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/mustard-gas-lewisite" id="39510ffd98490a8d174110c2f0c97514">Mustard gas or lewisite</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/camp-lejeune-water-contamination" id="0f5f69c4db3443ab9c0161087ceecaec">Camp Lejeune water contamination</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/ionizing-radiation" id="2509f3898243bd3bf81fa04e3cf22bba">Radiation exposure</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/project-112-shad" id="6668b412b6a399376f62b1b0da30c596">Project 112/SHAD</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/gulf-war-illness-southwest-asia" id="666e9a2a5daaaa421bc40c8517b46593">Gulf War Illnesses SW Asia</a> </li> <li> <a href="/disability/eligibility/hazardous-materials-exposure/gulf-war-illness-afghanistan" id="e423af0c71465527c01a2c36ec7bb106">Gulf War Illnesses Afghanistan</a> </li> </ul> </li> <li> <a href="/disability/eligibility/former-pows" id="d29883d2e933f7a695f97791f0b28bc3">Former POWs</a> </li> <li> <a href="/disability/eligibility/ptsd" id="3d09cee2b4f50cd96aa21781eab76cf4">PTSD</a> </li> <li> <a href="/disability/eligibility/illnesses-within-one-year-of-discharge" id="229dc26b63987ddc47984950af206ec9">Illnesses within 1 year after discharge</a> </li> <li> <a href="/disability/eligibility/special-claims" id="29002ae49fba33d65e2885203e5fde71">Special claims</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/eligibility/special-claims/automobile-allowance-adaptive-equipment" id="653efa7b04e6d7ee5d34aacd055c7848">Auto allowance and adaptive equipment</a> </li> <li> <a href="/disability/eligibility/special-claims/birth-defects" id="9612dc39848518e003d295a955f9a14f">Birth defects</a> </li> <li> <a href="/disability/eligibility/special-claims/clothing-allowance" id="abed7ad73ed19a70da33bdb4ba8e50c4">Clothing allowance</a> </li> <li> <a href="/disability/eligibility/special-claims/dental-care" id="d06ea53c8e2852fcc351524267c93883">Dental care</a> </li> <li> <a href="/disability/eligibility/special-claims/temporary-increase-after-surgery-or-cast" id="e5d384f40a6f9cb835655211f976ddc8">Temporary disability rating after surgery or cast</a> </li> <li> <a href="/disability/eligibility/special-claims/temporary-increase-for-time-in-hospital" id="19b06b44ad8c3a340a456fe1a14bad38">Increase for time in hospital</a> </li> <li> <a href="/disability/eligibility/special-claims/temporary-rating-prestabilization" id="37e4d719fa54532995711bf7339680fe">Prestabilization rating</a> </li> <li> <a href="/disability/eligibility/special-claims/1151-claims-title-38" id="f3895b4d5fd2885445b4caf4654fccb1">Title 38 U.S.C. 1151 claims</a> </li> <li> <a href="/disability/eligibility/special-claims/unemployability" id="0f749117e05448c55eaf4421c5fd6586">Individual unemployability</a> </li> </ul> </li> </ul> </li> <li> <a href="/disability/eligibility-esp" id="6660607c352d7246c7c3d26c428ef07f">Elegibilidad</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/eligibility/hazardous-materials-exposure" id="cd161df5a63c4ef995e7eab25be30ac9">Exposure to hazardous materials</a> </li> <li> <a href="/disability/eligibility/former-pows" id="a6f4e0721758af9087ac84b084c08178">Former POWs</a> </li> <li> <a href="/disability/eligibility/ptsd" id="7ce018e0ac43fb03c6289fb59291c0ba">PTSD</a> </li> <li> <a href="/disability/eligibility/illnesses-within-one-year-of-discharge" id="4748cc363bdd719b9caf656413347130">Illnesses within 1 year after discharge</a> </li> <li> <a href="/disability/eligibility/special-claims" id="b4fac6cac9ddaa045691cc8c891fd139">Special claims</a> </li> </ul> </li> <li> <a href="/disability/how-to-file-claim" id="d0c3c4ac8ad2d8162744a0cd543e09e5">How to file a claim</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/how-to-file-claim/when-to-file" id="787690005cd5baab38ff27f80d674438">When to file</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/how-to-file-claim/when-to-file/pre-discharge-claim" id="70218ac775bef18c08408a97297ab1b0">Pre-discharge claim</a> </li> </ul> </li> <li> <a href="/disability/how-to-file-claim/evidence-needed" id="a40a66e010d44a7129b0b92da707a677">Evidence needed</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/how-to-file-claim/evidence-needed/fully-developed-claims" id="b7e77aafb2c9776c1dfb33012ebfb527">Fully Developed Claims program</a> </li> <li> <a href="/disability/how-to-file-claim/evidence-needed/standard-claims" id="1cc8364ac962ff51d83e696aaacf060e">Standard claims</a> </li> </ul> </li> <li> <a href="/disability/how-to-file-claim/additional-forms" id="f8aa42fe1dd7dd1fa9af92869fe3f993">File additional forms for your disability claim</a> </li> </ul> </li> <li> <a href="/disability/how-to-file-claim-esp" id="72ec99ddad46267ef625353d14728f84">Cómo presentar una reclamación</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/how-to-file-claim/when-to-file" id="d5f3752101365750a1f7afb0d645fb83">When to file</a> </li> <li> <a href="/disability/how-to-file-claim/evidence-needed" id="7d2834067a88728c904a1cf26c189720">Evidence needed</a> </li> <li> <a href="/disability/how-to-file-claim/additional-forms" id="55e6f37b7ead0029ecfe8e5d0d49a0d3">File additional forms for your disability claim</a> </li> </ul> </li> <li> <a href="https://www.va.gov/disability/file-disability-claim-form-21-526ez/" id="b66be8488530c58bde46516212a688b6">File a claim online</a> </li> <li> <a href="/disability/after-you-file-claim" id="f5ed20fb8830c7b5b26e7092c13292b0">After you file your claim</a> </li> <li> <a href="/disability/after-you-file-claim-esp" id="e404efe911c4660fee319f3737203ede">Después de presentar su reclamación</a> </li> <li> <a href="/disability/dependency-indemnity-compensation-esp" id="da46e81871e8e7e4d8b75e56a1617a5d">Compensación para sobrevivientes y descendientes (DIC)</a> </li> </ul> </div> </li> <li> <button class="usa-accordion-button" aria-expanded="false" aria-controls="a2"> Manage benefits </button> <div id="a2" class="usa-accordion-content" aria-hidden="false"> <ul class="usa-sidenav-list"> <li> <a href="/claim-or-appeal-status" id="246ad933cdbc370782145bfa8fb64301">Check claim, decision review, or appeal status</a> </li> <li> <a href="/disability/view-disability-rating" id="2f87c84b5f892713b9f5d69ba047b1ce">View your disability ratings</a> </li> <li> <a href="https://www.va.gov/disability/file-disability-claim-form-21-526ez/" id="10c1f1eb0f4b89649dfbedf77d3064aa">File for increased disability</a> </li> <li> <a href="/decision-reviews" id="5e743bf644248cda3738c04a14f8dbe2">Request a decision review</a> </li> <li> <a href="/view-change-dependents" id="5239025d6483208094814cf375f18eb4">Add or remove a dependent</a> </li> <li> <a href="/disability/upload-supporting-evidence" id="30e41914e3b63478ef901eeb8d72752e">Upload evidence to support your disability claim</a> </li> <li> <a href="/change-address" id="ecade8bdc7f27eb5727337608edf0185">Change your address</a> </li> <li> <a href="/disability/how-to-file-claim/additional-forms" id="fa846d72565a87587b7c9f88c5047fca">File additional forms for your disability claim</a> </li> <li> <a href="/change-direct-deposit" id="8331f96bf644a09e262b86435861f570">Change your VA direct deposit information</a> </li> <li> <a href="/health-care/get-medical-records" id="36f90889b2e3ea0014470bc319a96e87">Get your VA medical records</a> </li> <li> <a href="/records/download-va-letters" id="6e822c2942debe506bd0238880f6181d">Download VA benefit letters</a> </li> <li> <a href="/va-payment-history" id="e981dcfdde9c831280819fe7f7716fb2">View disability payment history</a> </li> </ul> </div> </li> <li> <button class="usa-accordion-button" aria-expanded="false" aria-controls="a3"> More resources </button> <div id="a3" class="usa-accordion-content" aria-hidden="false"> <ul class="usa-sidenav-list"> <li> <a href="/disability/compensation-rates" id="5dc30f59571dfc663176a5608842e77d">Disability compensation rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/compensation-rates/veteran-rates" id="0851527d1956a6faa740d9bcfe025254">Veterans disability compensation rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/compensation-rates/veteran-rates/past-rates-2024" id="b31c82be0b3000bbfdca90414b2644e7">Past rates: 2024</a> </li> <li> <a href="/disability/compensation-rates/veteran-rates/past-rates-2023" id="860b4c9f35d75c25dd72c98a810255a3">Past rates: 2023</a> </li> <li> <a href="/disability/compensation-rates/veteran-rates/past-rates-2022" id="862743a144540c6b7a6eeb95556cca06">Past rates: 2022</a> </li> </ul> </li> <li> <a href="/disability/compensation-rates/special-monthly-compensation-rates" id="26c63091d0488a83acc82d0f15baadde">Special monthly compensation rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/compensation-rates/special-monthly-compensation-rates/past-rates-2024" id="b369212fa5aaf6f223b9668769bb04d5">Past rates: 2024</a> </li> <li> <a href="/disability/compensation-rates/special-monthly-compensation-rates/past-rates-2023" id="dc9f58eedc06fb5ba17e2ab64f94be5c">Past rates: 2023</a> </li> <li> <a href="/disability/compensation-rates/special-monthly-compensation-rates/past-rates-2022" id="342cc35bf76eda2388814ee3b8fbe6aa">Past rates: 2022</a> </li> </ul> </li> <li> <a href="/disability/compensation-rates/special-benefit-allowance-rates" id="800df5b576120216465699b5c9340e3d">Special benefit allowances rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/compensation-rates/special-benefit-allowance-rates/past-rates-2024" id="f3f9ac5edef07be05c2117aa60506e68">Past rates: 2024</a> </li> <li> <a href="/disability/compensation-rates/special-benefit-allowance-rates/past-rates-2023" id="b4393be27cd63233430358afe5f518ea">Past rates: 2023</a> </li> <li> <a href="/disability/compensation-rates/special-benefit-allowance-rates/past-rates-2022" id="5fcfb08839d3b590e1912c8b453fbba5">Past rates: 2022</a> </li> </ul> </li> <li> <a href="/disability/compensation-rates/birth-defect-rates" id="94fbd33cc5038d8494a37da0ac2b0fe0">Birth defect compensation rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/compensation-rates/birth-defect-rates/past-rates-2024" id="e83a21dc031034347794b6dc2516268d">Past rates: 2024</a> </li> <li> <a href="/disability/compensation-rates/birth-defect-rates/past-rates-2023" id="3f7326e9bde04c43119b823e92e3f1d3">Past rates: 2023</a> </li> <li> <a href="/disability/compensation-rates/birth-defect-rates/past-rates-2022" id="5cfe77f3c58c182382f8cf2b851666f6">Past rates: 2022</a> </li> </ul> </li> </ul> </li> <li> <a href="/disability/about-disability-ratings" id="c2bbde6ff93132b7af2f12c8666d8767">About disability ratings</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/disability/about-disability-ratings/after-you-get-a-rating" id="7ccbe80ce5ce0bae0afa05af272b6591">After you get a rating</a> </li> </ul> </li> <li> <a href="/disability/get-help-filing-claim" id="bd1c4fa5f0fbd32167e6157d518369c9">Get help from an accredited representative</a> </li> <li class="active-level"> <a class="usa-current" href="/disability/va-claim-exam" id="6270cde7ca14e4bf7e4ed2ffeef028a3">VA claim exam (C&P exam)</a> </li> <li> <a href="/disability/effective-date" id="b012dfc49bfad0866094c063415e0112">Effective dates</a> </li> </ul> </div> </li> </ul> </nav> </div> </nav> <div class="usa-width-three-fourths"> <div class="va-btn-sidebarnav-trigger" id="sidebar-nav-trigger"> <!-- The button background is to hide any content that is behind the trigger --> <div class="button-background"></div> <div class="button-wrapper"> <button aria-controls="va-detailpage-sidebar"> <strong>In this section</strong> <va-icon icon="menu" size="3" class="vads-u-color--link-default"></va-icon> </button> </div> </div> <div class="trigger-placeholder"></div> <script nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" type="text/javascript"> var mobileMediaQuery = window.matchMedia('(max-width: 767px)') var navTrigger = document.getElementsByClassName('va-btn-sidebarnav-trigger')[0] var buttonWrapper = document.querySelector( '.va-btn-sidebarnav-trigger .button-wrapper' ) var buttonBackground = document.querySelector( '.va-btn-sidebarnav-trigger .button-background' ) var navTriggerPlaceholder = document.querySelector('.trigger-placeholder') var navTriggerPosition // Helper to get the height of the nav button, with or without the bottom // padding. This is used to set the height of the button's placeholder and the // height of the white button background function getButtonHeight(withBottomPadding) { // If the mobile nav button is hidden, just return 0 if (!mobileMediaQuery.matches) { return 0 } const style = window.getComputedStyle(buttonWrapper) const { height, paddingBottom } = style if (withBottomPadding) { return parseFloat(height) } return parseFloat(height) - parseFloat(paddingBottom) } function setElementHeights() { // In some edge cases when switching from desktop to mobile viewport (such // as when you open the web inspector), getButtonHeight() was returning 0, // likely due to `mobileMediaQuery.matches` failing. This simple hack // ensures that the height is not computed until the next run of the event // loop setTimeout(() => { navTriggerPlaceholder.style.height = getButtonHeight(true) + 'px' buttonBackground.style.height = getButtonHeight(false) + 'px' }, 0) } function setMenuTriggerPosition() { navTriggerPosition = navTriggerPlaceholder.offsetTop } function pinTrigger() { if (mobileMediaQuery.matches) { if (navTriggerPosition < window.pageYOffset) { navTrigger.classList.add('fixed-trigger') } else { navTrigger.classList.remove('fixed-trigger') } } } // As the document loads, make sure the height and trigger positions are // updated document.onreadystatechange = () => { setElementHeights() setMenuTriggerPosition() } window.addEventListener( 'resize', () => { // The height of the trigger can change at extreme browser widths setElementHeights() // The trigger can be pushed up/down as elements above it change height as // the browser width changes setMenuTriggerPosition() // We might need to pin/unpin the trigger if we transitions from/to mobile // browser widths pinTrigger() }, false ) window.addEventListener( 'scroll', () => { // We are resetting the trigger button's position on scroll just in case any // elements have been removed from above the menu trigger, such as a // dismissible alert. setMenuTriggerPosition() // Primarily scrolling will pin/unpin the trigger from the top of the // viewport pinTrigger() }, false ) </script> <article class="usa-content vads-u-padding-bottom--0"> <div data-widget-type="i18-select"></div> <h1>VA claim exam (C&P exam)</h1> <div class="va-introtext"> <p>After you file your disability benefits claim, we may ask you to have a claim exam (also known as a compensation and pension, or C&P, exam). Get answers to commonly asked questions about the VA claim exam.</p> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="116000"> <div itemprop="text"> <h2 id="why-might-i-need-a-va-claim-ex">Why might I need a VA claim exam?</h2><p>This exam will help us determine if you have a service-connected disability. It will also help us rate your disability if you have one.</p><p>We base your rating on how severe your disability is—and your rating will affect how much disability compensation you’ll receive. Compensation may include things like monthly payments and enrollment in the VA health care program.</p><h2 id="does-everyone-who-files-a-clai">Does everyone who files a claim need to have a VA claim exam?</h2><p>No. We’ll ask you to have a claim exam only if we need more information to decide your claim.</p><p>If you have enough medical evidence in your file to support your claim, we’ll follow the Acceptable Clinical Evidence (ACE) process. This means we’ll review your medical records and ask you to submit more evidence if needed, instead of asking you to have an exam.</p><p>Medical evidence may include doctor and hospital reports, test results, and other documents. </p><h2 id="will-i-need-more-than-one-va-c">Will I need more than one VA claim exam?</h2><p>You may need more than one exam in these situations:</p><ul><li>If you submit a claim for more than one condition, you may need more than one exam. We’ll try to schedule all your exams on the same day.</li><li>For some conditions, you may need follow-up exams (called “review exams”). In a review exam, the provider will determine whether the severity of your condition has changed since your last exam. </li><li>If you request a decision review of your claim decision, we may ask you to have another exam.</li></ul> </div> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="95393"> <div itemprop="text"> <hr><h2 id="how-we-schedule-your-va-claim-">How we schedule your VA claim exam</h2> </div> </div> <script type="application/ld+json" nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How will you contact me to schedule my claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "What should I do when I get my claim exam letter or phone call?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "What if I need to change the day or time of my scheduled claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "Where will I need to go for my claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "Will VA pay for my travel to and from a claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "What if I miss my claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } } ] } </script> <div data-template="paragraphs/q_a_section" data-entity-id="6511"> <div data-template="paragraphs/q_a.collapsible_panel"> <va-accordion uswds> <va-accordion-item class="va-accordion-item" header="How will you contact me to schedule my claim exam?" id="how-will-you-contact-me-to-schedule-my-claim-exam" level="3"> <div id="6512" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="6512" data-analytics-faq-section data-analytics-faq-text="How will you contact me to schedule my claim exam?"> <div id="q_a-6512"> <div data-template="paragraphs/wysiwyg" data-entity-id="6513"> <div itemprop="text"> <p>The staff at your local VA medical center or a VA contractor will mail you a letter with the date and time of your exam. You may also get a phone call or email from us or from the contractor.</p> <p>Make sure we have your up-to-date address, phone number, and email address.</p> <p><a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="410f20c7-e49b-4289-8759-ee34d8b6432a" href="/change-address" title="Change your address in your VA.gov profile">Update your contact information online</a></p> <p><strong>Note: </strong>You can’t start the scheduling process for claim exams yourself. We’ll start the scheduling process by contacting you.</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="What should I do when I get my claim exam letter or phone call?" id="what-should-i-do-when-i-get-my-claim-exam-letter-or-phone-ca" level="3"> <div id="6514" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="6514" data-analytics-faq-section data-analytics-faq-text="What should I do when I get my claim exam letter or phone call?"> <div id="q_a-6514"> <div data-template="paragraphs/wysiwyg" data-entity-id="6515"> <div itemprop="text"> <p>You’ll need to confirm your appointment. Call the number on the exam letter to confirm the place and time. If you get a phone call, you can confirm the place and time on the call.</p> <p>When you confirm your appointment, you can request help with transportation or other accommodations you need.</p> <p>You can also request a male or female provider in these situations:</p> <ul> <li>If you’re having a reproductive health, breast, rectal, or mental health exam, <strong>or</strong></li> <li>If your claim is related to a mental or physical health condition resulting from military sexual trauma (MST)</li> </ul> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="What if I need to change the day or time of my scheduled claim exam?" id="what-if-i-need-to-change-the-day-or-time-of-my-scheduled-cla" level="3"> <div id="6516" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="6516" data-analytics-faq-section data-analytics-faq-text="What if I need to change the day or time of my scheduled claim exam?"> <div id="q_a-6516"> <div data-template="paragraphs/wysiwyg" data-entity-id="6517"> <div itemprop="text"> <p>If you need to reschedule your exam, tell the VA medical center or contractor at least 48 hours in advance. Rescheduling your exam may delay your claim.</p><p><strong>To reschedule, call the number on your appointment letter:</strong></p><ul><li>For Loyal Source Government Services (LSGS), call <a href="tel:+18338327077" aria-label="8 3 3. 8 3 2. 7 0 7 7.">833-832-7077</a> (<a href="tel:711" aria-label="TTY. 7 1 1.">TTY: 711</a>).</li><li>For OptumServe Health Services, call <a href="tel:+18669338387" aria-label="8 6 6. 9 3 3. 8 3 8 7.">866-933-8387</a>.</li><li>For Leidos QTC Health Services, call <a href="tel:+18006829701" aria-label="8 0 0. 6 8 2. 9 7 0 1.">800-682-9701</a>.</li><li>For Veterans Evaluation Services, call <a href="tel:+18776378387" aria-label="8 7 7. 6 3 7. 8 3 8 7.">877-637-8387</a>. If you’re outside the continental U.S., call <a href="tel:+17132555656" aria-label="1. 7 1 3. 2 5 5. 5 6 5 6.">+1-713-255-5656</a>.</li></ul><p>Or call us at <a href="tel:+18008271000" aria-label="8 0 0. 8 2 7. 1 0 0 0.">800-827-1000</a>. We’re here Monday through Friday, 8:00 a.m. to 9:00 p.m. ET.</p><p><strong>Note:</strong> For exams with a contractor, you can only reschedule once per exam. The new appointment must be within 5 days of the original appointment. If you’re not available during those 5 days, tell the contractor. Then call us at <a href="tel:+18008271000" aria-label="8 0 0. 8 2 7. 1 0 0 0.">800-827-1000</a>, and we’ll start the process again when you’re available.</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="Where will I need to go for my claim exam?" id="where-will-i-need-to-go-for-my-claim-exam" level="3"> <div id="114229" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="114229" data-analytics-faq-section data-analytics-faq-text="Where will I need to go for my claim exam?"> <div id="q_a-114229"> <div data-template="paragraphs/wysiwyg" data-entity-id="114228"> <div itemprop="text"> <p>In some cases, we may schedule a telehealth exam. This is a phone or video appointment you can join from your home.</p> <p>For in-person exams, you’ll need to travel to your local VA medical center or to a contractor location.</p> <p>Contractors will schedule exams as close to your home as possible. They’ll try to find a location within 50 miles of your home. If you need a specialist provider, they’ll try to find a location within 100 miles of your home. </p> <p>You’ll need a specialist provider for these types of exams:</p> <ul> <li>Dental exams</li> <li>Eye exams </li> <li>Hearing exams</li> <li>Mental health exams</li> </ul> <p><strong>Note: </strong>If you live in an area with limited providers, your exam may be farther away. We’ll ask for your permission before scheduling an exam that’s more than 50 miles from your home (or 100 miles for a specialist provider).</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="Will VA pay for my travel to and from a claim exam?" id="will-va-pay-for-my-travel-to-and-from-a-claim-exam" level="3"> <div id="114231" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="114231" data-analytics-faq-section data-analytics-faq-text="Will VA pay for my travel to and from a claim exam?"> <div id="q_a-114231"> <div data-template="paragraphs/wysiwyg" data-entity-id="114230"> <div itemprop="text"> <p>Yes. We’ll pay you back for travel to and from your claim exam at a VA medical center. </p><p><a href="/health-care/get-reimbursed-for-travel-pay" data-entity-type="node" data-entity-uuid="10fc2e24-1c24-4fca-8d3e-4f7373c59f00" data-entity-substitution="canonical" title="VA travel pay reimbursement">Learn about VA travel pay</a></p><p>For exams with a contractor, the contractor will pay you back for travel to and from the exam. If you don’t get a travel payment from the contractor within 14 days after your appointment, call the contractor.</p><ul><li>For Loyal Source Government Services (LSGS), call <a href="tel:+18338327077" aria-label="8 3 3. 8 3 2. 7 0 7 7.">833-832-7077</a> (<a href="tel:711" aria-label="TTY. 7 1 1.">TTY: 711</a>).</li><li>For OptumServe Health Services, call <a href="tel:+18669338387" aria-label="8 6 6. 9 3 3. 8 3 8 7.">866-933-8387</a>.</li><li>For Leidos QTC Health Services, call <a href="tel:+18006829701" aria-label="8 0 0. 6 8 2. 9 7 0 1.">800-682-9701</a>.</li><li>For Veterans Evaluation Services, call <a href="tel:+18776378387" aria-label="8 7 7. 6 3 7. 8 3 8 7.">877-637-8387</a>. If you’re outside the continental U.S., call <a href="tel:+17132555656" aria-label="1. 7 1 3. 2 5 5. 5 6 5 6.">+1-713-255-5656</a>.</li></ul><p><strong>Note:</strong> If you’re an active-duty service member or you live outside the U.S. or the U.S. territories, you aren’t eligible for travel reimbursement.</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="What if I miss my claim exam?" id="what-if-i-miss-my-claim-exam" level="3"> <div id="114241" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="114241" data-analytics-faq-section data-analytics-faq-text="What if I miss my claim exam?"> <div id="q_a-114241"> <div data-template="paragraphs/wysiwyg" data-entity-id="114240"> <div itemprop="text"> <p>Missing your exam will delay your claim. We may also decide your claim based on the existing evidence, which could affect your benefits. </p><p>If you missed your exam for what we consider a good reason (called “good cause”), we’ll schedule a new appointment for you. These are some examples of good cause: </p><ul><li>If someone in your immediate family dies</li><li>If you’re homeless </li><li>If you’re hospitalized</li><li>If you have a terminal illness</li></ul><p><strong>Note:</strong> If you can’t go to your exam because you’ve tested positive for COVID-19, tell the contractor or VA facility that scheduled your exam. </p><h4>How to explain why you missed your exam</h4><p>You can explain the reason you missed your exam in any of these ways:</p><ul><li>Call us at <a href="tel:+18008271000" aria-label="8 0 0. 8 2 7. 1 0 0 0.">800-827-1000</a> (<a href="tel:711" aria-label="TTY. 7 1 1.">TTY: 711</a>)</li><li><a href="/claim-or-appeal-status" data-entity-type="node" data-entity-uuid="2ba48b5f-a92c-4775-9cfd-9530d1c87347" data-entity-substitution="canonical" title="Check your VA claim, decision review, or appeal status">Upload a letter online using our claim status tool</a></li><li><p>Mail a letter to this address: </p><p class="va-address-block">Department of Veterans Affairs <br>Evidence Intake Center<br>PO Box 4444<br>Janesville, WI 53547-4444</p></li></ul> </div> </div> </div> </div> </va-accordion-item> </va-accordion> </div> </div> <script type="application/ld+json" nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What should I bring to my claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "What else do I need to do to prepare for my claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "What happens at a claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "Who will examine me?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "Can I bring a family member or caregiver to my claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "How long will the claim exam take?", "acceptedAnswer": { "@type": "Answer", "text": "" } } ] } </script> <div data-template="paragraphs/q_a_section" data-entity-id="6518"> <h2 id="what-to-expect-at-your-va-clai">What to expect at your VA claim exam</h2> <div data-template="paragraphs/q_a.collapsible_panel"> <va-accordion uswds> <va-accordion-item class="va-accordion-item" header="What should I bring to my claim exam?" id="what-should-i-bring-to-my-claim-exam" level="3"> <div id="6519" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="6519" data-analytics-faq-section="What to expect at your VA claim exam" data-analytics-faq-text="What should I bring to my claim exam?"> <div id="q_a-6519"> <div data-template="paragraphs/wysiwyg" data-entity-id="6520"> <div itemprop="text"> <p>You don’t need to bring anything to your exam. If you have any new non-VA medical records (like records from a recent surgery or illness), be sure to submit them before your appointment.</p> <p><strong>You can submit new non-VA medical records in any of these ways:</strong></p> <ul><li><a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="2ba48b5f-a92c-4775-9cfd-9530d1c87347" href="/claim-or-appeal-status" title="Check your VA claim, decision review, or appeal status">Upload medical records online using our claim status tool</a></li> <li>Submit medical records through your accredited representative or Veterans Service Officer (VSO)<br><a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="ce63481e-2333-4d74-b0eb-2e49ecbfb252" href="/disability/get-help-filing-claim" title="Get help from an accredited representative">Find an accredited representative or VSO</a></li> <li>Mail medical records to your nearest VA regional office<br><a href="https://www.va.gov/find-locations/?facilityType=benefits">Find a VA regional office near you</a></li> </ul><p>If you bring new records to your exam, your provider may review them. But your provider can’t submit your records for you.</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="What else do I need to do to prepare for my claim exam?" id="what-else-do-i-need-to-do-to-prepare-for-my-claim-exam" level="3"> <div id="6521" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="6521" data-analytics-faq-section="What to expect at your VA claim exam" data-analytics-faq-text="What else do I need to do to prepare for my claim exam?"> <div id="q_a-6521"> <div data-template="paragraphs/wysiwyg" data-entity-id="6522"> <div itemprop="text"> <p>Plan to arrive at your appointment 15 minutes early. If you’re late, your provider may cancel your exam.</p><p>Wear comfortable clothes so you can move freely during the exam.</p><p>For more information about how to prepare, you can play our VA claim exam video series.</p><p><a href="https://www.youtube.com/playlist?list=PLrrh23QvVVYhAJ6t3vr81YvDypkezZ2yI">Play our VA claim exam videos on YouTube</a></p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="What happens at a claim exam?" id="what-happens-at-a-claim-exam" level="3"> <div id="6523" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="6523" data-analytics-faq-section="What to expect at your VA claim exam" data-analytics-faq-text="What happens at a claim exam?"> <div id="q_a-6523"> <div data-template="paragraphs/wysiwyg" data-entity-id="6524"> <div itemprop="text"> <p>A claim exam isn’t like a normal medical exam. The provider won’t treat you for any illness or injury, give you referrals to other providers, or prescribe medicine. That’s because the purpose of the exam is to gather information that will help us make a decision on your claim.</p> <p><strong>During your exam, the provider may do any or all of these things:</strong></p> <ul><li>Perform a basic physical exam. This may or may not include physical contact.</li> <li>Ask you questions based on the medical records in your claim file. These may include questions from the Disability Benefits Questionnaire for each service-connected condition you’re claiming.<br><a href="https://www.benefits.va.gov/compensation/dbq_publicdbqs.asp">Review the Disability Benefits Questionnaires (DBQs)</a></li> <li>Ask you to get other tests (like X-rays or blood work), at no cost to you.</li> </ul><p>If you have questions about what’s happening during your exam, you can ask the provider. But they can’t answer questions about the claims process, tell you the exam results, or make decisions about your claim.</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="Who will examine me?" id="who-will-examine-me" level="3"> <div id="6527" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="6527" data-analytics-faq-section="What to expect at your VA claim exam" data-analytics-faq-text="Who will examine me?"> <div id="q_a-6527"> <div data-template="paragraphs/wysiwyg" data-entity-id="6528"> <div itemprop="text"> <p>Either a VA provider or a VA contract provider will do the exam.</p><p>We use contractors so that we can process your claim more quickly. Our contractors follow the same medical training and licensing standards as our VA providers. And they follow our privacy policies to protect your information. </p><p>You can request a male or female provider in these situations:</p><ul><li>If you’re having a reproductive health, breast, rectal, or mental health exam, <strong>or</strong></li><li>If your claim is related to a mental or physical health condition resulting from military sexual trauma (MST)</li></ul><p>You can also have your own provider examine you and fill out a form called a Disability Benefits Questionnaire (DBQ). Then your provider can submit this form to us. </p><p><a href="https://www.benefits.va.gov/compensation/dbq_disabilityexams.asp">Get instructions for your provider to fill out a DBQ</a></p><p><strong>Note: </strong>We won’t pay or reimburse any costs related to your own provider completing a DBQ.</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="Can I bring a family member or caregiver to my claim exam?" id="can-i-bring-a-family-member-or-caregiver-to-my-claim-exam" level="3"> <div id="114244" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="114244" data-analytics-faq-section="What to expect at your VA claim exam" data-analytics-faq-text="Can I bring a family member or caregiver to my claim exam?"> <div id="q_a-114244"> <div data-template="paragraphs/wysiwyg" data-entity-id="114243"> <div itemprop="text"> <p>If you have children, you may want to plan for childcare during your exam. This is because you and the provider may need to discuss sensitive topics related to your claim.</p> <p>If you’d like a caregiver or family member to stay with you during the exam, you can discuss this with the provider. The provider may ask caregivers and family members to stay outside of the exam room. </p> <p>For sensitive physical exams, you can ask for a medical assistant or chaperone who works with the provider to stay in the room with you. </p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="How long will the claim exam take?" id="how-long-will-the-claim-exam-take" level="3"> <div id="6525" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="6525" data-analytics-faq-section="What to expect at your VA claim exam" data-analytics-faq-text="How long will the claim exam take?"> <div id="q_a-6525"> <div data-template="paragraphs/wysiwyg" data-entity-id="6526"> <div itemprop="text"> <p>Your exam may take only 15 minutes, or it may last an hour or more. This depends on the conditions you’ve claimed and how much more information we need.</p> <p>It’s important to remember that your exam is only one part of the claim review process. The provider will also spend time outside the exam carefully reviewing your records.</p> </div> </div> </div> </div> </va-accordion-item> </va-accordion> </div> </div> <script type="application/ld+json" nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What happens after my claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "How can I get my claim exam results?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "What information will VA use to make a decision on my claim?", "acceptedAnswer": { "@type": "Answer", "text": "" } }, { "@type": "Question", "name": "What if I had a bad experience at my claim exam?", "acceptedAnswer": { "@type": "Answer", "text": "" } } ] } </script> <div data-template="paragraphs/q_a_section" data-entity-id="6533"> <h2 id="after-your-va-claim-exam">After your VA claim exam</h2> <div data-template="paragraphs/q_a.collapsible_panel"> <va-accordion uswds> <va-accordion-item class="va-accordion-item" header="What happens after my claim exam?" id="what-happens-after-my-claim-exam" level="3"> <div id="6534" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="6534" data-analytics-faq-section="After your VA claim exam" data-analytics-faq-text="What happens after my claim exam?"> <div id="q_a-6534"> <div data-template="paragraphs/wysiwyg" data-entity-id="6535"> <div itemprop="text"> <p>The provider will write up an exam report and send it to us.</p> <p>We’ll review all the evidence in your file, including the exam report from the provider. Then we’ll make a decision on your claim and send you a decision letter.</p> <p>The processing time for your claim depends on how complex your claim is and how many conditions you’ve claimed.</p> <p><a href="/disability/how-to-file-claim/#how-long-does-it-take-va-to-ma-908">Check our most recent estimate for the average number of days to complete a claim</a></p> <p><a href="/track-claims/">Check your claim status online</a></p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="How can I get my claim exam results?" id="how-can-i-get-my-claim-exam-results" level="3"> <div id="114415" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="114415" data-analytics-faq-section="After your VA claim exam" data-analytics-faq-text="How can I get my claim exam results?"> <div id="q_a-114415"> <div data-template="paragraphs/wysiwyg" data-entity-id="114414"> <div itemprop="text"> <p>You’ll need to request a copy of the final exam report. You can’t get the results at your exam or directly from the provider.</p><p>To request a copy of the exam report, you’ll need to fill out a Freedom of Information Act or Privacy Act Request (VA Form 20-10206).</p><p>You can submit the form in any of these 3 ways:</p><h4>Option 1: Online</h4><p><a class="vads-c-action-link--green" href="https://www.va.gov/records/request-personal-records-form-20-10206/">Request personal records online (VA Form 20-10206)</a></p><h4>Option 2: By mail </h4><p>First, download the PDF version. </p><p><a href="/find-forms/about-form-20-10206" data-entity-type="node" data-entity-uuid="ab38a492-5b65-40f2-b5b3-599be500123a" data-entity-substitution="canonical" title="About VA Form 20-10206">Get VA Form 20-10206 to download</a></p><p>Then mail the completed form to this address:</p><p class="va-address-block">Department of Veterans Affairs <br>Evidence Intake Center<br>PO Box 4444<br>Janesville, WI 53547-4444</p><h4>Option 3: In person</h4><p>First, download the PDF version. </p><p><a href="/find-forms/about-form-20-10206" data-entity-type="node" data-entity-uuid="ab38a492-5b65-40f2-b5b3-599be500123a" data-entity-substitution="canonical" title="About VA Form 20-10206">Get VA Form 20-10206 to download</a></p><p>Then bring the completed form to your nearest VA regional office.</p><p><a href="/find-locations/?facilityType=benefits">Find a VA regional office near you</a></p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="What information will VA use to make a decision on my claim?" id="what-information-will-va-use-to-make-a-decision-on-my-claim" level="3"> <div id="6538" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="6538" data-analytics-faq-section="After your VA claim exam" data-analytics-faq-text="What information will VA use to make a decision on my claim?"> <div id="q_a-6538"> <div data-template="paragraphs/wysiwyg" data-entity-id="6539"> <div itemprop="text"> <p>We’ll review:</p> <ul> <li>Medical records you’ve given us</li> <li>Exam report from the provider who did your claim exam</li> <li>Results of any medical tests the provider ordered</li> <li>Statements from you and others about your claim</li> <li>Your military medical and personnel records</li> </ul> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="What if I had a bad experience at my claim exam?" id="what-if-i-had-a-bad-experience-at-my-claim-exam" level="3"> <div id="114402" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="114402" data-analytics-faq-section="After your VA claim exam" data-analytics-faq-text="What if I had a bad experience at my claim exam?"> <div id="q_a-114402"> <div data-template="paragraphs/wysiwyg" data-entity-id="114401"> <div itemprop="text"> <p>If you had a bad experience with the provider at your claim exam, we encourage you to report your concerns right away. </p> <p><strong>You can report your concerns in any of these ways: </strong></p> <ul><li>Give feedback on the contractor’s customer satisfaction survey.</li> <li>Write a letter and submit it as part of your claim file.</li> <li>Call the contractor who scheduled your exam.</li> <li>Call us at <a aria-label="8 0 0. 8 2 7. 1 0 0 0." href="tel:+18008271000">800-827-1000</a> (<a aria-label="TTY. 7 1 1." href="tel:711">TTY: 711</a>).</li> </ul><p>Or you can contact your local VA regional office.</p> <p><a href="https://www.va.gov/find-locations/?facilityType=benefits">Find a VA regional office near you</a></p> </div> </div> </div> </div> </va-accordion-item> </va-accordion> </div> </div> <section data-template="paragraphs/list_of_link_teasers" data-entity-id="6545" class="field_content_block"> <h2 id="more-information-about-what-ha" class="va-nav-linkslist-heading" tabindex="-1"> More information about what happens after you file your claim </h2> <ul class="va-nav-linkslist-list"> <li data-template="paragraphs/linkTeaser" data-entity-id="6546" data-links-list-header="How VA assigns disability ratings" data-links-list-section-header="More information about what happens after you file your claim"> <h3 class="va-nav-linkslist-title vads-u-font-size--h4" id> <va-link href="/disability/about-disability-ratings" text="How VA assigns disability ratings"> </va-link></h3> <p class="va-nav-linkslist-description">Learn how we assign severity ratings and how they affect your disability payments.</p> </li> <li data-template="paragraphs/linkTeaser" data-entity-id="6547" data-links-list-header="Check claim and appeal status" data-links-list-section-header="More information about what happens after you file your claim"> <h3 class="va-nav-linkslist-title vads-u-font-size--h4" id="-1"> <va-link href="/track-claims/" text="Check claim and appeal status"> </va-link></h3> <p class="va-nav-linkslist-description">Track the status of your disability claims and appeals.</p> </li> <li data-template="paragraphs/linkTeaser" data-entity-id="6548" data-links-list-header="Choosing a decision review option" data-links-list-section-header="More information about what happens after you file your claim"> <h3 class="va-nav-linkslist-title vads-u-font-size--h4" id="-2"> <va-link href="/resources/choosing-a-decision-review-option" text="Choosing a decision review option"> </va-link></h3> <p class="va-nav-linkslist-description">Find out what to do if you disagree with your disability rating decision.</p> </li> </ul> </section> <va-back-to-top></va-back-to-top> <!-- 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>Last updated: <time datetime="2024-11-14">November 14, 2024</time></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> </article> </div> </div></main> </div> </div> <!-- src url from https://docs.datadoghq.com/real_user_monitoring/browser/setup/#cdn-sync --> <script nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" type="text/javascript" defer src="https://www.datadoghq-browser-agent.com/datadog-rum-v5.js"></script> <script nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" type="text/javascript"> window.addEventListener('load', () => { // All of the page urls we want to monitor include www.va.gov (production only) if (window.DD_RUM && window.location?.hostname === 'www.va.gov') { /** * Unauthenticated Static pages may be crawled by bots, so we won't initialize * RUM sessions. The following code is from DataDog: * https://docs.datadoghq.com/real_user_monitoring/guide/identify-bots-in-the-ui */ // regex patterns to identify known bot instances (5/2024): const botPattern = '(googlebot\/|bot|Googlebot-Mobile|Googlebot-Image|Google favicon|Mediapartners-Google|bingbot|slurp|java|wget|curl|Commons-HttpClient|Python-urllib|libwww|httpunit|nutch|phpcrawl|msnbot|jyxobot|FAST-WebCrawler|FAST Enterprise Crawler|biglotron|teoma|convera|seekbot|gigablast|exabot|ngbot|ia_archiver|GingerCrawler|webmon |httrack|webcrawler|grub.org|UsineNouvelleCrawler|antibot|netresearchserver|speedy|fluffy|bibnum.bnf|findlink|msrbot|panscient|yacybot|AISearchBot|IOI|ips-agent|tagoobot|MJ12bot|dotbot|woriobot|yanga|buzzbot|mlbot|yandexbot|purebot|Linguee Bot|Voyager|CyberPatrol|voilabot|baiduspider|citeseerxbot|spbot|twengabot|postrank|turnitinbot|scribdbot|page2rss|sitebot|linkdex|Adidxbot|blekkobot|ezooms|dotbot|Mail.RU_Bot|discobot|heritrix|findthatfile|europarchive.org|NerdByNature.Bot|sistrix crawler|ahrefsbot|Aboundex|domaincrawler|wbsearchbot|summify|ccbot|edisterbot|seznambot|ec2linkfinder|gslfbot|aihitbot|intelium_bot|facebookexternalhit|yeti|RetrevoPageAnalyzer|lb-spider|sogou|lssbot|careerbot|wotbox|wocbot|ichiro|DuckDuckBot|lssrocketcrawler|drupact|webcompanycrawler|acoonbot|openindexspider|gnam gnam spider|web-archive-net.com.bot|backlinkcrawler|coccoc|integromedb|content crawler spider|toplistbot|seokicks-robot|it2media-domain-crawler|ip-web-crawler.com|siteexplorer.info|elisabot|proximic|changedetection|blexbot|arabot|WeSEE:Search|niki-bot|CrystalSemanticsBot|rogerbot|360Spider|psbot|InterfaxScanBot|Lipperhey SEO Service|CC Metadata Scaper|g00g1e.net|GrapeshotCrawler|urlappendbot|brainobot|fr-crawler|binlar|SimpleCrawler|Livelapbot|Twitterbot|cXensebot|smtbot|bnf.fr_bot|A6-Indexer|ADmantX|Facebot|Twitterbot|OrangeBot|memorybot|AdvBot|MegaIndex|SemanticScholarBot|ltx71|nerdybot|xovibot|BUbiNG|Qwantify|archive.org_bot|Applebot|TweetmemeBot|crawler4j|findxbot|SemrushBot|yoozBot|lipperhey|y!j-asr|Domain Re-Animator Bot|AddThis)'; const regex = new RegExp(botPattern, 'i'); // Don't initialize RUM if a bot is crawling the page const isBot = regex.test(navigator.userAgent); /** * Initialize DataDog Real User Monitoring (RUM) sessions * https://docs.datadoghq.com/real_user_monitoring/browser/#cdn-sync */ if ( !isBot && // is DataDog is already initialized? !window.DD_RUM?.getInitConfiguration() ) { window.DD_RUM.init({ site: 'ddog-gov.com', env: 'production', version: '1.0.0', service: 'benefits-decision-review-static-pages', clientToken: 'pub17c22ff5e9e7e51f7ac28b828741e21a', applicationId: '133801ec-0b13-4a6f-9689-bd937a1ddf27', sessionSampleRate: 10, // sessionReplaySampleRate: 20, trackInteractions: true, trackUserInteractions: true, trackResources: true, trackLongTasks: true, // https://docs.datadoghq.com/real_user_monitoring/session_replay/browser/privacy_options/ defaultPrivacyLevel: 'mask-user-input', }); window.DD_RUM.startSessionReplayRecording(); } } }); </script> <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="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s" 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> <script nonce="su4dFThGeEWUSwfyZtUPVf8TBgY7g51s"> (function() { document.getElementById('09ab9702f9c2c7160e707f8df5ab564b').addEventListener('click', function(event) { focusContent(event) }); document.getElementById('baf382babc8950319f3f7a55c9514ad9').addEventListener('click', function(event) { recordEvent({ event: 'nav-crisis-header' }) }); document.getElementById('e54af1b4cad0da958ac03af4ce3c6b61').addEventListener('click', function(event) { recordEvent({ event: 'nav-jumplink-click' }); }); document.getElementById('15e90d2b80b9fab8478b23f2c2c2b444').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('78c3072c995e27aaf9590ce652ba509c').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('3a1c57958b3bec086ae9890ba579d382').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c19651a81db2fa1cfae75fa450738fe1').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('ff36e78c3d45f59d1355f82567c3fc79').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('39510ffd98490a8d174110c2f0c97514').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('0f5f69c4db3443ab9c0161087ceecaec').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('2509f3898243bd3bf81fa04e3cf22bba').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('6668b412b6a399376f62b1b0da30c596').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('666e9a2a5daaaa421bc40c8517b46593').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('e423af0c71465527c01a2c36ec7bb106').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('d29883d2e933f7a695f97791f0b28bc3').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('3d09cee2b4f50cd96aa21781eab76cf4').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('229dc26b63987ddc47984950af206ec9').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('29002ae49fba33d65e2885203e5fde71').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('653efa7b04e6d7ee5d34aacd055c7848').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('9612dc39848518e003d295a955f9a14f').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('abed7ad73ed19a70da33bdb4ba8e50c4').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('d06ea53c8e2852fcc351524267c93883').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('e5d384f40a6f9cb835655211f976ddc8').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('19b06b44ad8c3a340a456fe1a14bad38').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('37e4d719fa54532995711bf7339680fe').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f3895b4d5fd2885445b4caf4654fccb1').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('0f749117e05448c55eaf4421c5fd6586').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('6660607c352d7246c7c3d26c428ef07f').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('cd161df5a63c4ef995e7eab25be30ac9').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('a6f4e0721758af9087ac84b084c08178').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7ce018e0ac43fb03c6289fb59291c0ba').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('4748cc363bdd719b9caf656413347130').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b4fac6cac9ddaa045691cc8c891fd139').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('d0c3c4ac8ad2d8162744a0cd543e09e5').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('787690005cd5baab38ff27f80d674438').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('70218ac775bef18c08408a97297ab1b0').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('a40a66e010d44a7129b0b92da707a677').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b7e77aafb2c9776c1dfb33012ebfb527').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('1cc8364ac962ff51d83e696aaacf060e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f8aa42fe1dd7dd1fa9af92869fe3f993').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('72ec99ddad46267ef625353d14728f84').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('d5f3752101365750a1f7afb0d645fb83').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7d2834067a88728c904a1cf26c189720').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('55e6f37b7ead0029ecfe8e5d0d49a0d3').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b66be8488530c58bde46516212a688b6').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f5ed20fb8830c7b5b26e7092c13292b0').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('e404efe911c4660fee319f3737203ede').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('da46e81871e8e7e4d8b75e56a1617a5d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('246ad933cdbc370782145bfa8fb64301').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('2f87c84b5f892713b9f5d69ba047b1ce').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('10c1f1eb0f4b89649dfbedf77d3064aa').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('5e743bf644248cda3738c04a14f8dbe2').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('5239025d6483208094814cf375f18eb4').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('30e41914e3b63478ef901eeb8d72752e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('ecade8bdc7f27eb5727337608edf0185').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('fa846d72565a87587b7c9f88c5047fca').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('8331f96bf644a09e262b86435861f570').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('36f90889b2e3ea0014470bc319a96e87').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('6e822c2942debe506bd0238880f6181d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('e981dcfdde9c831280819fe7f7716fb2').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('5dc30f59571dfc663176a5608842e77d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('0851527d1956a6faa740d9bcfe025254').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b31c82be0b3000bbfdca90414b2644e7').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('860b4c9f35d75c25dd72c98a810255a3').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('862743a144540c6b7a6eeb95556cca06').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('26c63091d0488a83acc82d0f15baadde').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b369212fa5aaf6f223b9668769bb04d5').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('dc9f58eedc06fb5ba17e2ab64f94be5c').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('342cc35bf76eda2388814ee3b8fbe6aa').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('800df5b576120216465699b5c9340e3d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f3f9ac5edef07be05c2117aa60506e68').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b4393be27cd63233430358afe5f518ea').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('5fcfb08839d3b590e1912c8b453fbba5').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('94fbd33cc5038d8494a37da0ac2b0fe0').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('e83a21dc031034347794b6dc2516268d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('3f7326e9bde04c43119b823e92e3f1d3').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('5cfe77f3c58c182382f8cf2b851666f6').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c2bbde6ff93132b7af2f12c8666d8767').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7ccbe80ce5ce0bae0afa05af272b6591').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('bd1c4fa5f0fbd32167e6157d518369c9').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('6270cde7ca14e4bf7e4ed2ffeef028a3').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b012dfc49bfad0866094c063415e0112').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('mdFormButton').addEventListener('click', function(event) { KAMPYLE_ONSITE_SDK.showForm('17') }); })(); </script></body></html>