If any of the provider type codes is listed and does not have a BHNOMCR flag,
Then add comment of BHNOMCR Check Claims
Else Ineligible Provider type
(it's flagging all other provider types not listed below as Ineligible Provider Type) Thank you
If [PT Code] IN ("ABA",
"ACM",
"ADC",
"AFH",
"ALC",
"AT",
"BAA",
"BB",
"BC",
"BT",
"CS",
"DHB",
"DHY",
"DLA",
"DNT",
"ECS",
"GNC",
"HMD",
"HOM",
"IDN",
"LC",
"NSA",
"PC",
"PE",
"PER",
"PSS",
"SBH",
"SDC",
"SES",
"VIP")
AND (!Contains([Flag Code], "BHNOMCR"))
Then "BHNOMCR Check Claims"
Else "Ineligible Provider Type"
EndIF