codeforamerica / rva-screening

Health service prescreener for sharing patient eligibility data.
http://quickscreenrva.com
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

update referrals #245

Closed mapsam closed 8 years ago

mapsam commented 8 years ago

Clicking the referral button adds a class .box-referral-sent, which changes the appearance to a yellow notification color scheme instead of blue. I'm not completely satisfied with this yet, since there should be some sort of "loading" icon to let the user know that something is happening.

rva-screener-referralstatechange

mapsam commented 8 years ago

We are looking at redesigning the referral page, which will likely change how this button works. Here up dated PDFs for referral messages and including the ability to close a referral with an eligibility status:

referrals-1.pdf referrals-2.pdf referrals-3.pdf

mapsam commented 8 years ago

Current styling the work by @esmithayer and want to record my thoughts as I go to make sure we are on the same page in order to get the technical pieces in place before next week.

Moving all referral history into the patient overview page, which now should include options to comment on, close as eligible or close as ineligible with a note. The referrals page, which also includes prescreening, is only used to create new referrals. Submitting a new referral should forward to the patient overview page and show the newly created, pending referral.

Some screenshots of where I am, and some notes of where I'm blocked.

After making a referral to RCHD Resource Centers from Access Now (don't mind the implausibility of that referral :wink:)

You can see the referral was made, and as the referrer I can comment on the the referral to add more information.

screen shot 2015-10-30 at 1 11 42 pm

Logged in as a user at RCHD Resource Centers to look at the same referral

Here, as a user who can determine eligibility at this clinic, I have the option to:

BLOCKER: I'm not sure how I should submit this form from different buttons - does it require separate views?

ISSUE: looks like when I comment it actually closes the referral, which isn't the expected behavior.

screen shot 2015-10-30 at 1 13 55 pm

Referral & Eligibility page

This still looks the same, but I'm hoping we can just have a text field and a "submit referral" button that redirects to the patient overview page with the newly created referral. Does this make sense?


Some things that need sorting out in order to continue:

mapsam commented 8 years ago

updated in #276