drchrono · Example Payload

Consentform Example

Example ConsentForm resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Consentform 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": "ConsentForm Example",
  "description": "Example ConsentForm resource for drchrono REST API",
  "resource": "ConsentForm",
  "path": "/api/consent_forms/{id}",
  "example": {
    "archived": false,
    "is_mandatory": false,
    "uri": "example-uri",
    "doctor": 1,
    "updated_at": "example-updated_at",
    "created_at": "example-created_at",
    "title": "example-title",
    "assign_by_default": false
  }
}