drchrono · Example Payload

Workschedule Example

Example WorkSchedule resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Workschedule 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": "WorkSchedule Example",
  "description": "Example WorkSchedule resource for drchrono REST API",
  "resource": "WorkSchedule",
  "path": "/api/doctor_work_schedule",
  "example": {
    "work_days": [],
    "id": 1,
    "office": 1,
    "doctor": 1
  }
}