public enum BenefitType extends Enum<BenefitType>
| Enum Constant and Description |
|---|
BENEFIT
Maximum benefit allowable.
|
COPAY
Copayment per service
|
COPAYMAXIMUM
Copayment maximum per service
|
COPAYPERCENT
Copayment percentage per service
|
DEDUCTIBLE
Cost to be incurred before benefits are applied
|
MEDICALPRIMARYCARE
Medical Primary Health Coverage
|
NULL
added to help the parsers
|
PHARMACYDISPENSE
Pharmacy Dispense Coverage
|
ROOM
Type of room
|
VISIONCONTACTS
Contact Lenses
|
VISIONEXAM
Vision Exam
|
VISIONGLASSES
Frames and lenses
|
VISIT
Service visit
|
| Modifier and Type | Method and Description |
|---|---|
static BenefitType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static BenefitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BenefitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BenefitType BENEFIT
public static final BenefitType DEDUCTIBLE
public static final BenefitType VISIT
public static final BenefitType ROOM
public static final BenefitType COPAY
public static final BenefitType COPAYPERCENT
public static final BenefitType COPAYMAXIMUM
public static final BenefitType VISIONEXAM
public static final BenefitType VISIONGLASSES
public static final BenefitType VISIONCONTACTS
public static final BenefitType MEDICALPRIMARYCARE
public static final BenefitType PHARMACYDISPENSE
public static final BenefitType NULL
public static BenefitType[] values()
for (BenefitType c : BenefitType.values()) System.out.println(c);
public static BenefitType 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 BenefitType 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.