Fasten Health
Self-hosted personal and family electronic medical record aggregator
Alternative to: mychart, apple health, commonhealth
About
Versions (26)
v0.1.8
2023-10-17- [feat] ExplanationOfBenefits enhancements
- [feat] Background Sync Enhancements
- tracking sync information in the database for easier debugging (instead of scrolling through the log history)
- closes #185
- sync is running in the background (kind of, not true multithreading)
- Added a job history page (see screenshot below)
- closes #248
- Added a tag to the provider chicklet to clearly show
failedstatus (See screenshot below) - fixed some UI issues
- fixes #264
- The database changes also include a Checkpointing mechanism - updates background job every 100 resources synced.
- fixes #269
- Eventually you can resume failed sync operations from the last checkpoint — this is useful because some syncs can take a couple of hours.
- closes #258
- closes #257
- tracking sync information in the database for easier debugging (instead of scrolling through the log history)
- [feat] adding ability to submit support tickets in-app.
- fixes #272
- [feat] fasten-sources updated to v0.4.5
- Extract Contained Resources
- fixed #261
- eClinicalWorks/Healow fixes
- logo updates (~200 new logos)
- VA Health Sandbox added
- [feat] Added ability to reconnect & delete source + associated records.
- fixes #63
- fixes #234
- [feat] Database Migration framework
- related #237
- related #153
| Timestamp | SHA | Message | Author |
|---|---|---|---|
| 2023-10-17T21:47Z | 6ed83e8a | (v0.1.8) Automated packaging of release by Packagr | packagrio-bot |
| 2023-10-17T18:46Z | 6858ae8d | added database migration framework. | Jason Kulatunga |
| 2023-10-17T17:56Z | 7018c3b8 | rollback SBOM support. | Jason Kulatunga |
| 2023-10-17T14:52Z | f3200449 | adding SBOM support https://depot.dev/blog/build-with-sboms | Jason Kulatunga |
| 2023-10-17T13:25Z | 4f1222d0 | adding SBOM support https://depot.dev/blog/build-with-sboms | Jason Kulatunga |
| 2023-10-17T04:49Z | 9087f590 | fixing test suite. | Jason Kulatunga |
| 2023-10-16T18:43Z | 8861e4b6 | Merge pull request #275 from fastenhealth/nickmurray/add-postgres-db-option | Jason Kulatunga |
| 2023-10-16T18:40Z | 189ebde9 | Update config.yaml | Jason Kulatunga |
| 2023-10-16T16:24Z | ef68bfcc | Update list-binary.component.ts (#280) Co-authored-by: Jason Kulatunga jason@thesparktree.com | OhHeyAlan |
| 2023-10-16T14:49Z | d154d9e8 | Merge main Picked up on most recent change with DeleteSource func | Nicholas Murray |
| 2023-10-15T21:12Z | 79c3e854 | update images width. | Jason Kulatunga |
| 2023-10-14T21:01Z | f9f4492f | adding edifecs logo | Jason Kulatunga |
| 2023-10-14T20:58Z | 10125e7f | disable “sync” operation for manual record. | Jason Kulatunga |
| 2023-10-14T20:57Z | a486f917 | adding display information for manual source. | Jason Kulatunga |
| 2023-10-14T20:32Z | 3cd3448f | update text. | Jason Kulatunga |
| 2023-10-14T17:52Z | 8be1e34e | backend/pkg/database: add postgres package and postgres specific db instantiation | Nicholas Murray |
| 2023-10-14T17:33Z | c90f3c0d | backend/pkg/database: to squash, git add renamed files | Nicholas Murray |
| 2023-10-14T04:38Z | 04c1429e | Merge pull request #279 from fastenhealth/default-dashboard-tweaks | Jason Kulatunga |
| 2023-10-14T04:37Z | c25b1640 | adding loading + empty panel support to the records summary widget. | Jason Kulatunga |
| 2023-10-14T03:41Z | 8e999e6b | adding records summary to dashboard. | Jason Kulatunga |
| 2023-10-14T03:19Z | 8c54c9f6 | adding groupsummary | Jason Kulatunga |
| 2023-09-17T03:13Z | 1008b31e | adding a care team widget. | Jason Kulatunga |
| 2023-09-17T00:05Z | f222211b | fixing table 2 column. | Jason Kulatunga |
| 2023-09-16T18:46Z | d427f79f | adding icons and updated dashboard. Added new way to register widgets with Gridstack (comes from widgetModule directly) | Jason Kulatunga |
| 2023-10-14T00:03Z | 90b08b8e | update fasten-sources v0.4.5 | Jason Kulatunga |
| 2023-10-13T23:57Z | abbfa9a9 | backend/pkg/database: move all common Gorm functionality to new files | Nicholas Murray |
| 2023-10-13T05:06Z | 13e21b58 | always update source credential when doing unsafe raw request. | Jason Kulatunga |
| 2023-10-13T03:30Z | 0ddfe686 | update fasten-sources (adding VA Health sandbox) | Jason Kulatunga |
| 2023-10-12T23:52Z | 30fe4282 | update bluebutton/medicare logo and VAHealth logos. | Jason Kulatunga |
| 2023-10-12T21:19Z | 504cd426 | [WIP] adding factory pattern support to Database package. Users can select database type using database.type configuration when calling NewRepository() | Jason Kulatunga |
| 2023-10-12T03:43Z | a6edb24a | move registration code into the sourceCredential. Added ability to Reconnect/Update source make sure re-connect function is disabled for manual sources. | Jason Kulatunga |
| 2023-10-11T14:54Z | c5906635 | adding ability to delete source + associated records. | Jason Kulatunga |
| 2023-10-11T04:05Z | 8c4759a2 | updated fasten-sources to v0.4.2 (eClinicalWorks -> Healow issuer) | Jason Kulatunga |
| 2023-10-10T23:04Z | ce5a37db | updated fasten-sources to v0.4.1 (eClinicalWorks -> Healow endpoints) | Jason Kulatunga |
| 2023-10-10T23:03Z | 07abc690 | updated fasten-sources to v0.4.1 (eClinicalWorks -> Healow endpoints) | Jason Kulatunga |
| 2023-10-10T22:40Z | fa1003b1 | adding logos from updated fasten-sources. | Jason Kulatunga |
| 2023-10-10T19:25Z | 83d90cc3 | models/database: update generate.go with postgres db model We need to swap out datetime with timestamptz in order to properly allow for a postgres DB provider | Nicholas Murray |
| 2023-09-21T07:29Z | 816d823b | Add database.type to config file We add a database type, which is defaulted to sqlite | Nicholas Murray |
| 2023-10-10T00:16Z | e5f920c2 | when server restarts, we should unlock all locked jobs, and set their status to failed make sure we can customize the limit value for Background Job query. fixes #267 | Jason Kulatunga |
| 2023-10-09T23:38Z | cae3afce | adding ability to submit support tickets in-app. added logos to the patient profile menu added link to fundraising doc in-app update fontawesome version. fixes #272 | Jason Kulatunga |
| 2023-10-09T18:28Z | bbf5169a | make sure background jobs status is updated every minute. | Jason Kulatunga |
| 2023-10-09T17:51Z | c1f057a1 | make sure api calls are not cached in the desktop app. fixes #270 | Jason Kulatunga |
| 2023-10-08T23:29Z | dcabfc8c | Background Jobs (#266) | Jason Kulatunga |
| 2023-10-06T15:06Z | b8cf1c23 | Merge pull request #261 from fastenhealth/eob_enhancements | Jason Kulatunga |
| 2023-10-06T03:20Z | aee2d5c9 | Update fasten-sources (extract Contained resources) EOB code extraction | Jason Kulatunga |
| 2023-10-05T00:50Z | d09d4adb | update reference model datatype (include identifier model) | Jason Kulatunga |