Interface ExplanationOfBenefitBuilder
-
- All Superinterfaces:
DomainResourceBuilder,com.babylonhealth.lit.core_java.builders.ResourceBuilder
- All Known Implementing Classes:
ExplanationOfBenefitBuilder.Impl
public interface ExplanationOfBenefitBuilder extends DomainResourceBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExplanationOfBenefitBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.ExplanationOfBenefitbuild()static ExplanationOfBenefitBuilder.Implbuilder(com.babylonhealth.lit.hl7.CLAIM_USE use, com.babylonhealth.lit.core_java.builders.CodeableConceptBuilder _type, com.babylonhealth.lit.hl7.EXPLANATIONOFBENEFIT_STATUS status, com.babylonhealth.lit.core_java.builders.ReferenceBuilder patient, com.babylonhealth.lit.core.FHIRDateTime created, com.babylonhealth.lit.core_java.builders.ReferenceBuilder insurer, com.babylonhealth.lit.hl7.REMITTANCE_OUTCOME outcome, com.babylonhealth.lit.core_java.builders.ReferenceBuilder provider, java.util.Collection<ExplanationOfBenefit_InsuranceBuilder> insurance)static ExplanationOfBenefitBuilder.Implinit(com.babylonhealth.lit.hl7.CLAIM_USE use, com.babylonhealth.lit.core.model.CodeableConcept _type, com.babylonhealth.lit.hl7.EXPLANATIONOFBENEFIT_STATUS status, com.babylonhealth.lit.core.model.Reference patient, com.babylonhealth.lit.core.FHIRDateTime created, com.babylonhealth.lit.core.model.Reference insurer, com.babylonhealth.lit.hl7.REMITTANCE_OUTCOME outcome, com.babylonhealth.lit.core.model.Reference provider, java.util.Collection<com.babylonhealth.lit.hl7.model.ExplanationOfBenefit.Insurance> insurance)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.ExplanationOfBenefit build()
- Specified by:
buildin interfaceDomainResourceBuilder- Specified by:
buildin interfacecom.babylonhealth.lit.core_java.builders.ResourceBuilder
-
init
static ExplanationOfBenefitBuilder.Impl init(com.babylonhealth.lit.hl7.CLAIM_USE use, com.babylonhealth.lit.core.model.CodeableConcept _type, com.babylonhealth.lit.hl7.EXPLANATIONOFBENEFIT_STATUS status, com.babylonhealth.lit.core.model.Reference patient, com.babylonhealth.lit.core.FHIRDateTime created, com.babylonhealth.lit.core.model.Reference insurer, com.babylonhealth.lit.hl7.REMITTANCE_OUTCOME outcome, com.babylonhealth.lit.core.model.Reference provider, java.util.Collection<com.babylonhealth.lit.hl7.model.ExplanationOfBenefit.Insurance> insurance)
-
builder
static ExplanationOfBenefitBuilder.Impl builder(com.babylonhealth.lit.hl7.CLAIM_USE use, com.babylonhealth.lit.core_java.builders.CodeableConceptBuilder _type, com.babylonhealth.lit.hl7.EXPLANATIONOFBENEFIT_STATUS status, com.babylonhealth.lit.core_java.builders.ReferenceBuilder patient, com.babylonhealth.lit.core.FHIRDateTime created, com.babylonhealth.lit.core_java.builders.ReferenceBuilder insurer, com.babylonhealth.lit.hl7.REMITTANCE_OUTCOME outcome, com.babylonhealth.lit.core_java.builders.ReferenceBuilder provider, java.util.Collection<ExplanationOfBenefit_InsuranceBuilder> insurance)
-
-