Class TAdverseEvent
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
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.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
This element defines the specific type of event that occurred or that was prevented from occurring.
|
|
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.
|
|
property date_ : string read Getdate_ write Setdate_; |
The date (and perhaps time) when the adverse event occurred.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
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).
|
|
property location : TReference read Getlocation write Setlocation; |
The information about where the adverse event occurred.
|
|
property seriousness : TCodeableConcept read Getseriousness write Setseriousness; |
Describes the seriousness or severity of the adverse event.
|
|
property outcome : TCodeableConcept read Getoutcome write Setoutcome; |
Describes the type of outcome from the adverse event.
|
|
property recorder : TReference read Getrecorder write Setrecorder; |
Information on who recorded the adverse event. May be the patient or a practitioner.
|
|
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).
|
|
property description : string read Getdescription write Setdescription; |
Describes the adverse event in text.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property suspectEntity : TAdverseEventSuspectEntityArray read GetsuspectEntityArray; |
Describes the entity that is suspected to have caused the adverse event.
|
|
property subjectMedicalHistory : TReferenceArray read GetsubjectMedicalHistoryArray; |
AdverseEvent.subjectMedicalHistory.
|
|
property referenceDocument : TReferenceArray read GetreferenceDocumentArray; |
AdverseEvent.referenceDocument.
|
Generated by PasDoc 0.15.0.
|