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