Package org.hl7.fhir

Class PaymentReconciliation

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

public class PaymentReconciliation extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions

Java class for PaymentReconciliation complex type.

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

 <complexType name="PaymentReconciliation">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="requestIdentifier" type="{http://hl7.org/fhir}Identifier"/>
           <element name="requestReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="outcome" type="{http://hl7.org/fhir}RemittanceOutcome" minOccurs="0"/>
         <element name="disposition" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="ruleset" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
         <element name="originalRuleset" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
         <element name="created" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="organizationIdentifier" type="{http://hl7.org/fhir}Identifier"/>
           <element name="organizationReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <choice minOccurs="0">
           <element name="requestProviderIdentifier" type="{http://hl7.org/fhir}Identifier"/>
           <element name="requestProviderReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <choice minOccurs="0">
           <element name="requestOrganizationIdentifier" type="{http://hl7.org/fhir}Identifier"/>
           <element name="requestOrganizationReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="detail" type="{http://hl7.org/fhir}PaymentReconciliation.Detail" maxOccurs="unbounded" minOccurs="0"/>
         <element name="form" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
         <element name="total" type="{http://hl7.org/fhir}Money"/>
         <element name="note" type="{http://hl7.org/fhir}PaymentReconciliation.Note" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>