Class EligibilityRequest

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class EligibilityRequest extends DomainResource
The EligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an EligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy.
See Also:
  • Field Details

    • identifier

      The Response business identifier.
    • status

      The status of the resource instance.
    • priority

      Immediate (STAT), best effort (NORMAL), deferred (DEFER).
    • patient

      protected Reference patient
      Patient Resource.
    • patientTarget

      The actual object that is the target of the reference (Patient Resource.)
    • serviced

      protected Type serviced
      The date or dates when the enclosed suite of services were performed or completed.
    • created

      protected DateTimeType created
      The date when this resource was created.
    • enterer

      protected Reference enterer
      Person who created the invoice/claim/pre-determination or pre-authorization.
    • entererTarget

      The actual object that is the target of the reference (Person who created the invoice/claim/pre-determination or pre-authorization.)
    • provider

      protected Reference provider
      The practitioner who is responsible for the services rendered to the patient.
    • providerTarget

      The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)
    • organization

      The organization which is responsible for the services rendered to the patient.
    • organizationTarget

      The actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.)
    • insurer

      protected Reference insurer
      The Insurer who is target of the request.
    • insurerTarget

      The actual object that is the target of the reference (The Insurer who is target of the request.)
    • facility

      protected Reference facility
      Facility where the services were provided.
    • facilityTarget

      The actual object that is the target of the reference (Facility where the services were provided.)
    • coverage

      protected Reference coverage
      Financial instrument by which payment information for health care.
    • coverageTarget

      The actual object that is the target of the reference (Financial instrument by which payment information for health care.)
    • businessArrangement

      The contract number of a business agreement which describes the terms and conditions.
    • benefitCategory

      Dental, Vision, Medical, Pharmacy, Rehab etc.
    • benefitSubCategory

      Dental: basic, major, ortho; Vision exam, glasses, contacts; etc.
    • SP_IDENTIFIER

      public static final String SP_IDENTIFIER
      Search parameter: identifier

      Description: The business identifier of the Eligibility
      Type: token
      Path: EligibilityRequest.identifier

      See Also:
    • IDENTIFIER

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
      Fluent Client search parameter constant for identifier

      Description: The business identifier of the Eligibility
      Type: token
      Path: EligibilityRequest.identifier

    • SP_PROVIDER

      public static final String SP_PROVIDER
      Search parameter: provider

      Description: The reference to the provider
      Type: reference
      Path: EligibilityRequest.provider

      See Also:
    • PROVIDER

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PROVIDER
      Fluent Client search parameter constant for provider

      Description: The reference to the provider
      Type: reference
      Path: EligibilityRequest.provider

    • INCLUDE_PROVIDER

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PROVIDER
      Constant for fluent queries to be used to add include statements. Specifies the path value of "EligibilityRequest:provider".
    • SP_PATIENT

      public static final String SP_PATIENT
      Search parameter: patient

      Description: The reference to the patient
      Type: reference
      Path: EligibilityRequest.patient

      See Also:
    • PATIENT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
      Fluent Client search parameter constant for patient

      Description: The reference to the patient
      Type: reference
      Path: EligibilityRequest.patient

    • INCLUDE_PATIENT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "EligibilityRequest:patient".
    • SP_CREATED

      public static final String SP_CREATED
      Search parameter: created

      Description: The creation date for the EOB
      Type: date
      Path: EligibilityRequest.created

      See Also:
    • CREATED

      public static final ca.uhn.fhir.rest.gclient.DateClientParam CREATED
      Fluent Client search parameter constant for created

      Description: The creation date for the EOB
      Type: date
      Path: EligibilityRequest.created

    • SP_ORGANIZATION

      public static final String SP_ORGANIZATION
      Search parameter: organization

      Description: The reference to the providing organization
      Type: reference
      Path: EligibilityRequest.organization

      See Also:
    • ORGANIZATION

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ORGANIZATION
      Fluent Client search parameter constant for organization

      Description: The reference to the providing organization
      Type: reference
      Path: EligibilityRequest.organization

    • INCLUDE_ORGANIZATION

      public static final ca.uhn.fhir.model.api.Include INCLUDE_ORGANIZATION
      Constant for fluent queries to be used to add include statements. Specifies the path value of "EligibilityRequest:organization".
    • SP_ENTERER

      public static final String SP_ENTERER
      Search parameter: enterer

      Description: The party who is responsible for the request
      Type: reference
      Path: EligibilityRequest.enterer

      See Also:
    • ENTERER

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENTERER
      Fluent Client search parameter constant for enterer

      Description: The party who is responsible for the request
      Type: reference
      Path: EligibilityRequest.enterer

    • INCLUDE_ENTERER

      public static final ca.uhn.fhir.model.api.Include INCLUDE_ENTERER
      Constant for fluent queries to be used to add include statements. Specifies the path value of "EligibilityRequest:enterer".
    • SP_FACILITY

      public static final String SP_FACILITY
      Search parameter: facility

      Description: Facility responsible for the goods and services
      Type: reference
      Path: EligibilityRequest.facility

      See Also:
    • FACILITY

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam FACILITY
      Fluent Client search parameter constant for facility

      Description: Facility responsible for the goods and services
      Type: reference
      Path: EligibilityRequest.facility

    • INCLUDE_FACILITY

      public static final ca.uhn.fhir.model.api.Include INCLUDE_FACILITY
      Constant for fluent queries to be used to add include statements. Specifies the path value of "EligibilityRequest:facility".
  • Constructor Details

  • Method Details