drchrono · Example Payload

Appointment Example

Example Appointment resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Appointment 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": "Appointment Example",
  "description": "Example Appointment resource for drchrono REST API",
  "resource": "Appointment",
  "path": "/api/appointments_list/{id}",
  "example": {
    "status": "example-status",
    "icd9_codes": [],
    "office": 1,
    "base_recurring_appointment": "example-base_recurring_appointment",
    "color": "example-color",
    "vitals": {},
    "first_billed_date": "example-first_billed_date",
    "last_billed_date": "example-last_billed_date"
  }
}