Changed import of IdType to r5.

This commit is contained in:
Frank Tao 2020-09-23 09:19:06 -04:00
parent e6a669444d
commit 3d3d013d72
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import ca.uhn.fhir.rest.annotation.Operation;
import ca.uhn.fhir.rest.annotation.OperationParam;
import ca.uhn.fhir.rest.api.server.RequestDetails;
import org.hl7.fhir.r4.model.IdType;
import org.hl7.fhir.r5.model.IdType;
import org.hl7.fhir.r5.model.BooleanType;
import org.hl7.fhir.r5.model.CodeSystem;
import org.hl7.fhir.r5.model.CodeType;