drchrono · Example Payload

Doctorfeeschedule Example

Example DoctorFeeSchedule resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Doctorfeeschedule 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": "DoctorFeeSchedule Example",
  "description": "Example DoctorFeeSchedule resource for drchrono REST API",
  "resource": "DoctorFeeSchedule",
  "path": "/api/fee_schedules/{id}",
  "example": {
    "code_type": "example-code_type",
    "insured_out_of_network_price": 0.0,
    "office": 1,
    "updated_at": "example-updated_at",
    "code": "example-code",
    "billing_description": "example-billing_description",
    "id": 1,
    "picklist_category": "example-picklist_category"
  }
}