drchrono · Example Payload

Taskcategory Example

Example TaskCategory resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Taskcategory 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": "TaskCategory Example",
  "description": "Example TaskCategory resource for drchrono REST API",
  "resource": "TaskCategory",
  "path": "/api/task_categories/{id}",
  "example": {
    "archived": false,
    "is_global": "example-is_global",
    "name": "example-name",
    "practice_group": 1,
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "id": 1
  }
}