Interface ExplanationOfBenefitBuilder

    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.babylonhealth.lit.hl7.model.ExplanationOfBenefit build()  
      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)  
      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)  
    • Method Detail

      • build

        com.babylonhealth.lit.hl7.model.ExplanationOfBenefit build()
        Specified by:
        build in interface DomainResourceBuilder
        Specified by:
        build in interface com.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)