Uses of Class
org.hl7.fhir.r4b.model.ExplanationOfBenefit.InsuranceComponent
-
Packages that use ExplanationOfBenefit.InsuranceComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ExplanationOfBenefit.InsuranceComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ExplanationOfBenefit.InsuranceComponent Modifier and Type Method Description protected ExplanationOfBenefit.InsuranceComponentJsonParser. parseExplanationOfBenefitInsuranceComponent(com.google.gson.JsonObject json)protected ExplanationOfBenefit.InsuranceComponentXmlParser. parseExplanationOfBenefitInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ExplanationOfBenefit.InsuranceComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type ExplanationOfBenefit.InsuranceComponent Modifier and Type Field Description protected List<ExplanationOfBenefit.InsuranceComponent>ExplanationOfBenefit. insuranceFinancial instruments for reimbursement for the health care products and services specified on the claim.Methods in org.hl7.fhir.r4b.model that return ExplanationOfBenefit.InsuranceComponent Modifier and Type Method Description ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit. addInsurance()ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. addPreAuthRef(String value)ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. copy()ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit. getInsuranceFirstRep()ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. setCoverage(Reference value)ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. setFocal(boolean value)ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. setFocalElement(BooleanType value)ExplanationOfBenefit.InsuranceComponentExplanationOfBenefit.InsuranceComponent. setPreAuthRef(List<StringType> thePreAuthRef)Methods in org.hl7.fhir.r4b.model that return types with arguments of type ExplanationOfBenefit.InsuranceComponent Modifier and Type Method Description List<ExplanationOfBenefit.InsuranceComponent>ExplanationOfBenefit. getInsurance()Methods in org.hl7.fhir.r4b.model with parameters of type ExplanationOfBenefit.InsuranceComponent Modifier and Type Method Description ExplanationOfBenefitExplanationOfBenefit. addInsurance(ExplanationOfBenefit.InsuranceComponent t)voidExplanationOfBenefit.InsuranceComponent. copyValues(ExplanationOfBenefit.InsuranceComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type ExplanationOfBenefit.InsuranceComponent Modifier and Type Method Description ExplanationOfBenefitExplanationOfBenefit. setInsurance(List<ExplanationOfBenefit.InsuranceComponent> theInsurance)Constructors in org.hl7.fhir.r4b.model with parameters of type ExplanationOfBenefit.InsuranceComponent Constructor Description ExplanationOfBenefit(ExplanationOfBenefit.ExplanationOfBenefitStatus status, CodeableConcept type, Enumerations.Use use, Reference patient, Date created, Reference insurer, Reference provider, Enumerations.RemittanceOutcome outcome, ExplanationOfBenefit.InsuranceComponent insurance)Constructor
-