Skip to content

Commit

Permalink
Fix la remove obr extension filtering
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvie <[email protected]>
Co-authored-by: James Herr <[email protected]>
Co-authored-by: pluckyswan <[email protected]>
  • Loading branch information
4 people committed Dec 2, 2024
1 parent e870ab0 commit 426b650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etor/src/main/resources/transformation_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"description": "Removes all OBRs from an LA Ochsner ORU message except for the OBR with value '54089-8' in OBR-4.1. All OBXs are attached to the sole remaining OBR",
"message": "",
"conditions": [
"Bundle.entry.resource.ofType(MessageHeader).destination.receiver.where(url = 'https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id').value = '1.2.840.114350.1.13.286.2.7.2.695071'",
"Bundle.entry.resource.ofType(MessageHeader).destination.extension.where(url = 'https://reportstream.cdc.gov/fhir/StructureDefinition/universal-id').value = '1.2.840.114350.1.13.286.2.7.2.695071'",
"Bundle.entry.resource.ofType(MessageHeader).event.code = 'R01'",
"Bundle.entry.resource.ofType(ServiceRequest).code.coding.where(code = '54089-8').exists()"
],
Expand Down

0 comments on commit 426b650

Please sign in to comment.