Commit Graph

8040 Commits

Author SHA1 Message Date
Grahame Grieve b76a71d337 compile fix 2024-11-04 17:31:29 +10:30
Grahame Grieve 155ac9d25e release notes 2024-11-04 17:20:05 +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 2666dad534 compile fixes 2024-11-03 07:15:15 +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 4112da2191 ditto 2024-11-02 19:19:37 +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
Grahame Grieve 928f1a7365 compile fix 2024-11-02 07:01:25 +10:30
dotasek 11a11da7c3 Add FHIRToolingClient tests 2024-11-01 12:40:48 -04:00
dotasek bdc02a5622 Merge remote-tracking branch 'origin/master' into do-20241021-tx-auth 2024-11-01 09:16:36 -04:00
dotasek a76078a5a5 Add test coverage (some failing) for DSTU2 ClientUtils 2024-11-01 09:12:37 -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 d58188748c Clone SQL on FHIR engine to R4, and update FHIRPath engine based on R5 current code 2024-11-01 08:05:43 +10:30
Grahame Grieve d883dd37c2 testing fix for R5 server change 2024-11-01 08:04:44 +10:30
Grahame Grieve a65de7b980 Correct fix for bug parsing json-property-key values 2024-11-01 08:04:28 +10:30
dotasek c5aaf43121 Make sure we get response headers 2024-10-30 19:08:38 -04:00
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
Brian Postlethwaite bcf2ee886a Tip for Windows users for building 2024-10-31 07:55:02 +11:00
dotasek eb7144053d Make dstu3 use ManagedFhirWebAccess 2024-10-30 13:11:51 -04:00
dotasek 2f95e3fe9f Remove unused classes and okhttp usages and add tests for r4 2024-10-30 09:30:09 -04:00
Grahame Grieve cdfcd3e7f2 update test case dependency 2024-10-30 21:07:41 +10:30
Grahame Grieve 8ceb1024c0 Update output from tx-tester to include release ready statement 2024-10-30 21:07:32 +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
Grahame Grieve b683b0f778 fix r5 to use r5 end-point on tx.fhir.org 2024-10-30 21:03:40 +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 fe58a8a2c5 Actually add headers from HTTPRequest to OkHttp request 2024-10-29 11:09:47 -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
dotasek d8ca1cc144 Apply changes to r4b 2024-10-29 10:06:42 -04:00
dotasek cbafe2a28f Adjust pipeline mem again 2024-10-28 16:00:20 -04:00