The MDM configuration category includes the following configurable options:
MDM Consumer Thread Count
MDM Rule Definition Script (Text)
MDM Rule Definition Script (File)
Prevent modification of External EIDs
Prevent multiple EIDs from existing simultaneously on a target resource
|
MDM Consumer Thread Count |
|
|
POSITIVE_INTEGER | |
Number of concurrent threads dedicated to matching incoming target resource and Golden resource. Experimental new feature under development. | |
1
|
|
|
|
MDM Rule Definition Script (Text) |
|
|
JAVASCRIPT | |
If set, supplies a set of MDM rules used by the MDM service. | |
{
"version": 1,
"mdmTypes": [],
"candidateSearchParams": [],
"candidateFilterSearchParams": [],
"matchFields": [],
"matchResultMap": {},
"eidSystem": "http://hl7.org/fhir/sid/us-ssn"
}
|
|
|
|
MDM Rule Definition Script (File) |
|
|
Resource Path | |
If set, supplies the absolute filepath of a file containing a set of MDM rules used by the MDM service. Values should be prefixed with file: or classpath: .
|
|
(no default) | |
|
|
Prevent modification of External EIDs |
|
|
BOOLEAN | |
If enabled, MDM Enterprise Identifiers (EIDs) may not be modified once set on a target resource. | |
true
|
|
|
|
Prevent multiple EIDs from existing simultaneously on a target resource |
|
|
BOOLEAN | |
If enabled, target resource creates and updates will be rejected if they contain multiple Enterprise Identifiers (EIDs). | |
true
|
|
|