Class TResearchSubject
Unit
bsFhir_stu3
Declaration
type TResearchSubject = class(TDomainResource)
Description
A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. 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; |
Identifiers assigned to this research study by the sponsor or other systems.
|
|
property status : string read Getstatus write Setstatus; |
The current state of the subject.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The dates the subject began and ended their participation in the study.
|
|
property study : TReference read Getstudy write Setstudy; |
Reference to the study the subject is participating in.
|
|
property individual : TReference read Getindividual write Setindividual; |
The record of the person or animal who is involved in the study.
|
|
property assignedArm : string read GetassignedArm write SetassignedArm; |
The name of the arm in the study the subject is expected to follow as part of this study.
|
|
property assignedArmElement : Tstring read GetassignedArmElement write SetassignedArmElement; |
|
|
property actualArm : string read GetactualArm write SetactualArm; |
The name of the arm in the study the subject actually followed as part of this study.
|
|
property actualArmElement : Tstring read GetactualArmElement write SetactualArmElement; |
|
|
property consent : TReference read Getconsent write Setconsent; |
A record of the patient's informed agreement to participate in the study.
|
Generated by PasDoc 0.15.0.
|