Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add correct dates upon Patient registration and Immunization tracking #195

Closed
10 tasks done
f-odhiambo opened this issue Jun 3, 2021 · 1 comment · Fixed by #222 or #441
Closed
10 tasks done

Add correct dates upon Patient registration and Immunization tracking #195

f-odhiambo opened this issue Jun 3, 2021 · 1 comment · Fixed by #222 or #441
Assignees
Labels
Bug Report Something isn't working as expected

Comments

@f-odhiambo
Copy link
Contributor

f-odhiambo commented Jun 3, 2021

When you create a new patient

  • On patient listview, Last seen date should show the date when the patient was registered and the status field shows Record Vaccine
  • On the patient profile, the Registration date should also reflect the date when the patient was enrolled and status - No vaccine received

When the patient receives the 1st dose of the vaccine

  • On patient listview, Last seen date should show the date when the patient received 1st dose and the status field shows the date when the first vaccine was received i.e Vaccine 1 and date
  • On the patient profile, the Registration date should also reflect the date when the patient was enrolled and status - Recevied Pfizer dose 1, Date Dose 2 due xx-xx-xxxx

When the patient receives the 1st dose of the vaccine but dose 2 is not due

  • On patient listview, Last seen date should show the date when the patient received 1st dose and the status field shows the date when the first vaccine was received i.e Vaccine 1 and date
  • On the patient profile, the Registration date should also reflect the date when the patient was enrolled and status - Recevied Pfizer dose 1, D_ate Dose 2 due xx-xx-xxxx_

When the second dose is Overdue

  • On patient listview, Last seen date should show the date when the patient received 1st dose and the status field shows Overdue in red
  • On the patient profile, the Registration date should also reflect the date when the patient was enrolled and status - Recevied Pfizer dose 1, Date Dose 2 due xx-xx-xxxx flagged in RED

When the patient receives the 2nd dose of the vaccine

  • On patient listview, Last seen date should show the date when the patient received 2nd dose and the status field shows Fully Vaccinated
  • On the patient profile, the Registration date should also reflect the date when the patient was enrolled and status - Fully Vaccinated

See mocks attached
Screen Shot 2021-06-03 at 12 30 13 PM

Screen Shot 2021-06-03 at 12 29 58 PM

@f-odhiambo f-odhiambo added Enhancement New feature or request covid labels Jun 3, 2021
@f-odhiambo f-odhiambo changed the title Add correct dates on patient registration or receiving vaccine does Add correct dates on patient registration and Immunization tracking Jun 3, 2021
@f-odhiambo f-odhiambo changed the title Add correct dates on patient registration and Immunization tracking Add correct dates upon Patient registration and Immunization tracking Jun 3, 2021
@f-odhiambo f-odhiambo added the Bug Report Something isn't working as expected label Jul 21, 2021
@f-odhiambo
Copy link
Contributor Author

This feature is missing on the main brannch

@f-odhiambo f-odhiambo reopened this Jul 21, 2021
@f-odhiambo f-odhiambo added merge_to_main and removed Bug Report Something isn't working as expected Enhancement New feature or request labels Jul 21, 2021
@f-odhiambo f-odhiambo added the Bug Report Something isn't working as expected label Jul 23, 2021
@f-odhiambo f-odhiambo reopened this Aug 5, 2021
@f-odhiambo f-odhiambo reopened this Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment