Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

BenefitsItem Class

Specific service covered by the insurance plan.

Namespace

HealthCloudExt

BenefitsItem Properties

The following are properties for BenefitsItem.

benefitsCategory

Name of the category this benefit is in.

Signature

public String benefitsCategory {get; set;}

Property Value

Type: String

benefitsItemLimit

Signature

public List<healthcloudext.BenefitsItemLimit> benefitsItemLimit {get; set;}

Property Value

Type: List<healthcloudext.BenefitsItemLimit>

inPlanNetworkIndicator

Indicates whether the benefit is available only in-network (true) or both in-network and out-of-network (false). The default value is 'false'.

Signature

public Boolean inPlanNetworkIndicator {get; set;}

Property Value

Type: Boolean

notes

Description of the coverage for non-preferred providers.

Signature

public String notes {get; set;}

Property Value

Type: String

serviceType

The type of service this plan benefit item provides.

Signature

public String serviceType {get; set;}

Property Value

Type: String

serviceTypeCode

The code for the type of service this plan benefit item provides.

Signature

public String serviceTypeCode {get; set;}

Property Value

Type: String