Fasten Health logo

Fasten Health

Self-hosted personal and family electronic medical record aggregator

Alternative to: mychart, apple health, commonhealth


About Versions (26)

v0.2.2

2023-11-26
  • [feat] Medical History View
    • fixed #325
    • 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:
  • [feat] fhir resource extraction enhancements
    • better extraction of meta.* keys.
    • better testing of FHIR Resource extraction
    • fixed #323
  • [feat] Added display popups for Location, Organization & Observation
  • [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
  • [bug] Make sure that Lab Results and Observations are correctly displayed in the chart (max scale is 10% greater than largest value)
    • fixes #194
  • [bug] fixes dynamic client registration errors
  • [docs] FHIR Api documetation for EHR systems
  • [docs] fixed links in README
    • fixes #316 , thanks @jc00ke 🎉
Screen Shot 2023-11-22 at 9 58 36 AM
TimestampSHAMessageAuthor
2023-11-26T03:02Za8be7f33(v0.2.2) Automated packaging of release by Packagrpackagrio-bot
2023-11-25T05:19Zbee007ecupdate fasten-sources, detect epic servers missing dynamic client registration endpoint fixed #276 fixed #290Jason Kulatunga
2023-11-23T16:51Z2061684aWIP adding medical history timeline view. (#325)Jason Kulatunga
2023-11-20T17:23Za161f419make sure we migrate the database models.Jason Kulatunga
2023-11-19T19:09Zdbd868c7adding meta prefix to all relevant meta keys. (#323)
  • adding meta prefix to all relevant meta keys. moved extractor functions into reusable script.
  • adding comprensive tests and types for extracted data stored in tables.
  • update with README.
  • using choiceTypePaths to correctly append types to the search parameter queries.
  • adding comment or keyword types
  • better extraction of Date information.
  • fix tests.
  • Jason Kulatunga
    2023-11-18T01:16Zd37fb12fadding tests for condition and encounter.Jason Kulatunga
    2023-11-16T19:25Za82bef14Update funding and FAQs links in README (#316)Jesse Cooke
    2023-11-14T23:25Z0a8b4fe2Create dependabot.ymlJason Kulatunga