Developer Services‎ > ‎PBM Claims‎ > ‎

Provider ID Search (PBM Claims - search/id)

Retrieves the PBM claims for Providers based on Member IDs.

URL

https://secure.healthx.com/api/PBMV1/Provider/Search/ID

HTTP Verb

POST

Parameters
  • start: The index of the first record to return (starting with 1).
  • count: The number of records to return (maximum: 100).
  • memberids: A comma separated list of member IDs. (memberid or depnum)
  • searchmodifiers: The allowable names and values are as follows:
    •  tinfilter - example: 'tinOrNpiOrOrgProviderID',
    •  tins - example: '999999999,888888888',
    •  npis
    •  orgproviderid

Example Request
     
            <PBMIDSearch>
              <memberids>123</memberids>
              <start>1</start>
              <count>100</count>
              <searchmodifiers>tinfilter|tins|npis|orgproviderid</searchmodifiers>
            </PBMIDSearch>
Comments