From f3a8b8fd74a2490c24a2697186fa9a07a27dc32e Mon Sep 17 00:00:00 2001 From: katiesmilecdr <88786813+katiesmilecdr@users.noreply.github.com> Date: Wed, 20 Oct 2021 16:29:09 -0400 Subject: [PATCH] [3097] add doc (#3098) --- .../5_6_0/3097-Update-documentation-for-mdm-match.yaml | 4 ++++ .../ca/uhn/hapi/fhir/docs/server_jpa_mdm/mdm_operations.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_6_0/3097-Update-documentation-for-mdm-match.yaml 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" } ] }