Enum V3Hl7ApprovalStatus

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AFFD
      Description: Content that is being presented to an international affiliate for consideration as a realm-specific draft standard for trial use.
      AFFI
      Description: Content that is being presented to an international affiliate for consideration as a realm-specific informative standard.
      AFFN
      Description: Content that is being presented to an international affiliate for consideration as a realm-specific normative standard.
      APPAD
      Description: Content that has passed ballot as a realm-specific draft standard for trial use.
      APPAI
      Description: Content that has passed ballot as a realm-specific informative standard.
      APPAN
      Description: Content that has passed ballot as a realm-specific normative standard
      APPD
      Description: Content that has passed ballot as a draft standard for trial use.
      APPI
      Description: Content that has passed ballot as a normative standard.
      APPN
      Description: Content that has passed ballot as a normative standard.
      COMI
      Description: Content prepared by a committee and submitted for internal consideration as an informative standard.
      COMN
      Description: Content prepared by a committee and submitted for internal consideration as an informative standard.
      DRAFT
      Description: Content that is under development and is not intended to be used.
      LOC
      Description: Content that represents an adaption of a implementable balloted material to represent the needs or capabilities of a particular installation.
      MEMD
      Description: Content prepared by a committee and submitted for membership consideration as a draft standard for trial use.
      MEMI
      Description: Content prepared by a committee and submitted for membership consideration as an informative standard.
      MEMN
      Description: Content prepared by a committee and submitted for membership consideration as a normative standard.
      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.
      NULL
      added to help the parsers
      PROP
      Description: Content submitted to a committee for consideration for future inclusion in the standard.
      REF
      Description: Content intended to support other content that is subject to approval, but which is not itself subject to formal approval.
      WD
      Description: Content that represents an item that was at one point a normative or informative standard, but was subsequently withdrawn.
    • Enum Constant Detail

      • 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.
    • Method Detail

      • values

        public static V3Hl7ApprovalStatus[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (V3Hl7ApprovalStatus c : V3Hl7ApprovalStatus.values())
            System.out.println(c);
        
        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