PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory
description: Base StructureDefinition for FamilyMemberHistory Resource
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: 21}
  patient:
    short: Patient history is about
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 1
  date: {short: When history was captured/updated, comments: This should be captured even if the same as the date on the List aggregating the full family history., type: dateTime, isSummary: true, index: 2}
  age:
    short: (approximate) age
    comments: use estimatedAge to indicate whether the age is actual or not.
    choices: [ageAge, ageRange, ageString]
    isSummary: true
    index: 13
  ageRange: {short: (approximate) age, comments: use estimatedAge to indicate whether the age is actual or not., type: Range, choiceOf: age, isSummary: true, index: 15}
  bornString: {short: (approximate) date of birth, type: string, choiceOf: born, index: 11}
  deceasedBoolean: {short: 'Dead? How old/when?', type: boolean, choiceOf: deceased, isSummary: true, index: 20}
  name: {short: The family member described, type: string, isSummary: true, index: 4}
  relationship: {short: Relationship to the subject, type: CodeableConcept, isSummary: true, index: 5}
  deceased:
    short: Dead? How old/when?
    choices: [deceasedBoolean, deceasedAge, deceasedRange, deceasedDate, deceasedString]
    isSummary: true
    index: 19
  note: {type: Annotation, short: General note about related person, index: 25}
  status: {isModifier: true, short: partial | completed | entered-in-error | health-unknown, type: code, isSummary: true, index: 3}
  condition:
    short: Condition that the related person had
    comments: If none of the conditions listed have an outcome of "death" specified, that indicates that none of the specified conditions are known to have been the primary cause of death.
    type: BackboneElement
    array: true
    index: 26
    elements:
      code: {short: Condition suffered by relation, type: CodeableConcept, index: 27}
      outcome: {short: deceased | permanent disability | etc., type: CodeableConcept, index: 28}
      onset:
        short: When condition first manifested
        choices: [onsetAge, onsetRange, onsetPeriod, onsetString]
        index: 30
      onsetAge: {short: When condition first manifested, type: Age, choiceOf: onset, index: 31}
      onsetRange: {short: When condition first manifested, type: Range, choiceOf: onset, index: 32}
      onsetPeriod: {short: When condition first manifested, type: Period, choiceOf: onset, index: 33}
      onsetString: {short: When condition first manifested, type: string, choiceOf: onset, index: 34}
      note: {type: Annotation, short: Extra information about condition, index: 35}
    required: [code]
  identifier: {short: External Id(s) for this record, type: Identifier, array: true, index: 0}
  born:
    short: (approximate) date of birth
    choices: [bornPeriod, bornDate, bornString]
    index: 8
  ageString: {short: (approximate) age, comments: use estimatedAge to indicate whether the age is actual or not., type: string, choiceOf: age, isSummary: true, index: 16}
  gender: {short: male | female | other | unknown, type: code, isSummary: true, index: 6}
  deceasedRange: {short: 'Dead? How old/when?', type: Range, choiceOf: deceased, isSummary: true, index: 22}
  deceasedDate: {short: 'Dead? How old/when?', type: date, choiceOf: deceased, isSummary: true, index: 23}
  bornPeriod: {short: (approximate) date of birth, type: Period, choiceOf: born, index: 9}
  deceasedString: {short: 'Dead? How old/when?', type: string, choiceOf: deceased, isSummary: true, index: 24}
  ageAge: {short: (approximate) age, comments: use estimatedAge to indicate whether the age is actual or not., type: Age, choiceOf: age, isSummary: true, index: 14}
  bornDate: {short: (approximate) date of birth, type: date, choiceOf: born, index: 10}
  estimatedAge: {isModifier: true, short: 'Age is estimated?', type: boolean, meaningWhenMissing: It is unknown whether the age is an estimate or not, isSummary: true, index: 17}
package_version: 1.8.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]