Commit Graph

3577 Commits

Author SHA1 Message Date
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 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
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 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
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
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
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