PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.2.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.core
derivation: specialization
name: FamilyMemberHistory
type: FamilyMemberHistory
elements:
  deceasedAge: {short: 'Dead? How old/when?', type: Age, choiceOf: deceased, isSummary: true, index: 23}
  patient:
    short: Patient history is about
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 4
  date: {short: When history was captured/updated, type: dateTime, isSummary: true, index: 5}
  age:
    short: (approximate) age
    choices: [ageAge, ageRange, ageString]
    isSummary: true
    index: 15
  instantiates: {short: Instantiates protocol or definition, type: uri, array: true, isSummary: true, index: 1}
  ageRange: {short: (approximate) age, type: Range, choiceOf: age, isSummary: true, index: 17}
  bornString: {short: (approximate) date of birth, type: string, choiceOf: born, index: 13}
  deceasedBoolean: {short: 'Dead? How old/when?', type: boolean, choiceOf: deceased, isSummary: true, index: 22}
  name: {short: The family member described, type: string, isSummary: true, index: 6}
  relationship: {short: Relationship to the subject, type: CodeableConcept, isSummary: true, index: 7}
  reasonCode: {short: 'Why was family member history performed?', type: CodeableConcept, array: true, isSummary: true, index: 27}
  deceased:
    short: Dead? How old/when?
    choices: [deceasedBoolean, deceasedAge, deceasedRange, deceasedDate, deceasedString]
    isSummary: true
    index: 21
  note: {type: Annotation, short: General note about related person, array: true, index: 29}
  status: {isModifier: true, short: partial | completed | entered-in-error | health-unknown, type: code, isSummary: true, index: 2}
  condition:
    short: Condition that the related person had
    type: BackboneElement
    array: true
    index: 30
    elements:
      code: {short: Condition suffered by relation, type: CodeableConcept, index: 31}
      outcome: {short: deceased | permanent disability | etc., type: CodeableConcept, index: 32}
      onset:
        short: When condition first manifested
        choices: [onsetAge, onsetRange, onsetPeriod, onsetString]
        index: 34
      onsetAge: {short: When condition first manifested, type: Age, choiceOf: onset, index: 35}
      onsetRange: {short: When condition first manifested, type: Range, choiceOf: onset, index: 36}
      onsetPeriod: {short: When condition first manifested, type: Period, choiceOf: onset, index: 37}
      onsetString: {short: When condition first manifested, type: string, choiceOf: onset, index: 38}
      note: {type: Annotation, short: Extra information about condition, array: true, index: 39}
    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: 10
  ageString: {short: (approximate) age, type: string, choiceOf: age, isSummary: true, index: 18}
  gender: {short: male | female | other | unknown, type: code, isSummary: true, index: 8}
  deceasedRange: {short: 'Dead? How old/when?', type: Range, choiceOf: deceased, isSummary: true, index: 24}
  deceasedDate: {short: 'Dead? How old/when?', type: date, choiceOf: deceased, isSummary: true, index: 25}
  bornPeriod: {short: (approximate) date of birth, type: Period, choiceOf: born, index: 11}
  deceasedString: {short: 'Dead? How old/when?', type: string, choiceOf: deceased, isSummary: true, index: 26}
  ageAge: {short: (approximate) age, type: Age, choiceOf: age, isSummary: true, index: 16}
  bornDate: {short: (approximate) date of birth, type: date, choiceOf: born, index: 12}
  dataAbsentReason: {short: subject-unknown | withheld | unable-to-obtain | deferred, type: CodeableConcept, isSummary: true, index: 3}
  reasonReference:
    short: Why was family member history performed?
    refers: ['http://hl7.org/fhir/StructureDefinition/AllergyIntolerance', 'http://hl7.org/fhir/StructureDefinition/Condition', 'http://hl7.org/fhir/StructureDefinition/DiagnosticReport', 'http://hl7.org/fhir/StructureDefinition/DocumentReference', 'http://hl7.org/fhir/StructureDefinition/Observation', 'http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse']
    type: Reference
    array: true
    isSummary: true
    index: 28
  estimatedAge: {short: 'Age is estimated?', type: boolean, meaningWhenMissing: It is unknown whether the age is an estimate or not, isSummary: true, index: 19}
package_version: 3.2.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [relationship, status, patient]