On this page

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

## Elements

| Name       | Required | Type                                                                                     | Description                                                                                                                                                                  |
|------------|----------|------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| identifier |          | [Identifier](/content/docs/api/fhir/datatypes/identifier/index.html)\[\]          | Business Identifier  
Details  
The Response business identifier.                                                                                                 |
| status     |          | code                                                                                     | active \| cancelled \| draft \| entered-in-error  
Details  
The status of the resource instance.  
This element is labeled as a modifier because the status contains codes that mark the request as not currently valid. |
| created    |          | dateTime                                                                                | Creation date  
Details  
The date when this resource was created.                                                                                             |
| insurer    |          | Reference< [Organization](/content/docs/api/fhir/resources/organization/index.html) > | Target  
Details  
The Insurer who is target of the request.                                                                                                          |
| provider    |          | Reference< [Practitioner](/content/docs/api/fhir/resources/practitioner/index.html)\n\| [PractitionerRole](/content/docs/api/fhir/resources/practitionerrole/index.html)\n\| [Organization](/content/docs/api/fhir/resources/organization/index.html) > | Responsible practitioner  
Details  
The practitioner who is responsible for the services rendered to the patient.                                                           |
| candidate  |          | Reference< [Patient](/content/docs/api/fhir/resources/patient/index.html) >        | The subject to be enrolled  
Details  
Patient Resource.                                                                                                                                                    |
| coverage   |          | Reference< [Coverage](/content/docs/api/fhir/resources/coverage/index.html) >      | Insurance information  
Details  
Reference to the program or plan identification, underwriter or payor.                                                             |

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

| Name                | Required | Type                                                                                      | Description                                                                                                                                                                    |
|---------------------|----------|-------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| id                  |          | string                                                                                    | Logical id of this artifact  
Details  
The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.  
The only time that a resource does not have an id is when it is being submitted to the server using a create operation.                            |
| meta                |          | [Meta](/content/docs/api/fhir/datatypes/meta/index.html)                            | Metadata about the resource  
Details  
The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.                                |
| implicitRules       |          | uri                                                                                       | A set of rules under which this content was created  
Details  
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.                        |
| language            |          | code                                                                                      | Language of the resource content  
Details  
The base language in which the resource is written.  
Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag).                                      |
| text                |          | [Narrative](/content/docs/api/fhir/datatypes/narrative/index.html)                  | Text summary of the resource, for human interpretation  
Details  
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human.                                                          |
| contained           |          | Resource\[\]                                                                           | Contained, inline Resources  
Details  
These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.                                      |
| extension           |          | [Extension](/content/docs/api/fhir/datatypes/extension/index.html)\[\]            | Additional content defined by implementations  
Details  
May be used to represent additional information that is not part of the basic definition of the resource.                                                                              |
| modifierExtension    |          | [Extension](/content/docs/api/fhir/datatypes/extension/index.html)\[\]            | Extensions that cannot be ignored  
Details  
May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants.  |

**This resource has not yet undergone proper review by FM. At this time it is a 'stub', is known to be incomplete, and is to be considered as a draft.**

The [EnrollmentRequest](/content/docs/api/fhir/resources/enrollmentrequest/index.html) resource allows for the addition and removal of plan subscribers and their dependents to health insurance coverage.

Todo

- [EnrollmentResponse](/content/docs/api/fhir/resources/enrollmentresponse/index.html)

- [Elements](/content/docs/api/fhir/resources/enrollmentrequest#elements/index.html)
- [Search Parameters](/content/docs/api/fhir/resources/enrollmentrequest#search-parameters/index.html)
- [Inherited Elements](/content/docs/api/fhir/resources/enrollmentrequest#inherited-elements/index.html)
