Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TResearchStudy
Unit
bsFhir_stu3
Declaration
type TResearchStudy = 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 : TIdentifierArray read GetidentifierArray; |
Identifiers assigned to this research study by the sponsor or other systems.
|
|
property title : string read Gettitle write Settitle; |
A short, descriptive user-friendly label for the study.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property protocol : TReferenceArray read GetprotocolArray; |
The set of steps expected to be performed as part of the execution of the study.
|
|
property partOf : TReferenceArray read GetpartOfArray; |
A larger research study of which this particular study is a component or step.
|
|
property status : string read Getstatus write Setstatus; |
The current state of the study.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
Codes categorizing the type of study such as investigational vs. observational, type of blinding, type of randomization, safety vs. efficacy, etc.
|
|
property focus : TCodeableConceptArray read GetfocusArray; |
The condition(s), medication(s), food(s), therapy(ies), device(s) or other concerns or interventions that the study is seeking to gain more information about.
|
|
property contact : TContactDetailArray read GetcontactArray; |
Contact details to assist a user in learning more about or engaging with the study.
|
|
property relatedArtifact : TRelatedArtifactArray read GetrelatedArtifactArray; |
Citations, references and other related documents.
|
|
property keyword : TCodeableConceptArray read GetkeywordArray; |
Key terms to aid in searching for or filtering the study.
|
|
property jurisdiction : TCodeableConceptArray read GetjurisdictionArray; |
Indicates a country, state or other region where the study is taking place.
|
|
property description : string read Getdescription write Setdescription; |
A full description of how the study is being conducted.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property enrollment : TReferenceArray read GetenrollmentArray; |
Reference to a Group that defines the criteria for and quantity of subjects participating in the study. E.g. " 200 female Europeans between the ages of 20 and 45 with early onset diabetes".
|
|
property period : TPeriod read Getperiod write Setperiod; |
Identifies the start date and the expected (or actual, depending on status) end date for the study.
|
|
property sponsor : TReference read Getsponsor write Setsponsor; |
The organization responsible for the execution of the study.
|
|
property principalInvestigator : TReference read GetprincipalInvestigator write SetprincipalInvestigator; |
Indicates the individual who has primary oversite of the execution of the study.
|
|
property site : TReferenceArray read GetsiteArray; |
Clinic, hospital or other healthcare location that is participating in the study.
|
|
property reasonStopped : TCodeableConcept read GetreasonStopped write SetreasonStopped; |
A description and/or code explaining the premature termination of the study.
|
|
property note : TAnnotationArray read GetnoteArray; |
Comments made about the event by the performer, subject or other participants.
|
|
property arm : TResearchStudyArmArray read GetarmArray; |
Describes an expected sequence of events for one of the participants of a study. E.g. Exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up.
|
Generated by PasDoc 0.15.0.
|