Commit Graph

6955 Commits

Author SHA1 Message Date
markiantorno 9ce2c57b8b Updating version to: 6.3.7-SNAPSHOT and incrementing test cases dependency. 2024-04-23 08:51:21 +00:00
markiantorno 46bdec9054 Release: v6.3.6
## Validator Changes

* fix NPE loading resources
* Don't enforce ids on elements when processing CDA
* Send supplements to tx server
* fix bug processing code bindings when value sets are complex (multiple filters)
* fix spelling of heirarchy
* Look up CodeSystem from terminology server
* Don't use tx-registry when manual terminology server is set

## Other code changes

* More work on WHO language support ($1592)
* allow validation message to have count
* render versions in profile links when necessary
* rework OID handling for better OID -> CodeSystem resolution
* fix up vsac importer for changes to client
* don't send xhtml for tx operations
* FHIRPath: Backport the defineVariable code to the R4 and R4B fhirpath implementations
* FHIRPath: Remove the alias/aliasAs custom functions (use standard defineVariable now)
* Bump lombok (#1603)
***NO_CI***
2024-04-23 08:03:57 +00:00
Grahame Grieve 1573b8911f Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-04-23 16:39:35 +10:00
Grahame Grieve 7f3a195680 set up relase 2024-04-23 16:39:28 +10:00
Grahame Grieve d67e080c91
Merge pull request #1606 from hapifhir/2024-04-gg-tx-control
Look up CodeSystem from terminology server + don't use tx-registry wh…
2024-04-23 13:39:02 +10:00
Grahame Grieve befac845ae fix typo 2024-04-23 08:39:37 +10:00
Grahame Grieve 60bf358bfa Look up CodeSystem from terminology server + don't use tx-registry when manual terminology server is set 2024-04-23 08:34:25 +10:00
dotasek.dev bebc2a6eb9 Add git push, add comments, set to trigger on master. 2024-04-22 16:47:01 -04:00
dotasek.dev e24f98827f Rename output file + verify exists 2024-04-22 16:29:07 -04:00
dotasek.dev 9e3594d95c Merge remote-tracking branch 'origin/master' into do-20240327-language-translation-coverage 2024-04-22 16:16:39 -04:00
dotasek eadfcfdb1b Set up i18n pipeline
[skip ci]
2024-04-22 16:13:43 -04:00
dotasek.dev c7f9960895 Add generated CSV and table generator 2024-04-22 15:50:16 -04:00
dotasek.dev b522c1e4d2 Allow creation of i18n coverage csv 2024-04-22 15:45:08 -04:00
dotasek.dev aff1c0d6f6 Merge branch 'master' into do-20240327-language-translation-coverage 2024-04-22 09:30:27 -04:00
Grahame Grieve 9bf309e9df
Merge pull request #1605 from hapifhir/2024-04-gg-tx-tests
2024 04 gg tx tests
2024-04-22 18:40:38 +10:00
Grahame Grieve 46500069a4 Don't run $lookup and $translate tests on internal terminology server 2024-04-22 17:11:30 +10:00
Grahame Grieve 2625952ce2 more work on WHO language support ($1592) 2024-04-22 11:17:45 +10:00
Grahame Grieve 6bcea37785 fix NPE loading resources 2024-04-22 11:17:06 +10:00
Grahame Grieve 5134aa187c Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-04-21 21:57:05 +10:00
Grahame Grieve 4d4a1c14aa
Merge pull request #1601 from brianpos/BP-defineVariableBackport-removeAlias
defineVariable backport and remove custom alias/aliasAs
2024-04-21 21:56:44 +10:00
Grahame Grieve 84d0b13b2f re-Add support for $lookup and $translate in tx tests 2024-04-20 23:37:29 +10:00
Grahame Grieve 74e5f1d493 Don't enforce ids on elements when processing CDA 2024-04-20 23:37:07 +10:00
Grahame Grieve 1c797d64d9 allow validation message to have count 2024-04-20 23:36:25 +10:00
Grahame Grieve 8cca22aef3 fix bug processing code bindings when value sets are complex (multiple filters) 2024-04-20 23:36:01 +10:00
Grahame Grieve 56fdbf500f render versions in profile links when necessary 2024-04-20 23:35:42 +10:00
Grahame Grieve 9dfa57c2d5 rework OID handling for better OID -> CodeSystem resolution 2024-04-20 23:35:27 +10:00
Grahame Grieve 213363fc1e Send supplements to tx server 2024-04-20 23:35:01 +10:00
Grahame Grieve dd3981c090 fix up vsac importer for changes to client 2024-04-20 23:33:48 +10:00
Grahame Grieve 81cb12d0ed don't send xhtml for tx operations 2024-04-20 23:33:43 +10:00
Grahame Grieve 3fb9bc20f4 fix spelling of heirarchy 2024-04-20 23:32:52 +10:00
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