From 8bd0f0b1ad5488ad5225c878e75abc51d8b11b19 Mon Sep 17 00:00:00 2001 From: markiantorno Date: Wed, 21 Jun 2023 07:09:07 +0000 Subject: [PATCH] Release: v6.0.16 ## Validator Changes Post DevDays Release - many significant changes! * Add ```-watch-mode``` parameter (See [doco](https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Validator#UsingtheFHIRValidator-Watchmode)) * Start checking constraint expressions defined in profiles and logical models, and update FHIRPath for logical models * Start checking ElementDefinition.mustHaveValue and ElementDefinition.valueAlternatives * Start validating derived questionnaires * Tighten up checking on FHIRPath - enforce use of ```'```, and don't accept ```"``` for string delimiters * Add ```-allow-double-quotes-in-fhirpath``` parameter ([doco](https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Validator#UsingtheFHIRValidator-LegacyFHIRPathSetting)) * Fix error when validating profiles that mix canonical() and Reference() types * Fix extension context checking * Fix erroneous FHIRPath expression eld-11 when loading * Fix incomplete support for ```-display-issues-are-warnings``` parameter * Fix broken NullFlavor binding in R4 * Fix various NPE errors doing value set validation (+ logging tx operations) * Minor performance improvements to start up time * Auto-update implied slicing elements when min < slice min ## Other code changes * Add CodeQL to the build process * Various NPE fixes * Add getValueAsString(TemporalPrecisionEnum) method to date/time types * Fix rendering for unresolvable ValueSets * Remove r4b eclipse project files * Upgrade multiple dependency libraries (per CodeQL) * Only record sorting errors when generating snapshots when debug mode is on * Tighten up SSL certificate checking * Partial refactor of CLI parameter handling * Fix path regex (per CodeQL) * Remove erroneous logging from conversion tests * Rendering improvements for various profile related extensions * More work on TxTests operation (lenient wrt extensions) * Fix handling of summary extension (delete duplicate tools summary extension, and don't inherit it) * Reprocess URLs in Markdown extensions on both StructureDefinition and ElementDefinition * Improve URL detection in markdown when reprocessing URLs ***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 46a0e46a0f..dece46c083 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 2cf7c7350f..7c64936d5c 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 996bbc9979..96e1dc3524 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index aca202d8cc..83edf63a3a 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 5c6be4f22b..0739fb75db 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index bf70f505fe..2dd402361e 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index 7e68f0ca0d..e135ba421e 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index d83e25bc7e..555d49421a 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index 5b78e99ec4..e9e66da753 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index d12caa026b..b22b84b6bc 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 67912e0410..1b5fd46c82 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/pom.xml b/pom.xml index 93cf331428..3b38535f1d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.0.16-SNAPSHOT + 6.0.16 pom