drchrono · Example Payload

Cashpayment Example

Example CashPayment resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Cashpayment 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": "CashPayment Example",
  "description": "Example CashPayment resource for drchrono REST API",
  "resource": "CashPayment",
  "path": "/api/patient_payments/{id}",
  "example": {
    "line_item": 1,
    "posted_date": "example-posted_date",
    "appointment": 1,
    "doctor": 1,
    "payment_method": "example-payment_method",
    "created_at": "example-created_at",
    "payment_transaction_type": "example-payment_transaction_type",
    "created_by": "example-created_by"
  }
}