Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Regexp for missing PID-18
Can anyone help me come up with a regular expression that will match an HL7 message with a missing PID-18 field?
Much thanks!
Try this:
rPID(?:[^|]*|){18}(||r)
Awesome, thanks Keith!