You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feat] ⚠️⚠️BREAKING⚠️⚠️ Widget Query Language Enhancements 🎉
Fasten's query language has changed for the better. After a very productive conversation with @codyebberson from Medplum, I've decided to mimic their solution - extract the FHIR SearchParameters for each resource as they are being stored, and store them beside the raw FHIR resource data. This means querying is more performant with a "well documented" syntax (we'll be using a subset of the FHIR search syntax)
every FHIR resource type is now stored in its own table. This allows us to create additional columns for resource specific search parameter values. the new DB schema is incompatible with the old one, so you will need to delete your old .db file if you've persisted it outside of the container
[feat] Fixed a long standing issue when syncing resources with Healthcare institutions. Users with large patient histories would only see a portion of their data in Fasten, as their access token would expire before the sync completed. We've fixed this to refresh tokens even in the middle of the sync.
the new DB schema is incompatible with the old one, so you will need to delete your old .db file if you've persisted it outside of the container
parsing
key to display data in charts.The text was updated successfully, but these errors were encountered: