Version 1 -> Version 2 #832
Replies: 3 comments 3 replies
-
Clarification: For VRO v2, VRO will only receive single-issue Hypertension claims-for-increase. @dianagriffin
Without going into the details of your use case, I've always envisioned a
The @jbregstone Does this help? |
Beta Was this translation helpful? Give feedback.
-
I think we are on the same page based on the diagram but I wanted to bring this up because it would change slightly the inputs to the VRO. (edit: In the VRO software diagram there is one processor per condition) It would not require any changes to the current architecture (because there is a one to one mapping between 7101, 6602 and hypertension, asthma) |
Beta Was this translation helpful? Give feedback.
-
In version 1 of the VRO we handle claims for Hypertension and Asthma. These conditions each have a single VASRD code associated with them. Currently, as an input we are getting the VASRD code 7101 or 6602 as an input, this helps us route the claim to the correct processor. The processors contain logic specific to the condition they are built to handle and do tasks such as filter medical evidence and determine sufficiency for the fast track process.
In version 2 we are going to included conditions (such as Sinusitis) which have multiple associated VASRD codes. We would like to process these conditions with a single processor so we could simply map multiple VASRD codes to lead to that processor. For example all of the following VASRD codes could be routed to a single sinusitis medical data processor:
An alternative is to change the input for version 2 so a more general condition identifier is accepted. For example, the VRO would accept
sinusitis
as the identifier that helps route the claim to the correct condition processor. As an output of the VRO we could determine what the best VASRD codes are to rate the claim. The VRO will have a complete picture of the medical evidence associated with a claim and thus more easily assign a specific VASRD code(s). A VASRD code like6511 sinusitis, ethmoid, chronic
is very specific and information dense so it would be feasible to map conditions from a medical code set (ICD or SNOMED) to that VASRD code.Hypothetically this will ease the requirements for upstream processing of claimed conditions on the 526EZ. There would be no need to attempt to assign a specific VASRD code to the claim before it is processed by the VRO.
Beta Was this translation helpful? Give feedback.
All reactions