drchrono · Example Payload

Appointmenttemplate Example

Example AppointmentTemplate resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Appointmenttemplate Example is an example object payload from drchrono, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionresourcepathexample

Example Payload

Raw ↑
{
  "title": "AppointmentTemplate Example",
  "description": "Example AppointmentTemplate resource for drchrono REST API",
  "resource": "AppointmentTemplate",
  "path": "/api/appointment_templates/{id}",
  "example": {
    "profile": 1,
    "scheduled_time": "example-scheduled_time",
    "archived": false,
    "week_days": [],
    "office": 1,
    "open_slots": [],
    "date_end": "example-date_end",
    "date_start": "example-date_start"
  }
}