Release new version 4.2.14

This commit is contained in:
Grahame Grieve 2020-04-06 10:20:49 +10:00
parent 0e2797827d
commit 3edfeda13a
1 changed files with 0 additions and 2 deletions

View File

@ -214,8 +214,6 @@ public class ValueSetCheckerSimple implements ValueSetChecker {
private String getValueSetSystem() throws FHIRException {
if (valueset == null)
throw new FHIRException("Unable to resolve system - no value set");
if (valueset.getCompose().hasExclude())
throw new FHIRException("Unable to resolve system - value set has excludes");
if (valueset.getCompose().getInclude().size() == 0) {
if (!valueset.hasExpansion() || valueset.getExpansion().getContains().size() == 0)
throw new FHIRException("Unable to resolve system - value set has no includes or expansion");