github fastenhealth/fasten-onprem v0.1.5

latest releases: v1.1.2, v1.1.1, v1.1.0...
13 months ago
  • [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).
  • [feat] Usability updates for Explore tables
    • fixes #214
    • fixes #213
    • 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:50px style 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)
    • AthenaHealth providers added (16,000 clinics)
  • make sure that the Binary component in the UI can query against the ResourceType+ResourceId and the SourceURI

Images

Screen Shot 2023-08-25 at 5 10 27 PM Screen Shot 2023-08-30 at 5 38 57 PM Screen Shot 2023-08-30 at 5 38 38 PM
Timestamp SHA Message Author
2023-08-29T03:11Z c4eb009 (v0.1.5) Automated packaging of release by Packagr packagrio-bot
2023-08-28T23:23Z a9cb793 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 0984f9e upgrade fasten-sources to 0.3.0 which significantly decreases the compile size (+ hopefully time) Jason Kulatunga
2023-08-28T00:09Z 0a9eb88 fixing module name (fasten-onprem vs fastenhealth-onprem) Jason Kulatunga
2023-08-27T20:56Z 011cfa3 fixing build commands. make sure that we can build a desktop flavor of the UI. Jason Kulatunga
2023-08-26T15:45Z 16209c9 Update README.md Jason Kulatunga
2023-08-26T00:04Z 8a080eb update fasten-sources, adding support for AthenaHealth providers related fastenhealth/fasten-sources#8 Jason Kulatunga
2023-08-25T22:48Z c9b482d fixing token expiration time (can be number or string), make sure we parse it correctly. Jason Kulatunga
2023-08-25T22:38Z b351919 fixing some tests. Jason Kulatunga
2023-08-25T04:43Z 8b33c6d adding examples and documentation links. Jason Kulatunga
2023-08-25T04:22Z 3498632 handle errors better. add dashboard location validation. Jason Kulatunga
2023-08-25T03:40Z 9a4dcf9 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 cb6cb1d 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 31479a4 adding support for user settings (Remote Dashboard Locations) Jason Kulatunga
2023-08-23T20:48Z a0bce39 update readme with additional information about future plans. Jason Kulatunga
2023-08-23T19:24Z 3fe7291 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 dbc2f49 make sure that we can filter by platform in the left menu. Jason Kulatunga
2023-08-22T22:58Z dd50faa update instructions for dashboard. Jason Kulatunga
2023-08-22T00:20Z 3db12ee adding information about the unsafe endpoints. Dashboard locations should be added to settings table. Jason Kulatunga
2023-08-18T00:32Z 97f15d5 adding popover info for General Practitioner/Primary Care. Jason Kulatunga
2023-08-17T23:32Z 5b01441 style fixes (right-clickable links) related #192 Jason Kulatunga
2023-08-17T23:02Z 4e7560f fixing resource links. Jason Kulatunga
2023-08-17T22:51Z 2a8b302 fixing tests. Jason Kulatunga
2023-08-17T22:40Z 3c30298 fixing tests. Jason Kulatunga
2023-08-17T22:15Z 7c9a322 remove fasten-sources dependency alias. Jason Kulatunga
2023-08-17T22:14Z 3485938 remove fasten-sources dependency alias. Jason Kulatunga
2023-08-17T22:09Z 43cc6b4 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 2f29239 where possible store the SourceURI with the resource. requires updated version of Fasten sources (better Binary compatibility) Jason Kulatunga
2023-08-14T23:50Z 936af44 disable client-side sorting in explore tables. Jason Kulatunga
2023-08-14T23:11Z b3a173d working aggregation code Jason Kulatunga
2023-08-14T22:50Z 6f56fa9 working aggregation code. added tests for sql generation. Jason Kulatunga
2023-08-14T06:35Z 2c5133b adding testing framework for Aggregation code. WIP. Jason Kulatunga
2023-08-11T20:24Z 495fce5 starting to work on GroupBy aggregations Jason Kulatunga
2023-08-13T21:28Z 1f113cd make sure reference fields are correctly extracted and stored in the DB. Jason Kulatunga
2023-08-13T20:15Z 4f60d0e bump fasten-sources version (includes Immunization extraction fixes) Jason Kulatunga
2023-08-13T18:30Z 4dad809 removing Resource. segment of FHIRpath expressions (not supported) Jason Kulatunga
2023-08-13T18:21Z ddbf650 fixing Condition onset and abatement extraction. Jason Kulatunga
2023-08-12T13:30Z b4ee83b make sure explore page loading animation is present until all source lookups are complete. Jason Kulatunga
2023-08-12T06:04Z 169dc28 Practitioner UI tweaks. Jason Kulatunga
2023-08-12T05:44Z 410696c adding pagination to the explore page. fixes #216 simplified fallback component for table list Jason Kulatunga
2023-08-12T03:20Z 83114f0 UI updates. Jason Kulatunga
2023-08-11T22:51Z f94f29d cleanup html attachments. fixing attachment titles. Jason Kulatunga
2023-08-11T21:51Z 9469e29 ui fixes for medical history page. (broken details links and [Object object]) Jason Kulatunga
2023-08-11T14:17Z b834d3f added a buffer to temporarily fix #160 Jason Kulatunga
2023-08-11T14:13Z ba64565 set a min image height for medical-sources-card, to ensure SVG images are always displayed. Jason Kulatunga
2023-08-09T22:15Z 204d35b more updates. Jason Kulatunga
2023-08-09T22:08Z a298635 updates to PR213. Added codeableConcept formatter and safe chaining to table explore view. Jason Kulatunga
2023-08-04T05:22Z 09640e5 Update list-condition.component.ts OhHeyAlan
2023-08-04T05:22Z 20c2dd0 Update list-allergy-intolerance.component.ts OhHeyAlan
2023-08-04T05:21Z 13c07c7 Update list-diagnostic-report.component.ts OhHeyAlan
2023-08-04T05:21Z 69e0d19 Update list-document-reference.component.ts OhHeyAlan
2023-08-04T05:20Z 22ca083 Update list-encounter.component.ts OhHeyAlan
2023-08-04T05:19Z 1273504 Update list-immunization.component.ts OhHeyAlan
2023-08-04T05:19Z b1f7c47 Update list-medication-request.component.ts OhHeyAlan
2023-08-04T05:18Z 285e1ff Update list-medication.component.ts OhHeyAlan
2023-08-04T05:17Z 1f331d8 Update list-medication.component.ts OhHeyAlan
2023-08-04T05:16Z 45059fa Update list-observation.component.ts OhHeyAlan
2023-08-04T05:12Z 54e644b Update list-service-request.component.ts OhHeyAlan
2023-08-09T18:51Z 90df9bf update gitignore file to exclude DB snapshots. Jason Kulatunga
2023-08-09T18:49Z c2d82b3 fixing event type for latest docker image tag. Jason Kulatunga

Don't miss a new fasten-onprem release

NewReleases is sending notifications on new releases.