drchrono · Example Payload

Appointmentprofile Example

Example AppointmentProfile resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Appointmentprofile 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": "AppointmentProfile Example",
  "description": "Example AppointmentProfile resource for drchrono REST API",
  "resource": "AppointmentProfile",
  "path": "/api/appointment_profiles/{id}",
  "example": {
    "archived": false,
    "name": "example-name",
    "doctor": 1,
    "color": "example-color",
    "reason": "example-reason",
    "sort_order": 1,
    "duration": 1,
    "id": 1
  }
}