From 2dd66507a108bc7afd228e7c8726990860cfc94e Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 5 Jun 2021 09:19:32 +1000 Subject: [PATCH] set up release --- RELEASE_NOTES.md | 18 +++++++++++++++--- pom.xml | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9eb9c9a6b..71717b4d8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 \ No newline at end of file +* Add SIDUtilities and clean up SID handling code across the code base +* fix rendering bug on references diff --git a/pom.xml b/pom.xml index 45320d3e1..19502136f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 5.1.0 - 1.1.64-SNAPSHOT + 1.1.64 5.7.1 1.7.1 3.0.0-M4