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 .
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
Original Message:
Sent: 04-26-2023 04:58
From: Chenchu Giri Manduva
Subject: how to find match for profiles without NPI ID
Hi All,
we have configured Identifiers as Nested attribute with Type and ID attributes. If we get NPI_ID from source , we will load it as identifier/type=NPI and identifier/id=NPI_ID . If we don't receive NPI_ID for a profile from source , we won't load identifier/type=NPI for that profile.
Requirement:
We have a requirement to find profiles which are having Exactornull NPI_ID .
Current config:
Currently , we have configured one match rule with identifier/type =NPI and ExactOrNull identifier/ID . But it is not working , as the profile which is not having NPI_ID ,don't have identifier/type .
Could anyone please help us on this requirement , we are tried with different filter conditions but still no use :(
@Matthew Gagan ,@Ashish Rawat .. Could you please help us .
------------------------------
Thanks and Regards
Chenchu Giri Manduva
------------------------------