Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TAllergyIntolerance
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property clinicalStatus : TCodeableConcept read GetclinicalStatus write SetclinicalStatus; |
The clinical status of the allergy or intolerance.
|
|
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.
|
|
property type_ : TCodeableConcept 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"). 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.
|
|
property patient : TReference read Getpatient write Setpatient; |
The patient who has the allergy or intolerance.
|
|
property encounter : TReference read Getencounter write Setencounter; |
The encounter when the allergy or intolerance was asserted.
|
|
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)
|
|
property onsetDateTimeElement : TdateTime_ read GetonsetDateTimeElement write SetonsetDateTimeElement; |
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
property onsetStringElement : Tstring read GetonsetStringElement write SetonsetStringElement; |
|
|
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.
|
|
property recordedDateElement : TdateTime_ read GetrecordedDateElement write SetrecordedDateElement; |
|
|
property participant : TAllergyIntoleranceParticipantArray read GetparticipantArray; |
Indicates who or what participated in the activities related to the allergy or intolerance and how they were involved.
|
|
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.
|