drchrono · Example Payload

Tasknote Example

Example TaskNote resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Tasknote 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": "TaskNote Example",
  "description": "Example TaskNote resource for drchrono REST API",
  "resource": "TaskNote",
  "path": "/api/task_notes/{id}",
  "example": {
    "archived": false,
    "task": 1,
    "text": "example-text",
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "created_by": "example-created_by",
    "id": 1
  }
}