generated from PackagrIO/goweb-template
-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
AnalogJ
commented
Nov 20, 2023
•
edited
Loading
edited
- [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:
- https://www.bootdey.com/snippets/view/bs4-timeline
- https://bootsnipp.com/snippets/VevZ
- [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
AnalogJ
force-pushed
the
timelineview
branch
from
November 20, 2023 17:23
8f8b1db
to
3916b88
Compare
Use visit lookup to ensure that we do not generate a cyclical tree ensure we continue finding related resources when we encounter a failure.
…e, otherwise show the Explore page data.
…is always in range see: https://www.chartjs.org/docs/latest/axes/#axis-range-settings increased the chart height
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.