- [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
Timestamp | SHA | Message | Author |
---|---|---|---|
2023-08-09T04:12Z | 8c4e926 | (v0.1.4) Automated packaging of release by Packagr | packagrio-bot |
2023-08-09T00:56Z | cb1dab7 | fix backend tests | Jason Kulatunga |
2023-08-08T22:47Z | fa70566 | fixing allscripts endpoints. | Jason Kulatunga |
2023-08-08T19:13Z | d090989 | update 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:08Z | 568fa1e | rename additional usages of "source" page to "explore" | Jason Kulatunga |
2023-08-04T03:03Z | 0397a2f | sort 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 correctly | Jason Kulatunga |
2023-08-02T03:29Z | 28cb918 | make 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:16Z | 9e776c6 | make 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:41Z | 94fa479 | update the generator script for FhirResource storage. | Jason Kulatunga |
2023-07-31T04:40Z | 0517f9b | make sure we can handle HumanName and Address type objects (convert to string). | Jason Kulatunga |
2023-07-31T02:51Z | 6433de8 | make sure refreshed token is stored in the database when making raw unsafe requests. | Jason Kulatunga |
2023-07-30T01:09Z | 956368c | enable latest tag for main flavor and tag. fixes #200 | Jason Kulatunga |
2023-07-30T00:28Z | 80e0998 | Fix Displayed Age. (#201) | OhHeyAlan |
2023-07-28T02:06Z | 72062f3 | Merge pull request #198 from fastenhealth/dashboard-fixes | Jason Kulatunga |
2023-07-28T01:32Z | fefb2e8 | try to extact patient id from idtoken if present (used in AllScripts). | Jason Kulatunga |
2023-07-27T01:54Z | 07f0a1f | in 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:09Z | 779948a | moving 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 |