Protect Same-Day Care for Medicare Patients
Medicare is considering a payment policy that could create a financial disincentive for physicians to provide medically necessary evaluation and treatment during the same visit.
Patients should not face unnecessary additional appointments simply because Medicare’s payment rules discourage physicians from providing
appropriate care during the same encounter.
What Is Medicare Proposing?
CMS is proposing changes to Medicare physician payment when a separately identifiable evaluation and management (E/M) service is furnished by the same physician or physician group on the same day as certain procedures with a 0-, 10-, or 90-day global period.
Under the proposal, when qualifying services are performed on the same day, the highest-valued service would be paid at 100%, while the other
service or services could be paid at 50%.
The concern is that this payment structure could create a financial incentive to separate clinically appropriate services into different
encounters—even when evaluating and treating the patient during the same visit is medically appropriate.
Why Does This Matter to Patients?
In orthopedic care, a patient may come to an appointment with a new or worsening condition. After evaluating the patient and determining
that a procedure is medically appropriate, the physician may be able to provide treatment during that same encounter.
Examples can include injections, aspirations, biopsies, and other procedures that may appropriately occur after the physician has
evaluated the patient’s condition.
Separating services into additional appointments can mean more time away from work, additional transportation, additional administrative
burden, and potentially delayed treatment.
What Can You Do?
CMS is accepting public comments on the proposed rule. You can submit your own comment directly to the federal government through
Regulations.gov.
We’ve provided a sample comment below. You are encouraged to read it, modify it, and add your own experiences or reasons for opposing the
proposal.
Your Comment
How to Submit Your Comment
- Click Copy Comment.
- Click Submit Comment to CMS.
- Paste the comment into the Regulations.gov comment field.
- Personalize the comment if you wish. Your own words and experiences
are encouraged. - Complete the required information and submit your comment.
- Note: You are not required to choose a category, but if you do, then you should choose ‘Individual – I0001’
Learn More
You can review the proposed rule and submit your comment directly through the federal government’s official rulemaking website.
Review the proposal and submit a comment on Regulations.gov →
Your voice matters.
This sample comment is provided as a starting point. Please review and personalize it so that your submission reflects your own views
and experience. Your comment will be submitted directly to the federal government through Regulations.gov.
(function() {
function initializeOPACopyButton() {
var button = document.getElementById("opaCopyMedicareButton");
var textarea = document.getElementById("opaMedicareComment");
var status = document.getElementById("opaCopyStatus");
if (!button || !textarea) { return; }
if (button.getAttribute("data-copy-ready") === "yes") { return; }
button.setAttribute("data-copy-ready", "yes");
button.addEventListener("click", function(event) {
event.preventDefault();
var text = textarea.value;
function copiedSuccessfully() {
button.innerHTML = "COPIED ✓";
if (status) {
status.innerHTML = "The comment has been copied. " + "You can now paste it into Regulations.gov.";
}
setTimeout(function() {
button.innerHTML = "COPY COMMENT";
}, 3000);
}
function manualCopy() {
textarea.focus();
textarea.select();
textarea.setSelectionRange( 0, textarea.value.length );
var success = false;
try {
success = document.execCommand("copy");
} catch (error) {
success = false;
}
if (success) {
copiedSuccessfully();
} else {
if (status) {
status.innerHTML = "The text is selected. " + "Press Ctrl+C (Windows) or Command+C (Mac) to copy it.";
}
}
}
if ( navigator.clipboard && window.isSecureContext ) {
navigator.clipboard .writeText(text) .then(function() {
copiedSuccessfully();
}) .catch(function() {
manualCopy();
});
} else {
manualCopy();
}
});
}
/* * Normal browser loading */
if ( document.readyState === "complete" || document.readyState === "interactive" ) {
initializeOPACopyButton();
} else {
document.addEventListener( "DOMContentLoaded", initializeOPACopyButton );
}
/* * Elementor loading */
if (window.jQuery) {
jQuery(window).on( "elementor/frontend/init", function() {
initializeOPACopyButton();
} );
}
/* * Backup initialization. * This catches cases where Elementor loads the widget * after the normal page-load event. */
setTimeout( initializeOPACopyButton, 500 );
setTimeout( initializeOPACopyButton, 1500 );
})();