# Family & Social History

The **Family & Social History** tab in medical records captures details about a patient's family health conditions and lifestyle factors. These insights help identify genetic risks and understand social and environmental influences on the patient’s health.

***

## Accessing the **Family & Social History** tab

* Navigate to the **Medical Records** screen.
* Open the **Family & Social History** tab.
* In the dropdown menu on the right, select either **Family History** or **Social History** as needed.

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

***

## Family History

The **Family History** section captures detailed information about the health conditions of family members, their relationships to the patient, and other relevant details. This information aids in identifying potential genetic risks and provides a comprehensive view of the patient’s health profile.

### Steps to Capture Family History Details

<figure><img src="/files/9q15idFhb4oFreaTXzwI" alt=""><figcaption></figcaption></figure>

* Choose the family member’s relationship to the patient from the list.
* Enter the name of the family member associated with the relationship in the **Name** text field.
* Begin typing the diagnosis ICD or description of the ICD in the **Diagnosis** dropdown field that the family member had taken or is undergoing the diagnosis. A list of matching ICD codes will appear in the dropdown. Select the appropriate diagnosis. You can also select multiple ICDs.
* Toggle the **Status** switch to indicate the diagnosis status: toggle ON if the family member is undergoing treatment, and toggle OFF if the diagnosis is no longer active.
* Enter/Select the **From** and **To Date** fields to specify the diagnosis period. Use the date pickers to select the appropriate dates.
* Provide any additional remarks or information about the condition or the family member in the **Notes** field.

***

## Social History

The Social History section records lifestyle and behavioral factors that may influence the patient’s health. This data is critical for understanding environmental and social determinants of health.

### Steps to Capture Social History Details

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

* In the **SOCIAL HABIT** section, if the patient has or had the habit earlier, toggle the **Habit** switch **ON**. If not, toggle it **OFF**.
* Select the frequency or quantity from the **Social Habit Quantity** droplist.
* Toggle the **Status** switch to indicate if the patient currently has the habit (**ON**) or no longer has it (**OFF**).
* If there are any remarks, enter them in the **Notes** text field.

***


---

# 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://unitecare.gitbook.io/uniteemr/application-modules/medical-records/family-and-social-history.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.
