drchrono · Example Payload

Staff Example

Example Staff resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Staff 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": "Staff Example",
  "description": "Example Staff resource for drchrono REST API",
  "resource": "Staff",
  "path": "/api/staff/{id}",
  "example": {
    "username": "example-username",
    "first_name": "example-first_name",
    "last_name": "example-last_name",
    "user_id": "example-user_id",
    "doctor": "example-doctor",
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "id": 1
  }
}