Thank you so much for quick action but it is not working :( . Also , we have 8-10 identifier types , we cannot include all identifier types in the match rules right ?
Could you please check for other approach .
------------------------------
Thanks and Regards
Chenchu Giri Manduva
------------------------------
Original Message:
Sent: 04-26-2023 06:09
From: Nagaraju A
Subject: how to find match for profiles without NPI ID
Can you try below code, I haven't tested .
"notEquals": [
{
"values": [
"HMS",
"IMS"
],
"uri": "configuration/entityTypes/Individual/attributes/Identifier/attributes/Type"
}
]
you can try by adding ExactOrNull for Idenfier.Type
------------------------------
Nagaraju
------------------------------
Original Message:
Sent: 04-26-2023 05:49
From: Chenchu Giri Manduva
Subject: how to find match for profiles without NPI ID
yes Exactly but small correction in Profile 3 and 4 matching .
| Record | Type | Id | few more attributes configured in the matchrule and its matching | Match |
| Profile1 | NPI | 123 | US-Employee-50371 | Yes |
| Profile2 | NPI | 123 | US-Employee-50371 |
| | | | | |
| Profile3 | NPI | 123 | US-Employee-50371 | Yes |
| Profile4 | | | US-Employee-50371 |
| | | | | |
| Profile5 | | | US-Employee-50371 | Yes |
| Profile6 | | | US-Employee-50371 |
------------------------------
Thanks and Regards
Chenchu Giri Manduva
Original Message:
Sent: 04-26-2023 05:31
From: Nagaraju A
Subject: how to find match for profiles without NPI ID
Hi Giri,
I am not sure I understand correctly, can you check below table is that is what you are looking?
| Record | Type | Id | few more attributes configured in the matchrule and its matching | Match |
| Profile1 | NPI | 123 | US-Employee-50371 | Yes |
| Profile2 | NPI | 123 | US-Employee-50371 |
| | | | | |
| Profile3 | NPI | 123 | US-Employee-50371 | Yes |
| Profile4 | NPI | | US-Employee-50371 |
| | | | | |
| Profile5 | | | US-Employee-50371 | Yes |
| Profile6 | | | US-Employee-50371 |
------------------------------
Nagaraju