diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_6_0/3097-Update-documentation-for-mdm-match.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_6_0/3097-Update-documentation-for-mdm-match.yaml new file mode 100644 index 00000000000..0f2764a5286 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_6_0/3097-Update-documentation-for-mdm-match.yaml @@ -0,0 +1,4 @@ +--- +type: fix +issue: 3097 +title: "Update documentation for $mdm-match" diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_mdm/mdm_operations.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_mdm/mdm_operations.md index a608498456a..b2bb90a02ab 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_mdm/mdm_operations.md +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_mdm/mdm_operations.md @@ -542,7 +542,7 @@ This operation returns the merged Golden Resource (`toGoldenResourceId`). ## Querying the Patient Resource -When MDM is enabled, the [$match operation](http://hl7.org/fhir/patient-operation-match.html) will be enabled on the JPA Server for Patient and Practitioner resources. +When MDM is enabled, the [$match operation](http://hl7.org/fhir/patient-operation-match.html) will be enabled on the JPA Server for Patient resources. This operation allows a Patient or Practitioner resource to be submitted to the endpoint, and the system will attempt to find and return any Patient resources that match it according to the matching rules. The response includes a search score field that is calculated by averaging the number of matched rules against total rules checked for the Patient resource. Appropriate match grade extension is also included. @@ -629,6 +629,10 @@ Content-Type: application/fhir+json; charset=UTF-8 "resourceType":"Orgaization", "name": "McMaster Family Practice" } + }, + { + "name":"resourceType", + "valueString": "Orgaization" } ] }