From 7e54ae9c898dace2c851f93eaa6580e72ad48371 Mon Sep 17 00:00:00 2001 From: hl7-devops Date: Tue, 10 Dec 2024 00:02:07 +0000 Subject: [PATCH] Release: v6.5.0 ## Validator Changes * Add support for valueset-version * Add support for terminology extraction * Add support for expansion parameters when validating * fix NPE in validator around Extension context * Handle secondary terminology server errors properly * Fix questionnaire response status checking * Add versions to message about multiple matching profiles * hide API-Key from appearing on the tx log * Add supplements for used systems as well as for value set systems when validating on server * fix missing port from server when doing tx-registry redirections * Fix problem not finding current version of extensions pack for non-R5 versions * Fix validation of displays when language is unknown * fix issue missing idrefs validating IPS documents * Update FHIRPath validation to handle rootResource type properly * Fix obscure error on contentReference in profiles in FHIRPath engine * Fix version conversion issue for validating derived questionnaires ## Other code changes * New release of pubpack * Fix r4b liquid tests * Refactor Liquid engine and add support for forLoop and capture * Add support for liquid on csv files * Add support for using Liquid on plain JSON directly and add support for markdownify filter * Many improvements to Profile Code Generation * Start working on using new IG infrastructure for Tx tests * Questionnaire rendering improvements * Merge Functionality for CapabilityStatement.import * Do not use metadata from data type profiles on elements when generating snapshots * Fix presentation issues and union and intersection links in previous version comparison * Fix filter comparison logic when comparing valuesets * Fix version issues in snapshot generation tests * Eliminate id from snapshot generation test case comparison * Change rules around stripping extensions when generating snapshots * fix bug using wrong reference on uri in liquid renderer * add translations for expansion errors * fix issue with comparison template missing * Apply null pointer check to all switch(Enumeration) statements in version conversion code * Remove mysql dependency * Fix bug in DecimalType on null Bigdecimal ()] all versions) * Fix bad URL in inter-version extension conversion of ValueSet for ValueSet property ***NO_CI*** --- org.hl7.fhir.convertors/pom.xml | 2 +- org.hl7.fhir.dstu2/pom.xml | 2 +- org.hl7.fhir.dstu2016may/pom.xml | 2 +- org.hl7.fhir.dstu3/pom.xml | 2 +- org.hl7.fhir.r4/pom.xml | 2 +- org.hl7.fhir.r4b/pom.xml | 2 +- org.hl7.fhir.r5/pom.xml | 2 +- org.hl7.fhir.report/pom.xml | 2 +- org.hl7.fhir.utilities/pom.xml | 2 +- org.hl7.fhir.validation.cli/pom.xml | 2 +- org.hl7.fhir.validation/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml index 43376ef47..1f93dec59 100644 --- a/org.hl7.fhir.convertors/pom.xml +++ b/org.hl7.fhir.convertors/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 9f6f72a12..d0372594b 100644 --- a/org.hl7.fhir.dstu2/pom.xml +++ b/org.hl7.fhir.dstu2/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index f2f374035..c453d7747 100644 --- a/org.hl7.fhir.dstu2016may/pom.xml +++ b/org.hl7.fhir.dstu2016may/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index 1af2c6f5e..c7477784a 100644 --- a/org.hl7.fhir.dstu3/pom.xml +++ b/org.hl7.fhir.dstu3/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 46996b498..1266afccb 100644 --- a/org.hl7.fhir.r4/pom.xml +++ b/org.hl7.fhir.r4/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index fbd586a29..99476b2db 100644 --- a/org.hl7.fhir.r4b/pom.xml +++ b/org.hl7.fhir.r4b/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index 6ffc86f82..96ce73321 100644 --- a/org.hl7.fhir.r5/pom.xml +++ b/org.hl7.fhir.r5/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index 7e176f7f2..20bfc7554 100644 --- a/org.hl7.fhir.report/pom.xml +++ b/org.hl7.fhir.report/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index 63485bc75..66cb35978 100644 --- a/org.hl7.fhir.utilities/pom.xml +++ b/org.hl7.fhir.utilities/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index 818df171e..50760d75f 100644 --- a/org.hl7.fhir.validation.cli/pom.xml +++ b/org.hl7.fhir.validation.cli/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index cd6c55061..bbcc6e04b 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 5b37afacb..fa2ab376d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.5.0-SNAPSHOT + 6.5.0 pom