mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-08 20:49:16 +00:00
Release new version 4.2.14
This commit is contained in:
parent
0e2797827d
commit
3edfeda13a
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user