drchrono · Example Payload

Reminderprofile Example

Example ReminderProfile resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Reminderprofile 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": "ReminderProfile Example",
  "description": "Example ReminderProfile resource for drchrono REST API",
  "resource": "ReminderProfile",
  "path": "/api/reminder_profiles/{id}",
  "example": {
    "reminders": [],
    "id": 1,
    "name": "example-name",
    "doctor": 1
  }
}