public enum ChargeitemStatus extends Enum<ChargeitemStatus>
Enum Constant and Description |
---|
ABORTED
The processing of the charge was aborted
|
BILLABLE
The charge item is ready for billing
|
BILLED
The charge item has been billed (e.g.
|
ENTEREDINERROR
The charge item has been entered in error and should not be processed for billing
|
NOTBILLABLE
The charge item has been determined to be not billable (e.g.
|
NULL
added to help the parsers
|
PLANNED
The charge item has been entered, but the charged service is not yet complete, so it shall not be billed yet but might be used in the context of pre-authorization
|
UNKNOWN
The authoring system does not know which of the status values currently applies for this charge item Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, it's just not known which one.
|
Modifier and Type | Method and Description |
---|---|
static ChargeitemStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ChargeitemStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChargeitemStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChargeitemStatus PLANNED
public static final ChargeitemStatus BILLABLE
public static final ChargeitemStatus NOTBILLABLE
public static final ChargeitemStatus ABORTED
public static final ChargeitemStatus BILLED
public static final ChargeitemStatus ENTEREDINERROR
public static final ChargeitemStatus UNKNOWN
public static final ChargeitemStatus NULL
public static ChargeitemStatus[] values()
for (ChargeitemStatus c : ChargeitemStatus.values()) System.out.println(c);
public static ChargeitemStatus 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 ChargeitemStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.