PayerList V1 Search Parameters

Search ParameterDescription
lastUpdateAfterDate 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
  • wildcardSearch= yes: A wildcard search is performed for payerPlanName
  • wildcardSearch= no: An exact match is performed for payerPlanName
📝 The default value is true.
pageSizeThe number of records to return.
If missing, returns all.
size=[#]
pageThe record number to start retrieval from.
If missing, starts at 0.
start=[#]
sortSort=[property], payerid,asc|STATUS,desc

Filter On and Sort On

Attribute/PropertyFilter OnSort On
payerPlanNameYesYes
payerIdNoYes
systemYesNo
industryPayerIdYesYes
linkedPayerIds
exchangeProfessionalCPID
exchangeInstitutionalCPID
additionalLCHCPayerID
NoNo
secondaryClaimsNoNo
payerNotesNoNo
transactionTypeYesYes
statusYesYes
reportTypeYesYes
enrollmentRequiredYesNo
enrollmentNoNo
payerStandinNoNo
additionalInfoNoNo
lastUpdatedYesYes
  • 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 using wildcard=yes or no. The default is wildcard=yes.
  • sort can be done by setting a value of sort and by suffixing asc or desc to the parameter name.
    sort=lastUpdate,asc
    Multiple sorts are applied in the left to right order.