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

Displaying Technician name as lab results provider #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

G-first-t
Copy link
Collaborator

@G-first-t G-first-t commented Jan 19, 2025

Bug Summary:

The technician name in the patient history data was incorrectly missing from labOrders, radiologyOrders, and procedureOrders categories . Instead, the orders were displaying the doctor's name, even though it was the technician who entered the results into the system.

Cause:

The technician’s name was not correctly extracted from the observations related to the orders. The system was using the provider field (which contains the doctor's name) instead of extracting the technician's name.

Fix:

Updated the logic in this.labOrders, this.radiologyOrders, and this.procedureOrders mapping:

  • Extracted and assigned the technician information from the provider field of each observation.
  • Added the technician field to each order, correctly displaying the technician's name.

Pull Request:

PR #71 - Displaying Technician name as lab results provider

Participants:

  • 2022-04-04347: Gregory Kimbira
  • 2022-04-12587: Julius Ryoba
  • 2022-04-10077: Adrian Justine Ndossi
  • 2022-04-09572: Kelvin Augustino
  • 2022-04-05771: Samson Maige

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant