Class CoverageEligibilityResponse

  • All Implemented Interfaces:
    Visitable

    @Generated("org.linuxforhealth.fhir.tools.CodeGenerator")
    public class CoverageEligibilityResponse
    extends DomainResource
    This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.

    Maturity level: FMM2 (Trial Use)

    • Method Detail

      • getIdentifier

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

        public java.util.List<EligibilityResponsePurpose> getPurpose()
        Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified.
        Returns:
        An unmodifiable list containing immutable objects of type EligibilityResponsePurpose that is non-empty.
      • getPatient

        public Reference getPatient()
        The party who is the beneficiary of the supplied coverage and for whom eligibility is sought.
        Returns:
        An immutable object of type Reference that is non-null.
      • getServiced

        public Element getServiced()
        The date or dates when the enclosed suite of services were performed or completed.
        Returns:
        An immutable object of type Date or Period that may be null.
      • getCreated

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

        public Reference getRequestor()
        The provider which is responsible for the request.
        Returns:
        An immutable object of type Reference that may be null.
      • getRequest

        public Reference getRequest()
        Reference to the original request resource.
        Returns:
        An immutable object of type Reference that is non-null.
      • getDisposition

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

        public Reference getInsurer()
        The Insurer who issued the coverage in question and is the author of the response.
        Returns:
        An immutable object of type Reference that is non-null.
      • getPreAuthRef

        public String getPreAuthRef()
        A reference from the Insurer to which these services pertain to be used on further communication and as proof that the request occurred.
        Returns:
        An immutable object of type String that may be null.
      • getForm

        public CodeableConcept getForm()
        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