drchrono · Example Payload

Doctoroptions Example

Example DoctorOptions resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Doctoroptions 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": "DoctorOptions Example",
  "description": "Example DoctorOptions resource for drchrono REST API",
  "resource": "DoctorOptions",
  "path": "/api/doctor_options/{id}",
  "example": {
    "default_supervising_provider": 1,
    "doctor": 1,
    "updated_at": "example-updated_at",
    "patient_statement_office": 1,
    "allowed_payment_methods": [],
    "default_report": 1,
    "default_billing_provider": 1,
    "default_reminder_profile": 1
  }
}