Package org.hl7.fhir

Class EligibilityResponseBenefitBalance

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.EligibilityResponseBenefitBalance
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class EligibilityResponseBenefitBalance extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
This resource provides eligibility and plan details from the processing of an Eligibility resource.

Java class for EligibilityResponse.BenefitBalance complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EligibilityResponse.BenefitBalance">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="category" type="{http://hl7.org/fhir}Coding"/>
         <element name="subCategory" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
         <element name="network" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
         <element name="unit" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
         <element name="term" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
         <element name="financial" type="{http://hl7.org/fhir}EligibilityResponse.Financial" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>