Family History
Family History
Source Object: Family History
The Family History source object encompasses information related to a patient's family medical history, focusing on various aspects such as specific conditions, relationships, and relevant codes.
Overview
Family medical history plays a critical role in assessing a patient's risk factors for various hereditary or familial health conditions. The Family History source object is designed to capture and organize this important information within a patient's electronic health record (EHR).
Usage
The Family History source object has the following key uses within a healthcare platform:
- Documenting Family History: It serves as a structured repository for recording and organizing a patient's family medical history. This may include information about conditions that run in the family or any noteworthy health issues among close relatives.
- Identifying Relationships: The source object includes data about the patient's relationships with family members, helping to establish a clear picture of how medical conditions may be inherited.
- Coding and Standardization: ICD-9 and SNOMED codes are utilized to standardize and categorize specific medical conditions, ensuring consistency in recording and retrieval of family history data.
- Created and Deleted Dates: These dates provide insights into when the family history information was added or removed, contributing to data audit trails.
- Enhanced Risk Assessment: Family history data aids healthcare providers in assessing a patient's risk for hereditary conditions and tailoring preventive measures or early detection strategies accordingly.
The Family History source object is an essential component in delivering personalized healthcare by considering genetic factors and family trends in medical assessments and decision-making.
Mapping Table
Data Field | Source Field Data Type | Resource Mapping Context | Source Data Field Cardinality | Source Data Field Description | Example Value | Source Data Field Validation Rule | Mapped FHIR Resource | Mapped FHIR Data Field | Augmented Mapping | Associated Coding System | Associated FHIR Data Field Extension | Mapped FHIR Data Field Type |
---|---|---|---|---|---|---|---|---|---|---|---|---|
created_date | DateTime | Top Level | 0..1 | The date the family history was created | 2016-10-13T15:00:38Z | read-only | FamilyMemberHistory | date | - | NA | - | TBD |
deleted_date | DateTime | Top Level | 0..1 | The date the family history was deleted | null | read-only | FamilyMemberHistory | extension[*].valueDate | - | NA | deleted-date | dateTime |
icd9_code | String | Top Level | 0..1 | The icd9 code of the family history | null | string(50) | FamilyMemberHistory | condition[1].code.coding[*].code | - | ICD9 | - | TBD |
id | Integer | Top Level | 0..1 | The id of the family history | 67178004806 | long(64) | FamilyMemberHistory | id | - | NA | - | TBD |
patient | Integer | Top Level | 1..1 | The id of the patient | 64058687489 | - | FamilyMemberHistory | patient.reference | - | NA | - | TBD |
relationship | String | Top Level | 1..1 | The relationship of the family member of the family history | Mother | "Mother", "Father", "Brother", "Sister", "Son", "Daughter", "Grandmother", "Grandfather", "Aunt", "Uncle", "Other" | FamilyMemberHistory | relationship.coding[1].display | - | NA | - | TBD |
snomed_code | String | Top Level | 0..1 | The snomed code of the family history | 49436004 | - | FamilyMemberHistory | condition[1].code.coding[*].code | - | Snomed | - | TBD |
text | String | Top Level | 0..1 | The value (or text) of the family history | - | string(500) | FamilyMemberHistory | condition[1].code.coding[*].display | - | NA | - | TBD |