## On this page

Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.

## Elements

| Name | Required | Type | Description |
| --- | --- | --- | --- |
| identifier |  | [Identifier](/content/docs/api/fhir/datatypes/identifier/index.html)[] | Business identifier<br>Details<br>A unique identifier assigned to this immunization evaluation record. |
| status | ✓ | code | completed | entered-in-error<br>Details<br>Indicates the current status of the evaluation of the vaccination administration event. |
| patient | ✓ | Reference< [Patient](/content/docs/api/fhir/resources/patient/index.html) > | Who this evaluation is for<br>Details<br>The individual for whom the evaluation is being done. |
| date |  | dateTime | Date evaluation was performed<br>Details<br>The date the evaluation of the vaccine administration event was performed. |
| authority |  | Reference< [Organization](/content/docs/api/fhir/resources/organization/index.html) > | Who is responsible for publishing the recommendations<br>Details<br>Indicates the authority who published the protocol (e.g. ACIP). |
| targetDisease | ✓ | [CodeableConcept](/content/docs/api/fhir/datatypes/codeableconcept/index.html) | Evaluation target disease<br>Details<br>The vaccine preventable disease the dose is being evaluated against. |
| immunizationEvent | ✓ | Reference< [Immunization](/content/docs/api/fhir/resources/immunization/index.html) > | Immunization being evaluated<br>Details<br>The vaccine administration event being evaluated. |
| doseStatus | ✓ | [CodeableConcept](/content/docs/api/fhir/datatypes/codeableconcept/index.html) | Status of the dose relative to published recommendations<br>Details<br>Indicates if the dose is valid or not valid with respect to the published recommendations. |
| doseStatusReason |  | [CodeableConcept](/content/docs/api/fhir/datatypes/codeableconcept/index.html)[] | Reason for the dose status<br>Details<br>Provides an explanation as to why the vaccine administration event is valid or not relative to the published recommendations. |
| description |  | string | Evaluation notes<br>Details<br>Additional information about the evaluation. |
| series |  | string | Name of vaccine series<br>Details<br>One possible path to achieve presumed immunity against a disease - within the context of an authority. |
| doseNumber[x] |  | positiveInt, string | Dose number within series<br>Details<br>Nominal position in a series.<br>The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose). |
| seriesDoses[x] |  | positiveInt, string | Recommended number of doses for immunity<br>Details<br>The recommended number of doses to achieve immunity.<br>The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose). |

## Search Parameters

| Name | Type | Description | Expression |
| --- | --- | --- | --- |
| date | date | Date the evaluation was generated | ImmunizationEvaluation.date |
| dose-status | token | The status of the dose relative to published recommendations | ImmunizationEvaluation.doseStatus |
| identifier | token | ID of the evaluation | ImmunizationEvaluation.identifier |
| immunization-event | reference | The vaccine administration event being evaluated | ImmunizationEvaluation.immunizationEvent |
| patient | reference | The patient being evaluated | ImmunizationEvaluation.patient |
| status | token | Immunization evaluation status | ImmunizationEvaluation.status |
| target-disease | token | The vaccine preventable disease being evaluated against | ImmunizationEvaluation.targetDisease |

## Inherited Elements

| Name | Required | Type | Description |
| --- | --- | --- | --- |
| id |  | string | Logical id of this artifact<br>Details<br>The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.<br>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<br>Details<br>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<br>Details<br>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<br>Details<br>The base language in which the resource is written. |
| text |  | [Narrative](/content/docs/api/fhir/datatypes/narrative/index.html) | Text summary of the resource, for human interpretation<br>Details<br>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<br>Details<br>These resources do not have an independent existence apart from the resource that contains them. |
| extension |  | [Extension](/content/docs/api/fhir/datatypes/extension/index.html)[] | Additional content defined by implementations<br>Details<br>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<br>Details<br>May be used to represent additional information that is not part of the basic definition of the resource. |

The [ImmunizationEvaluation](/content/docs/api/fhir/resources/immunizationevaluation/index.html) resource is intended to cover communicating the results of an evaluation of a vaccine administration event against a set of published recommendations. Evaluating administered doses in a patient's immunization history is central to ensuring that the patient is fully protected against vaccine-preventable diseases.
