RBP with ranges #496
-
I have been searching hard for a solution to this problem. We have contracts that are wide ranging, but are reference based (% of Medicare mostly). It makes no sense to blow out the data to a massive scale, especially when many areas are "formula based" (such as OPPS and IPPS). An example contract here may be: L&D case rates, IP % of Medicare, OP % of Medicare, 100% Medicare for lab, 110% MCR for DME, 140% MCR for Radiology, 125% MCR for Physician, all followed by a % of charges for non CMS values. So it seems that 2 items need to be added (or have been and I cannot find them)
Also how will maintaining this be done over time? IPPS and OPPS for example can send time based adjustments to the provider base values for any given facility. I only see the expiration_date on the rate, which again means blowing out literally thousands of lines (or millions) for every provider rate update on each update (by an external org). When all of that could be compressed into a simple rule based on the reference value (%) of the underlying program (CMS, etc) constrained by a range of data values. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I believe CMS said in the March webinar that we were to calculate the % of Medicare and not report it as a percentage. They want an explicit allowed amount. As to point two, we are using the CSTM-ALL/CSTM-00 where appropriate and expanding the codes that are in a range to individual codes where appropriate. |
Beta Was this translation helpful? Give feedback.
-
We are facing similar issues with Medicare-based rates. In another thread CMS said to calculate a dollar amounts based on "base rate multiplied by the percentage". Considering services as you mentioned (IPPS/OPPS) that are based on many moving parts we might consider calculating rates from on a "base scenario" and use that. Is this the direction you are going as well? |
Beta Was this translation helpful? Give feedback.
I believe CMS said in the March webinar that we were to calculate the % of Medicare and not report it as a percentage. They want an explicit allowed amount.
As to point two, we are using the CSTM-ALL/CSTM-00 where appropriate and expanding the codes that are in a range to individual codes where appropriate.