Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.InsuranceComponent
-
Uses of ExplanationOfBenefit.InsuranceComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected ExplanationOfBenefit.InsuranceComponent
JsonParser.parseExplanationOfBenefitInsuranceComponent
(com.google.gson.JsonObject json, ExplanationOfBenefit owner) protected ExplanationOfBenefit.InsuranceComponent
XmlParser.parseExplanationOfBenefitInsuranceComponent
(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeExplanationOfBenefitInsuranceComponent
(String name, ExplanationOfBenefit.InsuranceComponent element) protected void
RdfParser.composeExplanationOfBenefitInsuranceComponent
(Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.InsuranceComponent element, int index) protected void
XmlParser.composeExplanationOfBenefitInsuranceComponent
(String name, ExplanationOfBenefit.InsuranceComponent element) protected void
XmlParser.composeExplanationOfBenefitInsuranceComponentElements
(ExplanationOfBenefit.InsuranceComponent element) protected void
JsonParser.composeExplanationOfBenefitInsuranceComponentInner
(ExplanationOfBenefit.InsuranceComponent element) protected boolean
XmlParser.parseExplanationOfBenefitInsuranceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.InsuranceComponent res) protected void
JsonParser.parseExplanationOfBenefitInsuranceComponentProperties
(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.InsuranceComponent res) -
Uses of ExplanationOfBenefit.InsuranceComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<ExplanationOfBenefit.InsuranceComponent> ExplanationOfBenefit.insurance
Financial instruments for reimbursement for the health care products and services specified on the claim.Modifier and TypeMethodDescriptionExplanationOfBenefit.addInsurance()
ExplanationOfBenefit.InsuranceComponent.addPreAuthRef
(String value) ExplanationOfBenefit.InsuranceComponent.copy()
ExplanationOfBenefit.getInsuranceFirstRep()
ExplanationOfBenefit.InsuranceComponent.setCoverage
(Reference value) ExplanationOfBenefit.InsuranceComponent.setCoverageTarget
(Coverage value) ExplanationOfBenefit.InsuranceComponent.setFocal
(boolean value) ExplanationOfBenefit.InsuranceComponent.setFocalElement
(BooleanType value) ExplanationOfBenefit.InsuranceComponent.setPreAuthRef
(List<StringType> thePreAuthRef) Modifier and TypeMethodDescriptionExplanationOfBenefit.addInsurance
(ExplanationOfBenefit.InsuranceComponent t) void
ExplanationOfBenefit.InsuranceComponent.copyValues
(ExplanationOfBenefit.InsuranceComponent dst) Modifier and TypeMethodDescriptionExplanationOfBenefit.setInsurance
(List<ExplanationOfBenefit.InsuranceComponent> theInsurance)