# My Family

### Overview&#x20;

When patient navigates into the My Family section.

Then it will see the lists of their family. So, primary patient can register their family into our platform on behalf of their family he can book the appointment, ask for referrals, see all their documents, notes, invite link.

<figure><img src="/files/6GCWy0ROCgH6IKRzqB1Y" alt=""><figcaption><p>My family section </p></figcaption></figure>

When you click on particular family you can see the details of the family member:

1. **Demographics:** Vital information including name, age, gender, contact details, pharmacy and family physician information.
2. **Appointments:** Summary of scheduled appointments, showing completed, canceled, and pending appointments.
3. **Documents:** Store and access important medical records for family member.
4. **Notes:** View health-related notes to aid communication with consulting providers.
5. **Invite Link:** Store and manage follow-up appointment links sent by consulting providers for booking appointments.

### Adding Family member

<figure><img src="/files/1OJDsdL1sNUGvhsZOSPb" alt=""><figcaption><p>Add family </p></figcaption></figure>

1. **Fill in patient personal details**: First name, last name, date of birth, biological gender, gender identification, preferred name.
2. **Enter health card details:** Insurance provider, insurance number, insurance expiry date, and upload insurance document if desired.
3. Optionally, add a profile picture.
4. Submit the form to add the family member.

Ready to book appointments for your family? You can move to the next section to book Appointments.


---

# 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/my-family.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.
