You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you view the Results page, the patient name for a result lists the patient's current name. When you click on a result and view the result details, the patient name will be the name of the patient at the time that the original test event was created. Should the patient name in the list view always match the patient name in the result details modal?
For corrections, we send the updated patient name with the correction. However the result details modal will still show the patient name at the time that the original test event was created. Should the result details modal for a corrected test event have the updated patient name info?
Steps to reproduce
Screen.Recording.2024-08-26.at.11.02.17.AM.mov
Submit a positive Covid result for a patient named Dave.
The result list shows the positive Covid result with the name Dave.
The result details modal shows the name Dave.
The FHIR bundle generated contains the name Dave.
Change the patient's name to David.
The result list view shows the positive Covid result with the name David.
The results detail modal shows the name Dave.
No message sent to RS when a patient's name is changed.
Submit a correction for the positive Covid result, changing it to negative.
The result list view shows the now negative Covid result with the name David.
The results detail modal shows the updated negative Covid result with the name Dave.
The FHIR bundle generated contains the name David.
Expected behavior
Names in list view and results detail modal should match?
Details modal after the correction should show the name David since that's what was sent to RS. In the backend, the test event for the correction should have David in the patient_data.
Additional context
This doesn't seem like a problem that impacts users often but I'm recording what I know about the behavior in this ticket so we have it documented.
The text was updated successfully, but these errors were encountered:
Description
When you view the Results page, the patient name for a result lists the patient's current name. When you click on a result and view the result details, the patient name will be the name of the patient at the time that the original test event was created. Should the patient name in the list view always match the patient name in the result details modal?
For corrections, we send the updated patient name with the correction. However the result details modal will still show the patient name at the time that the original test event was created. Should the result details modal for a corrected test event have the updated patient name info?
Steps to reproduce
Screen.Recording.2024-08-26.at.11.02.17.AM.mov
Expected behavior
Names in list view and results detail modal should match?
Details modal after the correction should show the name David since that's what was sent to RS. In the backend, the test event for the correction should have David in the
patient_data
.Additional context
This doesn't seem like a problem that impacts users often but I'm recording what I know about the behavior in this ticket so we have it documented.
The text was updated successfully, but these errors were encountered: