Reltio Connect

 View Only
  • 1.  how to find match for profiles without NPI ID

    Reltio Partner
    Posted 04-26-2023 04:59

    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
    ------------------------------


  • 2.  RE: how to find match for profiles without NPI ID

    Reltio Partner
    Posted 04-26-2023 05:32

    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
    ------------------------------



  • 3.  RE: how to find match for profiles without NPI ID

    Reltio Partner
    Posted 04-26-2023 05:49

    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
    ------------------------------



  • 4.  RE: how to find match for profiles without NPI ID

    Reltio Partner
    Posted 04-26-2023 06:10

    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
    ------------------------------



  • 5.  RE: how to find match for profiles without NPI ID

    Reltio Partner
    Posted 04-26-2023 06:28

    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
    ------------------------------