---
title: "List Family Histories"
method: GET
path: "/api/2.0/family_histories/"
tags: ["Family Histories"]
---

# List Family Histories

`GET /api/2.0/family_histories/`

Returns a list of patient family histories

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string
- `patient` integer[]
- `practice` integer[]

## Response `200`

- PaginatedPatientFamilyHistoryList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PatientFamilyHistory[], required
    - `created_date` string, date-time, nullable — The date the family history was created.
    - `deleted_date` string, date-time, nullable — The date the family history was deleted.
    - `icd9_code` string, nullable — The icd9 code of the family history.
    - `id` integer
    - `patient` integer, required — The id of the patient.
    - `rank` integer
    - `relationship` 'Aunt' | 'Brother' | 'Daughter' | 'Father' | 'Grandfather' | 'Grandmother' | 'Mother' | 'Other' | 'Sister' | 'Son' | 'Uncle', required
    - `snomed_code` string, nullable — The SNOMED code for the family history.
    - `text` string — The value (or text) of the family history.

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/revisions/c060f89d4de7/schema)
