Enum ResearchStudyPrimPurpType
java.lang.Object
java.lang.Enum<ResearchStudyPrimPurpType>
org.hl7.fhir.r4.model.codesystems.ResearchStudyPrimPurpType
- All Implemented Interfaces:
Serializable
,Comparable<ResearchStudyPrimPurpType>
-
Enum Constant Summary
Enum ConstantDescriptionOne or more interventions for examining the basic mechanism of action (for example, physiology or biomechanics of an intervention).An intervention of a device product is being evaluated to determine the feasibility of the product or to test a prototype device and not health outcomes.One or more interventions are being evaluated for identifying a disease or health condition.One or more interventions for evaluating the delivery, processes, management, organization, or financing of healthcare.added to help the parsersOne or more interventions are being assessed for preventing the development of a specific disease or health condition.One or more interventions are assessed or examined for identifying a condition, or risk factors for a condition, in people who are not yet known to have the condition or risk factor.One or more interventions are evaluated for maximizing comfort, minimizing side effects, or mitigating against a decline in the participant's health or function.One or more interventions are being evaluated for treating a disease, syndrome, or condition. -
Method Summary
Modifier and TypeMethodDescriptionstatic ResearchStudyPrimPurpType
toCode()
static ResearchStudyPrimPurpType
Returns the enum constant of this type with the specified name.static ResearchStudyPrimPurpType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TREATMENT
One or more interventions are being evaluated for treating a disease, syndrome, or condition. -
PREVENTION
One or more interventions are being assessed for preventing the development of a specific disease or health condition. -
DIAGNOSTIC
One or more interventions are being evaluated for identifying a disease or health condition. -
SUPPORTIVECARE
One or more interventions are evaluated for maximizing comfort, minimizing side effects, or mitigating against a decline in the participant's health or function. -
SCREENING
One or more interventions are assessed or examined for identifying a condition, or risk factors for a condition, in people who are not yet known to have the condition or risk factor. -
HEALTHSERVICESRESEARCH
One or more interventions for evaluating the delivery, processes, management, organization, or financing of healthcare. -
BASICSCIENCE
One or more interventions for examining the basic mechanism of action (for example, physiology or biomechanics of an intervention). -
DEVICEFEASIBILITY
An intervention of a device product is being evaluated to determine the feasibility of the product or to test a prototype device and not health outcomes. Such studies are conducted to confirm the design and operating specifications of a device before beginning a full clinical trial. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ResearchStudyPrimPurpType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-