department-of-veterans-affairs / caseflow

Caseflow is a web application that enables the tracking and processing of appealed claims at the Board of Veterans' Appeals.
Other
54 stars 18 forks source link

AMA Veterans need to be associated with an RO #8484

Closed MeredithStewart closed 5 years ago

MeredithStewart commented 5 years ago

User Stories:

Notes:

VBA Jurisdiction Look up tool:

http://vbacoweb03.dva.va.gov/bl/21/SOJ/default.asp?

Open Questions

mdbenjam commented 5 years ago

Are there any other factors that determine a user's RO? Does the RO they worked with for their initial claim matter at all?

MeredithStewart commented 5 years ago

@mdbenjam -- It might matter, but in our investigation, it seemed like the RO wasn't updated automatically when a Veteran moved across the country.

Because the ROs also change based on who is working on the processing, that is why the BGS fields aren't proving useful. When other ROs work the cases, it gets changed. We need a way to know which RO the Veteran would walk into -- and which they would be associated with for their hearing.

MeredithStewart commented 5 years ago

From the developer of the VBA Jurisdiction tool (Michael Van Gaalen):

"As currently designed, the application and its database do not support an API, but that’s not to say one couldn’t be developed. Alternatively, the database tables themselves could be shared, although that could be messy and would also be snapshot in time. We don’t update the tables often, but updates do happen several times per year as new ZIP codes are assigned by USPS (happens relatively frequently) and/or as VA changes its jurisdictional boundaries (happens infrequently)."

mdbenjam commented 5 years ago

Gotcha. I'd love to explore this a little more:

We could also use geomatching to associate a Veteran to an RO (within state), but that seems to be less specific than the VA tool of zip codes, where the VA has determined which zip codes are associated with which RO.

If we're really looking for a "close RO" that a Veteran could just walk to, it seems like Geomatching might be a good option. If that's the case we might not even need the RO? Why not throw all the ROs and AHL into a list, and find the closest one to a Veteran? Then we can avoid this separate step to find the RO.

Sharon mentioned that other teams might need this RO information, but I want to make sure that we're looking for the same RO information. My gut sort of says that RO information for other applications might be more around which RO processed the initial claim. Though @laurjpeterson or @MeredithStewart might have more insight into that.

@sharonwarner and @MeredithStewart would love y'alls thoughts.

MeredithStewart commented 5 years ago

@mdbenjam -- We could do geo-matching within state boundaries and we'd probably be accurate most of the time, but it wouldn't align with their zip code matching. The only thing that's the wrinkle is that a Veteran's representation/POA is likely colocated at their Regional Office.

For alternate locations - we are clear that geomatching is the way to go - we're finding you the closest location, it's just that in today's hearing set up, ROs mean something - it's like the framework that then determines what alt hearing locations are available to you.

MeredithStewart commented 5 years ago

Based on conversation 1/2/18 -- We will geo-match Veterans to an RO and name that data element something like, "Hearing Regional Office."

lpciferri commented 5 years ago

Chiming in here based on the above comment about other teams needing RO info, but would not change the decision for hearing related tasks made on 1/2/2018.

One of the reasons queue would like to know the Veteran's RO under AMA is to automatically route tasks to Translation team, allowing translation tasks to be started as early as possible and done in parallel with other tasks (see: https://github.com/department-of-veterans-affairs/caseflow/issues/8226). This is primarily for appeals that originate from San Juan, Puerto Rico, and Manila, Philippines. I think we should aim for translation tasks to be completed as soon as possible, so we don't hold up attorneys when they are assigned cases to draft decisions.

The BVA intake team currently identifies cases needing translation for for legacy appeals manually during their Case Review process, which is essentially eliminated under AMA because NODs come straight to the Board and don't require activation + case review.

I think we could use geo-matching for this as well, though we run the risk of over or under-selection. I am also open to alternative solutions for identifying cases with documents needing translation that don't rely on RO. We could brainstorm with Jennifer Jessup, Ivy Wilson, and the translation team to see if there's a way to do this without adding a manual step.

mdbenjam commented 5 years ago

Based on the Hearing Schedule conversation yesterday, it sounds like there isn't a great source to pull from within VA, so geo-matching feels like the right way to go for translation as well.

mdbenjam commented 5 years ago

Thinking more about this. @MeredithStewart, do we want to restrict the RO lookup to within the Veteran's state? I know this was mentioned originally, but I can't remember if that was in our final decision.

Are we still using the RO in VACOLS for legacy appeals? Or are we using geomatching for all appeals?

MeredithStewart commented 5 years ago

@mdbenjam -- I just talked this through with Nicholas and Chris. We want to just confirm our direction with the Hearing Branch.

This is what I'll pitch/ask:

From your perspective - what are pros/cons of level of effort for geomatching for legacy?

mdbenjam commented 5 years ago

In general I think geo matching for both legacy and AMA is good. It keep us consistent and allows us to work on a per-veteran level. I don't know what exactly the RO stored in VACOLS means. If a Veteran moves, if and when does that get updated? In terms of level of effort it's easy. If we're doing it for AMA, might as well do it for legacy.

MeredithStewart commented 5 years ago

Sounds good -- that's what I will pitch. ROs are updated manually in VACOLS.

MeredithStewart commented 5 years ago

Update: Hearing Branch agreed that geo-matching Veterans to a Regional Office for both AMA and Legacy appeals. They also agreed that they need it to keep Veterans within State lines. They understood the limitations of geo-matching, but if a Veteran wanted to have a hearing at a different RO, they can always switch the Veteran.

They were excited that this data point - Hearing RO - would actually improve the situation where appeals are coming in, but associated with an RO that doesn't hold Board hearings or is just associated with an RO that is working the case. Also pointed out was that this improves things for legacy paper cases coming from VHA, where it isn't associated with a VBA RO anyway.