Class TAllergyIntoleranceReaction
Unit
bsFhir_stu3
Declaration
type TAllergyIntoleranceReaction = class(TBackboneElement)
Description
Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property substance : TCodeableConcept read Getsubstance write Setsubstance; |
Identification of the specific substance (or pharmaceutical product) considered to be responsible for the Adverse Reaction event. Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'.
|
|
property manifestation : TCodeableConceptArray read GetmanifestationArray; |
Clinical symptoms and/or signs that are observed or associated with the adverse reaction event.
|
|
property description : string read Getdescription write Setdescription; |
Text description about the reaction as a whole, including details of the manifestation if required.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property onset : string read Getonset write Setonset; |
Record of the date and/or time of the onset of the Reaction.
|
|
property onsetElement : TdateTime_ read GetonsetElement write SetonsetElement; |
|
|
property severity : string read Getseverity write Setseverity; |
Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.
|
|
property exposureRoute : TCodeableConcept read GetexposureRoute write SetexposureRoute; |
Identification of the route by which the subject was exposed to the substance.
|
|
property note : TAnnotationArray read GetnoteArray; |
Additional text about the adverse reaction event not captured in other fields.
|
Generated by PasDoc 0.15.0.
|