drchrono · Example Payload

Soapnotecustomreport Example

Example SoapNoteCustomReport resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Soapnotecustomreport 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": "SoapNoteCustomReport Example",
  "description": "Example SoapNoteCustomReport resource for drchrono REST API",
  "resource": "SoapNoteCustomReport",
  "path": "/api/clinical_note_templates/{id}",
  "example": {
    "archived": false,
    "workflow_key": "example-workflow_key",
    "name": "example-name",
    "doctor": "example-doctor",
    "updated_at": "example-updated_at",
    "is_persistent": false,
    "clinical_note_fields": [],
    "is_onpatient": false
  }
}