drchrono · Example Payload

Insurance Example

Example Insurance resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Insurance 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": "Insurance Example",
  "description": "Example Insurance resource for drchrono REST API",
  "resource": "Insurance",
  "path": "/api/insurances/{id}",
  "example": {
    "payer_name": "example-payer_name",
    "state": "example-state",
    "payer_id": "example-payer_id"
  }
}