From b5902aac980044e41c5e81bd898ae908df1c0abe Mon Sep 17 00:00:00 2001 From: markiantorno Date: Wed, 13 Dec 2023 18:41:20 +0000 Subject: [PATCH] Release: v6.2.6 ## Validator Changes * Fix bug where validator doesn't actually validate web sourced input * Fix narrative link validation and add id/idref validation * Remove fhir-test-cases from Validator CLI JAR (#1497) (reduce size) * Fix to CDA xsi:type validation per SD decision * Apply regex pattern to literal format if defined * Improvements to vital signs related messages * Fix R4 con-3 FHIRPath expression * Fix bug loading packages with partially specified version that doesn't exist * Fix for occasional missing warnings around bundle link validation * Fix using wrong resource type when validating constraints in data type definitions during R6 build * Fix NPE in validator processing CCDA examples * Fix problem with version dependencies when loading npm packages directly as files * Fix for SearchParameter validation using custom resource types ## Other code changes * Bump commonmark version * fix Utilities display of time periods (fixed width hour:min) * Fix stated path for error when code not in value set * Fix rendering of trigger definition using tables inside paragraphs * Update VSAC importer to fix timeout issues * Refactor FHIRPath java package * Fix problem with profiled resources being called examples in IG publisher * Remove dependencies for unused UI experiment (#1465) * Remove AU connectathon * Include hamcrest dependency * Fix breaking ValidationEngineTests * Give kinder error message for missing param * Fix commonmark group and bump version (#1500) * Remove dep used for local testing * Bump jackson & logback versions * Fix StringType element properties not being copied in various Address, HumanName convertors * Handle all initial value types when rendering Questionnaires * Ensure Address.line[] element data is copied over * Write locking on FilesystemPackageCacheManager * Fix problems setting owning committee consistently * Utility classes for fule system package cache pre-loading ***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 2f9836912..d9d06f3e5 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 089086705..741f0b723 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index e790859a8..102a04628 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index b1cc89181..0285ccb74 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 7eb7e0d30..9eb3d0430 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index 6d664dfbc..162d91ffa 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index a43c53765..b579c5ada 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index fcabc075e..f700f8edc 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index 01e966110..af729924d 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index 134d4350e..370a1ef0e 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index ee983ebe6..6aa3a5904 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.2.6-SNAPSHOT + 6.2.6 ../pom.xml diff --git a/pom.xml b/pom.xml index b8f8bcd1b..b43d22f14 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.2.6-SNAPSHOT + 6.2.6 pom