drchrono · Example Payload

Custominsuranceplanname Example

Example CustomInsurancePlanName resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Custominsuranceplanname 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": "CustomInsurancePlanName Example",
  "description": "Example CustomInsurancePlanName resource for drchrono REST API",
  "resource": "CustomInsurancePlanName",
  "path": "/api/custom_insurance_plan_names/{id}",
  "example": {
    "archived": false,
    "doctor": "example-doctor",
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "insurance_plan_name": "example-insurance_plan_name",
    "user": "example-user",
    "id": 1
  }
}