PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.geboortezorg@1.3.3-rc3
    http://nictiz.nl/fhir/StructureDefinition/bc-FamilyMemberHistory
description: A FamilyMemberHistory profile as defined by BabyConnect describing the relevant family history of a pregnant woman.\r\n* FamilyMemberHistory.patient points to the woman Patient\r\n* FamilyMemberHistory.relationship describes the relation (e.g. father or sister) of the family member to the woman Patient\r\n* FamilyMemberHistory.condition points to the (significant) condition(s) of the family member. The optional contributedToDeath extension can be used to indicate if a specific condition caused death\r\n* FamilyMemberHistory.deceased[x] indicates whether the family member has deceased. This can either be a boolean (true/false) or more specific information can be provided like age. If an age is present, it implies that the family member is deceased and in this case the boolean value should be left out.
package_name: nictiz.fhir.nl.stu3.geboortezorg
derivation: constraint
name: bc-FamilyMemberHistory
type: FamilyMemberHistory
elements:
  patient:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/bc-Woman']
    index: 0
  date: {index: 1}
  relationship: {index: 2}
  deceased:
    choices: [deceasedAge]
    index: 9
    slicing:
      slices:
        deceasedAge:
          match: {}
          schema:
            choices: [deceasedAge]
            index: 9
  deceasedBoolean:
    type: boolean
    choiceOf: deceased
    index: 7
    slicing:
      slices:
        deceasedBoolean:
          match: {}
          schema: {type: boolean, choiceOf: deceased, index: 7}
  deceasedAge:
    type: Age
    choiceOf: deceased
    index: 10
    slicing:
      slices:
        deceasedAge:
          match: {}
          schema: {type: Age, choiceOf: deceased, index: 10}
  note: {index: 11}
  condition:
    extensions:
      contributedToDeath: {url: h, max: 1, type: Extension, isModifier: false, index: 12}
    elements:
      extension:
        type: Extension
        isModifier: false
        url: h
        index: 12
        slicing:
          slices:
            contributedToDeath:
              match: {}
              schema: {type: Extension, isModifier: false, url: h, index: 12}
              max: 1
      code: {index: 13}
      outcome: {index: 14}
package_version: 1.3.3-rc3
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/bc-FamilyMemberHistory
base: http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory
version: 1.3.2