ExplanationOfBenefitStatus

public enum ExplanationOfBenefitStatus: String

A code specifying the state of the resource instance.

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

  • The resource instance is currently in-force.

    Declaration

    Swift

    case active = "active"
  • The resource instance is withdrawn, rescinded or reversed.

    Declaration

    Swift

    case cancelled = "cancelled"
  • A new resource instance the contents of which is not complete.

    Declaration

    Swift

    case draft = "draft"
  • The resource instance was entered in error.

    Declaration

    Swift

    case enteredInError = "entered-in-error"