Commit Graph

6925 Commits

Author SHA1 Message Date
dotasek 0d20288f36
Bump lombok (#1603) 2024-04-17 09:38:38 -04:00
Brian Postlethwaite d56404afd6 Backport the defineVariable code to the R4 and R4B fhirpath implementations 2024-04-17 13:09:12 +10:00
Brian Postlethwaite 0664e5601d Remove the alias/aliasAs custom functions from R4/r4b (use standard defineVariable now) 2024-04-17 10:38:25 +10:00
Brian Postlethwaite 59bd0d012c Remove the alias/aliasAs custom functions from R5 (use standard defineVariable now) 2024-04-17 09:56:33 +10:00
markiantorno ed18ec2cc6 Updating version to: 6.3.6-SNAPSHOT and incrementing test cases dependency. 2024-04-16 22:47:50 +00:00
markiantorno ccf66ece0b Release: v6.3.5
## Validator Changes

* Fix up path management in the validator for resolving references in Bundles
* Add support for defineVariable in FHIRPath
* Fix problem with CDA element having multiple types
* Fix problem with 'is' not working in FHIRPath for CDA types
* Fix issue processing CDA generic type names
* Fix for NPE processing tx server response
* Add support for code system supplements when communicating with tx server

## Other code changes

* OSGI: make sure JUnit 4 and 5 dependencies are optional (#1596) (Also removed duplicate managed versions of JUnit 4.13.2 and mockwebserver 4.11.0)
* Render CapabilityStatement.imports (and instantiates)
* Terminology Service Tests - minor improvements for running in HAPI, add $lookup & $translate support, create R4 clone
* Add support for $translate to terminology client
* More i18n work in rendering context (WHO project)
* Add isServerSide for seeing if code systems are only supported on the server
* Fix R4B loading issue that lead to wrong web paths for R4B resources
* Fix problems rendering Binary files in IGs
* Add support for rendering logical URIs
* Remove path.toFile()

## Security

* Finish moving all local file access to go through ManagedFileAccess

## WHO Internationalization work

* More work on date rendering
***NO_CI***
2024-04-16 22:01:50 +00:00
Grahame Grieve 0b6eab0924 set up release 2024-04-17 07:18:02 +10:00
Grahame Grieve 6ebbe2cb26 set up release 2024-04-17 06:21:22 +10:00
dotasek 461df3031b
Bump jackson-databind (#1600)
* Bump jackson-databind

* Update license whitelist
2024-04-16 13:24:08 -04:00
dotasek bab36025db
Bump nimbus-jose-jwt (#1599) 2024-04-16 11:29:28 -04:00
Grahame Grieve ca783eb036
Merge pull request #1597 from brianpos/BP-defineVariable
Implement the new fhirpath `defineVariable` function
2024-04-16 22:04:40 +10:00
Grahame Grieve 409228bda5
Merge pull request #1595 from hapifhir/2024-04-gg-lookup
2024 04 gg lookup
2024-04-16 20:57:28 +10:00
Grahame Grieve 1268145ef7 compile fix 2024-04-16 20:30:31 +10:00
Grahame Grieve f9a11d97f7 more removing Path.toFile() 2024-04-16 19:37:42 +10:00
Grahame Grieve 99f40d18b5 Start removing path.toFile() 2024-04-16 18:17:42 +10:00
Grahame Grieve 32296cfdb6 fix merge error 2024-04-16 17:01:19 +10:00
Grahame Grieve 0d7c837b85
Merge branch 'master' into 2024-04-gg-lookup 2024-04-16 16:15:37 +10:00
Grahame Grieve 7796c93066 update for turning tx tests off 2024-04-16 12:40:35 +10:00
Márk Czotter 59a749a842
build(utilities): make sure JUnit 4 and 5 dependencies are optional (#1596)
Also removed duplicate managed versions of JUnit 4.13.2 and
mockwebserver 4.11.0.

Fixes #1561
2024-04-15 20:24:03 -04:00
Grahame Grieve 4155a9be6a Add support for code system supplements when communicating with tx server 2024-04-15 22:42:05 +10:00
Grahame Grieve 1f7f57bade Add support for $translate to terminology client 2024-04-15 22:41:45 +10:00
Brian Postlethwaite 49809ec6c2 The scoping for the `aliasAs` function has different needs to everything else, so has minor workaround. 2024-04-15 10:38:25 +10:00
Grahame Grieve e78042940e Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-04-13 05:03:39 +10:00
Grahame Grieve d26ce8e10d fix for NPE 2024-04-13 05:03:33 +10:00
Grahame Grieve 63852b4082 Fix issue processing CDA generic type names 2024-04-12 22:14:31 +10:00
Grahame Grieve 30a532f23b create R4 clone of tx tests 2024-04-12 22:12:20 +10:00
Grahame Grieve 16c5317ccb Add support for rendering logical URIs 2024-04-12 22:11:55 +10:00
Grahame Grieve eb553df2df fix problems rendering Binary files in IGs 2024-04-12 22:11:14 +10:00
Grahame Grieve 3d62e098c2 Fix problem with 'is' not working in FHIRPath for CDA types 2024-04-12 22:10:49 +10:00
Grahame Grieve e89f44725f fix problem with CDA element having multiple types 2024-04-12 22:10:18 +10:00
Brian Postlethwaite 33d9304700 Missed the total and index copying to the child context. 2024-04-12 16:06:03 +10:00
Brian Postlethwaite af6759dd4c Add support for a test to skip the static check (only case has been a declareVariable that uses a dynamically calculated name) 2024-04-12 14:13:54 +10:00
Brian Postlethwaite f54ae79949 set the context to isolate parameters to functions/operations from sharing the same defineVariables context 2024-04-12 14:13:53 +10:00
Brian Postlethwaite d65f2cc47d Static check the parameters for the defineVariable function. 2024-04-12 14:13:53 +10:00
Brian Postlethwaite 5d612c78b2 Don't permit variables to be over-written. 2024-04-12 14:13:53 +10:00
Brian Postlethwaite 7b7af6087e base components of implementing the defineVariable fhirpath function 2024-04-12 14:13:53 +10:00
Grahame Grieve 890737e17b
Merge pull request #1578 from hapifhir/do-20240319-tx-test-reuse
Refactor terminology service tests for reuse outside core
2024-04-11 08:36:59 +10:00
Grahame Grieve 4ceac5012b Look up support in Tx Tests 2024-04-11 08:29:34 +10:00
Grahame Grieve 6e4c620515 Fix R4B loading issue 2024-04-11 08:29:08 +10:00
Grahame Grieve df93da2735 update tests to depend on snapshot 2024-04-10 08:19:15 +10:00
Grahame Grieve 8ce99140aa More i18n work (#1592) 2024-04-10 08:18:58 +10:00
Grahame Grieve 0038e3a57b Fix up path management in the validator for resolving references in Bundles 2024-04-10 08:18:06 +10:00
Grahame Grieve a939e14db9 Add isServerSide for seeing if code systems are only supported on the server 2024-04-10 08:16:55 +10:00
Grahame Grieve a111989bb4 i18n work in rendering context (WIP) (#1592) 2024-04-09 05:20:41 +10:00
dotasek 81f26a80e2 Fix destination for diff output of TerminologyServiceTests 2024-04-05 09:59:04 -04:00
dotasek.dev cc555ba419 Merge branch 'master' into do-20240319-tx-test-reuse 2024-04-04 12:50:27 -04:00
dotasek.dev 2500f26290 Fix compilation 2024-04-04 09:05:53 -04:00
Grahame Grieve 2ce5bbd0d8 #873 render CapabilityStatement.imports (and instantiates) 2024-04-04 22:16:26 +11:00
markiantorno 1f3d2838d9 Updating version to: 6.3.5-SNAPSHOT and incrementing test cases dependency. 2024-04-04 01:47:30 +00:00
markiantorno 45e8d86478 Release: v6.3.4
## Validator Changes

* Validate fixed/pattern values are not changed in derived profiles
* Fix NPE validating some profiles
* FHIRPath validation: consider sub-extensions when checking extension($) use
* Fix validation of concept maps containing SCT
* Preserve message id from terminology service so editors can use it to remove hints and warnings

## Other code changes

* Fix ConceptMap.group.target conversion from R3 to R5
* Fix NPE in list renderer
* fix bug showing 'required' instead of 'current' rendering additional bindings
* Fix bad references generating narratives in bundles
* Fix bug showing extension binding twice
* Various improvements to structure map validation to support cross-version mappings
* Add rendering for UsageContext and ContactDetail
* Fix broken link in xver IG for R2
* Fix bug rendering resources in Parameters resource
* Not-pretty xhtml gets line breaks before block tags to keep line length down (work around a jekyll issue)
* Improved ConceptMap rendering for cross-version IG
* Handle xhtml:div type for old FHIR version
* FML: strip '-' from rules names when parsing
* Update FML parsers to accept R5 metadata in R4 FML format
* Break out helper classes for Terminology Service Tester

## Security

* Add start of security notes
* Start moving file access to all go through ManagedFileAccess

## WHO Internationalization work:

* Add library to parse IETF Language definitions
* Move message translations to .po files as the master source & write convertor
* Much work making rendering i18n-able
* i18n for Patient renderer
* Refactor language handling in R5 renderers
***NO_CI***
2024-04-04 00:55:36 +00:00