Enum EligibilityresponsePurpose
- java.lang.Object
-
- java.lang.Enum<EligibilityresponsePurpose>
-
- org.hl7.fhir.r4.model.codesystems.EligibilityresponsePurpose
-
- All Implemented Interfaces:
Serializable,Comparable<EligibilityresponsePurpose>
public enum EligibilityresponsePurpose extends Enum<EligibilityresponsePurpose>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AUTHREQUIREMENTSThe prior authorization requirements for the listed, or discovered if specified, converages for the categories of service and/or specifed biling codes are requested.BENEFITSThe plan benefits and optionally benefits consumed for the listed, or discovered if specified, converages are requested.DISCOVERYThe insurer is requested to report on any coverages which they are aware of in addition to any specifed.NULLadded to help the parsersVALIDATIONA check that the specified coverages are in-force is requested.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EligibilityresponsePurposefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static EligibilityresponsePurposevalueOf(String name)Returns the enum constant of this type with the specified name.static EligibilityresponsePurpose[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AUTHREQUIREMENTS
public static final EligibilityresponsePurpose AUTHREQUIREMENTS
The prior authorization requirements for the listed, or discovered if specified, converages for the categories of service and/or specifed biling codes are requested.
-
BENEFITS
public static final EligibilityresponsePurpose BENEFITS
The plan benefits and optionally benefits consumed for the listed, or discovered if specified, converages are requested.
-
DISCOVERY
public static final EligibilityresponsePurpose DISCOVERY
The insurer is requested to report on any coverages which they are aware of in addition to any specifed.
-
VALIDATION
public static final EligibilityresponsePurpose VALIDATION
A check that the specified coverages are in-force is requested.
-
NULL
public static final EligibilityresponsePurpose NULL
added to help the parsers
-
-
Method Detail
-
values
public static EligibilityresponsePurpose[] 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 (EligibilityresponsePurpose c : EligibilityresponsePurpose.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EligibilityresponsePurpose 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 EligibilityresponsePurpose fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-