Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An explanation of how to use this feature follows.

Figure 1Image Removed 

Figure 2Image Removed

 Image Added

HL7 Path - This is the HL7 Path of the field that will be set. For example, this could be an entire field such as MSH-3 as shown above, or it could be a specific subcomponent such as PID-3[2].6.2 which would be the "Assigning Facility's Universal ID of the second repeat of the Patient Identifier".

...

 Below are some examples of how to fill in the following dialog for different replacement objectives.

ObjectiveHL7 PathReplacement TextExpressionWhen
Set MSH-3 to EPIC for all messages of type ADT^A08MSH-3EPIC-MSH-9.2 = 'A08'
Set MSH-4 to the value in MSH-3 + '-TEST'MSH-4MSH-3 + '-TEST' ALWAYS
Set PID-2 to the value in PID-3 for all messagesPID-2-PID-3ALWAYS
Set PID-2 to the second repeat of PID-3PID-2 PID-3[2] ALWAYS 
Set OBR-2 to OBR-3 when OBR-2 is nullOBR-2 OBR-3OBR-2 IS NULL