PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-snapshot2
    http://hl7.org/fhir/StructureDefinition/familymemberhistory-abatement
description: The approximate date, age, or flag indicating that the condition of the family member resolved. The abatement should only be specified if the condition is stated in the positive sense, i.e., the didNotHave flag is false.
package_name: hl7.fhir.r5.examples
derivation: constraint
name: abatement
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/familymemberhistory-abatement'}
    index: 1
  value:
    choices: [valueDate, valueAge, valueBoolean]
    index: 3
  valueDate: {type: date, choiceOf: value, index: 4}
  valueAge: {type: Age, choiceOf: value, index: 5}
  valueBoolean: {type: boolean, choiceOf: value, index: 6}
package_version: 5.0.0-snapshot2
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/familymemberhistory-abatement
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 4.6.0
required: [valueAge, value, valueBoolean, valueDate]