Fasten Health
Self-hosted personal and family electronic medical record aggregator
Alternative to: mychart, apple health, commonhealth
About
Versions (26)
v0.1.5
2023-08-29- [feat] Dashboard Widget Enhancements 🥳
- Aggregation functionality added,
groupBy,sortBy,orderBy - Fixed Donut graph in example.
- Adding ability to customize dashboard (load configuration from Github Gists).
- Aggregation functionality added,
- [feat] Usability updates for Explore tables
- fixes #214
- fixes #213
- Thanks for the PR @OhHeyAlan ! 🥳
- adding pagination to the explore page.
- fixes #216
- disabled sorting on Explore page tables.
- [feat] Add User Settings table
- [bug] Footer is hiding page elements. Temporarily fixed #160 by adding a
margin-bottom:50pxstyle to the Resource details debug bar. - [bug] ui fixes for medical history page. (broken details links and [Object object])
- [bug] fixing Condition onset and abatement extraction.
- [feat] update fasten-sources version to v0.2.13
- fixes #225
- Some providers do not correctly return wrapped Binary resources, instead returning raw PDF’s which are skipped during sync. Added logic to handle and wrap these resources ourselves.
- better parsing of date/datetime values in FHIR Resources (previously only datetime was supported)
- eClinicalHealth/Healow providers added (1,583 clinics)
- related #195
- AthenaHealth providers added (16,000 clinics)
- fixes #238
- related https://github.com/fastenhealth/fasten-sources/issues/8
- make sure that the Binary component in the UI can query against the ResourceType+ResourceId and the SourceURI
- fixes #232
Images
| Timestamp | SHA | Message | Author |
|---|---|---|---|
| 2023-08-29T03:11Z | c4eb009e | (v0.1.5) Automated packaging of release by Packagr | packagrio-bot |
| 2023-08-28T23:23Z | a9cb793c | split frontend routing config from backend config. Added method to use embedded frontend routing. rename desktop config to desktop_sandbox config. adding desktop_mode (used for Wails Desktop app + hash based routing) make sure all window.location parsing works correctly with desktop_mode | Jason Kulatunga |
| 2023-08-28T17:42Z | 0984f9ed | upgrade fasten-sources to 0.3.0 which significantly decreases the compile size (+ hopefully time) | Jason Kulatunga |
| 2023-08-28T00:09Z | 0a9eb88b | fixing module name (fasten-onprem vs fastenhealth-onprem) | Jason Kulatunga |
| 2023-08-27T20:56Z | 011cfa37 | fixing build commands. make sure that we can build a desktop flavor of the UI. | Jason Kulatunga |
| 2023-08-26T15:45Z | 16209c91 | Update README.md | Jason Kulatunga |
| 2023-08-26T00:04Z | 8a080ebb | update fasten-sources, adding support for AthenaHealth providers related https://github.com/fastenhealth/fasten-sources/issues/8 | Jason Kulatunga |
| 2023-08-25T22:48Z | c9b482d6 | fixing token expiration time (can be number or string), make sure we parse it correctly. | Jason Kulatunga |
| 2023-08-25T22:38Z | b3519190 | fixing some tests. | Jason Kulatunga |
| 2023-08-25T04:43Z | 8b33c6d3 | adding examples and documentation links. | Jason Kulatunga |
| 2023-08-25T04:22Z | 34986321 | handle errors better. add dashboard location validation. | Jason Kulatunga |
| 2023-08-25T03:40Z | 9a4dcf98 | adding tests for dashboard settings fixing database persistence for settings. using reflection instead of abusing AppConfig for parsing UserSettingsEntries to UserSettings struct. | Jason Kulatunga |
| 2023-08-25T00:07Z | cb6cb1d2 | adding the ability to add one custom dashboard at a time. make sure source information is automatically populated for remote dashboards adding modals to add dashboard via UI addign modals to edit make sure we can switch between dashboards. | Jason Kulatunga |
| 2023-08-24T19:28Z | 31479a4f | adding support for user settings (Remote Dashboard Locations) | Jason Kulatunga |
| 2023-08-23T20:48Z | a0bce397 | update readme with additional information about future plans. | Jason Kulatunga |
| 2023-08-23T19:24Z | 3fe72918 | adding ability to count by wildcard (source_resource_type). internal fields like id, source_id, source_resource_id and source_resource_type are now queryable via keyword type. | Jason Kulatunga |
| 2023-08-23T01:11Z | dbc2f49d | make sure that we can filter by platform in the left menu. | Jason Kulatunga |
| 2023-08-22T22:58Z | dd50faab | update instructions for dashboard. | Jason Kulatunga |
| 2023-08-22T00:20Z | 3db12ee4 | adding information about the unsafe endpoints. Dashboard locations should be added to settings table. | Jason Kulatunga |
| 2023-08-18T00:32Z | 97f15d52 | adding popover info for General Practitioner/Primary Care. | Jason Kulatunga |
| 2023-08-17T23:32Z | 5b014411 | style fixes (right-clickable links) related #192 | Jason Kulatunga |
| 2023-08-17T23:02Z | 4e7560f9 | fixing resource links. | Jason Kulatunga |
| 2023-08-17T22:51Z | 2a8b3023 | fixing tests. | Jason Kulatunga |
| 2023-08-17T22:40Z | 3c30298b | fixing tests. | Jason Kulatunga |
| 2023-08-17T22:15Z | 7c9a3226 | remove fasten-sources dependency alias. | Jason Kulatunga |
| 2023-08-17T22:14Z | 34859387 | remove fasten-sources dependency alias. | Jason Kulatunga |
| 2023-08-17T22:09Z | 43cc6b45 | make sure the diagnostic report correctly embeds attachments. Make sure that Binary resource types with fully qualified urls identifier are handled correctly (base64 encoded url is the ResourceID). Update fasten-sources version. | Jason Kulatunga |
| 2023-08-17T18:14Z | 2f292397 | where possible store the SourceURI with the resource. requires updated version of Fasten sources (better Binary compatibility) | Jason Kulatunga |
| 2023-08-14T23:50Z | 936af443 | disable client-side sorting in explore tables. | Jason Kulatunga |
| 2023-08-14T23:11Z | b3a173df | working aggregation code | Jason Kulatunga |
| 2023-08-14T22:50Z | 6f56fa9c | working aggregation code. added tests for sql generation. | Jason Kulatunga |
| 2023-08-14T06:35Z | 2c5133be | adding testing framework for Aggregation code. WIP. | Jason Kulatunga |
| 2023-08-11T20:24Z | 495fce56 | starting to work on GroupBy aggregations | Jason Kulatunga |
| 2023-08-13T21:28Z | 1f113cdf | make sure reference fields are correctly extracted and stored in the DB. | Jason Kulatunga |
| 2023-08-13T20:15Z | 4f60d0ee | bump fasten-sources version (includes Immunization extraction fixes) | Jason Kulatunga |
| 2023-08-13T18:30Z | 4dad809f | removing Resource. segment of FHIRpath expressions (not supported) | Jason Kulatunga |
| 2023-08-13T18:21Z | ddbf6508 | fixing Condition onset and abatement extraction. | Jason Kulatunga |
| 2023-08-12T13:30Z | b4ee83b0 | make sure explore page loading animation is present until all source lookups are complete. | Jason Kulatunga |
| 2023-08-12T06:04Z | 169dc287 | Practitioner UI tweaks. | Jason Kulatunga |
| 2023-08-12T05:44Z | 410696c2 | adding pagination to the explore page. fixes #216 simplified fallback component for table list | Jason Kulatunga |
| 2023-08-12T03:20Z | 83114f00 | UI updates. | Jason Kulatunga |
| 2023-08-11T22:51Z | f94f29da | cleanup html attachments. fixing attachment titles. | Jason Kulatunga |
| 2023-08-11T21:51Z | 9469e296 | ui fixes for medical history page. (broken details links and [Object object]) | Jason Kulatunga |
| 2023-08-11T14:17Z | b834d3f8 | added a buffer to temporarily fix #160 | Jason Kulatunga |
| 2023-08-11T14:13Z | ba64565a | set a min image height for medical-sources-card, to ensure SVG images are always displayed. | Jason Kulatunga |
| 2023-08-09T22:15Z | 204d35b6 | more updates. | Jason Kulatunga |
| 2023-08-09T22:08Z | a298635f | updates to PR213. Added codeableConcept formatter and safe chaining to table explore view. | Jason Kulatunga |
| 2023-08-04T05:22Z | 09640e50 | Update list-condition.component.ts | OhHeyAlan |
| 2023-08-04T05:22Z | 20c2dd0f | Update list-allergy-intolerance.component.ts | OhHeyAlan |
| 2023-08-04T05:21Z | 13c07c7e | Update list-diagnostic-report.component.ts | OhHeyAlan |
| 2023-08-04T05:21Z | 69e0d192 | Update list-document-reference.component.ts | OhHeyAlan |
| 2023-08-04T05:20Z | 22ca0837 | Update list-encounter.component.ts | OhHeyAlan |
| 2023-08-04T05:19Z | 12735048 | Update list-immunization.component.ts | OhHeyAlan |
| 2023-08-04T05:19Z | b1f7c477 | Update list-medication-request.component.ts | OhHeyAlan |
| 2023-08-04T05:18Z | 285e1ffd | Update list-medication.component.ts | OhHeyAlan |
| 2023-08-04T05:17Z | 1f331d88 | Update list-medication.component.ts | OhHeyAlan |
| 2023-08-04T05:16Z | 45059fa8 | Update list-observation.component.ts | OhHeyAlan |
| 2023-08-04T05:12Z | 54e644bf | Update list-service-request.component.ts | OhHeyAlan |
| 2023-08-09T18:51Z | 90df9bf0 | update gitignore file to exclude DB snapshots. | Jason Kulatunga |
| 2023-08-09T18:49Z | c2d82b31 | fixing event type for latest docker image tag. | Jason Kulatunga |