Class TAdverseEventSuspectEntity

Unit

Declaration

type TAdverseEventSuspectEntity = class(TBackboneElement)

Description

An event (i.e. any change to current patient status) that may be related to unintended effects on a patient or research participant. The unintended effects may require additional monitoring, treatment, hospitalization, or may result in death. The AdverseEvent resource also extends to potential or avoided events that could have had such effects. There are two major domains where the AdverseEvent resource is expected to be used. One is in clinical care reported adverse events and the other is in reporting adverse events in clinical research trial management. Adverse events can be reported by healthcare providers, patients, caregivers or by medical products manufacturers. Given the differences between these two concepts, we recommend consulting the domain specific implementation guides when implementing the AdverseEvent Resource. The implementation guides include specific extensions, value sets and constraints.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property instanceCodeableConcept : TCodeableConcept read GetinstanceCodeableConcept write SetinstanceCodeableConcept;
Public property instanceReference : TReference read GetinstanceReference write SetinstanceReference;
Public property causality : TAdverseEventCausality read Getcausality write Setcausality;

Description

Methods

Public constructor Create; override;
 

Properties

Public property instanceCodeableConcept : TCodeableConcept read GetinstanceCodeableConcept write SetinstanceCodeableConcept;

Identifies the actual instance of what caused the adverse event. May be a substance, medication, medication administration, medication statement or a device. (choose any one of instance*, but only one)

Public property instanceReference : TReference read GetinstanceReference write SetinstanceReference;

Identifies the actual instance of what caused the adverse event. May be a substance, medication, medication administration, medication statement or a device. (choose any one of instance*, but only one)

Public property causality : TAdverseEventCausality read Getcausality write Setcausality;

Information on the possible cause of the event.


Generated by PasDoc 0.15.0.