I am trying to create an example of filter logic for a healthcare client. I have a great claims example but I don't know much about the healthcare world.
3 answers
I want to be able to give an example of how to use filter logic with a healthcare customer but I don't really know much about healthcare. For a claims example I would say, " Okay you have different coverages and you want to see PROP and AL but only the high incurred levels." So that's four filters: Coverage = PROP, net incurred > 100000, Coverage = AL, Net incurred> 1000. Make a filter logic statement that says (1 and 2) or (3 and 4). I don't know enough about healthcare to give an example.