public static enum ChargeItem.ChargeItemStatus extends Enum<ChargeItem.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 with the generic types
|
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 ChargeItem.ChargeItemStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ChargeItem.ChargeItemStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChargeItem.ChargeItemStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChargeItem.ChargeItemStatus PLANNED
public static final ChargeItem.ChargeItemStatus BILLABLE
public static final ChargeItem.ChargeItemStatus NOTBILLABLE
public static final ChargeItem.ChargeItemStatus ABORTED
public static final ChargeItem.ChargeItemStatus BILLED
public static final ChargeItem.ChargeItemStatus ENTEREDINERROR
public static final ChargeItem.ChargeItemStatus UNKNOWN
public static final ChargeItem.ChargeItemStatus NULL
public static ChargeItem.ChargeItemStatus[] values()
for (ChargeItem.ChargeItemStatus c : ChargeItem.ChargeItemStatus.values()) System.out.println(c);
public static ChargeItem.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 ChargeItem.ChargeItemStatus 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.