Enum Class ValueSetPackageStatus

java.lang.Object
java.lang.Enum<ValueSetPackageStatus>
org.projecthusky.valueset.enums.ValueSetPackageStatus
All Implemented Interfaces:
Serializable, Comparable<ValueSetPackageStatus>, Constable

public enum ValueSetPackageStatus extends Enum<ValueSetPackageStatus>
Availability status of a value set package. Availability is based on HL7 FIHR.
Verfügbarkeitsstatus eines Value Set Pakets. Die Verfügbarkeit orientiert sich an HL7 FIHR.
. See https://www.hl7.org/fhir/Value Set-publication-status.html.
  • Enum Constant Details

    • ACTIVE

      public static final ValueSetPackageStatus ACTIVE
      Active Value Set Package. Is always valid.
      Aktives Value Set Paket. Ist immer gültig.
    • DRAFT

      public static final ValueSetPackageStatus DRAFT
      Available Value Set package, which can be used for testing and further development. May be valid or not.
      Verfügbares Value Set Paket, welches für Tests und Weiterentwicklung verwendet werden kann. Kann Gültig sein oder nicht.
    • RETIRED

      public static final ValueSetPackageStatus RETIRED
      Outdated Value Set package which should not be used anymore.
      Veraltetes Value Set Paket welches nicht mehr verwendet werden sollte.
    • UNKNOWN

      public static final ValueSetPackageStatus UNKNOWN
      The status is unknown.
      Der Status ist nicht bekannt.
  • Method Details

    • values

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

      public static ValueSetPackageStatus valueOf(String name)
      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