Package org.hl7.fhir

Class ClaimResponseAddItem

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

public class ClaimResponseAddItem 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 adjudication details from the processing of a Claim resource.

Java class for ClaimResponse.AddItem complex type.

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

 <complexType name="ClaimResponse.AddItem">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="sequenceLinkId" type="{http://hl7.org/fhir}positiveInt" maxOccurs="unbounded" minOccurs="0"/>
         <element name="service" type="{http://hl7.org/fhir}Coding"/>
         <element name="fee" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
         <element name="noteNumberLinkId" type="{http://hl7.org/fhir}positiveInt" maxOccurs="unbounded" minOccurs="0"/>
         <element name="adjudication" type="{http://hl7.org/fhir}ClaimResponse.Adjudication3" maxOccurs="unbounded" minOccurs="0"/>
         <element name="detail" type="{http://hl7.org/fhir}ClaimResponse.Detail1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>