Claims customfields
Custom claim fields are defined by the practice and capture information specific to the practice's preferences. This API allows a user to retrieve a list of claim custom fields defined by the practice.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get claim's custom-fields
GET
/v1/{practiceid}/claims/customfields
Retrieves a list of custom fields specific to a practice
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
Output Parameters
Expand all
casesensitiveyn
string
Is this field case sensitive?
customfieldid
integer
The custom field ID.
disallowupdateyn
string
Can this field be updated?
length
integer
Maximum length of this field.
name
string
The name of this custom field.
ordering
integer
The ordering in which this field is displayed.
selectlist
array
An array of options, each one containing selectid and a selectvalue.
selectyn
string
Is this field a select list (and thus should have a "selectlist" as well).
showonbasicclaimview
string
Is this field available on the basic claim view?
type
string
One of "TEXT", "DATE", "NUMBER", or "REFERRINGPROVIDER".
Example Code