public enum Adjudication extends Enum<Adjudication>
| Enum Constant and Description |
|---|
BENEFIT
Amount payable under the coverage
|
COPAY
Patient Co-Payment
|
DEDUCTIBLE
Amount deducted from the eligible amount prior to adjudication.
|
ELIGIBLE
Amount of the change which is considered for adjudication.
|
ELIGPERCENT
Eligible Percentage.
|
NULL
added to help the parsers
|
SUBMITTED
The total submitted amount for the claim or group or line item.
|
TAX
The amount of tax.
|
UNALLOCDEDUCT
The amount of deductible which could not allocated to other line items.
|
| Modifier and Type | Method and Description |
|---|---|
static Adjudication |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Adjudication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Adjudication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Adjudication SUBMITTED
public static final Adjudication COPAY
public static final Adjudication ELIGIBLE
public static final Adjudication DEDUCTIBLE
public static final Adjudication UNALLOCDEDUCT
public static final Adjudication ELIGPERCENT
public static final Adjudication TAX
public static final Adjudication BENEFIT
public static final Adjudication NULL
public static Adjudication[] values()
for (Adjudication c : Adjudication.values()) System.out.println(c);
public static Adjudication 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 Adjudication 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.