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

# familymemberhistory_condition

The significant conditions that the family member had (`FamilyMemberHistory.condition[]`).

**Primary Keys:**

* familymemberhistory\_condition\_id

**Foreign Keys:**

* familymemberhistory\_id - links to the [familymemberhistory](/medical-api/handling-data/schema-v100/familymemberhistory/base) table

<div style={{textAlign: 'right'}}><sub>† Metriport Platform added</sub></div>

| Column                             | Data Type | Description                                                    |
| ---------------------------------- | --------- | -------------------------------------------------------------- |
| familymemberhistory\_condition\_id | varchar   | Unique identifier for the condition row                        |
| familymemberhistory\_id            | varchar   | Parent family member history                                   |
| onsetage\_value                    | varchar   | Onset age value                                                |
| onsetage\_unit                     | varchar   | Unit for onset age (e.g. a for years)                          |
| code\_text                         | varchar   | Free-text description of the condition                         |
| code\_icd\_10\_cm\_code†           | varchar   | ICD-10-CM condition code                                       |
| code\_icd\_10\_cm\_display†        | varchar   | Human-readable description of ICD-10-CM code                   |
| code\_snomed\_code†                | varchar   | SNOMED CT condition code                                       |
| code\_snomed\_display†             | varchar   | Human-readable description of SNOMED CT code                   |
| code\_icd\_9\_cm\_code†            | varchar   | ICD-9-CM condition code                                        |
| code\_icd\_9\_cm\_display†         | varchar   | Human-readable description of ICD-9-CM code                    |
| contributed\_to\_death             | varchar   | Whether the condition contributed to the family member's death |

**Related Tables:**

**Parent:**

* [familymemberhistory](/medical-api/handling-data/schema-v100/familymemberhistory/base)

**Child:**

* [familymemberhistory\_condition\_code\_coding](/medical-api/handling-data/schema-v100/familymemberhistory/condition_code_coding)
