For example, we would like to create a single search for multiple patient ID’s as follows:
“123|345|789”
Cloverleaf’s implementation of “regular expressions” does not appear to allow us to use “|” or “OR” operations.
Also, I haven’t figured out how to search for more than one text string in a message. For example, if I want to find OBR and ROUT, I can use “OBR.*ROUT”, but I can’t use “OBR|ROUT”.