Package org.hl7.fhir

Class EligibilityResponseError

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class EligibilityResponseError 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.Error complex type.

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

 <complexType name="EligibilityResponse.Error">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="code" type="{http://hl7.org/fhir}Coding"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>