set up release
This commit is contained in:
parent
5a77698fd2
commit
2dd66507a1
|
@ -1,8 +1,20 @@
|
|||
Validator:
|
||||
* Add NL translations
|
||||
* Fix validation of extensions on patterns
|
||||
* Validation of cardinality on address-line elements containing pattern elements fixed
|
||||
* Ensure that validator creates errors on example urls by default
|
||||
* Add -allow-example-urls option to the validator
|
||||
* Fixed issue where when validating with no terminology server and a value set with only an expansion (no compose), the 'inferred' code system wasn't being populated and validation was then failing on a coding with no specified code system
|
||||
* when validating value sets, use CodeSystem/$validate-code not ValueSet/$validate-code
|
||||
|
||||
Version Conversion Fixes:
|
||||
* add copying of aggregation mode for conversion from 50 to 30
|
||||
* add test for Observation conversion from 10 to 40
|
||||
* add procedures conversion form dstu2 to r4
|
||||
* add medication conversion from dstu2 to r4
|
||||
* fix obscure issue converting discriminators from R2B to R4/5
|
||||
|
||||
Code Changes:
|
||||
* Adding Maven exec to test validation cli jar
|
||||
* Validation of cardinality on address-line elements containing pattern elements fixed
|
||||
* Ensure that validator creates errors on example urls by default
|
||||
* Add -allow-example-urls option to the validator
|
||||
* Add SIDUtilities and clean up SID handling code across the code base
|
||||
* fix rendering bug on references
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
|||
|
||||
<properties>
|
||||
<hapi_fhir_version>5.1.0</hapi_fhir_version>
|
||||
<validator_test_case_version>1.1.64-SNAPSHOT</validator_test_case_version>
|
||||
<validator_test_case_version>1.1.64</validator_test_case_version>
|
||||
<junit_jupiter_version>5.7.1</junit_jupiter_version>
|
||||
<junit_platform_launcher_version>1.7.1</junit_platform_launcher_version>
|
||||
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
|
||||
|
|
Loading…
Reference in New Issue