Fasten Health logo

Fasten Health

Self-hosted personal and family electronic medical record aggregator

Alternative to: mychart, apple health, commonhealth


About Versions (26)

v1.1.2

2024-04-03
  • [feat] Added additional sources & supported healthcare institutions
    • fasten-sources updated
    • added missing logos & healthcare institution metadata
    • added “Community Technology Cooperative” and associated regional FQHC members
      • fixes #435
  • [feat] Search now also queries healthcare institution aliases (see screenshot)
    • fixes #299
  • [bug] frontend tests fixed
    • fixed #436
    • fixed #444
    • thanks @jean-the-coder 🥳
  • [bug] fixed issue where patient-friendly description for procedures & medication would overflow the text area
    • fixed #445
    • thanks @jean-the-coder 🥳
  • [bug] fixed issue where Resources were not displayed correctly in Explorer “an error occurred while parsing”
    • this was related to url-encoding of IDs
    • fixed #437
    • fixed #446
    • thanks @jean-the-coder 🥳
  • [bug] Correctly parse reference ranges that use < and >
    • fixed #450
    • fixed #440
    • thanks @jean-the-coder 🥳
  • [feat] Support for non-numerical Observation results.
    • fixed #453
    • fixes #360
    • thanks @jean-the-coder 🥳
  • [docs] Fixed CONTRIBUTING.md to make it easier for devs to get started
    • fixed #439
    • thanks @jean-the-coder 🥳
Screen Shot 2024-03-04 at 12 36 45 PM bar-chart table table2
TimestampSHAMessageAuthor
2024-04-03T23:39Zd0f2080d(v1.1.2) Automated packaging of release by Packagrpackagrio-bot
2024-03-29T15:32Z62644155Support displaying non-numerical observation results (#453)
  • Add new datatype models and specs
  • Update datatypes/coding-model
  • Add new factories and update observation-r4-factory
  • Update observation model to use new datatypes
  • Add new observation-visualization and observation-table components
  • Update observation-bar-chart
  • Update observation and report-labs-observation components
  • Forgot to switch to observation-visualization; add test and update test imports to fix errors
  • Jean Fernandez
    2024-03-18T04:48Z1bcf4aafParse lab values that include a range (#452)Jean Fernandez
    2024-03-15T23:00Zbcffbb47Parse reference ranges that use < and > (#450)
  • Add vscode config
  • Comment out empty tests causing issues running tests in vscode
  • Add Fishery, update test dependencies, update chart.js
  • Add factory for building fhir r4 observation object
  • Fix deprecation warnings in _mixins.scss
  • Update observation model for better value and reference range parsing
  • Add observation-bar-chart.component to pull out bar chart logic into reusable component
  • Use new component in observation resource and report lab component
  • Jean Fernandez
    2024-03-07T23:17Z43579df6Fix URL encoding issue for links (#446)
  • Use [routerLink] with array instead of routerLink with interpolated string
  • switch navigateByUrl to navigate with array format
  • add some quick tests
  • Jean Fernandez
    2024-03-06T18:54Zc487c9feFix horizontal overflow for glossary lookup (#445)
  • Fix Overflow for Labs Glossary
  • Add story to glossary lookup and report labs observation
  • Jean Fernandez
    2024-03-06T18:52Zd0252515Prevent possible endless loop with image fallback (#444)Jean Fernandez
    2024-03-04T20:25Z62051f95updaet fasten-sources (athena fixes & alias searching).Jason Kulatunga
    2024-03-04T20:14Zf5e20772adding logosJason Kulatunga
    2024-03-04T18:17Z7dec0491Merge pull request #439 from jean-the-coder/fix-storybook Fix StorybookJason Kulatunga
    2024-03-04T03:17Z159743baSplit tests into separate workflow Split tests into separate development workflow that can be included within ci file. Restrict ci to only run on pushes to main/beta branches. run dev workflow on pull requestsJean Fernandez
    2024-03-02T05:38Za386e437Fix storiesJean Fernandez
    2024-03-02T05:35Zf4454b9cUpdate docs and Makefile commandsJean Fernandez
    2024-03-02T20:47Zb003a62cmake sure we can display alias values in search fixes #299Jason Kulatunga
    2024-03-01T04:50Z05a68408Fix frontend tests (#436)
  • Update CONTRIBUTING.md
  • Fix tests
  • Jean Fernandez
    2024-03-01T02:53Z3b52e9f8udpate fasten-sources, fixes #435 fixes #432 related #406Jason Kulatunga
    2024-02-28T02:15Ze4a73ffdupdate fasten-sources version to include addl logging during token refresh.Jason Kulatunga