description: The date or estimated date that the allergy or intolerance resolved. This is called abatement because of the many overloaded connotations associated with resolution. package_name: rs/hl7.fhir.uv.extensions derivation: constraint name: Abatement type: Extension elements: extension: {index: 0} url: pattern: {type: uri, value: 'http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement'} type: uri index: 1 value: choices: [valueDateTime, valueAge, valuePeriod, valueRange, valueString] index: 3 valueDateTime: {type: dateTime, choiceOf: value, index: 4} valueAge: {type: Age, choiceOf: value, index: 5} valuePeriod: {type: Period, choiceOf: value, index: 6} valueRange: {type: Range, choiceOf: value, index: 7} valueString: {type: string, choiceOf: value, index: 8} package_version: 5.2.0 extensions: {} class: extension kind: complex-type url: http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement base: http://hl7.org/fhir/StructureDefinition/Extension version: 5.2.0 required: [value, valueAge, valueDateTime, valuePeriod, valueRange, valueString]