drchrono · Example Payload

Eobobject Example

Example EOBObject resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Eobobject 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": "EOBObject Example",
  "description": "Example EOBObject resource for drchrono REST API",
  "resource": "EOBObject",
  "path": "/api/eobs/{id}",
  "example": {
    "posted_date": "example-posted_date",
    "insurance_payer_name": "example-insurance_payer_name",
    "doctor": 1,
    "payment_method": "example-payment_method",
    "deposit_date": "example-deposit_date",
    "updated_at": "example-updated_at",
    "insurance_payer_id": "example-insurance_payer_id",
    "scanned_eob": "example-scanned_eob"
  }
}