drchrono · Example Payload

Patientmessage Example

Example PatientMessage resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Patientmessage 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": "PatientMessage Example",
  "description": "Example PatientMessage resource for drchrono REST API",
  "resource": "PatientMessage",
  "path": "/api/patient_messages/{id}",
  "example": {
    "body": "example-body",
    "patient": 1,
    "attachments": [],
    "doctor": 1,
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "message": "example-message",
    "id": 1
  }
}