-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Implement CDS on FHIR in CDS Hooks #5240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Bump to core release 6.0.16 * Bump to core version 6.0.20 * Fix errors thrown as a result of VersionSpecificWorkerContextWrapper * Bump to core 6.0.22
…automatically indexes the primary key (#5127) * dropped old index FK_RESVERPROV_RES_PID on RES_PID column before adding IDX_RESVERPROV_RES_PID * added changelog * changed to valid version number * changed to valid version number, need to be ordered by version number...
…ied (#5124) 5123 - Use DEFAULT partition for server-based requests if none specified
* added FIXME with source of issue * added FIXME with root cause * added FIXME with root cause * Providing solution to the issue and removing fixmes. * Providing changelog * auto-formatting. * Adding new test. * Adding a new test for standard paging * let's try this and see if it works...? * fix tests * cleanup to trigger a new run * fixing tests --------- Co-authored-by: Ken Stevens <[email protected]> Co-authored-by: peartree <[email protected]>
…ore (#5118) * fix, test, changelog * fix, test, changelog --------- Co-authored-by: justindar <[email protected]>
…720-add-cds-on-fhir
_source search parameter needs to support modifiers - added support form :contains, :missing, :above modifiers
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5240 +/- ##
============================================
+ Coverage 81.32% 82.82% +1.50%
- Complexity 23650 26307 +2657
============================================
Files 1425 1613 +188
Lines 86399 102257 +15858
Branches 11677 13072 +1395
============================================
+ Hits 70265 84698 +14433
- Misses 10947 11960 +1013
- Partials 5187 5599 +412 ☔ View full report in Codecov by Sentry. |
lukedegruchy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved but with some NPE/empty List checking concerns
Closes #5238