DSTU2 STU 3 Candidate
This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is

This page is part of the FHIR Specification (v1.4.0: STU 3 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 . For a full list of available versions, see the Directory of published versions . Page versions: . Page versions: R5 R4B R4 R3 R2

4.28 4.41 Resource FamilyMemberHistory - Content Resource FamilyMemberHistory - Content

Significant health events and conditions for a person related to the patient relevant in the context of care for the patient.
Patient Care Patient Care Work Group Work Group Maturity Level : 1 Maturity Level : 1 Compartments : : Patient

Significant health events and conditions for a person related to the patient relevant in the context of care for the patient.

4.28.1 Scope and Usage 4.41.1 Scope and Usage This resource records significant health events and conditions for a particular individual 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 for a particular family member. 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 can be represented by combining references to

This resource records significant health events and conditions for a particular individual 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 for a particular family member. 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 can be represented by combining references to FamilyMemberHistory instances into a instances into a List resource instance. This resource is referenced by resource instance.

This resource is referenced by clinicalimpression

4.28.2 Resource Content 4.41.2 Resource Content

Structure

Name Flags Card. Type Description & Constraints Description & Constraints doco
. . FamilyMemberHistory I DomainResource Information about patient's relatives, relevant for patient Information about patient's relatives, relevant for patient
Can have age[x] or birth[x], but not both Can have age[x] or born[x], but not both
. . . identifier 0..* Identifier External Id(s) for this record External Id(s) for this record
. . . patient Σ 1..1 Reference ( Patient ) Patient history is about Patient history is about
. . . date Σ 0..1 dateTime When history was captured/updated When history was captured/updated
. . . status ?! ?! Σ 1..1 code partial | completed | entered-in-error | health-unknown partial | completed | entered-in-error | health-unknown
FamilyHistoryStatus ( ( Required )
. . . name Σ 0..1 string The family member described The family member described
. . . relationship Σ 1..1 CodeableConcept Relationship to the subject Relationship to the subject
FamilyMember ( ( Example )
. . . gender Σ 0..1 code male | female | other | unknown male | female | other | unknown
AdministrativeGender ( ( Required )
. . . born[x] I 0..1 (approximate) date of birth (approximate) date of birth
. . . . bornPeriod Period
. . . . bornDate date
. . . . bornString string
. . . age[x] I 0..1 (approximate) age (approximate) age
. . . ageQuantity . ageQuantity Age
. . . . ageRange Range
. . . . ageString string
. . . deceased[x] 0..1 Dead? How old/when? Dead? How old/when?
. . . . deceasedBoolean boolean
. . . deceasedQuantity . deceasedQuantity Age
. . . . deceasedRange Range
. . . . deceasedDate date
. . . . deceasedString string
. . . note 0..1 Annotation General note about related person General note about related person
. . . condition 0..* BackboneElement Condition that the related person had Condition that the related person had
. . . . code 1..1 CodeableConcept Condition suffered by relation Condition suffered by relation
Condition/Problem/Diagnosis Codes ( Condition/Problem/Diagnosis Codes ( Example )
. . . . outcome 0..1 CodeableConcept deceased | permanent disability | etc. deceased | permanent disability | etc.
Condition Outcome Codes ( Condition Outcome Codes ( Example )
. . . . onset[x] 0..1 When condition first manifested When condition first manifested
. . . . onsetQuantity . onsetQuantity Age
. . . . . onsetRange Range
. . . . . onsetPeriod Period
. . . . . onsetString string
. . . . note 0..1 Annotation Extra information about condition Extra information about condition

Documentation for this format doco Documentation for this format

UML Diagram UML Diagram

FamilyMemberHistory ( ( DomainResource ) This records identifiers associated with this family member history record that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation) This records identifiers associated with this family member history record that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation) identifier : : Identifier [0..*] [0..*] The person who this history concerns The person who this history concerns patient : : Reference [1..1] « [1..1] « Patient » » The date (and possibly time) when the family member history was taken The date (and possibly time) when the family member history was taken date : : dateTime [0..1] [0..1] A code specifying a state of a Family Member History record (this element modifies the meaning of other elements) A code specifying a state of a Family Member History record (this element modifies the meaning of other elements) status : : code [1..1] « [1..1] « A code that identifies the status of the family history record. (Strength=Required) A code that identifies the status of the family history record. (Strength=Required) FamilyHistoryStatus ! » ! » This will either be a name or a description; e.g. "Aunt Susan", "my cousin with the red hair" This will either be a name or a description; e.g. "Aunt Susan", "my cousin with the red hair" name : : string [0..1] [0..1] The type of relationship this person has to the patient (father, mother, brother etc.) The type of relationship this person has to the patient (father, mother, brother etc.) relationship : : CodeableConcept [1..1] « [1..1] « The nature of the relationship between the patient and the related person being described in the family member history. (Strength=Example) The nature of the relationship between the patient and the related person being described in the family member history. (Strength=Example) FamilyMember ?? » ?? » Administrative Gender - the gender that the relative is considered to have for administration and record keeping purposes Administrative Gender - the gender that the relative is considered to have for administration and record keeping purposes gender : : code [0..1] « [0..1] « The gender of a person used for administrative purposes. (Strength=Required) The gender of a person used for administrative purposes. (Strength=Required) AdministrativeGender ! » ! » The actual or approximate date of birth of the relative The actual or approximate date of birth of the relative born[x] : : Type [0..1] « [0..1] « Period | date | string » » The actual or approximate age of the relative at the time the family member history is recorded The actual or approximate age of the relative at the time the family member history is recorded age[x] : : Type [0..1] « [0..1] « Quantity ( Age )| Range | string » » Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record deceased[x] : : Type [0..1] « [0..1] « boolean | Quantity ( Age )| Range | date | string » » This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible note : : Annotation [0..1] [0..1] Condition The actual condition specified. Could be a coded condition (like MI or Diabetes) or a less specific string like 'cancer' depending on how much is known about the condition and the capabilities of the creating system The actual condition specified. Could be a coded condition (like MI or Diabetes) or a less specific string like 'cancer' depending on how much is known about the condition and the capabilities of the creating system code : : CodeableConcept [1..1] « [1..1] « Identification of the Condition or diagnosis. (Strength=Example) Identification of the Condition or diagnosis. (Strength=Example) Condition/Problem/Diagnosis ?? » Condition/Problem/Diagnosis ?? » Indicates what happened as a result of this condition. If the condition resulted in death, deceased date is captured on the relation Indicates what happened as a result of this condition. If the condition resulted in death, deceased date is captured on the relation outcome : : CodeableConcept [0..1] « [0..1] « The result of the condition for the patient; e.g. death, permanent disability, temporary disability, etc. (Strength=Example) The result of the condition for the patient; e.g. death, permanent disability, temporary disability, etc. (Strength=Example) Condition Outcome ?? » Condition Outcome ?? » Either the age of onset, range of approximate age or descriptive string can be recorded. For conditions with multiple occurrences, this describes the first known occurrence Either the age of onset, range of approximate age or descriptive string can be recorded. For conditions with multiple occurrences, this describes the first known occurrence onset[x] : : Type [0..1] « [0..1] « Quantity ( Age )| Range | Period | string » » An area where general notes can be placed about this specific condition An area where general notes can be placed about this specific condition note : : Annotation [0..1] [0..1] The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition condition [0..*]

XML Template XML Template

<FamilyMemberHistory xmlns="http://hl7.org/fhir"> doco
 <!-- 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 -->
 <status value="[code]"/><!-- 1..1 partial | completed | entered-in-error | health-unknown -->
 <name value="[string]"/><!-- 0..1 The family member described -->
 <</relationship>

 <relationship><!-- 1..1 CodeableConcept Relationship to the subject --></relationship>

 <gender value="[code]"/><!-- 0..1 male | female | other | unknown -->
 <</born[x]>
 <</age[x]>

 <born[x]><!-- ?? 0..1 Period|date|string (approximate) date of birth --></born[x]>
 <age[x]><!-- ?? 0..1 Quantity(Age)|Range|string (approximate) age --></age[x]>

 <deceased[x]><!-- 0..1 boolean|Quantity(Age)|Range|date|string Dead? How old/when? --></deceased[x]>
 <note><!-- 0..1 Annotation General note about related person --></note>
 <condition>  <!-- 0..* Condition that the related person had -->
  <code><!-- 1..1 CodeableConcept Condition suffered by relation --></code>
  <outcome><!-- 0..1 CodeableConcept deceased | permanent disability | etc. --></outcome>
  <onset[x]><!-- 0..1 Quantity(Age)|Range|Period|string When condition first manifested --></onset[x]>
  <note><!-- 0..1 Annotation Extra information about condition --></note>
 </condition>
</FamilyMemberHistory>

JSON Template JSON Template

{doco
  "resourceType" : "FamilyMemberHistory",
  // 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
  "status" : "<code>", // R!  partial | completed | entered-in-error | health-unknown
  "name" : "<string>", // The family member described
  "

  "relationship" : { CodeableConcept }, // R!  Relationship to the subject

  "gender" : "<code>", // male | female | other | unknown
  // born[x]: (approximate) date of birth. One of these 3:
  "bornPeriod" : { Period },
  "bornDate" : "<date>",
  "bornString" : "<string>",
  // age[x]: (approximate) age. One of these 3:
  "ageQuantity" : { Quantity(Age) },
  "ageRange" : { Range },
  "ageString" : "<string>",
  // deceased[x]: Dead? How old/when?. One of these 5:
  "deceasedBoolean" : <boolean>,
  "deceasedQuantity" : { Quantity(Age) },
  "deceasedRange" : { Range },
  "deceasedDate" : "<date>",
  "deceasedString" : "<string>",
  "note" : { Annotation }, // General note about related person
  "condition" : [{ // Condition that the related person had
    "code" : { CodeableConcept }, // R!  Condition suffered by relation
    "outcome" : { CodeableConcept }, // deceased | permanent disability | etc.
    // onset[x]: When condition first manifested. One of these 4:
    "onsetQuantity" : { Quantity(Age) },
    "onsetRange" : { Range },
    "onsetPeriod" : { Period },
    "onsetString" : "<string>",
    "note" : { Annotation } // Extra information about condition
  }]
}

Structure

Name Flags Card. Type Description & Constraints Description & Constraints doco
. . FamilyMemberHistory I DomainResource Information about patient's relatives, relevant for patient Information about patient's relatives, relevant for patient
Can have age[x] or birth[x], but not both Can have age[x] or born[x], but not both
. . . identifier 0..* Identifier External Id(s) for this record External Id(s) for this record
. . . patient Σ 1..1 Reference ( Patient ) Patient history is about Patient history is about
. . . date Σ 0..1 dateTime When history was captured/updated When history was captured/updated
. . . status ?! ?! Σ 1..1 code partial | completed | entered-in-error | health-unknown partial | completed | entered-in-error | health-unknown
FamilyHistoryStatus ( ( Required )
. . . name Σ 0..1 string The family member described The family member described
. . . relationship Σ 1..1 CodeableConcept Relationship to the subject Relationship to the subject
FamilyMember ( ( Example )
. . . gender Σ 0..1 code male | female | other | unknown male | female | other | unknown
AdministrativeGender ( ( Required )
. . . born[x] I 0..1 (approximate) date of birth (approximate) date of birth
. . . . bornPeriod Period
. . . . bornDate date
. . . . bornString string
. . . age[x] I 0..1 (approximate) age (approximate) age
. . . ageQuantity . ageQuantity Age
. . . . ageRange Range
. . . . ageString string
. . . deceased[x] 0..1 Dead? How old/when? Dead? How old/when?
. . . . deceasedBoolean boolean
. . . deceasedQuantity . deceasedQuantity Age
. . . . deceasedRange Range
. . . . deceasedDate date
. . . . deceasedString string
. . . note 0..1 Annotation General note about related person General note about related person
. . . condition 0..* BackboneElement Condition that the related person had Condition that the related person had
. . . . code 1..1 CodeableConcept Condition suffered by relation Condition suffered by relation
Condition/Problem/Diagnosis Codes ( Condition/Problem/Diagnosis Codes ( Example )
. . . . outcome 0..1 CodeableConcept deceased | permanent disability | etc. deceased | permanent disability | etc.
Condition Outcome Codes ( Condition Outcome Codes ( Example )
. . . . onset[x] 0..1 When condition first manifested When condition first manifested
. . . . onsetQuantity . onsetQuantity Age
. . . . . onsetRange Range
. . . . . onsetPeriod Period
. . . . . onsetString string
. . . . note 0..1 Annotation Extra information about condition Extra information about condition

Documentation for this format doco Documentation for this format

UML Diagram UML Diagram

FamilyMemberHistory ( ( DomainResource ) This records identifiers associated with this family member history record that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation) This records identifiers associated with this family member history record that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation) identifier : : Identifier [0..*] [0..*] The person who this history concerns The person who this history concerns patient : : Reference [1..1] « [1..1] « Patient » » The date (and possibly time) when the family member history was taken The date (and possibly time) when the family member history was taken date : : dateTime [0..1] [0..1] A code specifying a state of a Family Member History record (this element modifies the meaning of other elements) A code specifying a state of a Family Member History record (this element modifies the meaning of other elements) status : : code [1..1] « [1..1] « A code that identifies the status of the family history record. (Strength=Required) A code that identifies the status of the family history record. (Strength=Required) FamilyHistoryStatus ! » ! » This will either be a name or a description; e.g. "Aunt Susan", "my cousin with the red hair" This will either be a name or a description; e.g. "Aunt Susan", "my cousin with the red hair" name : : string [0..1] [0..1] The type of relationship this person has to the patient (father, mother, brother etc.) The type of relationship this person has to the patient (father, mother, brother etc.) relationship : : CodeableConcept [1..1] « [1..1] « The nature of the relationship between the patient and the related person being described in the family member history. (Strength=Example) The nature of the relationship between the patient and the related person being described in the family member history. (Strength=Example) FamilyMember ?? » ?? » Administrative Gender - the gender that the relative is considered to have for administration and record keeping purposes Administrative Gender - the gender that the relative is considered to have for administration and record keeping purposes gender : : code [0..1] « [0..1] « The gender of a person used for administrative purposes. (Strength=Required) The gender of a person used for administrative purposes. (Strength=Required) AdministrativeGender ! » ! » The actual or approximate date of birth of the relative The actual or approximate date of birth of the relative born[x] : : Type [0..1] « [0..1] « Period | date | string » » The actual or approximate age of the relative at the time the family member history is recorded The actual or approximate age of the relative at the time the family member history is recorded age[x] : : Type [0..1] « [0..1] « Quantity ( Age )| Range | string » » Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record deceased[x] : : Type [0..1] « [0..1] « boolean | Quantity ( Age )| Range | date | string » » This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible note : : Annotation [0..1] [0..1] Condition The actual condition specified. Could be a coded condition (like MI or Diabetes) or a less specific string like 'cancer' depending on how much is known about the condition and the capabilities of the creating system The actual condition specified. Could be a coded condition (like MI or Diabetes) or a less specific string like 'cancer' depending on how much is known about the condition and the capabilities of the creating system code : : CodeableConcept [1..1] « [1..1] « Identification of the Condition or diagnosis. (Strength=Example) Identification of the Condition or diagnosis. (Strength=Example) Condition/Problem/Diagnosis ?? » Condition/Problem/Diagnosis ?? » Indicates what happened as a result of this condition. If the condition resulted in death, deceased date is captured on the relation Indicates what happened as a result of this condition. If the condition resulted in death, deceased date is captured on the relation outcome : : CodeableConcept [0..1] « [0..1] « The result of the condition for the patient; e.g. death, permanent disability, temporary disability, etc. (Strength=Example) The result of the condition for the patient; e.g. death, permanent disability, temporary disability, etc. (Strength=Example) Condition Outcome ?? » Condition Outcome ?? » Either the age of onset, range of approximate age or descriptive string can be recorded. For conditions with multiple occurrences, this describes the first known occurrence Either the age of onset, range of approximate age or descriptive string can be recorded. For conditions with multiple occurrences, this describes the first known occurrence onset[x] : : Type [0..1] « [0..1] « Quantity ( Age )| Range | Period | string » » An area where general notes can be placed about this specific condition An area where general notes can be placed about this specific condition note : : Annotation [0..1] [0..1] The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition condition [0..*]

XML Template XML Template

<FamilyMemberHistory xmlns="http://hl7.org/fhir"> doco
 <!-- 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 -->
 <status value="[code]"/><!-- 1..1 partial | completed | entered-in-error | health-unknown -->
 <name value="[string]"/><!-- 0..1 The family member described -->
 <</relationship>

 <relationship><!-- 1..1 CodeableConcept Relationship to the subject --></relationship>

 <gender value="[code]"/><!-- 0..1 male | female | other | unknown -->
 <</born[x]>
 <</age[x]>

 <born[x]><!-- ?? 0..1 Period|date|string (approximate) date of birth --></born[x]>
 <age[x]><!-- ?? 0..1 Quantity(Age)|Range|string (approximate) age --></age[x]>

 <deceased[x]><!-- 0..1 boolean|Quantity(Age)|Range|date|string Dead? How old/when? --></deceased[x]>
 <note><!-- 0..1 Annotation General note about related person --></note>
 <condition>  <!-- 0..* Condition that the related person had -->
  <code><!-- 1..1 CodeableConcept Condition suffered by relation --></code>
  <outcome><!-- 0..1 CodeableConcept deceased | permanent disability | etc. --></outcome>
  <onset[x]><!-- 0..1 Quantity(Age)|Range|Period|string When condition first manifested --></onset[x]>
  <note><!-- 0..1 Annotation Extra information about condition --></note>
 </condition>
</FamilyMemberHistory>

JSON Template JSON Template

{doco
  "resourceType" : "FamilyMemberHistory",
  // 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
  "status" : "<code>", // R!  partial | completed | entered-in-error | health-unknown
  "name" : "<string>", // The family member described
  "

  "relationship" : { CodeableConcept }, // R!  Relationship to the subject

  "gender" : "<code>", // male | female | other | unknown
  // born[x]: (approximate) date of birth. One of these 3:
  "bornPeriod" : { Period },
  "bornDate" : "<date>",
  "bornString" : "<string>",
  // age[x]: (approximate) age. One of these 3:
  "ageQuantity" : { Quantity(Age) },
  "ageRange" : { Range },
  "ageString" : "<string>",
  // deceased[x]: Dead? How old/when?. One of these 5:
  "deceasedBoolean" : <boolean>,
  "deceasedQuantity" : { Quantity(Age) },
  "deceasedRange" : { Range },
  "deceasedDate" : "<date>",
  "deceasedString" : "<string>",
  "note" : { Annotation }, // General note about related person
  "condition" : [{ // Condition that the related person had
    "code" : { CodeableConcept }, // R!  Condition suffered by relation
    "outcome" : { CodeableConcept }, // deceased | permanent disability | etc.
    // onset[x]: When condition first manifested. One of these 4:
    "onsetQuantity" : { Quantity(Age) },
    "onsetRange" : { Range },
    "onsetPeriod" : { Period },
    "onsetString" : "<string>",
    "note" : { Annotation } // Extra information about condition
  }]
}

  Alternate definitions:

Alternate definitions: Schema / Schematron , Resource Profile ( , Resource Profile ( XML , , JSON ), ), Questionnaire

4.28.2.1 Terminology Bindings 4.41.2.1 Terminology Bindings

Path Definition Type Reference
FamilyMemberHistory.status FamilyMemberHistory.status A code that identifies the status of the family history record. A code that identifies the status of the family history record. Required FamilyHistoryStatus
FamilyMemberHistory.relationship FamilyMemberHistory.relationship The nature of the relationship between the patient and the related person being described in the family member history. The nature of the relationship between the patient and the related person being described in the family member history. Example FamilyMember
FamilyMemberHistory.gender FamilyMemberHistory.gender The gender of a person used for administrative purposes. The gender of a person used for administrative purposes. Required AdministrativeGender
FamilyMemberHistory.condition.code FamilyMemberHistory.condition.code Identification of the Condition or diagnosis. Identification of the Condition or diagnosis. Example Condition/Problem/Diagnosis Codes Condition/Problem/Diagnosis Codes
FamilyMemberHistory.condition.outcome FamilyMemberHistory.condition.outcome The result of the condition for the patient; e.g. death, permanent disability, temporary disability, etc. The result of the condition for the patient; e.g. death, permanent disability, temporary disability, etc. Example Condition Outcome Codes Condition Outcome Codes

4.28.2.2 Constraints 4.41.2.2 Constraints

  • fhs-1 : Can have age[x] or birth[x], but not both (xpath: not (*[starts-with(local-name(.), 'age')] and *[starts-with(local-name(.), 'birth')]) : Can have age[x] or born[x], but not both ( expression : age.empty() or born.empty() )

4.28.2.3 4.41.2.3 Processing information about the Femily Member History Processing information about the Femily Member History The Family Member History

The Family Member History List may contain other than FamilyMemberHistory resources. For example, a full Family History could be a may contain other than FamilyMemberHistory resources. For example, a full Family History could be a List that might include a mixture of FamilyMemberHistory records as well as that might include a mixture of FamilyMemberHistory records as well as Observation records of things like "maternal family history of breast cancer". records of things like "maternal family history of breast cancer".

4.28.3 Search Parameters 4.41.3 Search Parameters Search parameters for this resource. The common parameters also apply. See

Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services. for more information about searching in REST, messaging, and services.

© HL7.org 2011+. FHIR DSTU2 (v1.0.2-7202) generated on Sat, Oct 24, 2015 07:43+1100. Links: Search
Name Type Description Paths
code token A search by a condition code A search by a condition code FamilyMemberHistory.condition.code
date date When history was captured/updated When history was captured/updated FamilyMemberHistory.date
gender token A search by a gender code of a family member A search by a gender code of a family member FamilyMemberHistory.gender
identifier token A search by a record identifier A search by a record identifier FamilyMemberHistory.identifier
patient reference The identity of a subject to list family member history items for The identity of a subject to list family member history items for FamilyMemberHistory.patient
( Patient )
relationship token A search by a relationship type A search by a relationship type FamilyMemberHistory.relationship