Enum V3Hl7ApprovalStatus
- java.lang.Object
-
- java.lang.Enum<V3Hl7ApprovalStatus>
-
- org.hl7.fhir.r4.model.codesystems.V3Hl7ApprovalStatus
-
- All Implemented Interfaces:
Serializable,Comparable<V3Hl7ApprovalStatus>
public enum V3Hl7ApprovalStatus extends Enum<V3Hl7ApprovalStatus>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AFFDDescription: Content that is being presented to an international affiliate for consideration as a realm-specific draft standard for trial use.AFFIDescription: Content that is being presented to an international affiliate for consideration as a realm-specific informative standard.AFFNDescription: Content that is being presented to an international affiliate for consideration as a realm-specific normative standard.APPADDescription: Content that has passed ballot as a realm-specific draft standard for trial use.APPAIDescription: Content that has passed ballot as a realm-specific informative standard.APPANDescription: Content that has passed ballot as a realm-specific normative standardAPPDDescription: Content that has passed ballot as a draft standard for trial use.APPIDescription: Content that has passed ballot as a normative standard.APPNDescription: Content that has passed ballot as a normative standard.COMIDescription: Content prepared by a committee and submitted for internal consideration as an informative standard.COMNDescription: Content prepared by a committee and submitted for internal consideration as an informative standard.DRAFTDescription: Content that is under development and is not intended to be used.LOCDescription: Content that represents an adaption of a implementable balloted material to represent the needs or capabilities of a particular installation.MEMDDescription: Content prepared by a committee and submitted for membership consideration as a draft standard for trial use.MEMIDescription: Content prepared by a committee and submitted for membership consideration as an informative standard.MEMNDescription: Content prepared by a committee and submitted for membership consideration as a normative standard.NSDescription: 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.NULLadded to help the parsersPROPDescription: Content submitted to a committee for consideration for future inclusion in the standard.REFDescription: Content intended to support other content that is subject to approval, but which is not itself subject to formal approval.WDDescription: Content that represents an item that was at one point a normative or informative standard, but was subsequently withdrawn.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3Hl7ApprovalStatusfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3Hl7ApprovalStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static V3Hl7ApprovalStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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.
-
NULL
public static final V3Hl7ApprovalStatus NULL
added to help the parsers
-
-
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 nameNullPointerException- if the argument is null
-
fromCode
public static V3Hl7ApprovalStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-