From 209e5a8945ad891fa5e2db8bd4cba0f9a1bf68f8 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Wed, 2 Oct 2024 14:46:39 -0400 Subject: [PATCH] Update transformation_definitions.json Added to new transformation description --- 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 0e57d92ce..427cf0138 100644 --- a/etor/src/main/resources/transformation_definitions.json +++ b/etor/src/main/resources/transformation_definitions.json @@ -219,7 +219,7 @@ }, { "name": "ucsdOruRemoveAccessionNumberObservation", - "description": "Remove Observations when their OBX-3.4 value is '99717-5' and OBX-3.6 is 'L'", + "description": "Remove Observations for UCSD ORUs when their OBX-3.4 value is '99717-5' and OBX-3.6 is 'L'", "message": "", "conditions": [ "Bundle.entry.resource.ofType(MessageHeader).destination.receiver.resolve().identifier.where(extension.value = 'HD.1').value in ('R797' | 'R508')",