Tags: icanbwell/fhir-server
Tags
IGNT-173 Enable merge streaming (#1892) * Add merge streaming support * Add merge streaming support * Add merge streaming support with testing * fix test * Resolve PR reviews * IGNT-173 Fix access logs and minor fixes * IGNT-173 Update test case --------- Co-authored-by: shubhamgoel24 <shub.goel@icanbwell.com>
IGNT-154 Add more tests for patient summary (#1889) * improve tests to check for exact number of rows in each sheet * improve tests to check for exact number of rows in each sheet * return 404 if access scopes do not allow results * if in a graph some resource is not allowed then skip it instead of failing the whole call * make hasValidScopes sync * fixes * fix test * fix test
IGNT-158 Support query string for $merge endpoint to disable smart me… …rge (#1891) * Reducing PUT Request Overhead * Reducing PUT Request Overhead Cleanup * Update src/tests/merge/merge_replace/fixtures/expected/expected_Replaced_Phone.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Keeping it backward-compatible * DCON-408 Type case query string to JS Boolean * DCON-408 added updated testcase --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Mintu Kumar Sah <mintu.sah@icanbwell.com>
IGNT-154: Enable auth with okta (#1888) * add okta urls * add support for multiple urls * add support for multiple urls * add support for multiple urls * Update src/strategies/jwt.bearer.strategy.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/utils/requestCompletionLogData.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * remove test for id token * extract function * add class to cache wellKnownConfigurationManager.js * add lru-cache * add lru-cache * make cache static * use wellKnownConfigurationManager.js * add tests * add env var * fix tests * fix tests * fix tests * add clearJwksCache * fix all tests * add new test * add new test * add new test * separate authService.js * fix test * add to container * fix authService.test.js * fix createContainer.js * fix jwt.bearer.strategy.test.js * use passpor.auth in jwt.bearer.strategy.test.js * use createJwksKeyAsync to create keys * add parameter types * add parameter types * fix jwt.bearer.strategy.test.js * add ability to remove prefix on scopes * add ability to remove prefix on scopes * make jwks key cache static * fix healthCheck.js * return end_session_endpoint * return end_session_endpoint * return end_session_endpoint * fix tests * fix tests --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
PreviousNext