Enum V3Hl7ApprovalStatus

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

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Description: Content that is being presented to an international affiliate for consideration as a realm-specific draft standard for trial use.
    Description: Content that is being presented to an international affiliate for consideration as a realm-specific informative standard.
    Description: Content that is being presented to an international affiliate for consideration as a realm-specific normative standard.
    Description: Content that has passed ballot as a realm-specific draft standard for trial use.
    Description: Content that has passed ballot as a realm-specific informative standard.
    Description: Content that has passed ballot as a realm-specific normative standard
    Description: Content that has passed ballot as a draft standard for trial use.
    Description: Content that has passed ballot as a normative standard.
    Description: Content that has passed ballot as a normative standard.
    Description: Content prepared by a committee and submitted for internal consideration as an informative standard.
    Description: Content prepared by a committee and submitted for internal consideration as an informative standard.
    Description: Content that is under development and is not intended to be used.
    Description: Content that represents an adaption of a implementable balloted material to represent the needs or capabilities of a particular installation.
    Description: Content prepared by a committee and submitted for membership consideration as a draft standard for trial use.
    Description: Content prepared by a committee and submitted for membership consideration as an informative standard.
    Description: Content prepared by a committee and submitted for membership consideration as a normative standard.
    Description: Content developed independently by an organization or individual that is declared to be 'usable' but for which there is no present intention to submit through the standards submission and review process.
    added to help the parsers
    Description: Content submitted to a committee for consideration for future inclusion in the standard.
    Description: Content intended to support other content that is subject to approval, but which is not itself subject to formal approval.
    Description: Content that represents an item that was at one point a normative or informative standard, but was subsequently withdrawn.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • AFFD

      public static final V3Hl7ApprovalStatus AFFD
      Description: Content that is being presented to an international affiliate for consideration as a realm-specific draft standard for trial use.
    • AFFI

      public static final V3Hl7ApprovalStatus AFFI
      Description: Content that is being presented to an international affiliate for consideration as a realm-specific informative standard.
    • AFFN

      public static final V3Hl7ApprovalStatus AFFN
      Description: Content that is being presented to an international affiliate for consideration as a realm-specific normative standard.
    • APPAD

      public static final V3Hl7ApprovalStatus APPAD
      Description: Content that has passed ballot as a realm-specific draft standard for trial use.
    • APPAI

      public static final V3Hl7ApprovalStatus APPAI
      Description: Content that has passed ballot as a realm-specific informative standard.
    • APPAN

      public static final V3Hl7ApprovalStatus APPAN
      Description: Content that has passed ballot as a realm-specific normative standard
    • APPD

      public static final V3Hl7ApprovalStatus APPD
      Description: Content that has passed ballot as a draft standard for trial use.
    • APPI

      public static final V3Hl7ApprovalStatus APPI
      Description: Content that has passed ballot as a normative standard.
    • APPN

      public static final V3Hl7ApprovalStatus APPN
      Description: Content that has passed ballot as a normative standard.
    • COMI

      public static final V3Hl7ApprovalStatus COMI
      Description: Content prepared by a committee and submitted for internal consideration as an informative standard. Deprecation Comment No longer supported as ballot statuses within the HL7 Governance and Operations Manual. Use normative or informative variants instead.
    • COMN

      public static final V3Hl7ApprovalStatus COMN
      Description: Content prepared by a committee and submitted for internal consideration as an informative standard. Deprecation Comment No longer supported as ballot statuses within the HL7 Governance and Operations Manual. Use normative or informative variants instead.
    • DRAFT

      public static final V3Hl7ApprovalStatus DRAFT
      Description: Content that is under development and is not intended to be used.
    • LOC

      public static final V3Hl7ApprovalStatus LOC
      Description: Content that represents an adaption of a implementable balloted material to represent the needs or capabilities of a particular installation.
    • MEMD

      public static final V3Hl7ApprovalStatus MEMD
      Description: Content prepared by a committee and submitted for membership consideration as a draft standard for trial use.
    • MEMI

      public static final V3Hl7ApprovalStatus MEMI
      Description: Content prepared by a committee and submitted for membership consideration as an informative standard.
    • MEMN

      public static final V3Hl7ApprovalStatus MEMN
      Description: Content prepared by a committee and submitted for membership consideration as a normative standard.
    • NS

      public static final V3Hl7ApprovalStatus NS
      Description: Content developed independently by an organization or individual that is declared to be 'usable' but for which there is no present intention to submit through the standards submission and review process.
    • PROP

      public static final V3Hl7ApprovalStatus PROP
      Description: Content submitted to a committee for consideration for future inclusion in the standard.
    • REF

      public static final V3Hl7ApprovalStatus REF
      Description: Content intended to support other content that is subject to approval, but which is not itself subject to formal approval.
    • WD

      public static final V3Hl7ApprovalStatus WD
      Description: Content that represents an item that was at one point a normative or informative standard, but was subsequently withdrawn.
    • NULL

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

    • values

      public static V3Hl7ApprovalStatus[] 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 V3Hl7ApprovalStatus 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 V3Hl7ApprovalStatus 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()