PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.4.0
    http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory
description: Significant health conditions for a person related to the patient relevant in the context of care for the patient.
package_name: hl7.fhir.r5.core
derivation: specialization
name: FamilyMemberHistory
type: FamilyMemberHistory
elements:
  deceasedAge: {short: 'Dead? How old/when?', type: Age, choiceOf: deceased, isSummary: true, index: 24}
  patient:
    short: Patient history is about
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 5
  date: {short: When history was recorded or last updated, type: dateTime, isSummary: true, index: 6}
  instantiatesCanonical: {short: Instantiates FHIR protocol or definition, type: canonical, array: true, isSummary: true, index: 1}
  instantiatesUri: {short: Instantiates external protocol or definition, type: uri, array: true, isSummary: true, index: 2}
  age:
    short: (approximate) age
    choices: [ageAge, ageRange, ageString]
    isSummary: true
    index: 16
  sex:
    short: male | female | other | unknown
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender'}
    isSummary: true
    index: 9
  ageRange: {short: (approximate) age, type: Range, choiceOf: age, isSummary: true, index: 18}
  bornString: {short: (approximate) date of birth, type: string, choiceOf: born, index: 14}
  deceasedBoolean: {short: 'Dead? How old/when?', type: boolean, choiceOf: deceased, isSummary: true, index: 23}
  name: {short: The family member described, type: string, isSummary: true, index: 7}
  relationship:
    short: Relationship to the subject
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://terminology.hl7.org/ValueSet/v3-FamilyMember'}
    isSummary: true
    index: 8
  procedure:
    type: BackboneElement
    short: Procedures that the related person had
    array: true
    index: 41
    elements:
      contributedToDeath: {type: boolean, short: Whether the procedure contributed to the cause of death, index: 44}
      performedAge: {type: Age, short: When the procedure was performed, choiceOf: performed, index: 47}
      performedString: {type: string, short: When the procedure was performed, choiceOf: performed, index: 50}
      performed:
        short: When the procedure was performed
        choices: [performedAge, performedRange, performedPeriod, performedString, performedDateTime]
        index: 46
      outcome:
        type: CodeableConcept
        short: What happened following the procedure
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/clinical-findings'}
        index: 43
      note: {type: Annotation, short: Extra information about the procedure, array: true, index: 52}
      performedRange: {type: Range, short: When the procedure was performed, choiceOf: performed, index: 48}
      performedDateTime: {type: dateTime, short: When the procedure was performed, choiceOf: performed, index: 51}
      code:
        type: CodeableConcept
        short: Procedures performed on the related person
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/procedure-code'}
        index: 42
      performedPeriod: {type: Period, short: When the procedure was performed, choiceOf: performed, index: 49}
    required: [code]
  deceased:
    short: Dead? How old/when?
    choices: [deceasedBoolean, deceasedAge, deceasedRange, deceasedDate, deceasedString]
    isSummary: true
    index: 22
  note: {type: Annotation, short: General note about related person, array: true, index: 29}
  reason:
    short: Why was family member history performed?
    type: CodeableReference
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/clinical-findings'}
    isSummary: true
    index: 28
  status:
    isModifier: true
    short: partial | completed | entered-in-error | health-unknown
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/history-status|4.4.0'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 3
  condition:
    type: BackboneElement
    short: Condition that the related person had
    array: true
    index: 30
    elements:
      onset:
        short: When condition first manifested
        choices: [onsetAge, onsetRange, onsetPeriod, onsetString]
        index: 35
      onsetRange: {short: When condition first manifested, type: Range, choiceOf: onset, index: 37}
      onsetAge: {short: When condition first manifested, type: Age, choiceOf: onset, index: 36}
      contributedToDeath: {type: boolean, short: Whether the condition contributed to the cause of death, index: 33}
      onsetPeriod: {short: When condition first manifested, type: Period, choiceOf: onset, index: 38}
      outcome:
        short: deceased | permanent disability | etc.
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-outcome'}
        index: 32
      note: {type: Annotation, short: Extra information about condition, array: true, index: 40}
      onsetString: {short: When condition first manifested, type: string, choiceOf: onset, index: 39}
      code:
        short: Condition suffered by relation
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-code'}
        index: 31
    required: [code]
  identifier: {short: External Id(s) for this record, type: Identifier, array: true, isSummary: true, index: 0}
  born:
    short: (approximate) date of birth
    choices: [bornPeriod, bornDate, bornString]
    index: 11
  ageString: {short: (approximate) age, type: string, choiceOf: age, isSummary: true, index: 19}
  deceasedRange: {short: 'Dead? How old/when?', type: Range, choiceOf: deceased, isSummary: true, index: 25}
  deceasedDate: {short: 'Dead? How old/when?', type: date, choiceOf: deceased, isSummary: true, index: 26}
  bornPeriod: {short: (approximate) date of birth, type: Period, choiceOf: born, index: 12}
  deceasedString: {short: 'Dead? How old/when?', type: string, choiceOf: deceased, isSummary: true, index: 27}
  ageAge: {short: (approximate) age, type: Age, choiceOf: age, isSummary: true, index: 17}
  bornDate: {short: (approximate) date of birth, type: date, choiceOf: born, index: 13}
  dataAbsentReason:
    short: subject-unknown | withheld | unable-to-obtain | deferred
    type: CodeableConcept
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/history-absent-reason'}
    isSummary: true
    index: 4
  estimatedAge: {short: 'Age is estimated?', type: boolean, meaningWhenMissing: It is unknown whether the age is an estimate or not, isSummary: true, index: 20}
package_version: 4.4.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.4.0
required: [relationship, status, patient]