diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_mdm/mdm_rules.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_mdm/mdm_rules.md index 03316d7f972..85a43e30ac6 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_mdm/mdm_rules.md +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_mdm/mdm_rules.md @@ -284,7 +284,7 @@ Since multiple resource types cannot be defined at once, the following `candidat However if you would like to apply the `candidateFilterSearchParams` to specific resource types only, the resource types must be individually defined, like in: -````json +```json { "candidateFilterSearchParams": [ { @@ -299,6 +299,7 @@ However if you would like to apply the `candidateFilterSearchParams` to specific } ] } +``` ### matchFields @@ -317,7 +318,7 @@ Here is a matcher matchField that uses the SOUNDEX matcher to determine whether "algorithm": "SOUNDEX" } } -```` +``` Here is a matcher matchField that only matches when two family names are identical.