Enum EligibilityrequestPurpose
java.lang.Object
java.lang.Enum<EligibilityrequestPurpose>
org.hl7.fhir.r4.model.codesystems.EligibilityrequestPurpose
- All Implemented Interfaces:
Serializable
,Comparable<EligibilityrequestPurpose>
-
Enum Constant Summary
Enum ConstantDescriptionThe prior authorization requirements for the listed, or discovered if specified, converages for the categories of service and/or specifed biling codes are requested.The plan benefits and optionally benefits consumed for the listed, or discovered if specified, converages are requested.The insurer is requested to report on any coverages which they are aware of in addition to any specifed.added to help the parsersA check that the specified coverages are in-force is requested. -
Method Summary
Modifier and TypeMethodDescriptionstatic EligibilityrequestPurpose
toCode()
static EligibilityrequestPurpose
Returns the enum constant of this type with the specified name.static EligibilityrequestPurpose[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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
The plan benefits and optionally benefits consumed for the listed, or discovered if specified, converages are requested. -
DISCOVERY
The insurer is requested to report on any coverages which they are aware of in addition to any specifed. -
VALIDATION
A check that the specified coverages are in-force is requested. -
NULL
added to help the parsers
-
-
Method Details
-
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
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 EligibilityrequestPurpose fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-