record indicator
account number
data field1
data field2
etc……
where record indicator is:
01 = patient data
02 = guarantor data
04 = insurance data
05 = insured data
04 = insurance data
05 = insured data
etc
I always have an 01 record and 02 record, and 0 to many 04 and 05 records. Each 01 designates a new patient “message”, and groupings confirmed by the account number in each record.
Is there a way to handle this without tcl trickery?
I’ve tried making an FRL for each, then an HRL that includes, but it seems to expect all the records to really be 1 record.
So far I’m somewhat disappointed. This layout is common, and a similar structure to HL7, but it doesn’t seem that Cloverleaf can handle it gracefully. I also have several variations of this, some being VRL.
Thanks in advance,
Scott