public enum EligibilityrequestPurpose extends Enum<EligibilityrequestPurpose>
| Enum Constant and Description |
|---|
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.
|
NULL
added to help the parsers
|
VALIDATION
A check that the specified coverages are in-force is requested.
|
| Modifier and Type | Method and Description |
|---|---|
static EligibilityrequestPurpose |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EligibilityrequestPurpose |
valueOf(String name)
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.
|
public static final EligibilityrequestPurpose AUTHREQUIREMENTS
public static final EligibilityrequestPurpose BENEFITS
public static final EligibilityrequestPurpose DISCOVERY
public static final EligibilityrequestPurpose VALIDATION
public static final EligibilityrequestPurpose NULL
public static EligibilityrequestPurpose[] values()
for (EligibilityrequestPurpose c : EligibilityrequestPurpose.values()) System.out.println(c);
public static EligibilityrequestPurpose valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static EligibilityrequestPurpose fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.