Clinical Resources
Family History
Overview
The Family History section captures significant health conditions present in a patient’s immediate or extended family.
This information provides critical insights into genetic predispositions, inherited disorders, and potential risk factors that may influence screening strategies, preventive care, and treatment planning.
Understanding family medical background enables clinicians to identify conditions like cancer, cardiovascular disease, diabetes, or rare genetic disorders earlier and implement proactive interventions.
Clinical Data in Source Documents
Family history details are typically recorded in dedicated sections labeled Family History, Social History, or included within a History of Present Illness narrative.
The data may appear in paragraph form, structured tables, or bullet lists and generally include:
- Relationship - The family member’s relationship to the patient (e.g., mother, father, sibling, aunt, grandparent).
- Condition/Disease - The medical condition diagnosed in the family member (e.g., colorectal cancer, hypertension, Cerebrovascular disease).
- Age of Onset (if documented) - The age at which the family member was diagnosed with the condition, providing context for hereditary patterns.
- Additional Context - Notes about severity, lifestyle, or outcomes, when present in the source document.
Such information is vital for identifying hereditary trends that may require further genetic counseling or enhanced surveillance.
JSON Output
The platform extracts family history information into a standardized JSON format, enabling reliable downstream analysis and decision support.
The structured output typically includes:
- Relation: The familial relationship to the patient (e.g., Mother, Father, Maternal Aunt).
- Condition: The documented health issue or disease in the relative (e.g., colorectal cancer, Cerebrovascular disease).
- Age of Onset: Age at diagnosis if available; may be left as
nullwhen not specified.
This structured representation ensures consistency across various source formats while preserving the essential clinical context required for accurate risk assessment.
FHIR Output
Extracted family history data is mapped to the FHIR FamilyMemberHistory resource, a standard format designed to capture relationships and conditions of relatives in a patient’s health record.
Key mappings include:
- Relationship →
FamilyMemberHistory.relationship- Specifies the relationship to the patient (e.g., Mother , Father , Aunt ), using standard HL7 coding systems to ensure interoperability. - Condition →
FamilyMemberHistory.condition- Represents the medical condition associated with the family member, including free-text description and, where possible, standardized clinical terminology. - Status →
FamilyMemberHistory.status- Indicates the completeness of the family history entry (e.g., completed ). - Patient Reference →
FamilyMemberHistory.patient- Links the family history information to the specific patient’s record for seamless integration within the EHR. - Date →
FamilyMemberHistory.date- Captures the date the information was recorded or last updated to maintain data accuracy.