This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). 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.
The resource name as it appears in a RESTful URL is [root]/familyhistory/
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.
The entire family history for an individual is stored in a single resource.
<FamilyHistory xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, narrative, and contained --> <subject><!-- 1..1 Resource(Patient) Subject of this history § --></subject> <note value="[string]"/><!-- 0..1 Additional details --> <relation> <!-- 0..* The relation --> <name value="[string]"/><!-- 0..1 The family member who had the condition § --> <relationship><!-- 1..1 CodeableConcept Relationship to the subject § --></relationship> <deceased[x]><!-- 0..1 boolean|Age|Range|string Is the person deceased --></deceased[x]> <note value="[string]"/><!-- 0..1 General note about the related person --> <condition> <!-- 0..* The Condition that the related person had --> <type><!-- 1..1 CodeableConcept The condition --></type> <outcome><!-- 0..1 CodeableConcept deceased | permanent disability | etc. --></outcome> <onset[x]><!-- 0..1 Age|Range|string How old the person was when the condition manifested --></onset[x]> <note value="[string]"/><!-- 0..1 General notes --> </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 person with the condition. Based on the HL7v3 RoleCode: OID: 2.16.840.1.113883.5.111 with some inappropriate items removed | Fixed | http://hl7.org/fhir/familial-relationship |
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 |
This resource represents a "bare bones" Family History as typically supported simple clinical systems. A more elaborate version incorporating more detailed information as appropriate for genetic councilling will be developed as a profile on this resource.
Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.
Name / Type | Description | Paths |
_id : token | The logical resource id associated with the resource (must be supported by all servers) | |
subject : reference | The identity of a subject to list family history items for | FamilyHistory.subject |