drchrono · Example Payload

Yellownotepad Example

Example YellowNotepad resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Yellownotepad 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": "YellowNotepad Example",
  "description": "Example YellowNotepad resource for drchrono REST API",
  "resource": "YellowNotepad",
  "path": "/api/yellow_notepad",
  "example": {
    "content": "example-content",
    "template_id": 1,
    "appointment_id": 1
  }
}