Class TAllergyIntolerance

Unit

Declaration

type TAllergyIntolerance = class(TDomainResource)

Description

Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property clinicalStatus : string read GetclinicalStatus write SetclinicalStatus;
Public property clinicalStatusElement : TAllergyIntoleranceClinicalStatus read GetclinicalStatusElement write SetclinicalStatusElement;
Public property verificationStatus : string read GetverificationStatus write SetverificationStatus;
Public property verificationStatusElement : TAllergyIntoleranceVerificationStatus read GetverificationStatusElement write SetverificationStatusElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TAllergyIntoleranceType read Gettype_Element write Settype_Element;
Public property category : TBSFHIRPrimitiveStringArray read GetcategoryArray;
Public property criticality : string read Getcriticality write Setcriticality;
Public property criticalityElement : TAllergyIntoleranceCriticality read GetcriticalityElement write SetcriticalityElement;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property patient : TReference read Getpatient write Setpatient;
Public property onset : TElement read Getonset write Setonset;
Public property assertedDate : string read GetassertedDate write SetassertedDate;
Public property assertedDateElement : TdateTime_ read GetassertedDateElement write SetassertedDateElement;
Public property recorder : TReference read Getrecorder write Setrecorder;
Public property asserter : TReference read Getasserter write Setasserter;
Public property lastOccurrence : string read GetlastOccurrence write SetlastOccurrence;
Public property lastOccurrenceElement : TdateTime_ read GetlastOccurrenceElement write SetlastOccurrenceElement;
Public property note : TAnnotationArray read GetnoteArray;
Public property reaction : TAllergyIntoleranceReactionArray read GetreactionArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

This records identifiers associated with this allergy/intolerance concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).

Public property clinicalStatus : string read GetclinicalStatus write SetclinicalStatus;

The clinical status of the allergy or intolerance.

Public property clinicalStatusElement : TAllergyIntoleranceClinicalStatus read GetclinicalStatusElement write SetclinicalStatusElement;
 
Public property verificationStatus : string read GetverificationStatus write SetverificationStatus;

Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product).

Public property verificationStatusElement : TAllergyIntoleranceVerificationStatus read GetverificationStatusElement write SetverificationStatusElement;
 
Public property type_ : string read Gettype_ write Settype_;

Identification of the underlying physiological mechanism for the reaction risk.

Public property type_Element : TAllergyIntoleranceType read Gettype_Element write Settype_Element;
 
Public property category : TBSFHIRPrimitiveStringArray read GetcategoryArray;

Category of the identified substance.

Public property criticality : string read Getcriticality write Setcriticality;

Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.

Public property criticalityElement : TAllergyIntoleranceCriticality read GetcriticalityElement write SetcriticalityElement;
 
Public property code : TCodeableConcept read Getcode write Setcode;

Code for an allergy or intolerance statement (either a positive or a negated/excluded statement). This may be a code for a substance or pharmaceutical product that is considered to be responsible for the adverse reaction risk (e.g., "Latex"), an allergy or intolerance condition (e.g., "Latex allergy"), or a negated/excluded code for a specific substance or class (e.g., "No latex allergy") or a general or categorical negated statement (e.g., "No known allergy", "No known drug allergies").

Public property patient : TReference read Getpatient write Setpatient;

The patient who has the allergy or intolerance.

Public property onset : TElement read Getonset write Setonset;

Estimated or actual date, date-time, or age when allergy or intolerance was identified.

Public property assertedDate : string read GetassertedDate write SetassertedDate;

The date on which the existance of the AllergyIntolerance was first asserted or acknowledged.

Public property assertedDateElement : TdateTime_ read GetassertedDateElement write SetassertedDateElement;
 
Public property recorder : TReference read Getrecorder write Setrecorder;

Individual who recorded the record and takes responsibility for its content.

Public property asserter : TReference read Getasserter write Setasserter;

The source of the information about the allergy that is recorded.

Public property lastOccurrence : string read GetlastOccurrence write SetlastOccurrence;

Represents the date and/or time of the last known occurrence of a reaction event.

Public property lastOccurrenceElement : TdateTime_ read GetlastOccurrenceElement write SetlastOccurrenceElement;
 
Public property note : TAnnotationArray read GetnoteArray;

Additional narrative about the propensity for the Adverse Reaction, not captured in other fields.

Public property reaction : TAllergyIntoleranceReactionArray read GetreactionArray;

Details about each adverse reaction event linked to exposure to the identified substance.


Generated by PasDoc 0.15.0.