Enum Class ResearchStudyPrimPurpType

java.lang.Object
java.lang.Enum<ResearchStudyPrimPurpType>
org.hl7.fhir.r4.model.codesystems.ResearchStudyPrimPurpType
All Implemented Interfaces:
Serializable, Comparable<ResearchStudyPrimPurpType>, Constable

  • Enum Constant Details

    • TREATMENT

      public static final ResearchStudyPrimPurpType 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

      public static final ResearchStudyPrimPurpType 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

      public static final ResearchStudyPrimPurpType NULL
      added to help the parsers
  • Method Details

    • values

      public static ResearchStudyPrimPurpType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - 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

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()