L7 icon indicating copy to clipboard operation
L7 copied to clipboard

A simple HL7 parser and query language

Results 2 L7 issues
Sort by recently updated
recently updated
newest added

How to query a repeating field? PID|1|15657201|02996940290^^^Pulse^AN~111223333^^^^SS|15657201|TESTPATIENT^ONE How can I iterate both ids in PID.3? Thanks

At the moment they return things like `"JOHN^SMITH"` when they should really return `["JOHN", "SMITH"]`.