Class ExplanationOfBenefit.Item.Builder
- java.lang.Object
-
- com.ibm.fhir.model.builder.AbstractBuilder<Element>
-
- com.ibm.fhir.model.type.Element.Builder
-
- com.ibm.fhir.model.type.BackboneElement.Builder
-
- com.ibm.fhir.model.resource.ExplanationOfBenefit.Item.Builder
-
- Enclosing class:
- ExplanationOfBenefit.Item
public static class ExplanationOfBenefit.Item.Builder extends BackboneElement.Builder
-
-
Field Summary
-
Fields inherited from class com.ibm.fhir.model.type.BackboneElement.Builder
modifierExtension
-
Fields inherited from class com.ibm.fhir.model.type.Element.Builder
extension, id
-
Fields inherited from class com.ibm.fhir.model.builder.AbstractBuilder
validating
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExplanationOfBenefit.Item.Builderadjudication(ExplanationOfBenefit.Item.Adjudication... adjudication)If this item is a group then the values here are a summary of the adjudication of the detail items.ExplanationOfBenefit.Item.Builderadjudication(Collection<ExplanationOfBenefit.Item.Adjudication> adjudication)If this item is a group then the values here are a summary of the adjudication of the detail items.ExplanationOfBenefit.Item.BuilderbodySite(CodeableConcept bodySite)Physical service site on the patient (limb, tooth, etc.).ExplanationOfBenefit.Itembuild()Build theExplanationOfBenefit.ItemExplanationOfBenefit.Item.BuildercareTeamSequence(PositiveInt... careTeamSequence)Care team members related to this service or product.ExplanationOfBenefit.Item.BuildercareTeamSequence(Collection<PositiveInt> careTeamSequence)Care team members related to this service or product.ExplanationOfBenefit.Item.Buildercategory(CodeableConcept category)Code to identify the general type of benefits under which products and services are provided.ExplanationOfBenefit.Item.Builderdetail(ExplanationOfBenefit.Item.Detail... detail)Second-tier of goods and services.ExplanationOfBenefit.Item.Builderdetail(Collection<ExplanationOfBenefit.Item.Detail> detail)Second-tier of goods and services.ExplanationOfBenefit.Item.BuilderdiagnosisSequence(PositiveInt... diagnosisSequence)Diagnoses applicable for this service or product.ExplanationOfBenefit.Item.BuilderdiagnosisSequence(Collection<PositiveInt> diagnosisSequence)Diagnoses applicable for this service or product.ExplanationOfBenefit.Item.Builderencounter(Reference... encounter)A billed item may include goods or services provided in multiple encounters.ExplanationOfBenefit.Item.Builderencounter(Collection<Reference> encounter)A billed item may include goods or services provided in multiple encounters.ExplanationOfBenefit.Item.Builderextension(Extension... extension)May be used to represent additional information that is not part of the basic definition of the element.ExplanationOfBenefit.Item.Builderextension(Collection<Extension> extension)May be used to represent additional information that is not part of the basic definition of the element.ExplanationOfBenefit.Item.Builderfactor(Decimal factor)A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received.protected ExplanationOfBenefit.Item.Builderfrom(ExplanationOfBenefit.Item item)ExplanationOfBenefit.Item.Builderid(String id)Unique id for the element within a resource (for internal references).ExplanationOfBenefit.Item.BuilderinformationSequence(PositiveInt... informationSequence)Exceptions, special conditions and supporting information applicable for this service or product.ExplanationOfBenefit.Item.BuilderinformationSequence(Collection<PositiveInt> informationSequence)Exceptions, special conditions and supporting information applicable for this service or product.ExplanationOfBenefit.Item.Builderlocation(Element location)Where the product or service was provided.ExplanationOfBenefit.Item.Buildermodifier(CodeableConcept... modifier)Item typification or modifiers codes to convey additional context for the product or service.ExplanationOfBenefit.Item.Buildermodifier(Collection<CodeableConcept> modifier)Item typification or modifiers codes to convey additional context for the product or service.ExplanationOfBenefit.Item.BuildermodifierExtension(Extension... modifierExtension)May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants.ExplanationOfBenefit.Item.BuildermodifierExtension(Collection<Extension> modifierExtension)May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants.ExplanationOfBenefit.Item.Buildernet(Money net)The quantity times the unit price for an additional service or product or charge.ExplanationOfBenefit.Item.BuildernoteNumber(PositiveInt... noteNumber)The numbers associated with notes below which apply to the adjudication of this item.ExplanationOfBenefit.Item.BuildernoteNumber(Collection<PositiveInt> noteNumber)The numbers associated with notes below which apply to the adjudication of this item.ExplanationOfBenefit.Item.BuilderprocedureSequence(PositiveInt... procedureSequence)Procedures applicable for this service or product.ExplanationOfBenefit.Item.BuilderprocedureSequence(Collection<PositiveInt> procedureSequence)Procedures applicable for this service or product.ExplanationOfBenefit.Item.BuilderproductOrService(CodeableConcept productOrService)When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.ExplanationOfBenefit.Item.BuilderprogramCode(CodeableConcept... programCode)Identifies the program under which this may be recovered.ExplanationOfBenefit.Item.BuilderprogramCode(Collection<CodeableConcept> programCode)Identifies the program under which this may be recovered.ExplanationOfBenefit.Item.Builderquantity(SimpleQuantity quantity)The number of repetitions of a service or product.ExplanationOfBenefit.Item.Builderrevenue(CodeableConcept revenue)The type of revenue or cost center providing the product and/or service.ExplanationOfBenefit.Item.Buildersequence(PositiveInt sequence)A number to uniquely identify item entries.ExplanationOfBenefit.Item.Builderserviced(Element serviced)The date or dates when the service or product was supplied, performed or completed.ExplanationOfBenefit.Item.BuildersubSite(CodeableConcept... subSite)A region or surface of the bodySite, e.g.ExplanationOfBenefit.Item.BuildersubSite(Collection<CodeableConcept> subSite)A region or surface of the bodySite, e.g.ExplanationOfBenefit.Item.Builderudi(Reference... udi)Unique Device Identifiers associated with this line item.ExplanationOfBenefit.Item.Builderudi(Collection<Reference> udi)Unique Device Identifiers associated with this line item.ExplanationOfBenefit.Item.BuilderunitPrice(Money unitPrice)If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.protected voidvalidate(ExplanationOfBenefit.Item item)-
Methods inherited from class com.ibm.fhir.model.type.BackboneElement.Builder
from, validate
-
Methods inherited from class com.ibm.fhir.model.type.Element.Builder
from, validate
-
Methods inherited from class com.ibm.fhir.model.builder.AbstractBuilder
isValidating, setValidating
-
-
-
-
Method Detail
-
id
public ExplanationOfBenefit.Item.Builder id(String id)
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.- Overrides:
idin classBackboneElement.Builder- Parameters:
id- Unique id for inter-element referencing- Returns:
- A reference to this Builder instance
-
extension
public ExplanationOfBenefit.Item.Builder extension(Extension... extension)
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.Adds new element(s) to the existing list
- Overrides:
extensionin classBackboneElement.Builder- Parameters:
extension- Additional content defined by implementations- Returns:
- A reference to this Builder instance
-
extension
public ExplanationOfBenefit.Item.Builder extension(Collection<Extension> extension)
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.Replaces the existing list with a new one containing elements from the Collection
- Overrides:
extensionin classBackboneElement.Builder- Parameters:
extension- Additional content defined by implementations- Returns:
- A reference to this Builder instance
-
modifierExtension
public ExplanationOfBenefit.Item.Builder modifierExtension(Extension... modifierExtension)
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Adds new element(s) to the existing list
- Overrides:
modifierExtensionin classBackboneElement.Builder- Parameters:
modifierExtension- Extensions that cannot be ignored even if unrecognized- Returns:
- A reference to this Builder instance
-
modifierExtension
public ExplanationOfBenefit.Item.Builder modifierExtension(Collection<Extension> modifierExtension)
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Replaces the existing list with a new one containing elements from the Collection
- Overrides:
modifierExtensionin classBackboneElement.Builder- Parameters:
modifierExtension- Extensions that cannot be ignored even if unrecognized- Returns:
- A reference to this Builder instance
-
sequence
public ExplanationOfBenefit.Item.Builder sequence(PositiveInt sequence)
A number to uniquely identify item entries.This element is required.
- Parameters:
sequence- Item instance identifier- Returns:
- A reference to this Builder instance
-
careTeamSequence
public ExplanationOfBenefit.Item.Builder careTeamSequence(PositiveInt... careTeamSequence)
Care team members related to this service or product.Adds new element(s) to the existing list
- Parameters:
careTeamSequence- Applicable care team members- Returns:
- A reference to this Builder instance
-
careTeamSequence
public ExplanationOfBenefit.Item.Builder careTeamSequence(Collection<PositiveInt> careTeamSequence)
Care team members related to this service or product.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
careTeamSequence- Applicable care team members- Returns:
- A reference to this Builder instance
-
diagnosisSequence
public ExplanationOfBenefit.Item.Builder diagnosisSequence(PositiveInt... diagnosisSequence)
Diagnoses applicable for this service or product.Adds new element(s) to the existing list
- Parameters:
diagnosisSequence- Applicable diagnoses- Returns:
- A reference to this Builder instance
-
diagnosisSequence
public ExplanationOfBenefit.Item.Builder diagnosisSequence(Collection<PositiveInt> diagnosisSequence)
Diagnoses applicable for this service or product.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
diagnosisSequence- Applicable diagnoses- Returns:
- A reference to this Builder instance
-
procedureSequence
public ExplanationOfBenefit.Item.Builder procedureSequence(PositiveInt... procedureSequence)
Procedures applicable for this service or product.Adds new element(s) to the existing list
- Parameters:
procedureSequence- Applicable procedures- Returns:
- A reference to this Builder instance
-
procedureSequence
public ExplanationOfBenefit.Item.Builder procedureSequence(Collection<PositiveInt> procedureSequence)
Procedures applicable for this service or product.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
procedureSequence- Applicable procedures- Returns:
- A reference to this Builder instance
-
informationSequence
public ExplanationOfBenefit.Item.Builder informationSequence(PositiveInt... informationSequence)
Exceptions, special conditions and supporting information applicable for this service or product.Adds new element(s) to the existing list
- Parameters:
informationSequence- Applicable exception and supporting information- Returns:
- A reference to this Builder instance
-
informationSequence
public ExplanationOfBenefit.Item.Builder informationSequence(Collection<PositiveInt> informationSequence)
Exceptions, special conditions and supporting information applicable for this service or product.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
informationSequence- Applicable exception and supporting information- Returns:
- A reference to this Builder instance
-
revenue
public ExplanationOfBenefit.Item.Builder revenue(CodeableConcept revenue)
The type of revenue or cost center providing the product and/or service.- Parameters:
revenue- Revenue or cost center code- Returns:
- A reference to this Builder instance
-
category
public ExplanationOfBenefit.Item.Builder category(CodeableConcept category)
Code to identify the general type of benefits under which products and services are provided.- Parameters:
category- Benefit classification- Returns:
- A reference to this Builder instance
-
productOrService
public ExplanationOfBenefit.Item.Builder productOrService(CodeableConcept productOrService)
When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.This element is required.
- Parameters:
productOrService- Billing, service, product, or drug code- Returns:
- A reference to this Builder instance
-
modifier
public ExplanationOfBenefit.Item.Builder modifier(CodeableConcept... modifier)
Item typification or modifiers codes to convey additional context for the product or service.Adds new element(s) to the existing list
- Parameters:
modifier- Product or service billing modifiers- Returns:
- A reference to this Builder instance
-
modifier
public ExplanationOfBenefit.Item.Builder modifier(Collection<CodeableConcept> modifier)
Item typification or modifiers codes to convey additional context for the product or service.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
modifier- Product or service billing modifiers- Returns:
- A reference to this Builder instance
-
programCode
public ExplanationOfBenefit.Item.Builder programCode(CodeableConcept... programCode)
Identifies the program under which this may be recovered.Adds new element(s) to the existing list
- Parameters:
programCode- Program the product or service is provided under- Returns:
- A reference to this Builder instance
-
programCode
public ExplanationOfBenefit.Item.Builder programCode(Collection<CodeableConcept> programCode)
Identifies the program under which this may be recovered.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
programCode- Program the product or service is provided under- Returns:
- A reference to this Builder instance
-
serviced
public ExplanationOfBenefit.Item.Builder serviced(Element serviced)
The date or dates when the service or product was supplied, performed or completed.This is a choice element with the following allowed types:
- Parameters:
serviced- Date or dates of service or product delivery- Returns:
- A reference to this Builder instance
-
location
public ExplanationOfBenefit.Item.Builder location(Element location)
Where the product or service was provided.This is a choice element with the following allowed types:
When of typeReference, the allowed resource types for this reference are:- Parameters:
location- Place of service or where product was supplied- Returns:
- A reference to this Builder instance
-
quantity
public ExplanationOfBenefit.Item.Builder quantity(SimpleQuantity quantity)
The number of repetitions of a service or product.- Parameters:
quantity- Count of products or services- Returns:
- A reference to this Builder instance
-
unitPrice
public ExplanationOfBenefit.Item.Builder unitPrice(Money unitPrice)
If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.- Parameters:
unitPrice- Fee, charge or cost per item- Returns:
- A reference to this Builder instance
-
factor
public ExplanationOfBenefit.Item.Builder factor(Decimal factor)
A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.- Parameters:
factor- Price scaling factor- Returns:
- A reference to this Builder instance
-
net
public ExplanationOfBenefit.Item.Builder net(Money net)
The quantity times the unit price for an additional service or product or charge.- Parameters:
net- Total item cost- Returns:
- A reference to this Builder instance
-
udi
public ExplanationOfBenefit.Item.Builder udi(Reference... udi)
Unique Device Identifiers associated with this line item.Adds new element(s) to the existing list
Allowed resource types for the references:
- Parameters:
udi- Unique device identifier- Returns:
- A reference to this Builder instance
-
udi
public ExplanationOfBenefit.Item.Builder udi(Collection<Reference> udi)
Unique Device Identifiers associated with this line item.Replaces the existing list with a new one containing elements from the Collection
Allowed resource types for the references:
- Parameters:
udi- Unique device identifier- Returns:
- A reference to this Builder instance
-
bodySite
public ExplanationOfBenefit.Item.Builder bodySite(CodeableConcept bodySite)
Physical service site on the patient (limb, tooth, etc.).- Parameters:
bodySite- Anatomical location- Returns:
- A reference to this Builder instance
-
subSite
public ExplanationOfBenefit.Item.Builder subSite(CodeableConcept... subSite)
A region or surface of the bodySite, e.g. limb region or tooth surface(s).Adds new element(s) to the existing list
- Parameters:
subSite- Anatomical sub-location- Returns:
- A reference to this Builder instance
-
subSite
public ExplanationOfBenefit.Item.Builder subSite(Collection<CodeableConcept> subSite)
A region or surface of the bodySite, e.g. limb region or tooth surface(s).Replaces the existing list with a new one containing elements from the Collection
- Parameters:
subSite- Anatomical sub-location- Returns:
- A reference to this Builder instance
-
encounter
public ExplanationOfBenefit.Item.Builder encounter(Reference... encounter)
A billed item may include goods or services provided in multiple encounters.Adds new element(s) to the existing list
Allowed resource types for the references:
- Parameters:
encounter- Encounters related to this billed item- Returns:
- A reference to this Builder instance
-
encounter
public ExplanationOfBenefit.Item.Builder encounter(Collection<Reference> encounter)
A billed item may include goods or services provided in multiple encounters.Replaces the existing list with a new one containing elements from the Collection
Allowed resource types for the references:
- Parameters:
encounter- Encounters related to this billed item- Returns:
- A reference to this Builder instance
-
noteNumber
public ExplanationOfBenefit.Item.Builder noteNumber(PositiveInt... noteNumber)
The numbers associated with notes below which apply to the adjudication of this item.Adds new element(s) to the existing list
- Parameters:
noteNumber- Applicable note numbers- Returns:
- A reference to this Builder instance
-
noteNumber
public ExplanationOfBenefit.Item.Builder noteNumber(Collection<PositiveInt> noteNumber)
The numbers associated with notes below which apply to the adjudication of this item.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
noteNumber- Applicable note numbers- Returns:
- A reference to this Builder instance
-
adjudication
public ExplanationOfBenefit.Item.Builder adjudication(ExplanationOfBenefit.Item.Adjudication... adjudication)
If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.Adds new element(s) to the existing list
- Parameters:
adjudication- Adjudication details- Returns:
- A reference to this Builder instance
-
adjudication
public ExplanationOfBenefit.Item.Builder adjudication(Collection<ExplanationOfBenefit.Item.Adjudication> adjudication)
If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
adjudication- Adjudication details- Returns:
- A reference to this Builder instance
-
detail
public ExplanationOfBenefit.Item.Builder detail(ExplanationOfBenefit.Item.Detail... detail)
Second-tier of goods and services.Adds new element(s) to the existing list
- Parameters:
detail- Additional items- Returns:
- A reference to this Builder instance
-
detail
public ExplanationOfBenefit.Item.Builder detail(Collection<ExplanationOfBenefit.Item.Detail> detail)
Second-tier of goods and services.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
detail- Additional items- Returns:
- A reference to this Builder instance
-
build
public ExplanationOfBenefit.Item build()
- Specified by:
buildin interfaceBuilder<Element>- Specified by:
buildin classBackboneElement.Builder- Returns:
- An immutable object of type
ExplanationOfBenefit.Item - Throws:
IllegalStateException- if the current state cannot be built into a valid Item per the base specification
-
validate
protected void validate(ExplanationOfBenefit.Item item)
-
from
protected ExplanationOfBenefit.Item.Builder from(ExplanationOfBenefit.Item item)
-
-