Enum ChargeitemStatus

java.lang.Object
java.lang.Enum<ChargeitemStatus>
org.hl7.fhir.dstu3.model.codesystems.ChargeitemStatus
All Implemented Interfaces:
Serializable, Comparable<ChargeitemStatus>

  • Enum Constant Details

    • PLANNED

      public static final ChargeitemStatus 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

      public static final ChargeitemStatus BILLABLE
      The charge item is ready for billing
    • NOTBILLABLE

      public static final ChargeitemStatus NOTBILLABLE
      The charge item has been determined to be not billable (e.g. due to rules associated with the billing code)
    • ABORTED

      public static final ChargeitemStatus ABORTED
      The processing of the charge was aborted
    • BILLED

      public static final ChargeitemStatus 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

      public static final ChargeitemStatus ENTEREDINERROR
      The charge item has been entered in error and should not be processed for billing
    • UNKNOWN

      public static final ChargeitemStatus 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

      public static final ChargeitemStatus NULL
      added to help the parsers
  • Method Details

    • values

      public static ChargeitemStatus[] 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

      public static ChargeitemStatus valueOf(String name)
      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

      public static ChargeitemStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()