drchrono · Example Payload

Scheduleblock Example

Example ScheduleBlock resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Scheduleblock 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": "ScheduleBlock Example",
  "description": "Example ScheduleBlock resource for drchrono REST API",
  "resource": "ScheduleBlock",
  "path": "/api/schedule_blocks/{id}",
  "example": {
    "description": "example-description",
    "office": 1,
    "color": "example-color",
    "practice_group": 1,
    "start_time": "example-start_time",
    "exam_room": 1,
    "series": 1,
    "end_time": "example-end_time"
  }
}