Class TAllergyIntolerance

Unit

Declaration

type TAllergyIntolerance = class(TDomainResource)

Description

Risk of harmful or undesirable physiological response which is specific 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_ : TCodeableConcept read Gettype_ write Settype_;
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 onsetDateTime : string read GetonsetDateTime write SetonsetDateTime;
Public property onsetDateTimeElement : TdateTime_ read GetonsetDateTimeElement write SetonsetDateTimeElement;
Public property onsetAge : TAge read GetonsetAge write SetonsetAge;
Public property onsetPeriod : TPeriod read GetonsetPeriod write SetonsetPeriod;
Public property onsetRange : TRange read GetonsetRange write SetonsetRange;
Public property onsetString : string read GetonsetString write SetonsetString;
Public property onsetStringElement : Tstring read GetonsetStringElement write SetonsetStringElement;
Public property recordedDate : string read GetrecordedDate write SetrecordedDate;
Public property recordedDateElement : TdateTime_ read GetrecordedDateElement write SetrecordedDateElement;
Public property participant : TAllergyIntoleranceParticipantArray read GetparticipantArray;
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). The verification status pertains to the allergy or intolerance, itself, not to any specific AllergyIntolerance attribute.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Identification of the underlying physiological mechanism for the reaction risk.

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 onsetDateTime : string read GetonsetDateTime write SetonsetDateTime;

Estimated or actual date, date-time, or age when allergy or intolerance was identified. (choose any one of onset*, but only one)

Public property onsetDateTimeElement : TdateTime_ read GetonsetDateTimeElement write SetonsetDateTimeElement;
 
Public property onsetAge : TAge read GetonsetAge write SetonsetAge;

Estimated or actual date, date-time, or age when allergy or intolerance was identified. (choose any one of onset*, but only one)

Public property onsetPeriod : TPeriod read GetonsetPeriod write SetonsetPeriod;

Estimated or actual date, date-time, or age when allergy or intolerance was identified. (choose any one of onset*, but only one)

Public property onsetRange : TRange read GetonsetRange write SetonsetRange;

Estimated or actual date, date-time, or age when allergy or intolerance was identified. (choose any one of onset*, but only one)

Public property onsetString : string read GetonsetString write SetonsetString;

Estimated or actual date, date-time, or age when allergy or intolerance was identified. (choose any one of onset*, but only one)

Public property onsetStringElement : Tstring read GetonsetStringElement write SetonsetStringElement;
 
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 participant : TAllergyIntoleranceParticipantArray read GetparticipantArray;

Indicates who or what participated in the activities related to the allergy or intolerance and how they were involved.

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.