Skip to content

Commit

Permalink
Improved fhir path query
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Mar 25, 2024
1 parent 65248e9 commit b975177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etor/src/main/resources/rule_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Bundle.entry.resource.ofType(MessageHeader).event.code = 'O01'"
],
"validations": [
"Bundle.entry.resource.ofType(Observation).where(code.coding.code = '57723-9').valueCodeableConcept.coding.code.exists()"
"Bundle.entry.resource.ofType(Observation).where(code.coding.code = '57723-9').value.coding.code.exists()"
]
}
]
Expand Down

0 comments on commit b975177

Please sign in to comment.