drchrono · Example Payload

Lineitemtransaction Example

Example LineItemTransaction resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Lineitemtransaction 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": "LineItemTransaction Example",
  "description": "Example LineItemTransaction resource for drchrono REST API",
  "resource": "LineItemTransaction",
  "path": "/api/transactions/{id}",
  "example": {
    "insurance": {},
    "ins_paid": 0.0,
    "posted_date": "example-posted_date",
    "appointment": 1,
    "ins_name": 1,
    "doctor": 1,
    "adjustment_group_code": "example-adjustment_group_code",
    "updated_at": "example-updated_at"
  }
}