$match
FHIR match operation is defined on Patient resource. Aidbox extends it to all resource types for which MDM is configured.
This operation finds all resources which match (i.e. are similar to) the given resource.
FHIR definition of the operation: http://hl7.org/fhir/OperationDefinition/Patient-match
This operation translates to aidbox.mdm/match RPC call. The RPC has simpler syntax and you can adjust threshold values. Consider using it if you are not required to use FHIR syntax.
To use $match
operation you need to set up MDM. Read the Aidbox MDM manual to learn how to use it.
Syntax
FHIR format
Aidbox format
The threshold
parameter is not required. It specifies minimum score for a match to be returned.
Examples
Find certain matches for the specified resource using FHIR format
Example output
Find matches in AIdbox format with specific threshold
Example output
See also
aidbox.mdm/matchLast updated