PayerList V1 Search Parameters
Search Parameter | Description |
---|---|
lastUpdateAfter | Date in format YYYY-MM-DD to compare against lastUpdate . Returns records greater than or equal to the comparison. If missing, returns all. lastUpdateAfter=[YYYY-MM-DD] |
wildcardSearch |
|
pageSize | The number of records to return. If missing, returns all. size=[#] |
page | The record number to start retrieval from. If missing, starts at 0. start=[#] |
sort | Sort=[property], payerid,asc|STATUS,desc |
Filter On and Sort On
Attribute/Property | Filter On | Sort On | |||
---|---|---|---|---|---|
payerPlanName | Yes | Yes | |||
payerId | No | Yes | |||
system | Yes | No | |||
industryPayerId | Yes | Yes | |||
linkedPayerIds
| No | No | |||
secondaryClaims | No | No | |||
payerNotes | No | No | |||
transactionType | Yes | Yes | |||
status | Yes | Yes | |||
reportType | Yes | Yes | |||
enrollmentRequired | Yes | No | |||
enrollment | No | No | |||
payerStandin | No | No | |||
additionalInfo | No | No | |||
lastUpdated | Yes | Yes |
NOTE
The
system
and all of the pertinenttransactionType
are _required _parameters (for example, Exchange real-time and Exchange batch both use system=EXCH but they have differenttransactionType
parameters.) .
lastUpdateAfter
returns records last updated on or after a given date.
lastUpdateAfter=2024-12-04
payerPlanName
can be searched for, by exact matches or wildcard matches usingwildcard=TRUE or FALSE
. The default iswildcard=TRUE
.sort
can be done by setting a value ofsort
and by suffixingasc
ordesc
to the parameter name.
sort=lastUpdate,asc
Multiple sorts are applied in the left to right order.
Updated 16 days ago