drchrono · Example Payload

Telemedicineappointment Example

Example TelemedicineAppointment resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Telemedicineappointment 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": "TelemedicineAppointment Example",
  "description": "Example TelemedicineAppointment resource for drchrono REST API",
  "resource": "TelemedicineAppointment",
  "path": "/api/telehealth_appointments/{id}",
  "example": {
    "sent_patient_email": "example-sent_patient_email",
    "appointment": 1,
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "overlapping_duration": "example-overlapping_duration",
    "duration": 1,
    "telehealth_url": "example-telehealth_url"
  }
}