Class TAdverseEvent

Unit

Declaration

type TAdverseEvent = class(TDomainResource)

Description

Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. 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 : TIdentifier read Getidentifier write Setidentifier;
Public property category : string read Getcategory write Setcategory;
Public property categoryElement : TAdverseEventCategory read GetcategoryElement write SetcategoryElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property subject : TReference read Getsubject write Setsubject;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property reaction : TReferenceArray read GetreactionArray;
Public property location : TReference read Getlocation write Setlocation;
Public property seriousness : TCodeableConcept read Getseriousness write Setseriousness;
Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;
Public property recorder : TReference read Getrecorder write Setrecorder;
Public property eventParticipant : TReference read GeteventParticipant write SeteventParticipant;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property suspectEntity : TAdverseEventSuspectEntityArray read GetsuspectEntityArray;
Public property subjectMedicalHistory : TReferenceArray read GetsubjectMedicalHistoryArray;
Public property referenceDocument : TReferenceArray read GetreferenceDocumentArray;
Public property study : TReferenceArray read GetstudyArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

The identifier(s) of this adverse event that are assigned by business processes and/or used to refer to it when a direct URL reference to the resource itsefl is not appropriate.

Public property category : string read Getcategory write Setcategory;

The type of event which is important to characterize what occurred and caused harm to the subject, or had the potential to cause harm to the subject.

Public property categoryElement : TAdverseEventCategory read GetcategoryElement write SetcategoryElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

This element defines the specific type of event that occurred or that was prevented from occurring.

Public property subject : TReference read Getsubject write Setsubject;

This subject or group impacted by the event. With a prospective adverse event, there will be no subject as the adverse event was prevented.

Public property date_ : string read Getdate_ write Setdate_;

The date (and perhaps time) when the adverse event occurred.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property reaction : TReferenceArray read GetreactionArray;

Includes information about the reaction that occurred as a result of exposure to a substance (for example, a drug or a chemical).

Public property location : TReference read Getlocation write Setlocation;

The information about where the adverse event occurred.

Public property seriousness : TCodeableConcept read Getseriousness write Setseriousness;

Describes the seriousness or severity of the adverse event.

Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;

Describes the type of outcome from the adverse event.

Public property recorder : TReference read Getrecorder write Setrecorder;

Information on who recorded the adverse event. May be the patient or a practitioner.

Public property eventParticipant : TReference read GeteventParticipant write SeteventParticipant;

Parties that may or should contribute or have contributed information to the Act. Such information includes information leading to the decision to perform the Act and how to perform the Act (e.g. consultant), information that the Act itself seeks to reveal (e.g. informant of clinical history), or information about what Act was performed (e.g. informant witness).

Public property description : string read Getdescription write Setdescription;

Describes the adverse event in text.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property suspectEntity : TAdverseEventSuspectEntityArray read GetsuspectEntityArray;

Describes the entity that is suspected to have caused the adverse event.

Public property subjectMedicalHistory : TReferenceArray read GetsubjectMedicalHistoryArray;

AdverseEvent.subjectMedicalHistory.

Public property referenceDocument : TReferenceArray read GetreferenceDocumentArray;

AdverseEvent.referenceDocument.

Public property study : TReferenceArray read GetstudyArray;

AdverseEvent.study.


Generated by PasDoc 0.15.0.