---
title: "Retrieve Family History"
method: GET
path: "/api/2.0/family_histories/{id}/"
tags: ["Family Histories"]
---

# Retrieve Family History

`GET /api/2.0/family_histories/{id}/`

Retrieve a single patient family history

## Path parameters

- `id` integer, required

## Response `200`

- PatientFamilyHistory
  - `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)
