Class TAllergyIntolerance
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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).
|
|
property clinicalStatus : string read GetclinicalStatus write SetclinicalStatus; |
The clinical status of the allergy or intolerance.
|
|
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).
|
|
property type_ : string read Gettype_ write Settype_; |
Identification of the underlying physiological mechanism for the reaction risk.
|
|
property criticality : string read Getcriticality write Setcriticality; |
Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.
|
|
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").
|
|
property patient : TReference read Getpatient write Setpatient; |
The patient who has the allergy or intolerance.
|
|
property onset : TElement read Getonset write Setonset; |
Estimated or actual date, date-time, or age when allergy or intolerance was identified.
|
|
property assertedDate : string read GetassertedDate write SetassertedDate; |
The date on which the existance of the AllergyIntolerance was first asserted or acknowledged.
|
|
property assertedDateElement : TdateTime_ read GetassertedDateElement write SetassertedDateElement; |
|
|
property recorder : TReference read Getrecorder write Setrecorder; |
Individual who recorded the record and takes responsibility for its content.
|
|
property asserter : TReference read Getasserter write Setasserter; |
The source of the information about the allergy that is recorded.
|
|
property lastOccurrence : string read GetlastOccurrence write SetlastOccurrence; |
Represents the date and/or time of the last known occurrence of a reaction event.
|
|
property lastOccurrenceElement : TdateTime_ read GetlastOccurrenceElement write SetlastOccurrenceElement; |
|
|
property note : TAnnotationArray read GetnoteArray; |
Additional narrative about the propensity for the Adverse Reaction, not captured in other fields.
|
|
property reaction : TAllergyIntoleranceReactionArray read GetreactionArray; |
Details about each adverse reaction event linked to exposure to the identified substance.
|
Generated by PasDoc 0.15.0.
|