And if they're not always in the same repetition but the number of repetitions is fixed, it gets a little bit messy; you could do something like:
HL7.{MRG:1.1} CONTAINS HL7.{PID:3(1).1}
OR
HL7.{MRG:1.1} CONTAINS HL7.{PID:3(2).1}
OR
HL7.{MRG:1.1} CONTAINS HL7.{PID:3(3).1}
If they're completely arbitrary in the number of repetitions, you're gonna have to write some COS :)
- Log in to post comments
