I need to capture patients who have 2 or more coverages and have at least one Managed Care coverage. I grouped by patient and added a summary of patID. In Select Expert-Group Selection, I entered Count({PATIENT.PAT_ID}, {PATIENT.PAT_NAME}) >= 2. I now have a list of patients who have 2 or more coverages.
There are two types of coverages, Indemnity and Managed Care. How do I exclude or suppress members who have Indemnity coverage only. On the example below, I would want to exclude or suppress member3. Does anyone know how to do this. Any direction would be greatly appreciated. Thank you.
example:
member1 Indemnity
member1 Managed Care
member2 Managed Care
member2 Managed Care
member2 Indemnity
member3 Indemnity
member3 Indemnity
There are two types of coverages, Indemnity and Managed Care. How do I exclude or suppress members who have Indemnity coverage only. On the example below, I would want to exclude or suppress member3. Does anyone know how to do this. Any direction would be greatly appreciated. Thank you.
example:
member1 Indemnity
member1 Managed Care
member2 Managed Care
member2 Managed Care
member2 Indemnity
member3 Indemnity
member3 Indemnity