drchrono · Example Payload

Cashpaymentlog Example

Example CashPaymentLog resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Cashpaymentlog 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": "CashPaymentLog Example",
  "description": "Example CashPaymentLog resource for drchrono REST API",
  "resource": "CashPaymentLog",
  "path": "/api/patient_payment_log/{id}",
  "example": {
    "appointment": "example-appointment",
    "doctor": "example-doctor",
    "payment_method": "example-payment_method",
    "updated_at": "example-updated_at",
    "created_by": "example-created_by",
    "source": "example-source",
    "amount": 0.0,
    "action": "example-action"
  }
}