Package ca.uhn.fhir.mdm.provider
Class PatientMatchProvider
java.lang.Object
ca.uhn.fhir.mdm.provider.PatientMatchProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseBundle
match
(org.hl7.fhir.instance.model.api.IAnyResource thePatient, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Searches for matches for the provided patient resource
-
Constructor Details
-
PatientMatchProvider
-
-
Method Details
-
match
public org.hl7.fhir.instance.model.api.IBaseBundle match(org.hl7.fhir.instance.model.api.IAnyResource thePatient, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Searches for matches for the provided patient resource- Parameters:
thePatient
- - the patient resourcetheRequestDetails
- - the request details- Returns:
- - any matches to the provided patient resource
-