This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
A patient's point-of-time immunization status and recommendation with optional supporting justification.
The ImmunizationRecommendation resource is intended to cover communication of a specified patient's immunization recommendation and status across all healthcare disciplines in all care settings and all regions.
Additionally, the ImmunizationRecommendation resource is expected to cover key concepts related to the querying of a patient's immunization recommendation and status. This resource - through consultation with the PHER work group - is believed to meet key use cases and information requirements as defined in the existing HL7 v3 POIZ domain and Immunization Domain Analysis Model.
This resource references the following resources:
One of the considerations for this resource is if it is better for this resource to be a profile of the CarePlan resource or if it is more appropriate for this to be a separate resource due to the number of immunization profile-specific data elements. Please consider this when submitting your ballot comments.
This resource is referenced by [Procedure]
<ImmunizationRecommendation xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, modifierExtension, language, text, and contained --> <identifier><!-- 0..* Identifier Business identifier --></identifier> <subject><!-- 1..1 Resource(Patient) Who this profile is for --></subject> <recommendation> <!-- 1..* Vaccine administration recommendations --> <date value="[dateTime]"/><!-- 1..1 Date recommendation created --> <vaccineType><!-- 1..1 CodeableConcept Vaccine recommendation applies to --></vaccineType> <doseNumber value="[integer]"/><!-- 0..1 Recommended dose number --> <forecastStatus><!-- 1..1 CodeableConcept Vaccine administration status --></forecastStatus> <dateCriterion> <!-- 0..* Dates governing proposed immunization --> <code><!-- 1..1 CodeableConcept Type of date --></code> <value value="[dateTime]"/><!-- 1..1 Recommended date --> </dateCriterion> <protocol> <!-- 0..1 Protocol used by recommendation --> <doseSequence value="[integer]"/><!-- 0..1 Number of dose within sequence --> <description value="[string]"/><!-- 0..1 Protocol details --> <authority><!-- 0..1 Resource(Organization) Who is responsible for protocol --></authority> <series value="[string]"/><!-- 0..1 Name of vaccination series --> </protocol> <supportingImmunization><!-- 0..* Resource(Immunization) Past immunizations supporting recommendation --></supportingImmunization> <supportingPatientInformation><!-- 0..* Resource(Observation|AdverseReaction| AllergyIntolerance) Patient observations supporting recommendation --></supportingPatientInformation> </recommendation> </ImmunizationRecommendation>
Alternate definitions: Schema/Schematron, Resource Profile
Path | Definition | Type | Reference |
---|---|---|---|
ImmunizationRecommendation.recommendation.vaccineType | The type of vaccine administered | Example | http://hl7.org/fhir/v3/vs/VaccineType |
ImmunizationRecommendation.recommendation.forecastStatus | The patient's status with respect to a vaccination protocol | Example | http://hl7.org/fhir/vs/immunization-recommendation-status |
ImmunizationRecommendation.recommendation.dateCriterion.code | Classifies date criterion with respect to conveying information about a patient's vaccination status (e.g. due date, latest to give date, etc.) | Example | http://hl7.org/fhir/vs/immunization-recommendation-date-criterion |
Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
_id | token | The logical resource id associated with the resource (must be supported by all servers) | |
_language | token | The language of the resource | |
date | date | Date recommendation created | ImmunizationRecommendation.recommendation.date |
dose-number | number | Recommended dose number | ImmunizationRecommendation.recommendation.doseNumber |
dose-sequence | token | Number of dose within sequence | ImmunizationRecommendation.recommendation.protocol.doseSequence |
identifier | token | Business identifier | ImmunizationRecommendation.identifier |
information | reference | Patient observations supporting recommendation | ImmunizationRecommendation.recommendation.supportingPatientInformation (AllergyIntolerance, Observation, AdverseReaction) |
status | token | Vaccine administration status | ImmunizationRecommendation.recommendation.forecastStatus |
subject | reference | Who this profile is for | ImmunizationRecommendation.subject (Patient) |
support | reference | Past immunizations supporting recommendation | ImmunizationRecommendation.recommendation.supportingImmunization (Immunization) |
vaccine-type | token | Vaccine recommendation applies to | ImmunizationRecommendation.recommendation.vaccineType |