drchrono · Example Payload

Clinicalnote Example

Example ClinicalNote resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Clinicalnote 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": "ClinicalNote Example",
  "description": "Example ClinicalNote resource for drchrono REST API",
  "resource": "ClinicalNote",
  "path": "/api/clinical_notes/{id}",
  "example": {
    "patient": "example-patient",
    "archived": false,
    "clinical_note_sections": [],
    "appointment": "example-appointment",
    "signee": {}
  }
}