Class PaymentReconciliation

  • All Implemented Interfaces:
    Visitable

    @Generated("org.linuxforhealth.fhir.tools.CodeGenerator")
    public class PaymentReconciliation
    extends DomainResource
    This resource provides the details including amount of a payment and allocates the payment items being paid.

    Maturity level: FMM2 (Trial Use)

    • Method Detail

      • getIdentifier

        public java.util.List<Identifier> getIdentifier()
        A unique identifier assigned to this payment reconciliation.
        Returns:
        An unmodifiable list containing immutable objects of type Identifier that may be empty.
      • getPeriod

        public Period getPeriod()
        The period of time for which payments have been gathered into this bulk payment for settlement.
        Returns:
        An immutable object of type Period that may be null.
      • getCreated

        public DateTime getCreated()
        The date when the resource was created.
        Returns:
        An immutable object of type DateTime that is non-null.
      • getPaymentIssuer

        public Reference getPaymentIssuer()
        The party who generated the payment.
        Returns:
        An immutable object of type Reference that may be null.
      • getRequest

        public Reference getRequest()
        Original request resource reference.
        Returns:
        An immutable object of type Reference that may be null.
      • getRequestor

        public Reference getRequestor()
        The practitioner who is responsible for the services rendered to the patient.
        Returns:
        An immutable object of type Reference that may be null.
      • getOutcome

        public RemittanceOutcome getOutcome()
        The outcome of a request for a reconciliation.
        Returns:
        An immutable object of type RemittanceOutcome that may be null.
      • getDisposition

        public String getDisposition()
        A human readable description of the status of the request for the reconciliation.
        Returns:
        An immutable object of type String that may be null.
      • getPaymentDate

        public Date getPaymentDate()
        The date of payment as indicated on the financial instrument.
        Returns:
        An immutable object of type Date that is non-null.
      • getPaymentAmount

        public Money getPaymentAmount()
        Total payment amount as indicated on the financial instrument.
        Returns:
        An immutable object of type Money that is non-null.
      • getPaymentIdentifier

        public Identifier getPaymentIdentifier()
        Issuer's unique identifier for the payment instrument.
        Returns:
        An immutable object of type Identifier that may be null.
      • getFormCode

        public CodeableConcept getFormCode()
        A code for the form to be used for printing the content.
        Returns:
        An immutable object of type CodeableConcept that may be null.
      • accept

        public void accept​(java.lang.String elementName,
                           int elementIndex,
                           Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor and invoke the appropriate visit methods. A typical implementation would look like this:
         if (visitor.preVisit(this)) {
             visitor.visitStart(elementName, elementIndex, this);
             if (visitor.visit(elementName, elementIndex, this)) {
                 // visit children
             }
             visitor.visitEnd(elementName, elementIndex, this);
             visitor.postVisit(this);
         }
         
        Specified by:
        accept in interface Visitable
        Specified by:
        accept in class AbstractVisitable
        Parameters:
        elementName - the name of the element in the context of this visit
        elementIndex - the index of the element in a list or -1 if it is not contained within a List
        visitor - the visitor to use
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object