drchrono · Example Payload

Customappointmentfieldtype Example

Example CustomAppointmentFieldType resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Customappointmentfieldtype 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": "CustomAppointmentFieldType Example",
  "description": "Example CustomAppointmentFieldType resource for drchrono REST API",
  "resource": "CustomAppointmentFieldType",
  "path": "/api/custom_appointment_fields/{id}",
  "example": {
    "archived": false,
    "doctor": "example-doctor",
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "order": 1,
    "field_desc": "example-field_desc",
    "field_name": "example-field_name",
    "id": 1
  }
}