Custom fields

Create a custom field

Requires the patient_custom_fields:write scope.

post/v1/patient_custom_fields

Request body

field_namestring required
datatype'string' | 'number' | 'date' | 'time' | 'text' | 'selection' | 'phone' | 'email' | 'address' required
statusstring
orderinteger
extra_optionsobject

For 'selection': { choices: [...] }

Response

Created

Changes

No recorded changes to this endpoint across all 1 revision of this API.