Enum GoalStatus

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

public enum GoalStatus extends Enum<GoalStatus>
  • Enum Constant Details

    • PROPOSED

      public static final GoalStatus PROPOSED
      A goal is proposed for this patient.
    • PLANNED

      public static final GoalStatus PLANNED
      A goal is planned for this patient.
    • ACCEPTED

      public static final GoalStatus ACCEPTED
      A proposed goal was accepted or acknowledged.
    • ACTIVE

      public static final GoalStatus ACTIVE
      The goal is being sought actively.
    • ONHOLD

      public static final GoalStatus ONHOLD
      The goal remains a long term objective but is no longer being actively pursued for a temporary period of time.
    • COMPLETED

      public static final GoalStatus COMPLETED
      The goal is no longer being sought.
    • CANCELLED

      public static final GoalStatus CANCELLED
      The goal has been abandoned.
    • ENTEREDINERROR

      public static final GoalStatus ENTEREDINERROR
      The goal was entered in error and voided.
    • REJECTED

      public static final GoalStatus REJECTED
      A proposed goal was rejected.
    • NULL

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

    • values

      public static GoalStatus[] 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

      public static GoalStatus valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromCode

      public static GoalStatus 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()