This object represents a patient form request, which is an association between aDocumentation Index
Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Patient and a set of PatientForm.You must first create the
PatientForm before you can associate them to a PatientFormRequest. A PatientFormRequestcan be Read, Created, and Updated.
Example Object
Here’s an examplePatientFormRequest:
Field Definitions
| Field | Required | Read Only | Type | Description |
|---|---|---|---|---|
| id | No | Yes | long(64) | The unique identifier for the PatientFormRequest. |
| patient | Yes | No | long(64) | The unique identifier for the Patient associated with the PatientFormRequest. |
| practice | No | Yes | long(64) | The unique identifier for the Practice associated with the PatientFormRequest. |
| forms_url | No | Yes | string | This is the anonymous URL that can be used to access the forms. |
| notification_date | No | No | date | The date the PatientFormRequest was sent to the patient. This follows the format: YYYY-MM-DD. Any other format will result in an error. |
| patient_forms | Yes | No | array[long(64)] | An array of PatientForm IDs associated with the PatientFormRequest. |
| created_date | No | Yes | datetime | The date the PatientFormRequest was created. |