AllergyIntolerance
open class AllergyIntolerance: DomainResource
Allergy or Intolerance (generally: Risk of adverse reaction to a substance).
Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.
-
Allergy or Intolerance (generally: Risk of adverse reaction to a substance).
Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.
Declaration
Swift
override open class var resourceType: String -
Date record was believed accurate.
Declaration
Swift
public var assertedDate: DateTime? -
Source of the information about the allergy.
Declaration
Swift
public var asserter: Reference? -
Category of the identified substance.
Declaration
Swift
public var category: [AllergyIntoleranceCategory]? -
The clinical status of the allergy or intolerance.
Declaration
Swift
public var clinicalStatus: AllergyIntoleranceClinicalStatus? -
Code that identifies the allergy or intolerance.
Declaration
Swift
public var code: CodeableConcept? -
Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.
Declaration
Swift
public var criticality: AllergyIntoleranceCriticality? -
External ids for this item.
Declaration
Swift
public var identifier: [Identifier]? -
Date(/time) of last known occurrence of a reaction.
Declaration
Swift
public var lastOccurrence: DateTime? -
Additional text not captured in other fields.
Declaration
Swift
public var note: [Annotation]? -
When allergy or intolerance was identified.
Declaration
Swift
public var onsetAge: Age? -
When allergy or intolerance was identified.
Declaration
Swift
public var onsetDateTime: DateTime? -
When allergy or intolerance was identified.
Declaration
Swift
public var onsetPeriod: Period? -
When allergy or intolerance was identified.
Declaration
Swift
public var onsetRange: Range? -
When allergy or intolerance was identified.
Declaration
Swift
public var onsetString: FHIRString? -
Who the sensitivity is for.
Declaration
Swift
public var patient: Reference? -
Adverse Reaction Events linked to exposure to substance.
Declaration
Swift
public var reaction: [AllergyIntoleranceReaction]? -
Who recorded the sensitivity.
Declaration
Swift
public var recorder: Reference? -
Identification of the underlying physiological mechanism for the reaction risk.
Declaration
Swift
public var type: AllergyIntoleranceType? -
Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product).
Declaration
Swift
public var verificationStatus: AllergyIntoleranceVerificationStatus? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(patient: Reference, verificationStatus: AllergyIntoleranceVerificationStatus) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class AllergyIntolerance: DomainResource
View on GitHub
Install in Dash
AllergyIntolerance Class Reference