This commit is contained in:
Tadgh 2021-08-06 11:30:44 -04:00
parent e402804049
commit 2f42391ba8
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ public abstract class BaseHapiFhirResourceDao<T extends IBaseResource> extends B
entity.setCreatedByMatchUrl(theIfNoneExist);
entity.setVersion(1);
//FIXME GGG is this possibly where we are fetching the thing?
if (isNotBlank(theIfNoneExist)) {
Set<ResourcePersistentId> match = myMatchResourceUrlService.processMatchUrl(theIfNoneExist, myResourceType, theTransactionDetails, theRequest);
if (match.size() > 1) {