Skip to main content
POST
/
api
/
2.0
/
appointment_types
/
Create Appointment Type
curl --request POST \
  --url https://sandbox.elationemr.com/api/2.0/appointment_types/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "default_duration": 123,
  "name": "<string>",
  "practice": 123,
  "abbreviation": "<string>",
  "color": "<string>",
  "description": "<string>",
  "elation_note_template_ids": [
    123
  ],
  "is_telehealth": true,
  "patient_bookable": true,
  "patient_form_hours_prior": 123,
  "patient_forms": [
    123
  ],
  "visit_note_templates": [
    123
  ],
  "visit_note_type": 123
}
'
{
  "default_duration": 123,
  "name": "<string>",
  "practice": 123,
  "abbreviation": "<string>",
  "color": "<string>",
  "created_date": "2023-11-07T05:31:56Z",
  "deleted_date": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "elation_note_template_ids": [
    123
  ],
  "id": 123,
  "is_telehealth": true,
  "patient_bookable": true,
  "patient_form_hours_prior": 123,
  "patient_forms": [
    123
  ],
  "sequence": 123,
  "visit_note_templates": [
    123
  ],
  "visit_note_type": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
default_duration
integer
required
name
string
required
practice
integer<int64>
required
abbreviation
string
color
string
description
string
elation_note_template_ids
integer[]
is_telehealth
boolean
patient_bookable
boolean
patient_form_hours_prior
integer
patient_forms
integer[]
visit_note_format
enum<string> | null
Available options:
note2,
oneCol.oneField,
oneCol.preOp,
oneCol.preOp2,
oneCol.simple,
twoCol.complex,
twoCol.complex2
visit_note_templates
integer<int64>[]
visit_note_type
integer<int64> | null

Response

201 - application/json
default_duration
integer
required
name
string
required
practice
integer<int64>
required
abbreviation
string
color
string
created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
description
string
elation_note_template_ids
integer[]
id
integer
read-only
is_telehealth
boolean
patient_bookable
boolean
patient_form_hours_prior
integer
patient_forms
integer[]
sequence
integer
read-only
visit_note_format
enum<string> | null
Available options:
note2,
oneCol.oneField,
oneCol.preOp,
oneCol.preOp2,
oneCol.simple,
twoCol.complex,
twoCol.complex2
visit_note_templates
integer<int64>[]
visit_note_type
integer<int64> | null