Replies: 2 comments 4 replies
-
Before and after (the expected) message please. Full messages, not a snippet. e.g. We get this message and need to transform it to this other message. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@Roundy88 mark an answer with the "Mark as answer" butting if it worked for you please. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello :)
In PID 35 we may sometimes receive alert flags for a patient (sometimes none, sometimes one, sometimes multiple separated by ~), if these do exist we are looking to create an additional 'AL1' message segment(s) for each alert flag
e.g. alerts AB and CD in the below example we would like to create
AL1|1|AB>
AL1|2|CD>
PID 35 Segment
AB>^20030826^^MC~CD>^20030826^^MC
Been playing around trying to create a Transformer to do so but not having much luck, with the below code the Encoded response is generated like this :-
AL1|
AL1|||DEM>
Any assistance from the experts would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions