From 45e8d86478b06693d3fa681386b03b2229fc0b40 Mon Sep 17 00:00:00 2001 From: markiantorno Date: Thu, 4 Apr 2024 00:55:36 +0000 Subject: [PATCH] Release: v6.3.4 ## Validator Changes * Validate fixed/pattern values are not changed in derived profiles * Fix NPE validating some profiles * FHIRPath validation: consider sub-extensions when checking extension($) use * Fix validation of concept maps containing SCT * Preserve message id from terminology service so editors can use it to remove hints and warnings ## Other code changes * Fix ConceptMap.group.target conversion from R3 to R5 * Fix NPE in list renderer * fix bug showing 'required' instead of 'current' rendering additional bindings * Fix bad references generating narratives in bundles * Fix bug showing extension binding twice * Various improvements to structure map validation to support cross-version mappings * Add rendering for UsageContext and ContactDetail * Fix broken link in xver IG for R2 * Fix bug rendering resources in Parameters resource * Not-pretty xhtml gets line breaks before block tags to keep line length down (work around a jekyll issue) * Improved ConceptMap rendering for cross-version IG * Handle xhtml:div type for old FHIR version * FML: strip '-' from rules names when parsing * Update FML parsers to accept R5 metadata in R4 FML format * Break out helper classes for Terminology Service Tester ## Security * Add start of security notes * Start moving file access to all go through ManagedFileAccess ## WHO Internationalization work: * Add library to parse IETF Language definitions * Move message translations to .po files as the master source & write convertor * Much work making rendering i18n-able * i18n for Patient renderer * Refactor language handling in R5 renderers ***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 dd745902c..62cc4010e 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 034456d17..9937ad950 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 5c32d9102..29b512af3 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index 8524a60c6..0d279347b 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 6519142e0..e1f88880d 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index 58e564f1d..d4ae9d045 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index 3a06b8718..e869fde9b 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index 60f586530..f1c7491a9 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index 130d83b88..d84c35f4a 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index af24d82e7..51d7b7ce6 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 35580642e..f741e0918 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.4-SNAPSHOT + 6.3.4 ../pom.xml diff --git a/pom.xml b/pom.xml index 060c8d7df..0549cfdff 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.3.4-SNAPSHOT + 6.3.4 pom