Custom Fields
The Custom Fields feature allows the user to view the list of custom fields created for patient, appointment, claims, department, provider or admissions specific configured to the practice's preference.
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 practice's list of custom-fields
GET
/v1/{practiceid}/customfields
Retrieves a list of custom fields for the 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
string
The custom field ID.
disallowupdateyn
string
Can this field be updated?
length
string
Maximum length of this field.
name
string
The name of this custom field.
ordering
string
The ordering in which this field is displayed.
searchableyn
string
Is this field searchable (e.g. /patients/customfields/{customfieldid}...)
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).
type
string
One of "TEXT", "DATE", "NUMBER", or "REFERRINGPROVIDER".
Example Code