public enum Fundsreserve extends Enum<Fundsreserve>
| Enum Constant and Description |
|---|
NONE
The payor is not being requested to reserve any funds for the settlement of future claims.
|
NULL
added to help the parsers
|
PATIENT
The payor is requested to reserve funds for the provision of the named services by any provider for settlement of future claims related to this request.
|
PROVIDER
The payor is requested to reserve funds solely for the named provider for settlement of future claims related to this request.
|
| Modifier and Type | Method and Description |
|---|---|
static Fundsreserve |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Fundsreserve |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fundsreserve[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fundsreserve PATIENT
public static final Fundsreserve PROVIDER
public static final Fundsreserve NONE
public static final Fundsreserve NULL
public static Fundsreserve[] values()
for (Fundsreserve c : Fundsreserve.values()) System.out.println(c);
public static Fundsreserve 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 Fundsreserve 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.