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. lastUpdateGte=[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 |
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=yes or no
. The default iswildcard=yes
.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 5 days ago