Matching Types
Registry searches can be performed using two different matching strategies:Partial Matching
Partial matching searches for individuals using flexible name matching algorithms. This method:- Matches names even when there are slight variations or differences
- Takes into account aliases that an individual might have
- Provides broader search results that may catch matches that exact matching might miss
Exact Matching
Exact matching requires precise name matches with the registry data. This method:- Only returns results when names match exactly as provided
- Provides more precise results with fewer false positives
- Useful when you have complete and accurate name information
Configuring Matching Type
The matching type can be configured in two ways:Partner Configuration
You can set the default matching type in your partner configuration. This will be used for all searches unless overridden in the API call.API Call Override
You can specify the matching type directly in the API request by including thematch_type attribute:
match_type parameter accepts either "PARTIAL" or "EXACT" as values. If no match_type is specified in the API call, the system will use the default matching type configured for the partner ID (specified in external_id).
Registry Configuration Requirements
Theexternal_id field in the request corresponds to the partner ID. Important: If the partner ID does not have a requested registry configured in the partner configuration, the request will fail. Ensure that all registries specified in the registries array are enabled for your partner ID before making the request.
Additional Context
You can include additional context fields in the request to improve search accuracy:date_of_birth: Helps narrow down results by matching individuals with the same birth date. Format:YYYY-MM-DDzip: Provides geographic context to help filter and match results more accurately
Federal Registries
| Registry | Status |
|---|---|
| OIG Exclusions | Available |
| OFAC | Available |
| SAM Exclusions | Available |
| NSOPW | Available |
| Nursys | Coming soon |