Veteran timeline

Updated, More Accurate VA DME Approval Timeline (for SitnStand)

Step Action Time Estimate
1 Veteran sees VA Primary Care Provider (PCP) and explains difficulty standing up 1–2 weeks to get an appointment
2 PCP writes a DME consult directly (no PT/OT eval required if obvious need) 1–3 days after appointment
3 VA Prosthetics or DME Coordinator reviews and approves simple lift device request 1–2 weeks
4 VA orders SitnStand through vendor or provides direct authorization 1–2 weeks
5 SitnStand delivered to veteran's home or VA clinic for pickup 1 week

Typical Total Time for Battery-Operated Lift Device: About 4–6 weeks.

Short VA SitnStand DME Checklist

`; // Set the iframe content and show the modal printFrame.onload = function() { var frameDoc = printFrame.contentDocument || printFrame.contentWindow.document; frameDoc.open(); frameDoc.write(printContent); frameDoc.close(); // Add print button functionality to the iframe var printButton = frameDoc.querySelector('.print-btn'); if (printButton) { printButton.addEventListener('click', function() { frameDoc.defaultView.print(); }); } // Add close button functionality to the iframe var closeButton = frameDoc.querySelectorAll('.print-btn')[1]; if (closeButton) { closeButton.addEventListener('click', function() { printModal.style.display = "none"; }); } }; // Show the modal printModal.style.display = "block"; // Load the content into the iframe if (printFrame.contentDocument) { printFrame.contentDocument.open(); printFrame.contentDocument.write(printContent); printFrame.contentDocument.close(); } }); } // Close the modal when clicking the X if (closeModal) { closeModal.addEventListener('click', function() { printModal.style.display = "none"; }); } // Close the modal when clicking outside of it window.addEventListener('click', function(event) { if (event.target == printModal) { printModal.style.display = "none"; } }); }); })();