This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 7.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ImmunizationRecommendation",
"id" : "qicore-immunizationrecommendation-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">Example of immunizationrecommendation using a vaccine code</div>"
},
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235"
}
],
"patient" : {
"reference" : "Patient/qicore-patient-example"
},
"recommendation" : [
{
"date" : "2015-02-09T11:04:15.817-05:00",
"vaccineCode" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "14745005",
"display" : "Hepatitis A vaccine"
}
]
},
"doseNumber" : 1,
"forecastStatus" : {
"text" : "Not Complete"
},
"dateCriterion" : [
{
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/immunization-recommendation-date-criterion",
"code" : "earliest",
"display" : "Earliest Date"
}
]
},
"value" : "2015-12-01T00:00:00-05:00"
},
{
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/immunization-recommendation-date-criterion",
"code" : "recommended",
"display" : "Recommended"
}
]
},
"value" : "2015-12-01T00:00:00-05:00"
},
{
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/immunization-recommendation-date-criterion",
"code" : "overdue",
"display" : "Past Due Date"
}
]
},
"value" : "2016-12-28T00:00:00-05:00"
}
],
"protocol" : {
"doseSequence" : 1,
"description" : "First sequence in protocol",
"authority" : {
"reference" : "Organization/qicore-organization-example"
},
"series" : "Vaccination Series 1"
},
"supportingImmunization" : [
{
"reference" : "Immunization/qicore-immunization-example"
}
],
"supportingPatientInformation" : [
{
"reference" : "Observation/qicore-observation-example"
}
]
}
]
}