From 426b6505417e71a2d18f850c672ecc2a41ea1068 Mon Sep 17 00:00:00 2001 From: saquino0827 Date: Mon, 2 Dec 2024 14:28:09 -0600 Subject: [PATCH] Fix la remove obr extension filtering Co-authored-by: Sylvie Co-authored-by: James Herr Co-authored-by: pluckyswan <96704946+pluckyswan@users.noreply.github.com> --- etor/src/main/resources/transformation_definitions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etor/src/main/resources/transformation_definitions.json b/etor/src/main/resources/transformation_definitions.json index 23b41cd55..40afe14a5 100644 --- a/etor/src/main/resources/transformation_definitions.json +++ b/etor/src/main/resources/transformation_definitions.json @@ -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()" ],