
Uses of Class
org.hl7.fhir.r4.model.Coverage
Packages that use Coverage
-
Uses of Coverage in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CoverageModifier and TypeMethodDescriptionprotected CoverageJsonParser.parseCoverage(com.google.gson.JsonObject json) protected CoverageXmlParser.parseCoverage(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type CoverageModifier and TypeMethodDescriptionprotected voidJsonParser.composeCoverage(String name, Coverage element) protected voidRdfParser.composeCoverage(Turtle.Complex parent, String parentType, String name, Coverage element, int index) protected voidXmlParser.composeCoverage(String name, Coverage element) protected voidXmlParser.composeCoverageElements(Coverage element) protected voidJsonParser.composeCoverageInner(Coverage element) protected Coverage.ClassComponentJsonParser.parseCoverageClassComponent(com.google.gson.JsonObject json, Coverage owner) protected Coverage.ClassComponentXmlParser.parseCoverageClassComponent(org.xmlpull.v1.XmlPullParser xpp, Coverage owner) protected booleanXmlParser.parseCoverageClassComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coverage owner, Coverage.ClassComponent res) protected voidJsonParser.parseCoverageClassComponentProperties(com.google.gson.JsonObject json, Coverage owner, Coverage.ClassComponent res) protected booleanXmlParser.parseCoverageContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coverage res) protected Coverage.CostToBeneficiaryComponentJsonParser.parseCoverageCostToBeneficiaryComponent(com.google.gson.JsonObject json, Coverage owner) protected Coverage.CostToBeneficiaryComponentXmlParser.parseCoverageCostToBeneficiaryComponent(org.xmlpull.v1.XmlPullParser xpp, Coverage owner) protected booleanXmlParser.parseCoverageCostToBeneficiaryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coverage owner, Coverage.CostToBeneficiaryComponent res) protected voidJsonParser.parseCoverageCostToBeneficiaryComponentProperties(com.google.gson.JsonObject json, Coverage owner, Coverage.CostToBeneficiaryComponent res) protected Coverage.ExemptionComponentJsonParser.parseCoverageExemptionComponent(com.google.gson.JsonObject json, Coverage owner) protected Coverage.ExemptionComponentXmlParser.parseCoverageExemptionComponent(org.xmlpull.v1.XmlPullParser xpp, Coverage owner) protected booleanXmlParser.parseCoverageExemptionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coverage owner, Coverage.ExemptionComponent res) protected voidJsonParser.parseCoverageExemptionComponentProperties(com.google.gson.JsonObject json, Coverage owner, Coverage.ExemptionComponent res) protected voidJsonParser.parseCoverageProperties(com.google.gson.JsonObject json, Coverage res) -
Uses of Coverage in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as CoverageModifier and TypeFieldDescriptionprotected CoverageAccount.CoverageComponent.coverageTargetThe actual object that is the target of the reference (The party(s) that contribute to payment (or part of) of the charges applied to this account (including self-pay).protected CoverageClaim.InsuranceComponent.coverageTargetThe actual object that is the target of the reference (Reference to the insurance card level information contained in the Coverage resource.protected CoverageClaimResponse.InsuranceComponent.coverageTargetThe actual object that is the target of the reference (Reference to the insurance card level information contained in the Coverage resource.protected CoverageCoverageEligibilityRequest.InsuranceComponent.coverageTargetThe actual object that is the target of the reference (Reference to the insurance card level information contained in the Coverage resource.protected CoverageCoverageEligibilityResponse.InsuranceComponent.coverageTargetThe actual object that is the target of the reference (Reference to the insurance card level information contained in the Coverage resource.protected CoverageEnrollmentRequest.coverageTargetThe actual object that is the target of the reference (Reference to the program or plan identification, underwriter or payor.)protected CoverageExplanationOfBenefit.InsuranceComponent.coverageTargetThe actual object that is the target of the reference (Reference to the insurance card level information contained in the Coverage resource.Methods in org.hl7.fhir.r4.model that return CoverageModifier and TypeMethodDescriptionCoverage.addClass_(Coverage.ClassComponent t) Coverage.addContract(Reference t) Coverage.addIdentifier(Identifier t) Coverage.copy()Account.CoverageComponent.getCoverageTarget()Claim.InsuranceComponent.getCoverageTarget()ClaimResponse.InsuranceComponent.getCoverageTarget()CoverageEligibilityRequest.InsuranceComponent.getCoverageTarget()CoverageEligibilityResponse.InsuranceComponent.getCoverageTarget()EnrollmentRequest.getCoverageTarget()ExplanationOfBenefit.InsuranceComponent.getCoverageTarget()Coverage.setBeneficiary(Reference value) Coverage.setBeneficiaryTarget(Patient value) Coverage.setClass_(List<Coverage.ClassComponent> theClass_) Coverage.setContract(List<Reference> theContract) Coverage.setCostToBeneficiary(List<Coverage.CostToBeneficiaryComponent> theCostToBeneficiary) Coverage.setDependent(String value) Coverage.setDependentElement(StringType value) Coverage.setIdentifier(List<Identifier> theIdentifier) Coverage.setNetwork(String value) Coverage.setNetworkElement(StringType value) Coverage.setOrder(int value) Coverage.setOrderElement(PositiveIntType value) Coverage.setPolicyHolder(Reference value) Coverage.setPolicyHolderTarget(Resource value) Coverage.setRelationship(CodeableConcept value) Coverage.setStatus(Coverage.CoverageStatus value) Coverage.setStatusElement(Enumeration<Coverage.CoverageStatus> value) Coverage.setSubrogation(boolean value) Coverage.setSubrogationElement(BooleanType value) Coverage.setSubscriber(Reference value) Coverage.setSubscriberId(String value) Coverage.setSubscriberIdElement(StringType value) Coverage.setSubscriberTarget(Resource value) Coverage.setType(CodeableConcept value) protected CoverageCoverage.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type CoverageModifier and TypeMethodDescriptionvoidCoverage.copyValues(Coverage dst) Account.CoverageComponent.setCoverageTarget(Coverage value) Claim.InsuranceComponent.setCoverageTarget(Coverage value) ClaimResponse.InsuranceComponent.setCoverageTarget(Coverage value) CoverageEligibilityRequest.InsuranceComponent.setCoverageTarget(Coverage value) CoverageEligibilityResponse.InsuranceComponent.setCoverageTarget(Coverage value) EnrollmentRequest.setCoverageTarget(Coverage value) ExplanationOfBenefit.InsuranceComponent.setCoverageTarget(Coverage value)