This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Significant health events and conditions for people related to the subject relevant in the context of care for the subject.
This resource records significant health events and conditions for people related to the subject. This information can be known to different levels of accuracy. Sometimes the exact condition ('asthma') is known, and sometimes it is less precise ('some sort of cancer'). Equally, sometimes the person can be identified ('my aunt Agatha') and sometimes all that is known is that the person was an uncle.
This resource represents a simple structure used to capture an 'elementary' family history. However, it can also be the basis for capturing a more rigorous history useful for genetic and other analysis - refer to the Genetic Pedigree profile for an example.
The entire family history for an individual is stored in a single resource.
This resource is referenced by [Procedure]
<FamilyHistory xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, modifierExtension, language, text, and contained --> <identifier><!-- 0..* Identifier External Id(s) for this record § --></identifier> <subject><!-- 1..1 Resource(Patient) Patient history is about § --></subject> <note value="[string]"/><!-- 0..1 Additional details not covered elsewhere --> <relation> <!-- 0..* Relative described by history --> <name value="[string]"/><!-- 0..1 The family member described § --> <relationship><!-- 1..1 CodeableConcept Relationship to the subject § --></relationship> <born[x]><!-- 0..1 Period|date|string (approximate) date of birth --></born[x]> <deceased[x]><!-- 0..1 boolean|Age|Range|date|string Dead? How old/when? --></deceased[x]> <note value="[string]"/><!-- 0..1 General note about related person --> <condition> <!-- 0..* Condition that the related person had --> <type><!-- 1..1 CodeableConcept Condition suffered by relation --></type> <outcome><!-- 0..1 CodeableConcept deceased | permanent disability | etc. --></outcome> <onset[x]><!-- 0..1 Age|Range|string When condition first manifested --></onset[x]> <note value="[string]"/><!-- 0..1 Extra information about condition --> </condition> </relation> </FamilyHistory>
Alternate definitions: Schema/Schematron, Resource Profile
Path | Definition | Type | Reference |
---|---|---|---|
FamilyHistory.relation.relationship | The nature of the relationship between the patient and the related person being described in the family history | Incomplete | http://hl7.org/fhir/v3/vs/FamilyMember |
FamilyHistory.relation.condition.outcome | The result of the condition for the patient. E.g. death, permanent disability, temporary disability, etc. | Unknown | No details provided yet |
Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
_id | token | The logical resource id associated with the resource (must be supported by all servers) | |
_language | token | The language of the resource | |
subject | reference | The identity of a subject to list family history items for | FamilyHistory.subject (Patient) |