Package org.hl7.fhir

Class ExplanationOfBenefitCoverage

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

public class ExplanationOfBenefitCoverage extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.

Java class for ExplanationOfBenefit.Coverage complex type.

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

 <complexType name="ExplanationOfBenefit.Coverage">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <choice>
           <element name="coverageIdentifier" type="{http://hl7.org/fhir}Identifier"/>
           <element name="coverageReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="preAuthRef" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>