> ## 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.

# EnrollmentRequest

> This resource provides the insurance enrollment details to the insurer regarding a specified coverage.

## 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 |
| created    | No       | dateTime                                                                                                                                                                                           | Creation date                                 |
| insurer    | No       | Reference\<[Organization](/medical-api/fhir/resources/organization)>                                                                                                                               | Target                                        |
| provider   | No       | Reference\<[Practitioner](/medical-api/fhir/resources/practitioner) / [PractitionerRole](/medical-api/fhir/resources/practitionerrole) / [Organization](/medical-api/fhir/resources/organization)> | Responsible practitioner                      |
| candidate  | No       | Reference\<[Patient](/medical-api/fhir/resources/patient)>                                                                                                                                         | The subject to be enrolled                    |
| coverage   | No       | Reference\<[Coverage](/medical-api/fhir/resources/coverage)>                                                                                                                                       | Insurance information                         |

## Search Parameters

| Name       | Type      | Description                               | Expression                   |
| ---------- | --------- | ----------------------------------------- | ---------------------------- |
| identifier | token     | The business identifier of the Enrollment | EnrollmentRequest.identifier |
| patient    | reference | The party to be enrolled                  | EnrollmentRequest.candidate  |
| status     | token     | The status of the enrollment              | EnrollmentRequest.status     |
| subject    | reference | The party to be enrolled                  | EnrollmentRequest.candidate  |

## 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 [EnrollmentRequest](https://www.hl7.org/fhir/StructureDefinition/EnrollmentRequest).
