Package org.hl7.fhir.r4.model
Enum CoverageEligibilityRequest.EligibilityRequestPurpose
- java.lang.Object
-
- java.lang.Enum<CoverageEligibilityRequest.EligibilityRequestPurpose>
-
- org.hl7.fhir.r4.model.CoverageEligibilityRequest.EligibilityRequestPurpose
-
- All Implemented Interfaces:
Serializable,Comparable<CoverageEligibilityRequest.EligibilityRequestPurpose>
- Enclosing class:
- CoverageEligibilityRequest
public static enum CoverageEligibilityRequest.EligibilityRequestPurpose extends Enum<CoverageEligibilityRequest.EligibilityRequestPurpose>
-
-
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 parsers with the generic typesVALIDATIONA 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 CoverageEligibilityRequest.EligibilityRequestPurposefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static CoverageEligibilityRequest.EligibilityRequestPurposevalueOf(String name)Returns the enum constant of this type with the specified name.static CoverageEligibilityRequest.EligibilityRequestPurpose[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AUTHREQUIREMENTS
public static final CoverageEligibilityRequest.EligibilityRequestPurpose 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 CoverageEligibilityRequest.EligibilityRequestPurpose BENEFITS
The plan benefits and optionally benefits consumed for the listed, or discovered if specified, converages are requested.
-
DISCOVERY
public static final CoverageEligibilityRequest.EligibilityRequestPurpose DISCOVERY
The insurer is requested to report on any coverages which they are aware of in addition to any specifed.
-
VALIDATION
public static final CoverageEligibilityRequest.EligibilityRequestPurpose VALIDATION
A check that the specified coverages are in-force is requested.
-
NULL
public static final CoverageEligibilityRequest.EligibilityRequestPurpose NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static CoverageEligibilityRequest.EligibilityRequestPurpose[] 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 (CoverageEligibilityRequest.EligibilityRequestPurpose c : CoverageEligibilityRequest.EligibilityRequestPurpose.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CoverageEligibilityRequest.EligibilityRequestPurpose 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 CoverageEligibilityRequest.EligibilityRequestPurpose fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-