PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2.core@1.0.2
    http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory
description: Base StructureDefinition for FamilyMemberHistory Resource
package_name: hl7.fhir.r2.core
name: FamilyMemberHistory
type: null
elements:
  patient: {short: Patient history is about, 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
    choices: [ageQuantity, ageRange, ageString]
    index: 13
  ageRange: {short: (approximate) age, type: Range, choiceOf: age, index: 15}
  bornString: {short: (approximate) date of birth, type: string, choiceOf: born, index: 11}
  deceasedBoolean: {type: boolean, short: 'Dead? How old/when?', choiceOf: deceased, index: 19}
  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, deceasedQuantity, deceasedRange, deceasedDate, deceasedString]
    index: 18
  note: {type: Annotation, short: General note about related person, index: 24}
  status: {isModifier: true, short: partial | completed | entered-in-error | health-unknown, type: code, isSummary: true, index: 3}
  condition:
    type: BackboneElement
    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.
    array: true
    index: 25
    elements:
      code: {type: CodeableConcept, short: Condition suffered by relation, index: 26}
      outcome: {type: CodeableConcept, short: deceased | permanent disability | etc., index: 27}
      onset:
        short: When condition first manifested
        choices: [onsetQuantity, onsetRange, onsetPeriod, onsetString]
        index: 29
      onsetQuantity: {short: When condition first manifested, type: Quantity, choiceOf: onset, index: 30}
      onsetRange: {short: When condition first manifested, type: Range, choiceOf: onset, index: 31}
      onsetPeriod: {short: When condition first manifested, type: Period, choiceOf: onset, index: 32}
      onsetString: {short: When condition first manifested, type: string, choiceOf: onset, index: 33}
      note: {type: Annotation, short: Extra information about condition, index: 34}
    required: [code]
  identifier: {type: Identifier, short: External Id(s) for this record, array: true, index: 0}
  born:
    short: (approximate) date of birth
    choices: [bornPeriod, bornDate, bornString]
    index: 8
  ageString: {short: (approximate) age, type: string, choiceOf: age, index: 16}
  gender: {short: male | female | other | unknown, type: code, isSummary: true, index: 6}
  deceasedRange: {type: Range, short: 'Dead? How old/when?', choiceOf: deceased, index: 21}
  deceasedDate: {type: date, short: 'Dead? How old/when?', choiceOf: deceased, index: 22}
  bornPeriod: {short: (approximate) date of birth, type: Period, choiceOf: born, index: 9}
  deceasedString: {type: string, short: 'Dead? How old/when?', choiceOf: deceased, index: 23}
  ageQuantity: {short: (approximate) age, type: Quantity, choiceOf: age, index: 14}
  bornDate: {short: (approximate) date of birth, type: date, choiceOf: born, index: 10}
  deceasedQuantity: {type: Quantity, short: 'Dead? How old/when?', choiceOf: deceased, index: 20}
package_version: 1.0.2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory
version: null
required: [relationship, status, patient]