Replies: 4 comments 10 replies
-
Most of our facility contracts use code ranges for determining rates. These can any combination of Revenue codes, ICD10 Procedure codes and ICD10 Diagnosis codes. This is referred to as a Hierarchy in our system For each code type there can be zero to many codes specified. For 1 single contracts Inpatient Hierarchy which has 251 combinations, expanding these code combinations out so each possible combination of Revenue code, Procedure code and Diagnosis code specified is an 8,031,262 row result set. It's common to list a range of Revenue codes 100-219 (room and board) along with a Procedure code or range of Procedure codes. Not all combinations of the 88 Revenue codes in the range would be expected to ever be submitted for a given procedure code. From a pricing perspective what the ranges really mean is if the revenue code is in the range 100-219 and the procedure code is in the range specified then this is the allowed rate. Being able to report 251 rates would be much preferable that reporting 8,031,262 rates, |
Beta Was this translation helpful? Give feedback.
-
Horizon blue cross of NJ would be interested in ranging/grouping multiple codes into a code set as well. This is a major roadblock for our development of MRF due to the size of the codes that would be returned when trying to list each and every individual code. Our database is unable to support processing of this volume. An example is we have a code group for diagnosis codes which has 1000+ diagnosis codes that all price with the same allowance amount. Without an array or a reference table that can mimic the groups of codes we have internally, we will end up with billions of records (the example provided isn't the only logical grouping we have, we have many different types of groups spanned across procedure codes, revenue codes, DRG codes, etc) with the same allowance amount across all our pricing arrangements. Kindly review and assist! |
Beta Was this translation helpful? Give feedback.
-
I agree, even we have the same situation. Today when the pricing is defined
with a group of codes similar to the example defined above with rev codes
and cpt codes, we are reporting pricing based on the cpt and adding all the
rev code information into the additional information node and that would be
difficult for anyone trying to consume our data, but with the current
schema we don't have any other option. In more complex scenarios there are
more code types and ranges that may be defined to identify the applicable
pricing and we are pulling all this information into additional information
node with our own custom formatting within this node.
So, allowing code ranges and grouping of various code types that share the
same pricing amount and provider grouping would drastically reduce file
sizes, be more effective and easier for the consumers of the MRF too.
…On Fri, 1 Apr 2022, 02:10 Jeffrey Li, ***@***.***> wrote:
Horizon blue cross of NJ would be interested in ranging/grouping multiple
codes into a code set as well. This is a major roadblock for our
development of MRF due to the size of the codes that would be returned when
trying to list each and every individual code. Our database is unable to
support processing of this volume.
An example is we have a code group for diagnosis codes which has 1000+
diagnosis codes that all price with the same allowance amount. Without an
array or a reference table that can mimic the groups of codes we have
internally, we will end up with billions of records (the example provided
isn't the only logical grouping we have, we have many different types of
groups spanned across procedure codes, revenue codes, DRG codes, etc) with
the same allowance amount across all our pricing arrangements.
Kindly review and assist!
@shaselton <https://github.com/shaselton>
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJ2FFMOGH7ZXLQLZ7VELP3VCYEVFANCNFSM5PWHPBXQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: <CMSgov/price-transparency-guide/repo-discussions/405/comments/2481298
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
I would also like to see ranges for the POS code on professional claims. Our system has not been able to handle the volume of records when producing a record for every CPT code and every POS value. |
Beta Was this translation helpful? Give feedback.
-
Introducing a "FROM" and "THRU" range for billing_code might help reduce the record count only when applicable. Payers do use code ranges to represent services
Beta Was this translation helpful? Give feedback.
All reactions