[3097] add doc (#3098)

This commit is contained in:
katiesmilecdr 2021-10-20 16:29:09 -04:00 committed by GitHub
parent b93f33d4ff
commit f3a8b8fd74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,4 @@
---
type: fix
issue: 3097
title: "Update documentation for $mdm-match"

View File

@ -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"
}
]
}