> ## Documentation Index
> Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Family History Object

## Object Definition

```json theme={null}
{
  "id": 67178004806,                     // long(64)
  "relationship": "Mother",              // see below
  "text": "",                            // string(500)
  "icd9_code": null,                     // string(50)
  "snomed_code": "49436004",
  "patient": 64058687489,
  "created_date": "2016-10-13T15:00:38Z",
  "deleted_date": null
}
```

## Allowed Values

| Attribute     | Type     | Allowed Values                                                                                                     | Description                                                 |
| :------------ | :------- | :----------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------- |
| id            | int      |                                                                                                                    | The id of the family history                                |
| relationship  | string   | "Mother", "Father", "Brother", "Sister", "Son", "Daughter", "Grandmother", "Grandfather", "Aunt", "Uncle", "Other" | The relationship of the family member of the family history |
| text          | string   |                                                                                                                    | The value (or text) of the family history                   |
| icd9\_code    | string   |                                                                                                                    | The icd9 code of the family history                         |
| snomed\_code  | string   |                                                                                                                    | The snomed code of the family history                       |
| patient       | int      |                                                                                                                    | The id of the patient                                       |
| created\_date | datetime |                                                                                                                    | The date the family history was created                     |
| deleted\_date | datetime |                                                                                                                    | The date the family history was deleted                     |
