Package org.hl7.fhir

Class PaymentReconciliationDetail

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

public class PaymentReconciliationDetail extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
This resource provides payment details and claim references supporting a bulk payment.

Java class for PaymentReconciliation.Detail complex type.

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

 <complexType name="PaymentReconciliation.Detail">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}Coding"/>
         <choice minOccurs="0">
           <element name="requestIdentifier" type="{http://hl7.org/fhir}Identifier"/>
           <element name="requestReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <choice minOccurs="0">
           <element name="responceIdentifier" type="{http://hl7.org/fhir}Identifier"/>
           <element name="responceReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <choice minOccurs="0">
           <element name="submitterIdentifier" type="{http://hl7.org/fhir}Identifier"/>
           <element name="submitterReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <choice minOccurs="0">
           <element name="payeeIdentifier" type="{http://hl7.org/fhir}Identifier"/>
           <element name="payeeReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="date" type="{http://hl7.org/fhir}date" minOccurs="0"/>
         <element name="amount" type="{http://hl7.org/fhir}Money" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected Coding type
    • requestIdentifier

      protected Identifier requestIdentifier
    • requestReference

      protected Reference requestReference
    • responceIdentifier

      protected Identifier responceIdentifier
    • responceReference

      protected Reference responceReference
    • submitterIdentifier

      protected Identifier submitterIdentifier
    • submitterReference

      protected Reference submitterReference
    • payeeIdentifier

      protected Identifier payeeIdentifier
    • payeeReference

      protected Reference payeeReference
    • date

      protected Date date
    • amount

      protected Money amount
  • Constructor Details

    • PaymentReconciliationDetail

      public PaymentReconciliationDetail()
  • Method Details