Commit Graph

3717 Commits

Author SHA1 Message Date
dotasek afd9e7a471 Merge remote-tracking branch 'origin/master' into do-20241021-tx-auth 2024-11-06 19:19:53 -05:00
dotasek b6ef81c9f3 Switch to static fhirBuilder for all FhirRequestBuilders
+ Fix null user agent issue
+ Load ManagedWebAccess from FHIR settings
+ Add terminology servers to FhirSettings
2024-11-06 09:47:27 -05:00
dotasek 6775a09adb Make sure codegen directory exists 2024-11-05 09:56:06 -05:00
Grahame Grieve 31764fc016 Fix to use derived element cardinality not element base cardinality when elementdefinition-json-name is present 2024-11-05 20:58:26 +10:30
Grahame Grieve 441f7b4e47 update code generation 2024-11-05 19:19:42 +10:30
Grahame Grieve 497b502a1c compile fix 2024-11-05 10:15:40 +10:30
Grahame Grieve 478c338e10 Fix NPE in FHIRPath engine 2024-11-05 06:06:59 +10:30
Grahame Grieve b76a71d337 compile fix 2024-11-04 17:31:29 +10:30
Grahame Grieve 6040ad950c Merge remote-tracking branch 'origin/master' 2024-11-04 17:19:42 +10:30
Grahame Grieve b493f3bb5c Fix issue not retaining extension context when checking constraint expressions in profiles 2024-11-03 07:18:04 +10:30
Grahame Grieve 479b5a7527 update r4 codegen 2024-11-03 07:12:44 +10:30
mrunibe 8d780e0784 hapifhir#1699 set index when adding children
instead of calling numberChildren() recursively whenever an element is
added.
2024-11-02 18:25:25 +01:00
mrunibe f909a0c228 hapifhir#1699 Testcase for numberChildren 2024-11-02 18:25:25 +01:00
mrunibe d90c6b3a07 Perf tuning: skip numberChildren
hapifhir#1699 defer numberChildren to end of transform
2024-11-02 18:25:25 +01:00
mrunibe b75e401090 Perf tuning FML: re-use FHIRPathEngine in new Property
hapifhir/org.hl7.fhir.core#1703 FML transform create heavyweight
FHIRPathEngine objects for every new Property. Re-use existing
ProfileUtilities/FHIRPathEngine objects from StructureMapUtilities.
2024-11-02 18:25:25 +01:00
Michael Rebsamen 18b4fc1714 Perf tuning: skip numberChildren
hapifhir/org.hl7.fhir.core#1699 Workaround for performance issue with FML transform: Growing/large lists getting very slow due to numberChildren() getting called recursively for every element that is added to a list.

merge upstream
2024-11-02 18:25:15 +01:00
Grahame Grieve adaa3fa708 improve build() signature in generated profile code 2024-11-02 22:51:08 +10:30
Grahame Grieve f8456fb767 compile fixes 2024-11-02 19:24:52 +10:30
Grahame Grieve 8bf76f151d validate min-length when found in extension 2024-11-02 19:19:32 +10:30
Grahame Grieve a6f6bdf282 update generated code 2024-11-02 19:19:09 +10:30
Grahame Grieve 607c4fa98b Render min-length extension on profiles 2024-11-02 19:18:39 +10:30
Grahame Grieve a541971532 more work on code generation for profiles 2024-11-02 11:51:14 +10:30
dotasek bdc02a5622 Merge remote-tracking branch 'origin/master' into do-20241021-tx-auth 2024-11-01 09:16:36 -04:00
Grahame Grieve 4db933235a PECodeGenerator fixes 2024-11-01 23:11:45 +10:30
Grahame Grieve c2aa01c02a
Merge pull request #1782 from ahdis/oe_context
base workercontext adjustements
2024-11-01 16:27:24 +10:30
Grahame Grieve 4d61317196
Merge pull request #1796 from hapifhir/2024-11-gg-sweep
2024 11 gg sweep
2024-11-01 15:55:06 +10:30
Grahame Grieve 90b6583ac5 Update SQL on FHIR engine for changes as suggested by James 2024-11-01 08:06:51 +10:30
Grahame Grieve 509f8d46c1 update R5 engine for style fixes from R4 2024-11-01 08:06:14 +10:30
Grahame Grieve a65de7b980 Correct fix for bug parsing json-property-key values 2024-11-01 08:04:28 +10:30
Brian Postlethwaite 323ec42c32 Corrent the parameter order for the assert parameters 2024-10-31 10:05:40 +11:00
Brian Postlethwaite 01af08030f #1794
Update the implementation of the `toString` fhirpath function to: (pending FHIR-48737)
* not return the text 'null' when no primitive value exists (when extension only)
* throw an error if more than 1 item is to be returned (doesn't support collections)
* return an empty set when no primitive values exist (when extension only)
2024-10-31 10:04:57 +11:00
dotasek 2f95e3fe9f Remove unused classes and okhttp usages and add tests for r4 2024-10-30 09:30:09 -04:00
Grahame Grieve 6533f2bd36 Fix rendering of Logical Models for polymorphic elements, and rendering target profiles with versions 2024-10-30 21:06:58 +10:30
Grahame Grieve 8a9039f08f Fix problem validating json key value pairs 2024-10-30 21:05:57 +10:30
Grahame Grieve 1850995465 Render contained resources in List resource 2024-10-30 21:05:22 +10:30
Grahame Grieve e8973a90d8 #1790 - Fix versionFromCanonical returns system instead and systemFromCanonical returns version 2024-10-30 21:05:03 +10:30
Grahame Grieve 1100fe2855 fix special case r5 loading of terminology to fix validation error on ExampleScenario 2024-10-30 21:04:05 +10:30
dotasek 2fdfaf8602 Removing leftover okttp usage 2024-10-29 18:32:58 -04:00
dotasek a5ef974c3d Use ManagedFhirWebAccess in r4 2024-10-29 17:07:41 -04:00
dotasek 0ebf628bec
Fix expected generated code (#1793)
* Fix expected generated code

* Update PECodeGenerator.java

---------

Co-authored-by: Jens Kristian Villadsen <jenskristianvilladsen@gmail.com>
2024-10-29 10:21:53 -04:00
Grahame Grieve c7f747519c test generated code 2024-10-28 07:33:05 +11:00
dotasek 03b0c163be Merge branch 'master' into do-20241021-tx-auth 2024-10-25 13:56:06 -04:00
dotasek 0b45b0b882 WIP some HTTP Header refactoring, rename FhirRequest to HTTPRequest 2024-10-25 13:55:33 -04:00
dotasek b33de12e49 WIP move accept to parameter 2024-10-24 13:57:51 -04:00
markiantorno 54d239a38a Updating version to: 6.4.1-SNAPSHOT and incrementing test cases dependency. 2024-10-24 14:15:50 +00:00
markiantorno 26c445c8fc Release: v6.4.0
## Validator Changes

* Improve warning messages about collections in SQL ViewDefinitions
* Fix type evaluation of .item() in FHIRPath
* Revise message about unknown usage context on additional binding
* Add support for code generation
* Add check for # in CanonicalResource.version
* Fix problem parsing urls in cds-hooks formats
* Fix issues with output folder running tx tests
* Fix bug evaluating resolve() in contained resources when doing slicing

## Other code changes

* Fix NPE processing markdown
* Capture missing snapshot generation messages
* Track OID status
* Improve rendering of coded values
* update tests for changes to PE code generation
* Tx Tests: Add support for special header on specific tests
* Tx Tests: Fix framework to handle diagnostics correctly
* Tx Tests: check http code in tx test cases
* Add support for NCI code rendering
* Adding missing lombok annotation (cannot build without it from scratch) (#1785)
* Remove Encounter Renderer
* Profile code generation fixes
* Add r4 code gen classes
* Draft work for tx server authentication (not landed yet)
* Move XXE safe SAXParserFactory and XMLReader instantiation to XMLUtil
* Bump commons-compress version
***NO_CI***
2024-10-24 13:30:23 +00:00
Grahame Grieve 0bb0aac47b Capture missing snapshot generation messages 2024-10-24 16:47:58 +10:30
Grahame Grieve a632594a67 track OID status 2024-10-24 07:16:36 +10:30
Grahame Grieve 89be42a649 Merge remote-tracking branch 'origin/master' 2024-10-24 07:16:05 +10:30
Grahame Grieve e6c720450b
Merge pull request #1774 from hapifhir/do-20241009-documentbuilderfactory-refactor
Move new DocumentBuilderFactory calls to XMLUtils
2024-10-24 07:14:28 +10:30
dotasek ddb0a661dd Merge branch '2024-10-gg-tx-server-auth-1' into do-20241021-tx-auth 2024-10-23 11:55:58 -04:00
dotasek fdbf0da576 WIP move logging, retry, timeout and proxy 2024-10-23 11:55:27 -04:00
Grahame Grieve 5a4f794add Merge remote-tracking branch 'origin/master' 2024-10-23 23:34:39 +10:30
Grahame Grieve 7c075ae347 Improve warning messages about collections in SQL ViewDefinitions 2024-10-23 23:00:48 +10:30
Grahame Grieve 44b6888cb8 Improve rendering of coded values 2024-10-23 23:00:29 +10:30
Grahame Grieve 93c7c3da68 fix type evaluation of .item() in FHIRPath 2024-10-23 23:00:13 +10:30
Grahame Grieve 832906da13 update tests for changes to PE code generation 2024-10-23 22:59:54 +10:30
Grahame Grieve d652aa2f30 Fix NPE processing markdown 2024-10-23 22:19:08 +10:30
dotasek fa19dc44b1 Merge remote-tracking branch 'origin/2024-10-gg-tx-server-auth' into do-20241021-tx-auth 2024-10-22 17:34:08 -04:00
dotasek a94e1bc2af WIP keep moving FhirRequestBuilder to ManagedWebAccess + fix some tests 2024-10-22 17:33:50 -04:00
Jens Kristian Villadsen f9ce823d7c
Update PECodeGenerator.java 2024-10-22 22:37:28 +02:00
dotasek ac6ef81797 Merge remote-tracking branch 'origin/master' into do-20241021-tx-auth 2024-10-21 17:50:47 -04:00
dotasek 435dbbec9b WIP start moving FhirRequestBuilder to ManagedWebAccess 2024-10-21 17:19:53 -04:00
Grahame Grieve d6c3a9df0b Add support for NCI code rendering 2024-10-22 05:16:45 +10:30
Grahame Grieve ede7628b44 profile code generation fixes 2024-10-22 05:16:31 +10:30
Grahame Grieve 6e10d7d595 remove Encounter Renderer 2024-10-21 22:48:54 +10:30
Grahame Grieve e521b9f750 More work on tx tests, including testing HTTP status code 2024-10-21 22:48:43 +10:30
Grahame Grieve 63446c17c4 fix bug with profile code generation 2024-10-18 21:57:41 +08:00
Grahame Grieve 6694be1ffe Fix problem parsing urls in cds-hooks formats 2024-10-18 20:50:53 +08:00
Grahame Grieve 000d4c7cbb Add code generation functionality to the validator, and various updates to the generated code 2024-10-18 20:49:34 +08:00
dotasek d0bbc93c32
Add commons-lang3 to support commons-compress bump (#1784) 2024-10-18 00:38:24 -04:00
dotasek f0a25dabe3 Move XXE safe SAXParserFactory and XMLReader instantiation to XMLUtil 2024-10-17 15:46:05 -04:00
dotasek 2d80a09deb Merge remote-tracking branch 'origin/master' into do-20241009-documentbuilderfactory-refactor 2024-10-16 11:59:24 -04:00
oliveregger 426402ba68 context adjustments 2024-10-15 21:45:41 +02:00
oliveregger e33c7da897 context adjustments 2024-10-15 21:43:59 +02:00
markiantorno cabee9a341 Updating version to: 6.3.33-SNAPSHOT and incrementing test cases dependency. 2024-10-14 06:03:42 +00:00
markiantorno 54bf319161 Release: v6.3.32
## Validator Changes

* Fix validation issue with open-choice questions in R4 questionnaires
* Add command line parameter ```-tx-routing```
* Add command line parameter ```-clear-tx-cache```
* Add command line parameter ```-advisor-file```

## Other code changes

* Render extensions on some data types
* Fix rendering of complex data types when doing profile rendering
***NO_CI***
2024-10-14 05:18:21 +00:00
Grahame Grieve f19f8f4ed2 rework rules based advisor 2024-10-14 12:31:51 +08:00
Grahame Grieve 56965820ea Add support for -advisor-file, and -clear-tx-cache 2024-10-13 22:40:17 +08:00
Grahame Grieve 9809800d8d Add better tx routing logging 2024-10-13 22:38:54 +08:00
Grahame Grieve 38587eb508 Render extensions on some data types, and fix rendering of complex data types when doing profile rendering 2024-10-13 22:38:15 +08:00
markiantorno a7e216e2c3 Updating version to: 6.3.32-SNAPSHOT and incrementing test cases dependency. 2024-10-10 14:35:11 +00:00
markiantorno 0388bd0835 Release: v6.3.31
## Validator Changes

* Don't send expansion to tx server if there's a compose when sending value sets
* Better handling of error messages from terminology servers
* Stop hitting VSAC server directly

## Other code changes

* Add support for $id$ in terminology tests
* Move new documentbuilderfactory calls to XMLUtils (Security)
***NO_CI***
2024-10-10 13:54:40 +00:00
Grahame Grieve a1c64498a0 don't send expansion if there's a compose when sending value sets 2024-10-10 19:30:26 +08:00
Grahame Grieve c7ccbb0110 more work on http client 2024-10-10 19:29:58 +08:00
Grahame Grieve b9299fa9e2 fix typo 2024-10-09 23:14:11 +08:00
Grahame Grieve fd34048c81 test case version bump 2024-10-09 23:10:51 +08:00
Grahame Grieve 57926073bc Add support for $id$ in terminology tests 2024-10-09 23:10:35 +08:00
Grahame Grieve 447400daf9 Stop hitting VSAC server directly 2024-10-09 23:10:22 +08:00
Grahame Grieve cacce9b05e fix up processing of server responses 2024-10-09 23:10:09 +08:00
dotasek 7ede053a5f Move new documentbuilderfactory calls to XMLUtils 2024-10-09 09:26:41 -04:00
markiantorno c030740d9e Updating version to: 6.3.31-SNAPSHOT and incrementing test cases dependency. 2024-10-08 15:52:36 +00:00
markiantorno ad0af19fb3 Release: v6.3.30
## Validator Changes

* Show message ids in validator (-show-message--ids)
* Fix bug where message id not showing for slicing messages
* Add advisor documentation (not yet functional)
* Fix issue checking package currency for #current packages
* Add warning when code system is marked complete but has no content
* Fix bug processing adding discriminators in derived profiles
* Break valueset concept validation into multiple smaller batches for performance reasons

## Other code changes

* More work on translations in IGs
* Override inheritance of HAPI's old maven-compiler-plugin
* do not use loadPackageFromCacheOnly from outside cache manager
* Fix issues with rendering example scenario
* refactor sql view validation to fix NPE
* Fix misc warnings flagged by builds (#1772) + TRIVY typo
* Bump codeql actions to v3
* Bump checkout action to v4
* Bump commons.io to 2.14.0 (#1771)
* Workaround for ghcr rate limiting of trivy db downloads (#1770)
* Add VSACfinder (template for package analysis)
* Fix github urls
* Spelling fixes
***NO_CI***
2024-10-08 15:04:29 +00:00
Grahame Grieve bfe4fdd572 release notes 2024-10-08 17:39:33 +08:00
Grahame Grieve 10d854f242 (rename fields) 2024-10-08 05:55:52 +08:00
Grahame Grieve 6123909533 refactor sql view validation to fix NPE 2024-10-08 05:44:02 +08:00
dotasek 6439a2a732
Fix misc warnings flagged by builds (#1772) 2024-10-07 17:16:21 -04:00
Grahame Grieve cd7e579f5e
Merge pull request #1768 from hapifhir/2024-10-gg-validation-fixes
2024 10 gg validation fixes
2024-10-06 18:30:24 +08:00
Grahame Grieve c0875464a3
Merge pull request #1752 from ahdis/oe_1748
FHIR-46548: where clause on alias #1748
2024-10-06 18:00:26 +08:00
Grahame Grieve 001b132231
Merge pull request #1764 from hapifhir/FixElideIssue
Fix for issue identified in
2024-10-06 17:54:35 +08:00
Grahame Grieve 88d0cc8a68 fix issues with rendering example scenario 2024-10-06 15:22:26 +08:00
Grahame Grieve 0a03628e97 more work on translations in IGs 2024-10-05 06:40:51 +08:00
Lloyd McKenzie 17ac205210 Fix for issue identified https://chat.fhir.org/#narrow/stream/196008-ig-publishing-requirements/topic/Embedding.20fragments.20of.20examples.20in.20IG.20text 2024-10-02 22:40:13 -06:00
Grahame Grieve ae7b962d29 Fix bug processing modified differentials 2024-09-30 08:31:57 +10:00
markiantorno e8a0bba072 Updating version to: 6.3.30-SNAPSHOT and incrementing test cases dependency. 2024-09-26 12:30:18 +00:00
markiantorno 53ec745184 Release: v6.3.29
## Validator Changes

* remove spurious logging statement

## Other code changes

* no changes
***NO_CI***
2024-09-26 11:44:41 +00:00
Grahame Grieve 7bd5d3b7ce Merge remote-tracking branch 'origin/master' 2024-09-26 07:08:52 -04:00
Grahame Grieve bd53f7c011 remove spurious logging statement 2024-09-26 07:08:47 -04:00
markiantorno 8358354d2f Updating version to: 6.3.29-SNAPSHOT and incrementing test cases dependency. 2024-09-25 21:46:09 +00:00
markiantorno 569fe4b697 Release: v6.3.28
## Validator Changes

* Validator supports R6 from now on (using last stable release)
* Set default language to tag not display
* Handle tx server issues better
* Do not use server piecemeal when validating complex value sets
* Add support for -txCache parameter

## Other code changes

* Add support for R6 to R4 version enumeration
* Fix SCT link to include version and point to the right place
* Add response time to tx log
* Allow for code to turn off use of cache-id on tx interface (for debugging)
* Support n/a for tx cache folder
* Update tx cache for tests
* Add more logging for too costly validation
* Fix xml annotation suppression
***NO_CI***
2024-09-25 21:01:00 +00:00
Grahame Grieve fc5c54bcc2 fix npe in test case 2024-09-25 13:03:39 -04:00
Grahame Grieve 213d8f25f8 fix npe 2024-09-25 12:17:46 -04:00
Grahame Grieve 8595178336 fix for NPE 2024-09-25 10:21:57 -04:00
Grahame Grieve e38f40b0de fix xml annotation suppression 2024-09-25 10:08:58 -04:00
Grahame Grieve 7b0cf668ae Improved logging + fix failing test 2024-09-25 10:08:38 -04:00
Grahame Grieve 54353f8fce Add more logging for too costly validation 2024-09-25 05:15:49 -04:00
Grahame Grieve 176b0caf63 Do not use server piecemeal when validating complex value sets 2024-09-24 20:42:19 -04:00
Grahame Grieve cdaf85bf0b support n/a for tx cache folder 2024-09-24 20:34:23 -04:00
Grahame Grieve b05d4b35ea Handle tx server issue 2024-09-24 20:33:55 -04:00
Grahame Grieve 7479862a30 Allow for code to turn off use of cache-id on tx interface (for debugging) 2024-09-24 20:25:32 -04:00
Grahame Grieve a1f014730e Add response time to tx log 2024-09-24 20:25:02 -04:00
Grahame Grieve 98373c1fd5 Fix SCT link to include version and point to the right place 2024-09-23 09:12:01 -04:00
Grahame Grieve f868576840 Add support for R6 to R4 version enumeration 2024-09-23 09:11:46 -04:00
markiantorno be8944ab94 Updating version to: 6.3.28-SNAPSHOT and incrementing test cases dependency. 2024-09-22 18:36:30 +00:00
markiantorno 102e755283 Release: v6.3.27
## Validator Changes

* Work around problem with language value set being marked experimental
* Fix validation id/idref to resolve in document if in a document
* Fix various issues rendering and validating additional bindings with usage contexts
* Upgrade lock management in Package Cache

## Other code changes

* Fix case typo on Consent.provision in R4
* Fix R3 Quantity.copyValues()
* Remove debugging code
* Add more debugging to validation failure
* Add support for active only to VSAC importer
* Add r4b support to Package Version Generation
* Fix argument confusion in format in time validation
* Added support for tracking whether elements are ellipsed and for rendering accordingly
***NO_CI***
2024-09-22 17:51:33 +00:00
Grahame Grieve c143f7adff bug fix on snapshot generation after testing 2024-09-22 11:24:30 -04:00
Lloyd McKenzie eba23cba20 Reverted out QuestionnaireScript changes 2024-09-22 11:10:46 -04:00
Grahame Grieve 6314ad61bb
Merge pull request #1729 from hapifhir/EllipseSupport
Added support for tracking whether elements are ellipsed and for rend…
2024-09-22 08:51:39 -04:00
Grahame Grieve 5466595215 Work around problem with language value set being marked experimental 2024-09-22 06:41:38 -04:00
Grahame Grieve fedf7e9e6d Add more debugging to validation failure 2024-09-22 06:39:28 -04:00
oliveregger 2f165863e7 fix test, revert var patch 2024-09-21 18:50:01 +02:00
Grahame Grieve 8cfcbf389e Fix various issues rendering and validating additional bindings with usage contexts 2024-09-21 00:35:01 -04:00
oliveregger d69a8e3e43 FHIR-46548: where clause on alias #1748 2024-09-18 23:09:24 +02:00
markiantorno f3bd5b9be8 Updating version to: 6.3.27-SNAPSHOT and incrementing test cases dependency. 2024-09-17 22:00:24 +00:00
markiantorno 46affee48f Release: v6.3.26
## Validator Changes

* Validate of experimental property on bindings
* Add -no-experimental-content flag
* Allow JSON named extensions to be structure types other than logical
* Process relative URLs properly in base when generating snapshots

## Other code changes

* Fix rendering path for value set references for kindling
* refactor error handling in ProfileUtilities
* Fix for NPE processing packages
***NO_CI***
2024-09-17 21:09:53 +00:00
Lloyd McKenzie 4810ed3e0e Additional fixes 2024-09-17 14:48:37 -06:00
Grahame Grieve fbfd81532d Merge remote-tracking branch 'origin/master' 2024-09-17 16:18:15 +08:00
Grahame Grieve 0d8c5942e7 Fix rendering path for value set references for kindling 2024-09-17 14:11:13 +08:00
Grahame Grieve 9dae4118ae refactor error handling in ProfileUtilities 2024-09-14 08:26:07 +08:00
Grahame Grieve bfed8a15d5
Merge pull request #1744 from hapifhir/2024-09-gg-logical-json
2024 09 gg logical json
2024-09-12 14:07:06 +08:00
Grahame Grieve 07f1981a8c Fix for NPE processing packages 2024-09-12 11:56:04 +08:00
Grahame Grieve 8056dced3e Allow JSON named extensions to be structure types other than logical 2024-09-12 11:55:24 +08:00
Grahame Grieve 337aaf80cf Process relative URLs properly in base when generating snapshots 2024-09-12 11:54:40 +08:00
markiantorno 4af3deff26 Updating version to: 6.3.26-SNAPSHOT and incrementing test cases dependency. 2024-09-11 18:28:22 +00:00
markiantorno f09bc48f7d Release: v6.3.25
## Validator Changes

* no changes

## Other code changes

* Fix logic for cache clearing on package cache initialization
***NO_CI***
2024-09-11 17:40:08 +00:00
Lloyd McKenzie 729c2da4c0 Fixed elide spelling 2024-09-10 08:23:26 -06:00
Lloyd McKenzie fff805e5b7 Made changes as recommended by Grahame and Elliot 2024-09-10 08:07:01 -06:00
Lloyd McKenzie db718631eb Merge and updates 2024-09-09 20:55:03 -06:00
markiantorno 2c8122a42e Updating version to: 6.3.25-SNAPSHOT and incrementing test cases dependency. 2024-09-09 19:09:24 +00:00
markiantorno 813f8200a2 Release: v6.3.24
## Validator Changes

* Fix expression for con-3 properly (fix validation problem on some condition resources)
* Fix FHIRPath bug using wrong type on simple elements when checking FHIRPath types
* FHIRPath: Allow _ in constant names (per FHIRPath spec)
* Fix value set rendering creating wrong references
* Fix bug processing value set includes / excludes that are just value sets (no system value)
* Alter processing of unknown code systems per discussion at ,https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Don't.20error.20when.20you.20can't.20find.20code.20system and implement unknown-codesystems-cause-errors
* Improve message for when elements are out of order in profile differentials

## Other code changes

* fix problem where profile rendering had spurious 'slices for' nodes everywhere
* Update SQL-On-FHIR implementation for latest cases, and clone test cases to general test care repository
* Fix problem generating value set spreadsheets
* fix concurrent modification error processing language translations
* Check for null fetcher processing ConceptMaps (#1728)
***NO_CI***
2024-09-09 18:23:37 +00:00