This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
This resource maintained by the Patient Care Work Group
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 ClinicalAssessment and Procedure
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
FamilyHistory | DomainResource | Information about patient's relatives, relevant for patient | ||
identifier | Σ | 0..* | Identifier | External Id(s) for this record |
patient | Σ | 1..1 | Patient | Patient history is about |
date | Σ | 0..1 | dateTime | When history was captured/updated |
note | 0..1 | string | Additional details not covered elsewhere | |
relation | I | 0..* | Element | Relative described by history Can have age[x] or birth[x], but not both |
name | Σ | 0..1 | string | The family member described |
relationship | Σ | 1..1 | CodeableConcept | Relationship to the subject FamilialRelationship (Incomplete) |
born[x] | I | (approximate) date of birth | ||
bornPeriod | 0..1 | Period | ||
bornDate | 0..1 | date | ||
bornString | 0..1 | string | ||
age[x] | I | (approximate) age | ||
ageAge | 0..1 | Age | ||
ageRange | 0..1 | Range | ||
ageString | 0..1 | string | ||
deceased[x] | Dead? How old/when? | |||
deceasedBoolean | 0..1 | boolean | ||
deceasedAge | 0..1 | Age | ||
deceasedRange | 0..1 | Range | ||
deceasedDate | 0..1 | date | ||
deceasedString | 0..1 | string | ||
note | 0..1 | string | General note about related person | |
condition | 0..* | Element | Condition that the related person had | |
type | 1..1 | CodeableConcept | Condition suffered by relation | |
outcome | 0..1 | CodeableConcept | deceased | permanent disability | etc. | |
onset[x] | When condition first manifested | |||
onsetAge | 0..1 | Age | ||
onsetRange | 0..1 | Range | ||
onsetString | 0..1 | string | ||
note | 0..1 | string | Extra information about condition |
UML Diagram
XML Template
<FamilyHistory xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External Id(s) for this record --></identifier> <patient><!-- 1..1 Reference(Patient) Patient history is about --></patient> <date value="[dateTime]"/><!-- 0..1 When history was captured/updated --> <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]> <age[x]><!-- 0..1 Age|Range|string (approximate) age --></age[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>
JSON Template
{ "resourceType" : "FamilyHistory", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // External Id(s) for this record "patient" : { Reference(Patient) }, // R! Patient history is about "date" : "<dateTime>", // When history was captured/updated "note" : "<string>", // Additional details not covered elsewhere "relation" : [{ // Relative described by history "name" : "<string>", // The family member described "relationship" : { CodeableConcept }, // R! Relationship to the subject // born[x]: (approximate) date of birth. One of these 3: "bornPeriod" : { Period }, "bornDate" : "<date>", "bornString" : "<string>", // age[x]: (approximate) age. One of these 3: "ageAge" : { Age }, "ageRange" : { Range }, "ageString" : "<string>", // deceased[x]: Dead? How old/when?. One of these 5: "deceasedBoolean" : <boolean>, "deceasedAge" : { Age }, "deceasedRange" : { Range }, "deceasedDate" : "<date>", "deceasedString" : "<string>", "note" : "<string>", // General note about related person "condition" : [{ // Condition that the related person had "type" : { CodeableConcept }, // R! Condition suffered by relation "outcome" : { CodeableConcept }, // deceased | permanent disability | etc. // onset[x]: When condition first manifested. One of these 3: "onsetAge" : { Age }, "onsetRange" : { Range }, "onsetString" : "<string>", "note" : "<string>" // Extra information about condition }] }] }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
FamilyHistory | DomainResource | Information about patient's relatives, relevant for patient | ||
identifier | Σ | 0..* | Identifier | External Id(s) for this record |
patient | Σ | 1..1 | Patient | Patient history is about |
date | Σ | 0..1 | dateTime | When history was captured/updated |
note | 0..1 | string | Additional details not covered elsewhere | |
relation | I | 0..* | Element | Relative described by history Can have age[x] or birth[x], but not both |
name | Σ | 0..1 | string | The family member described |
relationship | Σ | 1..1 | CodeableConcept | Relationship to the subject FamilialRelationship (Incomplete) |
born[x] | I | (approximate) date of birth | ||
bornPeriod | 0..1 | Period | ||
bornDate | 0..1 | date | ||
bornString | 0..1 | string | ||
age[x] | I | (approximate) age | ||
ageAge | 0..1 | Age | ||
ageRange | 0..1 | Range | ||
ageString | 0..1 | string | ||
deceased[x] | Dead? How old/when? | |||
deceasedBoolean | 0..1 | boolean | ||
deceasedAge | 0..1 | Age | ||
deceasedRange | 0..1 | Range | ||
deceasedDate | 0..1 | date | ||
deceasedString | 0..1 | string | ||
note | 0..1 | string | General note about related person | |
condition | 0..* | Element | Condition that the related person had | |
type | 1..1 | CodeableConcept | Condition suffered by relation | |
outcome | 0..1 | CodeableConcept | deceased | permanent disability | etc. | |
onset[x] | When condition first manifested | |||
onsetAge | 0..1 | Age | ||
onsetRange | 0..1 | Range | ||
onsetString | 0..1 | string | ||
note | 0..1 | string | Extra information about condition |
XML Template
<FamilyHistory xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External Id(s) for this record --></identifier> <patient><!-- 1..1 Reference(Patient) Patient history is about --></patient> <date value="[dateTime]"/><!-- 0..1 When history was captured/updated --> <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]> <age[x]><!-- 0..1 Age|Range|string (approximate) age --></age[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>
JSON Template
{ "resourceType" : "FamilyHistory", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // External Id(s) for this record "patient" : { Reference(Patient) }, // R! Patient history is about "date" : "<dateTime>", // When history was captured/updated "note" : "<string>", // Additional details not covered elsewhere "relation" : [{ // Relative described by history "name" : "<string>", // The family member described "relationship" : { CodeableConcept }, // R! Relationship to the subject // born[x]: (approximate) date of birth. One of these 3: "bornPeriod" : { Period }, "bornDate" : "<date>", "bornString" : "<string>", // age[x]: (approximate) age. One of these 3: "ageAge" : { Age }, "ageRange" : { Range }, "ageString" : "<string>", // deceased[x]: Dead? How old/when?. One of these 5: "deceasedBoolean" : <boolean>, "deceasedAge" : { Age }, "deceasedRange" : { Range }, "deceasedDate" : "<date>", "deceasedString" : "<string>", "note" : "<string>", // General note about related person "condition" : [{ // Condition that the related person had "type" : { CodeableConcept }, // R! Condition suffered by relation "outcome" : { CodeableConcept }, // deceased | permanent disability | etc. // onset[x]: When condition first manifested. One of these 3: "onsetAge" : { Age }, "onsetRange" : { Range }, "onsetString" : "<string>", "note" : "<string>" // Extra information about condition }] }] }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
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 common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
date | date | When history was captured/updated | FamilyHistory.date |
patient | reference | The identity of a subject to list family history items for | FamilyHistory.patient (Patient) |