drchrono · Example Payload

Claimbillingnotes Example

Example ClaimBillingNotes resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Claimbillingnotes 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": "ClaimBillingNotes Example",
  "description": "Example ClaimBillingNotes resource for drchrono REST API",
  "resource": "ClaimBillingNotes",
  "path": "/api/claim_billing_notes/{id}",
  "example": {
    "text": "example-text",
    "created_at": "example-created_at",
    "appointment": 1,
    "id": 1,
    "created_by": "example-created_by"
  }
}