Commit Graph

7165 Commits

Author SHA1 Message Date
Grahame Grieve 5e7a90afff
Merge pull request #1623 from MattCordell/2024-05-spelling-fix
Fix SNOWMED spellings #1621
2024-05-17 15:03:45 +10:00
MattCordell 7603845721 Fix SNOWMED spellings #1621 2024-05-17 12:15:43 +10:00
Grahame Grieve a510a6d1aa introduce ManagedWebAccess 2024-05-16 13:34:50 +10:00
Grahame Grieve 1e3bc60d6e Fix up translation issues 2024-05-12 23:24:20 +10:00
Grahame Grieve 5ae44c23d5 fix up LOINC validation for value set filters 2024-05-12 22:28:15 +10:00
Grahame Grieve 3f236eb880 fix rendering of multiple imports in value sets 2024-05-12 22:27:54 +10:00
markiantorno 248b8b1ac8 Updating version to: 6.3.8-SNAPSHOT and incrementing test cases dependency. 2024-05-10 05:02:38 +00:00
markiantorno d81fc5d82d Release: v6.3.7
## Validator Changes

* Fix bug where some #refs are not resolved to the root of the resource in FHIRPath slicing evaluation
* Fix bug passing wrong type to tx server when using inferSystem
* Fix bug processing version of CodeSystem.supplements incorrectly
* Don't process wrong parent when processing snapshot of element with profiled type that is not reprofiled
* Fix typo in OID message
* Fix handling value set exclude filters
* Allow code system declared properties to be self-referential

## I18n changes

* More comprehensive internationalization phrase coverage reporting on project page
* Move many rendering phrases into i18n framework

## Rendering Changes

* Fix issue with unknown element rendering fixed value for Attachment
* Fix bug calculating value set expansion size for multiple imports
* Fix bug using wrong message for value sets that are too costly to expand
* Fix extension urls not being linked in tree view
* rendering improvements and remove static use of describeSystem
* Fix NPE rendering profile comparisons
* Fix bug where slicing and grouping gets mixed up rendering profile tree

## Other code changes

* Wrap general exception for IWorkerContext (Catch missed exception from HAPI)
* Shim interfaces and classes to support clinical reasoning project updates.
* Fix duplicate txServer getters and setters
* Use extension class on Exception to force try-catch blocks on checkCodeOnServer calls (#1609)
* rework OID handling for better consistency
* handle time outs doing vsac import (starlink obstructions)
***NO_CI***
2024-05-10 04:18:38 +00:00
Grahame Grieve 3a1740f767 set up release 2024-05-10 10:02:23 +10:00
Grahame Grieve bf842f0181 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-10 09:50:21 +10:00
Grahame Grieve ffec50c71b
Merge pull request #1617 from hapifhir/2024-05-gg-misc2
2024 05 gg misc2
2024-05-09 23:06:24 +00:00
Grahame Grieve ee5987a301
Merge pull request #1618 from hapifhir/do-20240509-fix-clicontext-fields
Fix duplicate txServer getters and setters
2024-05-09 22:59:31 +00:00
Grahame Grieve 5a9ef0b57c move supplement version test cases to normal test cases 2024-05-10 08:58:20 +10:00
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 4b32505953
Merge pull request #1614 from Boereck/fix/canonical_split_base_validator
Fix/canonical split base validator
2024-05-09 22:48:30 +00:00
Grahame Grieve e57ef59ee9 Fix issue with unknown element rendering fixed value for Attachment 2024-05-10 08:09:03 +10:00
dotasek.dev 2c2e935f0a Fix duplicate txServer getters and setters 2024-05-09 15:26:20 -04:00
dotasek 743b2fb33f
Update RELEASE_NOTES.md
***NO_CI***
2024-05-09 09:46:24 -04: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
Grahame Grieve 144746857d
Merge pull request #1616 from hapifhir/do-20240506-cr-shims
CR Backward Compatibility Shims
2024-05-08 23:17:12 +00:00
dotasek.dev 9859b1df72 Merge branch 'master' into do-20240506-cr-shims 2024-05-08 10:18:59 -04:00
dotasek 178f7b0fa1
Use extension class on Exception to force try-catch blocks on checkCodeOnServer calls (#1609)
* Catch missed exception from HAPI

* Wrap general exception for IWorkerContext
2024-05-08 10:18:01 -04:00
dotasek e05660a76c Merge remote-tracking branch 'origin/master' into do-20240506-cr-shims 2024-05-08 09:29:03 -04:00
Max Bureck be0d718ac7 Changed use of message ID string in test to use constant instead 2024-05-08 14:52:11 +02:00
Max Bureck 962aee14a3 Added test case for CodeSystem.supplements with versioned canonical 2024-05-08 11:45:56 +02:00
markiantorno bdfb5aa050 Updating i18n-coverage csv and png table ***NO_CI*** 2024-05-08 03:10:50 +00:00
Grahame Grieve dbac1cf294
Merge pull request #1615 from hapifhir/2024-05-gg-misc
2024 05 gg misc
2024-05-08 02:52:10 +00:00
Grahame Grieve 698ba562ab update test case version 2024-05-08 12:06:47 +10: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 b46a3ef77d
Update README.md (#1610)
Adds I18n coverage table to the README.md
2024-05-07 12:09:38 -04:00
Max Bureck 81f02da5c2 Fix split logic of canonical into url and version in several places
Removed
- org.hl7.fhir.r4b.renderers.DataRenderer#versionFromCanonical
- org.hl7.fhir.r4b.renderers.DataRenderer#systemFromCanonical
- org.hl7.fhir.r5.renderers.DataRenderer#versionFromCanonical
- org.hl7.fhir.r5.renderers.DataRenderer#systemFromCanonical
- org.hl7.fhir.validation.BaseValidator#versionFromCanonical
- org.hl7.fhir.validation.BaseValidator#systemFromCanonical

Replaced all usages of aforementioned methods by the use of
org.hl7.fhir.utilities.CanonicalPair.

Improved CanonicalPair to avoid multiple lookup of the | character. And
added a few convenience methods to the class.

This fixes the issues of #1611 (not replacing all canonical splits in
other places of the code).
2024-05-07 16:46:14 +02:00
dotasek.dev 3317d8bd86 Add shim interfaces and classes for CR project compatibility 2024-05-06 17:03:08 -04:00
dotasek b65f7afb1d
Move i18n coverage png table to job in master pipeline (#1612) 2024-05-06 14:18:52 -04:00
markiantorno 77769415bc Updating i18n-coverage csv and png table ***NO_CI*** 2024-05-05 08:20:36 +00: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 2833d1da62 fix typo in OID message 2024-04-25 22:01:15 +10:00
Grahame Grieve 316161e3a7 i18n for rendering phrases (step 1) #1592 2024-04-25 22:01:04 +10:00
Grahame Grieve a28ba7ee2e allow code system declared proporties to be self-referential 2024-04-25 22:00:08 +10:00
Grahame Grieve 1d913459fe rework OID handling for better consistency 2024-04-25 21:59:44 +10:00
Grahame Grieve 5118c26ee4 handle time outs doing vsac import (starlink obstructions) 2024-04-25 21:58:42 +10:00
markiantorno f2fe93a1d7 Updating i18n-coverage csv and png table ***NO_CI*** 2024-04-24 18:57:46 +00:00