drchrono · Example Payload

Careplan Example

Example CarePlan resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Careplan 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": "CarePlan Example",
  "description": "Example CarePlan resource for drchrono REST API",
  "resource": "CarePlan",
  "path": "/api/care_plans/{id}",
  "example": {
    "code": "example-code",
    "appointment": "example-appointment",
    "description": "example-description",
    "title": "example-title",
    "created_at": "example-created_at",
    "plan_type": "example-plan_type",
    "updated_at": "example-updated_at",
    "scheduled_date": "example-scheduled_date"
  }
}