Skip to content

Commit 5cef851

Browse files
committed
Release: v6.5.28
## Validator Changes * New Feature: HTTP server mode for pipeline/dedicated server support * FHIRPath improvements - see #2080 * Don't require vitals signs profile for BMI code: 59574-4 * Fix error in tx error processing where some errors were being lost when validating codes * Matchetype validation improvements * More work on signature validation * Fix NPE validating concept maps * Fixed issue with Parameter/Profile alignment validation when validating OperationDefinitions * Don't check URL in Coding.system when checking defined URLs - it's already fixed * Add urn:ietf:bcp:13 to known definitions * Update Narrative validation for FHIR-I changes to language control extension * Fix bugs with implicit value set handling * Fix bugs validating extension context: nested elements and profiles * Use batch validation when validating ValueSets and ConceptMaps but only if the server supports it * Allow new target types when specializing in logical models * Add warnings for unexpected all codes bindings on LOINC, SNOMED CT, and CPT * Improve value set validation for ValueSet.compose.include.filter.value * Fix wrong return value for attachment validation (wrongly causing profile validation to fail) ## Other code changes * HAPI Significant fix: parsing issue associated with extensions on Reference.reference (was ignoring Reference.reference.extension if only extensions present) * Add VCLParser * Remove Deprecated code (round 1) * Fix up invalid XHTML generation in renderers * Add testing support for batch code validation * Improve suppressedMappings set consistency in ContextUtilities * Fix rendering for some multi-line strings * Fix supplement rendering for value sets * update tests for not sorting messages ***NO_CI***
1 parent 26e66ae commit 5cef851

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
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.5.28-SNAPSHOT</version>
8+
<version>6.5.28</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.5.28-SNAPSHOT</version>
8+
<version>6.5.28</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.5.28-SNAPSHOT</version>
8+
<version>6.5.28</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.5.28-SNAPSHOT</version>
8+
<version>6.5.28</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.5.28-SNAPSHOT</version>
9+
<version>6.5.28</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.5.28-SNAPSHOT</version>
8+
<version>6.5.28</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.5.28-SNAPSHOT</version>
8+
<version>6.5.28</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.5.28-SNAPSHOT</version>
8+
<version>6.5.28</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.5.28-SNAPSHOT</version>
8+
<version>6.5.28</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

org.hl7.fhir.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.5.28-SNAPSHOT</version>
9+
<version>6.5.28</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)