This resource provides eligibility and plan details from the processing of an [CoverageEligibilityRequest](/content/docs/api/fhir/resources/coverageeligibilityrequest/index.html) resource.

### Elements
| Name | Required | Type | Description |
| --- | --- | --- | --- |
| identifier |  | [Identifier](/content/docs/api/fhir/datatypes/identifier/index.html)[] | Business Identifier for coverage eligibility request. A unique identifier assigned to this coverage eligibility request. |
| status | ✓ | code | active | cancelled | draft | entered-in-error. The status of the resource instance. This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid. |
| purpose | ✓ | code[] | auth-requirements | benefits | discovery | validation. Code to specify the nature of the request: prior authorization requirements for some service categories, benefits for coverages, discovery and return of coverages, and/or validation that the specified coverage is in-force. |
| patient | ✓ | Reference< [Patient](/content/docs/api/fhir/resources/patient/index.html) > | Intended recipient of products and services. The party who is the beneficiary of the supplied coverage for whom eligibility is sought. |
| serviced[x] |  | date, [Period](/content/docs/api/fhir/datatypes/period/index.html) | Estimated date or dates of service. The date when the enclosed services were performed or completed. |
| created | ✓ | dateTime | Response creation date. The date this resource was created. |
| requestor |  | Reference< [Practitioner](/content/docs/api/fhir/resources/practitioner/index.html) | [PractitionerRole](/content/docs/api/fhir/resources/practitionerrole/index.html) | [Organization](/content/docs/api/fhir/resources/organization/index.html) > | Party responsible for the request. Typically this field would be 1..1 where this party is responsible for the claim. |
| request | ✓ | Reference< [CoverageEligibilityRequest](/content/docs/api/fhir/resources/coverageeligibilityrequest/index.html) > | Eligibility request reference. Reference to the original request resource. |
| outcome | ✓ | code | queued | complete | error | partial. The outcome of the request processing. Indicates the request's processing state. |
| disposition |  | string | Disposition Message. Human-readable description of the status of the adjudication. |
| insurer | ✓ | Reference< [Organization](/content/docs/api/fhir/resources/organization/index.html) > | Coverage issuer. The Insurer who issued the coverage and is the author of the response. |
| insurance |  | CoverageEligibilityResponseInsurance[] | Patient insurance information. Financial instruments for reimbursement for the health care products and services. |
| id |  | string | Unique id for inter-element referencing. This may be any string value that does not contain spaces. |
| extension |  | [Extension](/content/docs/api/fhir/datatypes/extension/index.html)[] | Additional content defined by implementations. May be used to represent additional information that is not part of the basic definition. |
| modifierExtension |  | [Extension](/content/docs/api/fhir/datatypes/extension/index.html)[] | Extensions that cannot be ignored. May represent additional information modifying understanding of the element. |
| coverage | ✓ | Reference< [Coverage](/content/docs/api/fhir/resources/coverage/index.html) > | Insurance information. Reference to the insurance card level information. |
| inforce |  | boolean | Coverage inforce indicator. Flag indicating if the coverage is in-force. |
| benefitPeriod |  | [Period](/content/docs/api/fhir/datatypes/period/index.html) | When the benefits are applicable. The term of the benefits documented in this response. |
| item |  | CoverageEligibilityResponseInsuranceItem[] | Benefits and authorization details. Benefits, balances, and authorization details by category or service. |

### Search Parameters
| Name | Type | Description | Expression |
| --- | --- | --- | --- |
| created | date | The creation date | CoverageEligibilityResponse.created |
| disposition | string | The contents of the disposition message | CoverageEligibilityResponse.disposition |
| identifier | token | The business identifier | CoverageEligibilityResponse.identifier |
| insurer | reference | The organization which generated this resource | CoverageEligibilityResponse.insurer |
| outcome | token | The processing outcome | CoverageEligibilityResponse.outcome |
| patient | reference | The reference to the patient | CoverageEligibilityResponse.patient |
| request | reference | The EligibilityRequest reference | CoverageEligibilityResponse.request |
| requestor | reference | The EligibilityRequest provider | CoverageEligibilityResponse.requestor |
| status | token | The EligibilityRequest status | CoverageEligibilityResponse.status |

### Inherited Elements
| Name | Required | Type | Description |
| --- | --- | --- | --- |
| id |  | string | Logical id of this artifact. The logical id of the resource. |
| meta |  | [Meta](/content/docs/api/fhir/datatypes/meta/index.html) | Metadata about the resource. Content that is maintained by the infrastructure. |
| implicitRules |  | uri | A set of rules under which this content was created. Reference to rules that must be understood when processing the content. |
| language |  | code | Language of the resource content. Base language for resource written content. |
| text |  | [Narrative](/content/docs/api/fhir/datatypes/narrative/index.html) | Text summary of the resource. A human-readable narrative summarizing the resource. |
| contained |  | Resource[] | Contained, inline Resources. Resources that do not have an independent existence apart from the resource containing them. |
| extension |  | [Extension](/content/docs/api/fhir/datatypes/extension/index.html)[] | Additional content defined by implementations. May represent additional information. |
| modifierExtension |  | [Extension](/content/docs/api/fhir/datatypes/extension/index.html)[] | Extensions that cannot be ignored. May represent additional information that modifies understanding of the element that contains it.
