Class ResearchStudy
- java.lang.Object
-
- org.linuxforhealth.fhir.model.visitor.AbstractVisitable
-
- org.linuxforhealth.fhir.model.resource.Resource
-
- org.linuxforhealth.fhir.model.resource.DomainResource
-
- org.linuxforhealth.fhir.model.resource.ResearchStudy
-
- All Implemented Interfaces:
Visitable
@Generated("org.linuxforhealth.fhir.tools.CodeGenerator") public class ResearchStudy extends DomainResourceA 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.Maturity level: FMM1 (Trial Use)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResearchStudy.ArmDescribes an expected sequence of events for one of the participants of a study.static classResearchStudy.Builderstatic classResearchStudy.ObjectiveA goal that the study is aiming to achieve in terms of a scientific question to be answered by the analysis of data collected during the study.
-
Field Summary
-
Fields inherited from class org.linuxforhealth.fhir.model.resource.DomainResource
contained, extension, modifierExtension, text
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(java.lang.String elementName, int elementIndex, Visitor visitor)Accept a Visitor and invoke the appropriate visit methods.static ResearchStudy.Builderbuilder()booleanequals(java.lang.Object obj)java.util.List<ResearchStudy.Arm>getArm()Describes an expected sequence of events for one of the participants of a study.java.util.List<CodeableConcept>getCategory()Codes categorizing the type of study such as investigational vs.java.util.List<CodeableConcept>getCondition()The condition that is the focus of the study.java.util.List<ContactDetail>getContact()Contact details to assist a user in learning more about or engaging with the study.MarkdowngetDescription()A full description of how the study is being conducted.java.util.List<Reference>getEnrollment()Reference to a Group that defines the criteria for and quantity of subjects participating in the study.java.util.List<CodeableConcept>getFocus()The medication(s), food(s), therapy(ies), device(s) or other concerns or interventions that the study is seeking to gain more information about.java.util.List<Identifier>getIdentifier()Identifiers assigned to this research study by the sponsor or other systems.java.util.List<CodeableConcept>getKeyword()Key terms to aid in searching for or filtering the study.java.util.List<CodeableConcept>getLocation()Indicates a country, state or other region where the study is taking place.java.util.List<Annotation>getNote()Comments made about the study by the performer, subject or other participants.java.util.List<ResearchStudy.Objective>getObjective()A goal that the study is aiming to achieve in terms of a scientific question to be answered by the analysis of data collected during the study.java.util.List<Reference>getPartOf()A larger research study of which this particular study is a component or step.PeriodgetPeriod()Identifies the start date and the expected (or actual, depending on status) end date for the study.CodeableConceptgetPhase()The stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation.CodeableConceptgetPrimaryPurposeType()The type of study based upon the intent of the study's activities.ReferencegetPrincipalInvestigator()A researcher in a study who oversees multiple aspects of the study, such as concept development, protocol writing, protocol submission for IRB approval, participant recruitment, informed consent, data collection, analysis, interpretation and presentation.java.util.List<Reference>getProtocol()The set of steps expected to be performed as part of the execution of the study.CodeableConceptgetReasonStopped()A description and/or code explaining the premature termination of the study.java.util.List<RelatedArtifact>getRelatedArtifact()Citations, references and other related documents.java.util.List<Reference>getSite()A facility in which study activities are conducted.ReferencegetSponsor()An organization that initiates the investigation and is legally responsible for the study.ResearchStudyStatusgetStatus()The current state of the study.StringgetTitle()A short, descriptive user-friendly label for the study.booleanhasChildren()inthashCode()ResearchStudy.BuildertoBuilder()Create a new Builder from the contents of this Resource-
Methods inherited from class org.linuxforhealth.fhir.model.resource.DomainResource
getContained, getExtension, getModifierExtension, getText
-
Methods inherited from class org.linuxforhealth.fhir.model.resource.Resource
as, getId, getImplicitRules, getLanguage, getMeta, is
-
-
-
-
Method Detail
-
getIdentifier
public java.util.List<Identifier> getIdentifier()
Identifiers assigned to this research study by the sponsor or other systems.- Returns:
- An unmodifiable list containing immutable objects of type
Identifierthat may be empty.
-
getTitle
public String getTitle()
A short, descriptive user-friendly label for the study.- Returns:
- An immutable object of type
Stringthat may be null.
-
getProtocol
public java.util.List<Reference> getProtocol()
The set of steps expected to be performed as part of the execution of the study.- Returns:
- An unmodifiable list containing immutable objects of type
Referencethat may be empty.
-
getPartOf
public java.util.List<Reference> getPartOf()
A larger research study of which this particular study is a component or step.- Returns:
- An unmodifiable list containing immutable objects of type
Referencethat may be empty.
-
getStatus
public ResearchStudyStatus getStatus()
The current state of the study.- Returns:
- An immutable object of type
ResearchStudyStatusthat is non-null.
-
getPrimaryPurposeType
public CodeableConcept getPrimaryPurposeType()
The type of study based upon the intent of the study's activities. A classification of the intent of the study.- Returns:
- An immutable object of type
CodeableConceptthat may be null.
-
getPhase
public CodeableConcept getPhase()
The stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation.- Returns:
- An immutable object of type
CodeableConceptthat may be null.
-
getCategory
public java.util.List<CodeableConcept> getCategory()
Codes categorizing the type of study such as investigational vs. observational, type of blinding, type of randomization, safety vs. efficacy, etc.- Returns:
- An unmodifiable list containing immutable objects of type
CodeableConceptthat may be empty.
-
getFocus
public java.util.List<CodeableConcept> getFocus()
The medication(s), food(s), therapy(ies), device(s) or other concerns or interventions that the study is seeking to gain more information about.- Returns:
- An unmodifiable list containing immutable objects of type
CodeableConceptthat may be empty.
-
getCondition
public java.util.List<CodeableConcept> getCondition()
The condition that is the focus of the study. For example, In a study to examine risk factors for Lupus, might have as an inclusion criterion "healthy volunteer", but the target condition code would be a Lupus SNOMED code.- Returns:
- An unmodifiable list containing immutable objects of type
CodeableConceptthat may be empty.
-
getContact
public java.util.List<ContactDetail> getContact()
Contact details to assist a user in learning more about or engaging with the study.- Returns:
- An unmodifiable list containing immutable objects of type
ContactDetailthat may be empty.
-
getRelatedArtifact
public java.util.List<RelatedArtifact> getRelatedArtifact()
Citations, references and other related documents.- Returns:
- An unmodifiable list containing immutable objects of type
RelatedArtifactthat may be empty.
-
getKeyword
public java.util.List<CodeableConcept> getKeyword()
Key terms to aid in searching for or filtering the study.- Returns:
- An unmodifiable list containing immutable objects of type
CodeableConceptthat may be empty.
-
getLocation
public java.util.List<CodeableConcept> getLocation()
Indicates a country, state or other region where the study is taking place.- Returns:
- An unmodifiable list containing immutable objects of type
CodeableConceptthat may be empty.
-
getDescription
public Markdown getDescription()
A full description of how the study is being conducted.- Returns:
- An immutable object of type
Markdownthat may be null.
-
getEnrollment
public java.util.List<Reference> getEnrollment()
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".- Returns:
- An unmodifiable list containing immutable objects of type
Referencethat may be empty.
-
getPeriod
public Period getPeriod()
Identifies the start date and the expected (or actual, depending on status) end date for the study.- Returns:
- An immutable object of type
Periodthat may be null.
-
getSponsor
public Reference getSponsor()
An organization that initiates the investigation and is legally responsible for the study.- Returns:
- An immutable object of type
Referencethat may be null.
-
getPrincipalInvestigator
public Reference getPrincipalInvestigator()
A researcher in a study who oversees multiple aspects of the study, such as concept development, protocol writing, protocol submission for IRB approval, participant recruitment, informed consent, data collection, analysis, interpretation and presentation.- Returns:
- An immutable object of type
Referencethat may be null.
-
getSite
public java.util.List<Reference> getSite()
A facility in which study activities are conducted.- Returns:
- An unmodifiable list containing immutable objects of type
Referencethat may be empty.
-
getReasonStopped
public CodeableConcept getReasonStopped()
A description and/or code explaining the premature termination of the study.- Returns:
- An immutable object of type
CodeableConceptthat may be null.
-
getNote
public java.util.List<Annotation> getNote()
Comments made about the study by the performer, subject or other participants.- Returns:
- An unmodifiable list containing immutable objects of type
Annotationthat may be empty.
-
getArm
public java.util.List<ResearchStudy.Arm> getArm()
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.- Returns:
- An unmodifiable list containing immutable objects of type
ResearchStudy.Armthat may be empty.
-
getObjective
public java.util.List<ResearchStudy.Objective> getObjective()
A goal that the study is aiming to achieve in terms of a scientific question to be answered by the analysis of data collected during the study.- Returns:
- An unmodifiable list containing immutable objects of type
ResearchStudy.Objectivethat may be empty.
-
hasChildren
public boolean hasChildren()
- Overrides:
hasChildrenin classDomainResource
-
accept
public void accept(java.lang.String elementName, int elementIndex, Visitor visitor)Description copied from interface:VisitableAccept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:if (visitor.preVisit(this)) { visitor.visitStart(elementName, elementIndex, this); if (visitor.visit(elementName, elementIndex, this)) { // visit children } visitor.visitEnd(elementName, elementIndex, this); visitor.postVisit(this); }- Specified by:
acceptin interfaceVisitable- Specified by:
acceptin classAbstractVisitable- Parameters:
elementName- the name of the element in the context of this visitelementIndex- the index of the element in a list or -1 if it is not contained within a Listvisitor- the visitor to use
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toBuilder
public ResearchStudy.Builder toBuilder()
Description copied from class:ResourceCreate a new Builder from the contents of this Resource- Specified by:
toBuilderin classDomainResource
-
builder
public static ResearchStudy.Builder builder()
-
-