From b44c34c7e223b97b82a823b2f8eee74e9fb77565 Mon Sep 17 00:00:00 2001 From: markiantorno Date: Wed, 28 Feb 2024 05:04:13 +0000 Subject: [PATCH] Release: v6.3.0 ## Validator Changes * Fix significant bug where validator gets internal child lists incorrect and doesn't do complete validation when switching between validating profiles and resources directly * Performance improvement for validator parsing - thanks Brian Postlethwaite * Fix Crash on slicing a sliced element #862 * Fix ig loading from direct URL (#1559) * Fix bug copying constraints into Bundle.entry.resource profiles * Fix bug loading R5 extensions with imported value sets * Replace dom-3 with custom java code, and check xhtml references to contained content * Improve concept map code validation * Update observation validator for committee decision not to enforce Blood Pressure profile for Mean Blood Pressure * Validate value set internal codeSystem references * Split value set validation into 10k batches for very large extensional value sets * Hack fix for opd-3 * Fix bug where using ontoserver when not appropriate * Fix issues with inferSystem * Don't require HL7 committee for contained resources in HL7 namespace * Fix where validator was ignoring minimum cardinality for XML attributes (especially in CDA) * Improved ConceptMap validation * Updated IG versions used for -cda and -ccda CLI validation options. * Change validator so that it marks value properties in primitive data types as illegal ## Other code changes * Fix code system rendering for uri properties * Fix broken links Bundle and Profile rendering * Take copy of code when doing local validation * WIP: major refactor of cross version analysis * Add support for subsumes in tx client * Don't generate snapshots when scanning structure definitions for resource names * Work on ConceptMap infrastructure for cross-version analysis * Fix bug where not rendering ConceptMap relationships * Fix wrong URLs rendering Profiles and Questionnaires * Fix bug using wrong version constant for R3 * Updates for R5 StructureMap syntax * Support for case sensitive Code system tests * Add TurtleGeneratorTests for R5 * Introduce new validator cliContext option disableDefaultResourceFetcher (#1526) * Render contained resources when rendering Patient resources * Fix bug in FML Parser ***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 96a5a66db..c1294494e 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 4b3c8d534..2f3f50cd8 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index b83f311c1..63f5abd15 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index 49a99f5f3..f5ed41cb8 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 0407ace89..e50b607b8 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index 8de7019e1..c8054af0f 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index 74d423240..48d6364c9 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index e9e9b759e..64377ba1b 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index c86eef40b..4815b78a9 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index aee247dfd..6be2d49a7 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index b5e978607..feeda7962 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.3.0-SNAPSHOT + 6.3.0 ../pom.xml diff --git a/pom.xml b/pom.xml index ac26781ca..1dbd2b696 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.3.0-SNAPSHOT + 6.3.0 pom