public enum ResearchStudyPrimPurpType extends Enum<ResearchStudyPrimPurpType>
| Enum Constant and Description |
|---|
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.
|
DIAGNOSTIC
One or more interventions are being evaluated for identifying a disease or health condition.
|
HEALTHSERVICESRESEARCH
One or more interventions for evaluating the delivery, processes, management, organization, or financing of healthcare.
|
NULL
added to help the parsers
|
PREVENTION
One or more interventions are being assessed for preventing the development of a specific disease or health condition.
|
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.
|
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.
|
TREATMENT
One or more interventions are being evaluated for treating a disease, syndrome, or condition.
|
| Modifier and Type | Method and Description |
|---|---|
static ResearchStudyPrimPurpType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ResearchStudyPrimPurpType |
valueOf(String name)
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.
|
public static final ResearchStudyPrimPurpType TREATMENT
public static final ResearchStudyPrimPurpType PREVENTION
public static final ResearchStudyPrimPurpType DIAGNOSTIC
public static final ResearchStudyPrimPurpType SUPPORTIVECARE
public static final ResearchStudyPrimPurpType SCREENING
public static final ResearchStudyPrimPurpType HEALTHSERVICESRESEARCH
public static final ResearchStudyPrimPurpType BASICSCIENCE
public static final ResearchStudyPrimPurpType DEVICEFEASIBILITY
public static final ResearchStudyPrimPurpType NULL
public static ResearchStudyPrimPurpType[] values()
for (ResearchStudyPrimPurpType c : ResearchStudyPrimPurpType.values()) System.out.println(c);
public static ResearchStudyPrimPurpType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ResearchStudyPrimPurpType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.