# E-form

When patients access the e-form section, they see a list of forms assigned to them or their family members.

### **1. Viewing E-form**

* **Name:** Displays the name of the e-form, typically indicating its purpose.
* **Assigned Date**: Shows when the e-form was assigned to the patient.
* **Due Date**: Indicates the deadline by which the patient must complete the form.
* **Assignees**: Lists individuals responsible for verifying form completion.
* **Status**:
  1. **Pending**: Form has not been completed yet.
  2. **In-Progress**: Patient is currently working on the form.
  3. **Completed**: Patient has finished filling out the form.
* **Actions**:
  1. **View Questions**: Allows patients to see the questions included in the form.
  2. **Write Answers**: Permits patients to provide answers to the questions.
  3. **Write Answer Icon (Conditional)**:
     * Disabled if the form is pending and the due date has passed.
     * Enabled if the form is in progress or completed.

### **2. Status Management**

* **Pending Status**

  If the due date is exceeded, the write answer icon becomes inactive.
* **In Progress Status**

  Answers are not saved until the patient completes the form.

  If answers are not saved, the status remains in progress.
* **Completed Status**

  Patients can freely write their answers upon completion.

### 3. Search and filter functionality

* Patients can search for specific e-forms by name.
* Filters allow patients to sort forms by due date and status.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omnivatelehealth.com/patient/resources/e-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
