masslight / ottehr

Modular, Production-Ready, Open-Source EHR
https://ottehr.com
Other
152 stars 175 forks source link

EHR - Admin not able to Sign a visit #502

Open DenysMyrosh opened 2 weeks ago

DenysMyrosh commented 2 weeks ago

PROBLEM:

After investigation we uncovered an Edge case - IF visit is registered with Group or Provider instead of Location Then it is impossible to edit these telemed visits by any provider.

SOLUTION:

As common sense solution - we should allow to edit visits to corresponding providers :


Preconditions:

STR: 1) Open Group or Provider requested visit e.g. https://ehr.ottehr.com/telemed/appointments/cfd737cb-ce28-4400-825d-929d34d962f1 as Admin 2) Go to review and Sign tab 3) Check Missing info block image 4) Click on Links for missing info 5) Try to Add eRX and Assessment missing info

Expected result : Admin with corresponding Group or Provider attribute should be able to edit related visits

Actual result : Admin not able to edit visits with corresponding Group or Provider attribute

image

Tested on: OttEhr Admin Version: 0.13.0 Env: development Hash: https://github.com/masslight/ottehr/commit/7a3cba5d9823dcfb7474023f11fc38ccd00d8676

DenysMyrosh commented 2 weeks ago

Related issue https://github.com/masslight/ottehr/issues/463 - same root cause