Merge branch 'enablewhen_fix' of https://github.com/eevaturkka/hapi-fhir into enablewhen_fix

This commit is contained in:
Eeva Turkka 2019-01-28 10:31:44 +02:00
commit e6df4a21e4
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ import com.google.gson.Gson;
import com.google.gson.JsonObject;
import org.apache.commons.lang3.NotImplementedException;
import org.apache.commons.lang3.StringUtils;
import org.hl7.fhir.r4.model.Reference;
import org.hl7.fhir.exceptions.*;
import org.hl7.fhir.convertors.VersionConvertorConstants;
import org.hl7.fhir.exceptions.DefinitionException;
import org.hl7.fhir.exceptions.FHIRException;