# FamilyCondition

Model ID: `ehr.FamilyCondition`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `age_at_death` | `integer|null` | No |  |  | `null` | Yes | Age of the family member at death, when known. |
| `age_at_onset` | `integer|null` | No |  |  | `null` | Yes | Age of the family member at onset of the condition, when known. |
| `condition` | `string` | Yes |  |  |  | No | Name/description of the family member's condition. |
| `icd10_code` | `string|null` | No |  |  | `null` | Yes | ICD-10-CM code for the condition, when coded. |
| `notes` | `string|null` | No |  |  | `null` | Yes | Free-text notes about the condition, when present. |
| `snomed_code` | `string|null` | No |  |  | `null` | Yes | SNOMED CT code for the family member's condition, when known. |

## Example

None declared in canonical OpenAPI.
