Skip to content

Commit f299b09

Browse files
committed
Release: v6.7.0
## Validator Changes * Major upgrade to terminology functionality: * Rework handling of version references between value sets and codesystem based on extensive tests in tx-ecosystem test suite * Handle versions in ValueSet.compose.include.version and expansion parameters properly * Remove Version Parameter in expansions (long deprecated) * Handle wildcard version dependencies * Deprecated codes are not inactive * Improved warning messages when value set concepts are not validated * Improve Error Message about missing value set binding * Add support for scoring profiles * Validation changes to support Additional Resources (resourceDefinition property) * Fix issue where extensions can have either value or sub-extensions but this was not allowed by the validator * No unknown url errors for CapabilityStatement.implementation.url * Prevent duplicate messages from validator (still happened in a few circumstances) * Suppress irrelevant binaries from the comparison folders (bye bye donald duck) * Fix bug where version wildcards cause errors processing some already published packages * Update sql-on-fhir package name ## Other code changes * refactor IWorkerContext (no new functionality, but code moved to IWorkerContextManager, so bump minor version) * Fix Concurrency issue in CanonicalResourceManager (#2166) * More work on cross-version extensions (not released yet) * Rendering and definition improvements to support Additional Resources * Update OWASP check for OSS Index Usage (#2188) * Improved rendering of bindings and constraints * Clean up inherited element representation for Additional Resources * Fix bug not resetting type manager properly * Fix up internal handling of expansion parameters: no duplicates, route to internal terminology server * Give all SCT codes value set a web path * fix rendering issue in CS rendering where versions shown wrongly * Invest in better xhtml -> markdown work to support AI publication of IGs * Add support for converting VersionAlgorithm on CodeSystems * Ongoing internal refactoring of the validation command line parameters to support client/server mode * Refactor for faster ValidationServiceTests * Fix problems in generated Excel spreadsheets for profiles * Updated NLM launcher to use URL and parameters that actually work when rendering questionnaires * Fix handling of multi-language narrative so that hand-coded narrative doesn't get overridden * Fix up missing post-validation info (wasn't consistently populated) * Add support for xhtml to markdown in IG publisher - track generated html better * fix use of wrong element name in CDA IGs for extensions when rendering CDA content * don't map EXT_CS_PROFILE when converting r4 back to dstu3 * SonarQube: Add at least one assertion to various test cases ***NO_CI***
1 parent f2050fe commit f299b09

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

org.hl7.fhir.convertors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.7.0-SNAPSHOT</version>
8+
<version>6.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.7.0-SNAPSHOT</version>
8+
<version>6.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu2016may/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.7.0-SNAPSHOT</version>
8+
<version>6.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.dstu3.support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ca.uhn.hapi.fhir</groupId>
88
<artifactId>org.hl7.fhir.core</artifactId>
9-
<version>6.7.0-SNAPSHOT</version>
9+
<version>6.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

org.hl7.fhir.dstu3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.7.0-SNAPSHOT</version>
8+
<version>6.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ca.uhn.hapi.fhir</groupId>
88
<artifactId>org.hl7.fhir.core</artifactId>
9-
<version>6.7.0-SNAPSHOT</version>
9+
<version>6.7.0</version>
1010
</parent>
1111

1212
<artifactId>org.hl7.fhir.model</artifactId>

org.hl7.fhir.r4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.7.0-SNAPSHOT</version>
8+
<version>6.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.r4b/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.7.0-SNAPSHOT</version>
8+
<version>6.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.r5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.7.0-SNAPSHOT</version>
8+
<version>6.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ca.uhn.hapi.fhir</groupId>
77
<artifactId>org.hl7.fhir.core</artifactId>
8-
<version>6.7.0-SNAPSHOT</version>
8+
<version>6.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)