changed rules json from resourcePath to fhirPath

This commit is contained in:
long 2021-03-16 14:28:24 -06:00
parent 9d9e0d5429
commit 55f49b1b65
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"matchFields" : [ {
"name" : "Organization-extension",
"resourceType" : "Organization",
"resourcePath" : "identifier",
"fhirPath" : "identifier[1]",
"matcher" : {
"algorithm": "EXTENSION_ANY_ORDER"
}