For AI agents: visit https://docs.elationhealth.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
{
"id": 67178004806, // long(64)
"relationship": "Mother", // see below
"text": "", // string(500)
"icd9_code": null, // string(50)
"snomed_code": "49436004",
"patient": 64058687489,
"created_date": "2016-10-13T15:00:38Z",
"deleted_date": null
}
| Attribute | Type | Allowed Values | Description |
|---|
| id | int | | The id of the family history |
| relationship | string | "Mother", "Father", "Brother", "Sister", "Son", "Daughter", "Grandmother", "Grandfather", "Aunt", "Uncle", "Other" | The relationship of the family member of the family history |
| text | string | | The value (or text) of the family history |
| icd9_code | string | | The icd9 code of the family history |
| snomed_code | string | | The snomed code of the family history |
| patient | int | | The id of the patient |
| created_date | datetime | | The date the family history was created |
| deleted_date | datetime | | The date the family history was deleted |