Package org.hl7.fhir.r4.model
Enum ChargeItem.ChargeItemStatus
- All Implemented Interfaces:
Serializable
,Comparable<ChargeItem.ChargeItemStatus>
- Enclosing class:
ChargeItem
-
Enum Constant Summary
Enum ConstantDescriptionThe processing of the charge was aborted.The charge item is ready for billing.The charge item has been billed (e.g.The charge item has been entered in error and should not be processed for billing.The charge item has been determined to be not billable (e.g.added to help the parsers with the generic typesThe 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.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. -
Method Summary
Modifier and TypeMethodDescriptionstatic ChargeItem.ChargeItemStatus
toCode()
static ChargeItem.ChargeItemStatus
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.
-
Enum Constant Details
-
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. -
BILLABLE
The charge item is ready for billing. -
NOTBILLABLE
The charge item has been determined to be not billable (e.g. due to rules associated with the billing code). -
ABORTED
The processing of the charge was aborted. -
BILLED
The charge item has been billed (e.g. a billing engine has generated financial transactions by applying the associated ruled for the charge item to the context of the Encounter, and placed them into Claims/Invoices. -
ENTEREDINERROR
The charge item has been entered in error and should not be processed for billing. -
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. -
NULL
added to help the parsers with the generic types
-
-
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 nameNullPointerException
- if the argument is null
-
fromCode
public static ChargeItem.ChargeItemStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-