http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory|4.0.1

Significant health conditions for a person related to the patient relevant in the context of care for the patient.
description: Significant health conditions for a person related to the patient relevant in the context of care for the patient.
derivation: specialization
name: FamilyMemberHistory
type: FamilyMemberHistory
elements:
  patient: {short: Patient history is about, isSummary: true, index: 5}
  date: {short: When history was recorded or last updated, isSummary: true, index: 6}
  instantiatesCanonical: {short: Instantiates FHIR protocol or definition, array: true, isSummary: true, index: 1}
  instantiatesUri: {short: Instantiates external protocol or definition, array: true, isSummary: true, index: 2}
  age:
    short: (approximate) age
    choices: []
    isSummary: true
    index: 13
  sex:
    short: male | female | other | unknown
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender'}
    isSummary: true
    index: 9
  name: {short: The family member described, isSummary: true, index: 7}
  relationship:
    short: Relationship to the subject
    binding: {strength: example, valueSet: 'http://terminology.hl7.org/ValueSet/v3-FamilyMember'}
    isSummary: true
    index: 8
  reasonCode:
    short: Why was family member history performed?
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/clinical-findings'}
    isSummary: true
    index: 17
  deceased:
    short: Dead? How old/when?
    choices: []
    isSummary: true
    index: 16
  note: {short: General note about related person, array: true, index: 19}
  status:
    isModifier: true
    short: partial | completed | entered-in-error | health-unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/history-status|4.0.1'}
    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:
    short: Condition that the related person had
    array: true
    index: 20
    elements:
      code:
        short: Condition suffered by relation
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-code'}
        index: 21
      outcome:
        short: deceased | permanent disability | etc.
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-outcome'}
        index: 22
      contributedToDeath: {short: Whether the condition contributed to the cause of death, index: 23}
      onset:
        short: When condition first manifested
        choices: []
        index: 25
      note: {short: Extra information about condition, array: true, index: 26}
    required: [code]
  identifier: {short: External Id(s) for this record, array: true, isSummary: true, index: 0}
  born:
    short: (approximate) date of birth
    choices: []
    index: 11
  dataAbsentReason:
    short: subject-unknown | withheld | unable-to-obtain | deferred
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/history-absent-reason'}
    isSummary: true
    index: 4
  reasonReference: {short: 'Why was family member history performed?', array: true, isSummary: true, index: 18}
  estimatedAge: {short: 'Age is estimated?', meaningWhenMissing: It is unknown whether the age is an estimate or not, isSummary: true, index: 14}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [relationship, status, patient]