public enum CoverageCopayType extends Enum<CoverageCopayType>
| Enum Constant and Description |
|---|
COPAY
A standard fixed currency amount applied to all classes or service or product not otherwise specified.
|
COPAYPCT
A standard percentage applied to all classes or service or product not otherwise specified.
|
DEDUCTIBLE
The accumulated amount of patient payment before the coverage begins to pay for services.
|
EMERGENCY
An episode in an emergency department.
|
GPVISIT
An office visit for a general practitioner of a discipline.
|
INPTHOSP
An episode of an Inpatient hospital stay.
|
MAXOUTOFPOCKET
The maximum amout of payment for services which a patient, or family, is expected to incur - typically annually.
|
NULL
added to help the parsers
|
SPVISIT
An office visit for a specialist practitioner of a discipline
|
TELEVISIT
A visit held where the patient is remote relative to the practitioner, e.g.
|
URGENTCARE
A visit to an urgent care facility - typically a community care clinic.
|
| Modifier and Type | Method and Description |
|---|---|
static CoverageCopayType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CoverageCopayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageCopayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverageCopayType GPVISIT
public static final CoverageCopayType SPVISIT
public static final CoverageCopayType EMERGENCY
public static final CoverageCopayType INPTHOSP
public static final CoverageCopayType TELEVISIT
public static final CoverageCopayType URGENTCARE
public static final CoverageCopayType COPAYPCT
public static final CoverageCopayType COPAY
public static final CoverageCopayType DEDUCTIBLE
public static final CoverageCopayType MAXOUTOFPOCKET
public static final CoverageCopayType NULL
public static CoverageCopayType[] values()
for (CoverageCopayType c : CoverageCopayType.values()) System.out.println(c);
public static CoverageCopayType 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 CoverageCopayType 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.