changed rules json from resourcePath to fhirPath
This commit is contained in:
parent
9d9e0d5429
commit
55f49b1b65
|
@ -6,7 +6,7 @@
|
||||||
"matchFields" : [ {
|
"matchFields" : [ {
|
||||||
"name" : "Organization-extension",
|
"name" : "Organization-extension",
|
||||||
"resourceType" : "Organization",
|
"resourceType" : "Organization",
|
||||||
"resourcePath" : "identifier",
|
"fhirPath" : "identifier[1]",
|
||||||
"matcher" : {
|
"matcher" : {
|
||||||
"algorithm": "EXTENSION_ANY_ORDER"
|
"algorithm": "EXTENSION_ANY_ORDER"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue