drchrono · Example Payload

Telemedicineappointmenteventlog Example

Example TelemedicineAppointmentEventLog resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Telemedicineappointmenteventlog 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": "TelemedicineAppointmentEventLog Example",
  "description": "Example TelemedicineAppointmentEventLog resource for drchrono REST API",
  "resource": "TelemedicineAppointmentEventLog",
  "path": "/api/telehealth_appointment_history/{id}",
  "example": {
    "timestamp": "example-timestamp",
    "description": "example-description",
    "event_type": "example-event_type"
  }
}