drchrono · Example Payload

Feeschedule Example

Example FeeSchedule resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Feeschedule 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": "FeeSchedule Example",
  "description": "Example FeeSchedule resource for drchrono REST API",
  "resource": "FeeSchedule",
  "path": "/api/fee_schedules_v2/{id}",
  "example": {
    "ineffective_date": "example-ineffective_date",
    "assignees": [],
    "items": [],
    "created_at": "example-created_at",
    "payer_id": "example-payer_id",
    "updated_at": "example-updated_at",
    "assignee_type": "example-assignee_type",
    "specialities": []
  }
}