# Health

## Health Overview

A consolidated place to see everything related to the health of a patient. A patient user sees her own data. For a caregiver user, a patient selector dropdown at the top-left allows caregivers to switch between their patients.&#x20;

Header icons provide quick access to add new records, view history, and assign shared access. The main section on the page lets users access Medications, Assessments, and any unusual incidents that may have been added for this patient.

<figure><img src="/files/X9sxxwCloO4oz6qgHleR" alt=""><figcaption></figcaption></figure>

### Today's Medications

The top section of the Health tab shows today's medication schedule for the selected patient, split into three sub-sections:

* Upcoming — medications not yet due
* Taken — medications already marked as taken
* Overdue (red label) — missed medications, each with a Mark Taken button

<figure><img src="/files/Pwcg5N7Yjk3lY4P6u2uI" alt=""><figcaption></figcaption></figure>

### Patient Summary Report

A printable-style report is accessible from the Health header. Time window toggle: 30 / 60 / 90 days. Such a report is very important to convey a summary of activities to your family, caregivers, and, more importantly, for your next doctor's visit. The report includes:

* Report generated date, period, patient name, caregiver name, relationship
* ASSESSMENTS section
* MEDICATIONS section — drug name, dosage, frequency schedule
* NOTES section

<figure><img src="/files/Qlkojac9zY3ODOCriKAQ" alt=""><figcaption></figcaption></figure>

### Manage Medications

Allows you to add or edit a medication record for a patient:

* Patient selector, Medication Name (searchable dropdown), Amount + Unit, Condition the medication is taken for, Notes
* Schedule: Start date, Repeat every X (Day/Week/Month/Year), Days of week multi-selector, Times of day (add multiple HH:MM entries)

<figure><img src="/files/CGFNayqu4A9FtUy9stej" alt=""><figcaption></figcaption></figure>

### Health Assessments

A three-section tabbed form (Section 1 / 2 / 3) can be used to capture and monitor the mental and cognitive state of a patient. Section 1 captures: Patient, Assessment Reason, Ability to Hear, and Ability to See. Additional fields are distributed across Sections 2 and 3.&#x20;

<figure><img src="/files/wuxgwO2Iw0OEN5IjuQsq" alt=""><figcaption></figcaption></figure>

A Next Section button advances through the tabs.

### Unusual Incidents

The Ability Hub app allows you to capture any event of interest for a patient. A three-tab form for documenting incidents (Incident / Notes / Artifacts) is available. The Incident tab captures: Incident type, Start date/time, End date/time, Person associated, Patient associated.

<figure><img src="/files/6uM09EI7CdNF7PvTQ2Ee" alt=""><figcaption></figcaption></figure>


---

# 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://fieldworker.gitbook.io/fieldworker-docs/fundamentals/pages/ability-hub-app/health.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.
