# FamilyHistoryEntry

Model ID: `FamilyHistoryEntry`

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. |
| `biological` | `boolean` | No |  |  | `true` | No | Whether the family member is a biological relative. |
| `born_date` | `string|null` | No |  |  | `null` | Yes | Birth date of the family member, when known. |
| `cause_of_death` | `string|null` | No |  |  | `null` | Yes | Cause of death of the family member, when recorded. |
| `conditions` | array of [`ehr.FamilyCondition`](./ehr.FamilyCondition.md) | No |  |  |  | No | Conditions recorded for this family member. |
| `deceased` | `boolean|null` | No |  |  | `null` | Yes | Whether the family member is deceased, when known. |
| `entry_id` | `string` | No | uuid |  |  | No | HealthCloud family-history entry identifier (UUID). |
| `fhir_id` | `string|null` | No |  |  | `null` | Yes | FHIR FamilyMemberHistory resource id, when stored. |
| `member_name` | `string|null` | No |  |  | `null` | Yes | Name of the family member, when known (FHIR FamilyMemberHistory.name). |
| `notes` | `string|null` | No |  |  | `null` | Yes | Free-text notes about the family member, when present. |
| `recorded_date` | `string|null` | No |  |  | `null` | Yes | Date the family-history entry was recorded, when known. |
| `relationship` | [`FamilyRelationship`](./FamilyRelationship.md) | Yes |  |  |  | No | Relationship of the family member to the patient (e.g. mother, father, sibling). |
| `sex` | `string|null` | No |  |  | `null` | Yes | Sex of the family member, when known. |
| `status` | [`FamilyHistoryStatus`](./FamilyHistoryStatus.md) | No |  |  | `"completed"` | No | Status of the family-history entry (required in FHIR): partial, completed, entered-in-error, or health-unknown. |

## Example

None declared in canonical OpenAPI.
