Commit Graph

3274 Commits

Author SHA1 Message Date
Grahame Grieve 853b4fd9ca stable baseline 2024-05-25 04:25:47 -05:00
Grahame Grieve 5133a88060 Remove Accept-Charset header 2024-05-25 03:44:20 -05:00
Grahame Grieve de544a752e Fix up .po file generation so that POEdit is supported, and remove duplicate constants (#1592) 2024-05-24 19:39:37 -05:00
markiantorno 0d0687f1f1 Updating version to: 6.3.10-SNAPSHOT and incrementing test cases dependency. 2024-05-22 05:52:30 +00:00
markiantorno c47f248fa4 Release: v6.3.9
## Validator Changes

* remove "LOINC 2711-0 Oxygen saturation in Venous blood" from the list in the validator that checks whether an observation is a vital sign

## WHO I18n Project

* fix value set summary line display
* update the source of truth translation files

## Other code changes

* Handle more than one expectation extensions in CapabilityStatement
* Fix NPEs in Liquid renderer
***NO_CI***
2024-05-22 05:02:20 +00:00
Vassil Peytchev ef984e26a9
Merge branch 'hapifhir:master' into master 2024-05-21 18:36:09 -05:00
Grahame Grieve d9c1c74924 Fix NPEs in Liquid renderer 2024-05-21 16:55:17 -05:00
Vassil Peytchev f51e055f4a Handle more than one expectation extensions 2024-05-21 15:45:16 -05:00
Grahame Grieve ad2544fc2a fix value set summary line display 2024-05-21 10:09:18 -05:00
Grahame Grieve 042db67fee Compile fix 2024-05-20 16:57:34 -05:00
markiantorno 1f6aaa1db3 Updating version to: 6.3.9-SNAPSHOT and incrementing test cases dependency. 2024-05-20 13:16:27 +00:00
markiantorno 5165942802 Release: v6.3.8
## Validator Changes

* Fix bug processing extension with explicit type slicing
* Fix wrong language code from java locale
* Don't accidently hit other terminology servers for code systems handled natively by tx.fhir.org
* Validate Additional Bindings (provisional - usage context is todo)
* Improved system specific checking of value set filters - particularly LOINC and SNOMED CT, and update LOINC validation to the latest understanding of LOINC filters

## WHO I18n Project

* Add importing translations to native resources
* Finish Migrating text phrases to i18n framework
* Fix bugs with loading translations (#1592)

## Security

* Move all network access to go through ManagedWebAccess
* More security documentation

## Other code changes

* Put jurisdiction in npm package.json
* Add testing ontoserver to test suite
* Fix NPE testing Ontoserver
* fix tx tester calling run ok when a filter is applied and tests fail
* Fix name of preferred when rendering AdditionalBindings
* Add AdditionalBinding version conversion in profiles
* Fix SNOWMED spelling
* Fix rendering of multiple imports in value sets
***NO_CI***
2024-05-20 12:30:29 +00:00
Grahame Grieve 75a9d13050 Add importing translations to native resources 2024-05-20 05:17:03 -05:00
Grahame Grieve 468660bc17 Fix bugs with loading translations (#1592) 2024-05-20 04:38:17 -05:00
Grahame Grieve a86fe5a2d2 FIx up issues with calling translation on the wrong set of properties (#1592) 2024-05-20 04:38:17 -05:00
Grahame Grieve 2d226fdf51 Fix wrong language code from java locale 2024-05-19 23:29:26 -05:00
Grahame Grieve 0cc46e5a44 Fix bug processing extension with explicit type slicing 2024-05-19 22:45:17 -05:00
Grahame Grieve 21e7e70a99 put jurisdiction in npm package.json 2024-05-19 09:36:20 -05:00
Grahame Grieve 5662ec131f WHO i18n work (#1592) 2024-05-19 09:36:05 -05:00
Grahame Grieve de79e47de6 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-19 06:11:17 -05:00
Grahame Grieve b3a969e3ce Don't accidently hit other terminology servers for code systems handled natively by tx.fhir.org 2024-05-18 07:36:51 -05:00
Grahame Grieve 7183397f92
Merge pull request #1622 from hapifhir/2024-05-gg-ManagedWebAccess
introduce ManagedWebAccess
2024-05-18 21:46:03 +10:00
Grahame Grieve 6ba9a11c51 Validate Additional Bindings (provisional - usage context is todo) 2024-05-18 03:24:54 -05:00
Grahame Grieve bd24ebace7 fix name of preferred when rendering AdditionalBindings 2024-05-18 03:22:46 -05:00
Grahame Grieve 4911f4fef8 updates for ManagedWebAccess 2024-05-18 14:58:33 +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 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 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