> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EnrollmentResponse

> This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.

## Properties

| Name            | Required | Type                                                                                                                                                                                               | Description                                   |
| --------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| identifier      | No       | [Identifier](/medical-api/fhir/data-types/identifier)\[]                                                                                                                                           | Business Identifier                           |
| status          | No       | code                                                                                                                                                                                               | active / cancelled / draft / entered-in-error |
| request         | No       | Reference\<[EnrollmentRequest](/medical-api/fhir/resources/enrollmentrequest)>                                                                                                                     | Claim reference                               |
| outcome         | No       | code                                                                                                                                                                                               | queued / complete / error / partial           |
| disposition     | No       | string                                                                                                                                                                                             | Disposition Message                           |
| created         | No       | dateTime                                                                                                                                                                                           | Creation date                                 |
| organization    | No       | Reference\<[Organization](/medical-api/fhir/resources/organization)>                                                                                                                               | Insurer                                       |
| requestProvider | No       | Reference\<[Practitioner](/medical-api/fhir/resources/practitioner) / [PractitionerRole](/medical-api/fhir/resources/practitionerrole) / [Organization](/medical-api/fhir/resources/organization)> | Responsible practitioner                      |

## Search Parameters

| Name       | Type      | Description                                       | Expression                    |
| ---------- | --------- | ------------------------------------------------- | ----------------------------- |
| identifier | token     | The business identifier of the EnrollmentResponse | EnrollmentResponse.identifier |
| request    | reference | The reference to the claim                        | EnrollmentResponse.request    |
| status     | token     | The status of the enrollment response             | EnrollmentResponse.status     |

## Inherited Properties

| Name              | Required | Type                                                   | Description                                            |
| ----------------- | -------- | ------------------------------------------------------ | ------------------------------------------------------ |
| id                | No       | string                                                 | Logical id of this artifact                            |
| meta              | No       | [Meta](/medical-api/fhir/data-types/meta)              | Metadata about the resource                            |
| implicitRules     | No       | uri                                                    | A set of rules under which this content was created    |
| language          | No       | code                                                   | Language of the resource content                       |
| text              | No       | [Narrative](/medical-api/fhir/data-types/narrative)    | Text summary of the resource, for human interpretation |
| contained         | No       | Resource\[]                                            | Contained, inline Resources                            |
| extension         | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Additional content defined by implementations          |
| modifierExtension | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Extensions that cannot be ignored                      |

To view the FHIR specification for this resource, see [EnrollmentResponse](https://www.hl7.org/fhir/StructureDefinition/EnrollmentResponse).
