drchrono · Example Payload

Taskstatus Example

Example TaskStatus resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Taskstatus 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": "TaskStatus Example",
  "description": "Example TaskStatus resource for drchrono REST API",
  "resource": "TaskStatus",
  "path": "/api/task_statuses/{id}",
  "example": {
    "archived": false,
    "name": "example-name",
    "status_category": "example-status_category",
    "practice_group": 1,
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "id": 1,
    "task_category": 1
  }
}