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 : TCodeableConcept read GetclinicalStatus write SetclinicalStatus;
Public property verificationStatus : TCodeableConcept read GetverificationStatus write SetverificationStatus;
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 encounter : TReference read Getencounter write Setencounter;
Public property onset : TElement read Getonset write Setonset;
Public property recordedDate : string read GetrecordedDate write SetrecordedDate;
Public property recordedDateElement : TdateTime_ read GetrecordedDateElement write SetrecordedDateElement;
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;

Business identifiers assigned to this AllergyIntolerance by the performer or other systems which remain constant as the resource is updated and propagates from server to server.

Public property clinicalStatus : TCodeableConcept read GetclinicalStatus write SetclinicalStatus;

The clinical status of the allergy or intolerance.

Public property verificationStatus : TCodeableConcept 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 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"). 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'. If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance.

Public property patient : TReference read Getpatient write Setpatient;

The patient who has the allergy or intolerance.

Public property encounter : TReference read Getencounter write Setencounter;

The encounter when the allergy or intolerance was asserted.

Public property onset : TElement read Getonset write Setonset;

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

Public property recordedDate : string read GetrecordedDate write SetrecordedDate;

The recordedDate represents when this particular AllergyIntolerance record was created in the system, which is often a system-generated date.

Public property recordedDateElement : TdateTime_ read GetrecordedDateElement write SetrecordedDateElement;
 
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.