Package org.hl7.fhir

Class EligibilityResponseFinancial

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

public class EligibilityResponseFinancial 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.Financial complex type.

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

 <complexType name="EligibilityResponse.Financial">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}Coding"/>
         <choice minOccurs="0">
           <element name="benefitUnsignedInt" type="{http://hl7.org/fhir}unsignedInt"/>
           <element name="benefitQuantity" type="{http://hl7.org/fhir}Money"/>
         </choice>
         <choice minOccurs="0">
           <element name="benefitUsedUnsignedInt" type="{http://hl7.org/fhir}unsignedInt"/>
           <element name="benefitUsedQuantity" type="{http://hl7.org/fhir}Money"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>