Class TAllergyIntoleranceReaction

Unit

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

Public constructor Create; override;

Properties

Public property substance : TCodeableConcept read Getsubstance write Setsubstance;
Public property manifestation : TCodeableConceptArray read GetmanifestationArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property onset : string read Getonset write Setonset;
Public property onsetElement : TdateTime_ read GetonsetElement write SetonsetElement;
Public property severity : string read Getseverity write Setseverity;
Public property severityElement : TAllergyIntoleranceSeverity read GetseverityElement write SetseverityElement;
Public property exposureRoute : TCodeableConcept read GetexposureRoute write SetexposureRoute;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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'.

Public property manifestation : TCodeableConceptArray read GetmanifestationArray;

Clinical symptoms and/or signs that are observed or associated with the adverse reaction event.

Public property description : string read Getdescription write Setdescription;

Text description about the reaction as a whole, including details of the manifestation if required.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property onset : string read Getonset write Setonset;

Record of the date and/or time of the onset of the Reaction.

Public property onsetElement : TdateTime_ read GetonsetElement write SetonsetElement;
 
Public property severity : string read Getseverity write Setseverity;

Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.

Public property severityElement : TAllergyIntoleranceSeverity read GetseverityElement write SetseverityElement;
 
Public property exposureRoute : TCodeableConcept read GetexposureRoute write SetexposureRoute;

Identification of the route by which the subject was exposed to the substance.

Public property note : TAnnotationArray read GetnoteArray;

Additional text about the adverse reaction event not captured in other fields.


Generated by PasDoc 0.15.0.