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 actuality : string read Getactuality write Setactuality;
Public property actualityElement : TAdverseEventActuality read GetactualityElement write SetactualityElement;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property event : TCodeableConcept read Getevent write Setevent;
Public property subject : TReference read Getsubject write Setsubject;
Public property encounter : TReference read Getencounter write Setencounter;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property detected : string read Getdetected write Setdetected;
Public property detectedElement : TdateTime_ read GetdetectedElement write SetdetectedElement;
Public property recordedDate : string read GetrecordedDate write SetrecordedDate;
Public property recordedDateElement : TdateTime_ read GetrecordedDateElement write SetrecordedDateElement;
Public property resultingCondition : TReferenceArray read GetresultingConditionArray;
Public property location : TReference read Getlocation write Setlocation;
Public property seriousness : TCodeableConcept read Getseriousness write Setseriousness;
Public property severity : TCodeableConcept read Getseverity write Setseverity;
Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;
Public property recorder : TReference read Getrecorder write Setrecorder;
Public property contributor : TReferenceArray read GetcontributorArray;
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;

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

Public property actuality : string read Getactuality write Setactuality;

Whether the event actually happened, or just had the potential to. Note that this is independent of whether anyone was affected or harmed or how severely.

Public property actualityElement : TAdverseEventActuality read GetactualityElement write SetactualityElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

The overall type of event, intended for search and filtering purposes.

Public property event : TCodeableConcept read Getevent write Setevent;

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.

Public property encounter : TReference read Getencounter write Setencounter;

The Encounter during which AdverseEvent was created or to which the creation of this record is tightly associated.

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 detected : string read Getdetected write Setdetected;

Estimated or actual date the AdverseEvent began, in the opinion of the reporter.

Public property detectedElement : TdateTime_ read GetdetectedElement write SetdetectedElement;
 
Public property recordedDate : string read GetrecordedDate write SetrecordedDate;

The date on which the existence of the AdverseEvent was first recorded.

Public property recordedDateElement : TdateTime_ read GetrecordedDateElement write SetrecordedDateElement;
 
Public property resultingCondition : TReferenceArray read GetresultingConditionArray;

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;

Assessment whether this event was of real importance.

Public property severity : TCodeableConcept read Getseverity write Setseverity;

Describes the severity of the adverse event, in relation to the subject. Contrast to AdverseEvent.seriousness - a severe rash might not be serious, but a mild heart problem is.

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 contributor : TReferenceArray read GetcontributorArray;

Parties that may or should contribute or have contributed information to the adverse event, which can consist of one or more activities. Such information includes information leading to the decision to perform the activity and how to perform the activity (e.g. consultant), information that the activity itself seeks to reveal (e.g. informant of clinical history), or information about what activity was performed (e.g. informant witness).

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.