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
53 stars 17 forks source link

Attorney Fees | Intake users need the ability to add as an issue | VOID #11691

Closed jimruggiero closed 4 years ago

jimruggiero commented 5 years ago

Add Attorney Fees.png

POCs:

User story:

When Caseflow Intake users intake an appeal, they need the option to add attorney fees as an issue type in the current workflow, so they can properly intake these types of appeals.

AC:

  1. Add the issue category "Attorney/Agent fees" in the "compensation" category, so that users can select it from the drop down on the 2nd (middle) screen as shown in above .png file, when adding issues.
    • Assumption: This will be in-taken as a non-rating issue.
  2. Caseflow can successfully handle non-dependent claimants. Backend work to build this capability will be tracked in issue XXX.
  3. On the first Intake screen, when users select "Yes claimant is not the Veteran", add a radio button, displaying:
    • "[Attorney or Agent name - pulled from CorpDB via BGS], Attorney/Agent", OR
    • (If no name is provided from CorpDB via BGS) "Attorney or Agent"
  4. On Add non-rating issue screen, add "Denial of attorney or agent fees" as an Issue Category
  5. The Denial of attorney or agent fees issue type is only associated with the Compensation benefit type
  6. For SCs and HLRs, Caseflow will treat the claim from which the granted veteran/claimant benefit was awarded (and attorney fee generated) as the claim used to populate the claimant database and process these appeals (e.g. the claim ID of the awarded benefit is used to populate the claimant database)

Notes:

Resource:

All current issue categories are here: https://github.com/department-of-veterans-affairs/caseflow/blob/master/client/constants/ISSUE_CATEGORIES.json

leikkisa commented 5 years ago

@jimruggiero This definitely wouldn't be a rating issue, so I suppose non-rating issues is the proper place.

In this case the attorney represents a different claimant, since they'd presumably be the ones receiving the check. We don't currently handle non-dependent claimants. Also for SCs and HLRs, a claimant has to have a previous claim in order to be in the claimant database... so I guess the previous claim would be the original attorney fee something or other.

For appeals, maybe they could handle the attorney as a claimant on an issue like this in their business process. Then there's what happens after it gets a decision (it becomes contestable on an SC).

Just adding this category to non-rating issues is super easy, so I would estimate a 1. Jennifer will definitely know more about everything else I noted above! Those are things I don't feel ready to estimate.

jimruggiero commented 5 years ago

Got it. Very helpful! More to come soon. Stay tuned!

On Wed, Aug 7, 2019 at 2:17 PM Sally Maki notifications@github.com wrote:

@jimruggiero https://github.com/jimruggiero This definitely wouldn't be a rating issue, so I suppose non-rating issues is the proper place.

In this case the attorney represents a different claimant, since they'd presumably be the ones receiving the check. We don't currently handle non-dependent claimants. Also for SCs and HLRs, a claimant has to have a previous claim in order to be in the claimant database... so I guess the previous claim would be the original attorney fee something or other.

For appeals, maybe they could handle the attorney as a claimant on an issue like this in their business process. Then there's what happens after it gets a decision (it becomes contestable on an SC).

Just adding this category to non-rating issues is super easy, so I would estimate a 1. Jennifer will definitely know more about everything else I noted above! Those are things I don't feel ready to estimate.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/department-of-veterans-affairs/caseflow/issues/11691?email_source=notifications&email_token=AMQLBLAWRB5G6EHZB73KXZ3QDMGTZA5CNFSM4IKCRAG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3ZI2IA#issuecomment-519212320, or mute the thread https://github.com/notifications/unsubscribe-auth/AMQLBLDKAR4ZK7MT357POIDQDMGTZANCNFSM4IKCRAGQ .

lpciferri commented 4 years ago

Solution idea:

Questions:

jimruggiero commented 4 years ago

Additional resource here: (Carola's Mural for Contested Claims/Contesting Claimants) https://app.mural.co/t/workqueue2001/m/workqueue2001/1542655242638/5629820b4b2c34a158c9dd7abb78137d0f9b8b74

jimruggiero commented 4 years ago

Upon further team discussion on 9/5/2019, this item was deemed an epic because the requirement to ensure nothing related to these appeals surfaces to veteran's, their representatives, appellants or other claimants in any way, requires ENG to draft a tech spec that identifies all of the touch points in intake workflows that surface data to others beyond the attorney or agent claimant. From this research, new tickets and context will be added accordingly.

msj0nes commented 4 years ago

Tech Debt Reminder

What happens after an attorney fee appeal gets a decision is out of scope. Current BVA guidance is that these appeals are very rare (two in the last two years) and their decisions being contested (on any claim type, including SC and HLR) is even more rare. If the ability to handle contested decisions becomes a requirement and is prioritized in the future, it will be scoped as an enhancement at that time.

msj0nes commented 4 years ago

Ticket Closure

The path for attorney fees has changed from this initial request. Changes to the requirement can be followed in #13505