drchrono · Example Payload

Patientamendment Example

Example PatientAmendment resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Patientamendment 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": "PatientAmendment Example",
  "description": "Example PatientAmendment resource for drchrono REST API",
  "resource": "PatientAmendment",
  "path": "/api/amendments/{id}",
  "example": {
    "amendment_name": "example-amendment_name",
    "appointment": 1,
    "doctor": 1,
    "comments": "example-comments",
    "amendment_file": "example-amendment_file",
    "patient": 1,
    "id": 1
  }
}