Package ca.uhn.fhir.mdm.blocklist.svc
Interface IBlockRuleEvaluationSvc
public interface IBlockRuleEvaluationSvc
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isMdmMatchingBlocked
(org.hl7.fhir.instance.model.api.IAnyResource theResource) Determines if the provided resource is blocked from mdm matching or not.
-
Method Details
-
isMdmMatchingBlocked
Determines if the provided resource is blocked from mdm matching or not.- Parameters:
theResource
- - the resource to assess- Returns:
- - true: no mdm matching should be done (a golden resource should still be created) false: mdm matching should continue as normal
-