Skip to content

Duplication over providers array #278

Answered by shaselton-usds
mjbriggs asked this question in Q&A
Discussion options

You must be logged in to vote

I'm trying to better understand this. Taking your example:

     "provider_groups": [{
        "npi": [1111111111, 2222222222, 3333333333, 4444444444, 5555555555],
        "tin":{
          "type": "ein",
          "value": "11-1111111"
        }
      },{
        "npi": [1111111111, 6666666666],
         "tin":{
          "type": "ein",
          "value": "11-1111111"
        }
      }],

Is there any reason why it wouldn't be?:

     "provider_groups": [{
        "npi": [1111111111, 2222222222, 3333333333, 4444444444, 5555555555, 6666666666],
        "tin":{
          "type": "ein",
          "value": "11-1111111"
        }
      }],

But to directly answer your question, "no" would be the …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mjbriggs
Comment options

Answer selected by mjbriggs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants