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

WIP adding medical history timeline view. #325

Merged
merged 20 commits into from
Nov 23, 2023
Merged

WIP adding medical history timeline view. #325

merged 20 commits into from
Nov 23, 2023

Conversation

AnalogJ
Copy link
Member

@AnalogJ AnalogJ commented Nov 20, 2023

  • [feat] Medical History View
    • In an ideal world the EHR systems would associate all encounters, procedures, medications with a condition, however this is not the case in reality. Large portions of real-world record data is unassociated, causing the Condition based UI to be sparsely populated & useless. In addition, this doesn't account for Patients that have not recieved a diagnosis yet -- they might have symptions & diagnostic procedures that they are tracking, without a known "root cause" and this might go on for years.
    • With an Encounter Timeline based UI, we can allow patients to "tag" encounters with a condition after the fact (in a pretty intuitive UI).
    • We can also allow patients to add comments & attach documents to a specific encounter
    • References:
  • [bug] Fixed issue where Graph query results were not consistent. Was related to a silent error that would cause graph traversal to exit prematurely
  • [bug] Fixed Binary resource data display in UI
  • [feat] Added display popups for Location, Organization & Observation
  • [fix] Make sure that Lab Results and Observations are correctly displayed in the chart (max scale is 10% greater than largest value)
  • fixes When a Lab Observation chart doesn't have a "reference" range, the "current" value is not visible and the chart is blank #194
Screen Shot 2023-11-22 at 9 58 36 AM

@AnalogJ AnalogJ merged commit 2061684 into main Nov 23, 2023
9 of 10 checks passed
@AnalogJ AnalogJ deleted the timelineview branch November 23, 2023 16:51
@AnalogJ AnalogJ mentioned this pull request Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant