Fasten Health logo

Fasten Health

Self-hosted personal and family electronic medical record aggregator

Alternative to: mychart, apple health, commonhealth


About Versions (26)

v0.1.4

2023-08-09
  • [feat] ClinicalWorks sandbox was added
  • [feat] when creating a new release, the main flavor should be tagged with latest
    • fixes #200
  • [feat] DB enhancements for FHIR Resource documents:
    • make sure sortTitle and sortDate are correctly set
    • failures during SearchParameter extraction should not cause the resource to be skipped.
    • correctly handle time.Time extraction & storage
    • default to nil if empty list is returned during extraction.
  • [feat] (re)added Explore page, rename all usages of “source” page to “explore”
  • [feat] enabled Allscripts Endpoints.
  • [bug] ongoing fixes to the Widgets & Dashboard
    • moving dashboard widget processing code into its own function, so we can test it without an API call.
    • adding tests for dashboard widget component.
    • fixing code to get the last item from the dataset (was previously modifying the array, causing widgets to break)
  • [bug] Allscripts sandbox was fixed (patient id from idtoken if present)
  • [bug] Fixed Anthem/CareEvolution providers (broken when confidential PKCE support was added)
  • [bug] make sure we can handle HumanName and Address type objects as SearchParameters
    • fixes #203
  • [bug] sort all resources by “sort_date” column during query
TimestampSHAMessageAuthor
2023-08-09T04:12Z8c4e926d(v0.1.4) Automated packaging of release by Packagrpackagrio-bot
2023-08-09T00:56Zcb1dab73fix backend testsJason Kulatunga
2023-08-08T22:47Zfa70566dfixing allscripts endpoints.Jason Kulatunga
2023-08-08T19:13Zd0909891update medical sources connect flow, correctly extract Patient ID when absolute url provided. update logos update fasten-sources version to 0.2.5 (eclinicalworks sandbox, allscripts sandbox, allscripts Patient R4 endpoints)Jason Kulatunga
2023-08-04T03:08Z568fa1edrename additional usages of “source” page to “explore”Jason Kulatunga
2023-08-04T03:03Z0397a2f0sort all resources by “sort_date” column during query return units when querying rename all usages of “source” page to “explore” adding new explore page. fix dashboard widgets to correctlyJason Kulatunga
2023-08-02T03:29Z28cb9181make sure sortTitle and SortDate are correctly set when extracting searchParamters Failures during searchparameter extraction should not cause the resource to be skipped. Update searchparameter extraction to correctly handle Time objects Update searchparameter extraction to default to nil if empty list is returned during extraction.Jason Kulatunga
2023-07-31T16:16Z9e776c60make sure HumanName and Address types are correctly extracted as searchable strings. Make sure they can be searched against using the query endpoint.Jason Kulatunga
2023-07-31T04:41Z94fa479fupdate the generator script for FhirResource storage.Jason Kulatunga
2023-07-31T04:40Z0517f9b3make sure we can handle HumanName and Address type objects (convert to string).Jason Kulatunga
2023-07-31T02:51Z6433de8fmake sure refreshed token is stored in the database when making raw unsafe requests.Jason Kulatunga
2023-07-30T01:09Z956368ceenable latest tag for main flavor and tag. fixes #200Jason Kulatunga
2023-07-30T00:28Z80e0998aFix Displayed Age. (#201)OhHeyAlan
2023-07-28T02:06Z72062f37Merge pull request #198 from fastenhealth/dashboard-fixesJason Kulatunga
2023-07-28T01:32Zfefb2e82try to extact patient id from idtoken if present (used in AllScripts).Jason Kulatunga
2023-07-27T01:54Z07f0a1fbin response wrapper, the error field is optional Dashboard widget query processing is now done in the dashboard-widget. added tests for dashboard-widget.Jason Kulatunga
2023-07-25T03:09Z779948a0moving dashboard widget processing code into its own function, so we can test it without an API call. adding tests for dashboard widget component.Jason Kulatunga