drchrono · Example Payload

Phonecalllog Example

Example PhoneCallLog resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Phonecalllog 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": "PhoneCallLog Example",
  "description": "Example PhoneCallLog resource for drchrono REST API",
  "resource": "PhoneCallLog",
  "path": "/api/comm_logs/{id}",
  "example": {
    "scheduled_time": "example-scheduled_time",
    "archived": false,
    "appointment": 1,
    "doctor": 1,
    "title": "example-title",
    "created_at": "example-created_at",
    "author": "example-author",
    "updated_at": "example-updated_at"
  }
}