Package org.hl7.fhir

Class ExplanationOfBenefitDetail

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

public class ExplanationOfBenefitDetail 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.Detail complex type.

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

 <complexType name="ExplanationOfBenefit.Detail">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="sequence" type="{http://hl7.org/fhir}positiveInt"/>
         <element name="type" type="{http://hl7.org/fhir}Coding"/>
         <element name="service" type="{http://hl7.org/fhir}Coding"/>
         <element name="programCode" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
         <element name="unitPrice" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
         <element name="factor" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
         <element name="points" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
         <element name="net" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
         <element name="udi" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="adjudication" type="{http://hl7.org/fhir}ExplanationOfBenefit.Adjudication1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subDetail" type="{http://hl7.org/fhir}ExplanationOfBenefit.SubDetail" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>