AccountStatus

public enum AccountStatus: String

Indicates whether the account is available to be used.

URL: http://hl7.org/fhir/account-status ValueSet: http://hl7.org/fhir/ValueSet/account-status

  • This account is active and may be used.

    Declaration

    Swift

    case active = "active"
  • This account is inactive and should not be used to track financial information.

    Declaration

    Swift

    case inactive = "inactive"
  • This instance should not have been part of this patient’s medical record.

    Declaration

    Swift

    case enteredInError = "entered-in-error"