drchrono · Example Payload

Signedconsentform Example

Example SignedConsentForm resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Signedconsentform 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": "SignedConsentForm Example",
  "description": "Example SignedConsentForm resource for drchrono REST API",
  "resource": "SignedConsentForm",
  "path": "/api/signed_consent_forms/{id}",
  "example": {
    "date_signed": "example-date_signed",
    "archived": false,
    "appointment": 1,
    "signature_file": "example-signature_file",
    "updated_at": "example-updated_at",
    "patient": 1,
    "consent_form": 1,
    "id": 1
  }
}