Enum Constant Summary
Enum Constants
A standard fixed currency amount applied to all classes or service or product
not otherwise specified.
A standard percentage applied to all classes or service or product not
otherwise specified.
The accumulated amount of patient payment before the coverage begins to pay
for services.
An episode in an emergency department.
An office visit for a general practitioner of a discipline.
An episode of an Inpatient hospital stay.
The maximum amout of payment for services which a patient, or family, is
expected to incur - typically annually.
added to help the parsers
An office visit for a specialist practitioner of a discipline
A visit held where the patient is remote relative to the practitioner, e.g.
A visit to an urgent care facility - typically a community care clinic.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
GPVISIT
An office visit for a general practitioner of a discipline.
SPVISIT
An office visit for a specialist practitioner of a discipline
EMERGENCY
An episode in an emergency department.
INPTHOSP
An episode of an Inpatient hospital stay.
TELEVISIT
A visit held where the patient is remote relative to the practitioner, e.g.
by phone, computer or video conference.
URGENTCARE
A visit to an urgent care facility - typically a community care clinic.
COPAYPCT
A standard percentage applied to all classes or service or product not
otherwise specified.
COPAY
A standard fixed currency amount 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.
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
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException