Class TAdverseEvent
Unit
bsFhir_r4b
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; |
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.
|
|
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.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
The overall type of event, intended for search and filtering purposes.
|
|
property event : TCodeableConcept read Getevent write Setevent; |
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.
|
|
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.
|
|
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 detected : string read Getdetected write Setdetected; |
Estimated or actual date the AdverseEvent began, in the opinion of the reporter.
|
|
property detectedElement : TdateTime_ read GetdetectedElement write SetdetectedElement; |
|
|
property recordedDate : string read GetrecordedDate write SetrecordedDate; |
The date on which the existence of the AdverseEvent was first recorded.
|
|
property recordedDateElement : TdateTime_ read GetrecordedDateElement write SetrecordedDateElement; |
|
|
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).
|
|
property location : TReference read Getlocation write Setlocation; |
The information about where the adverse event occurred.
|
|
property seriousness : TCodeableConcept read Getseriousness write Setseriousness; |
Assessment whether this event was of real importance.
|
|
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.
|
|
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 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).
|
|
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.
|