Commit Graph

3243 Commits

Author SHA1 Message Date
Grahame Grieve 5259bf9847 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-10 08:49:11 +10:00
Grahame Grieve e57ef59ee9 Fix issue with unknown element rendering fixed value for Attachment 2024-05-10 08:09:03 +10:00
Grahame Grieve ba3dc45863 Fix bug where some #refs are not resolved to the root of the resource in FHIRPath slicing evaluation 2024-05-09 19:16:33 +10:00
Grahame Grieve 7be94402a5 Fix bug calculating value set expansion size for multiple imports 2024-05-09 19:16:00 +10:00
Grahame Grieve 256c494d91 Fix bug using wrong message for value sets that are too costly to expand 2024-05-09 19:15:40 +10:00
Grahame Grieve d63e66fa0b fix bug passing wrong type to tx server when using inferSystem 2024-05-09 19:15:10 +10:00
dotasek e05660a76c Merge remote-tracking branch 'origin/master' into do-20240506-cr-shims 2024-05-08 09:29:03 -04:00
Grahame Grieve c90fa8c023 fix extension urls not being linked in tree view 2024-05-08 12:06:29 +10:00
Grahame Grieve a87dcd1d93 fix up i18n for change notes 2024-05-08 12:05:54 +10:00
Grahame Grieve e129e6879d don't process wrong parent when processing snapshot of element with profiled type that is not reprofiled 2024-05-08 12:05:38 +10:00
dotasek.dev 3317d8bd86 Add shim interfaces and classes for CR project compatibility 2024-05-06 17:03:08 -04:00
Grahame Grieve c24fde0bb6 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-05 18:17:33 +10:00
Grahame Grieve f79fdb44ec rendering improvements and remove static use of describeSystem 2024-05-05 18:12:57 +10:00
Grahame Grieve fec36d70b3 fix handling value set exclude filters 2024-04-27 21:46:31 +10:00
Grahame Grieve b4b93de9b0 fix NPE rendering profile comparisons 2024-04-27 21:46:16 +10:00
Grahame Grieve d8741f72e6 Fix bug where slicing and grouping gets mixed up rendering profile tree 2024-04-27 21:46:03 +10:00
Grahame Grieve 316161e3a7 i18n for rendering phrases (step 1) #1592 2024-04-25 22:01:04 +10:00
Grahame Grieve 1d913459fe rework OID handling for better consistency 2024-04-25 21:59:44 +10:00
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 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
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 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 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
Brian Postlethwaite d56404afd6 Backport the defineVariable code to the R4 and R4B fhirpath implementations 2024-04-17 13:09:12 +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
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 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 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 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