ResearchSubjectStatus
public enum ResearchSubjectStatus: String
Indicates the progression of a study subject through a study
URL: http://hl7.org/fhir/research-subject-status ValueSet: http://hl7.org/fhir/ValueSet/research-subject-status
-
The subject has been identified as a potential participant in the study but has not yet agreed to participate
Declaration
Swift
case candidate = "candidate"
-
The subject has agreed to participate in the study but has not yet begun performing any action within the study
Declaration
Swift
case enrolled = "enrolled"
-
The subject is currently being monitored and/or subject to treatment as part of the study
Declaration
Swift
case active = "active"
-
The subject has temporarily discontinued monitoring/treatment as part of the study
Declaration
Swift
case suspended = "suspended"
-
The subject has permanently ended participation in the study prior to completion of the intended monitoring/treatment
Declaration
Swift
case withdrawn = "withdrawn"
-
All intended monitoring/treatment of the subject has been completed and their engagement with the study is now ended
Declaration
Swift
case completed = "completed"