This page is part of the Immunization Decision Support Forecast FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Source view
{
"resourceType" : "CodeSystem",
"id" : "StatusReason",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/immds/CodeSystem/StatusReason defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">expired<a name=\"StatusReason-expired\"> </a></td><td>Past Expiration Date</td><td>Vaccine Dose Administered was administered after the Lot Number Expiration Date</td></tr><tr><td style=\"white-space:nowrap\">tooyoung<a name=\"StatusReason-tooyoung\"> </a></td><td>Patient Too Young</td><td>Vaccine Dose Administered was administered at too young of an age</td></tr><tr><td style=\"white-space:nowrap\">tooold<a name=\"StatusReason-tooold\"> </a></td><td>Patient Too Old</td><td>Vaccine Dose Administered was administered at too old of an age</td></tr><tr><td style=\"white-space:nowrap\">inappropriate<a name=\"StatusReason-inappropriate\"> </a></td><td>Inappropriate Vaccine</td><td>Vaccine Dose Administered was an inappropriate vaccine (e.g. vaccine not licensed for the patient age)</td></tr><tr><td style=\"white-space:nowrap\">toosoon<a name=\"StatusReason-toosoon\"> </a></td><td>Administered Too Soon</td><td>Vaccine Dose Administered was administered too soon following a previous dose</td></tr><tr><td style=\"white-space:nowrap\">productconflict<a name=\"StatusReason-productconflict\"> </a></td><td>Product Conflict</td><td>Vaccine Dose Administered was administered too close to another vaccine or other product (e.g. Immune Globulin conflict or live virus conflict)</td></tr><tr><td style=\"white-space:nowrap\">quantity<a name=\"StatusReason-quantity\"> </a></td><td>Insufficient Quantity</td><td>Vaccine Dose Administered amount was less than the recommended amount</td></tr><tr><td style=\"white-space:nowrap\">recall<a name=\"StatusReason-recall\"> </a></td><td>Recalled Product</td><td>Vaccine Dose Administered was recalled by the manufacturer</td></tr><tr><td style=\"white-space:nowrap\">storage<a name=\"StatusReason-storage\"> </a></td><td>Adverse Storage Conditions</td><td>Vaccine Dose Administered experienced adverse storage conditions (e.g. cold chain break)</td></tr><tr><td style=\"white-space:nowrap\">notevaluated<a name=\"StatusReason-notevaluated\"> </a></td><td>Not Evaluated</td><td>Vaccine Dose Administered was not evaluated</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/immds/CodeSystem/StatusReason",
"version" : "1.0.0",
"name" : "StatusReason",
"title" : "Evaluation Status Reason",
"status" : "active",
"date" : "2021-06-25T16:00:44+10:00",
"publisher" : "HL7 Public Health Work Group",
"contact" : [
{
"name" : "HL7 Public Health Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
}
]
},
{
"name" : "Nathan Bunker",
"telecom" : [
{
"system" : "email",
"value" : "mailto:nbunker@immregistry.org"
}
]
}
],
"description" : "A set of reasons for the evaluation status.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"content" : "complete",
"count" : 10,
"concept" : [
{
"code" : "expired",
"display" : "Past Expiration Date",
"definition" : "Vaccine Dose Administered was administered after the Lot Number Expiration Date"
},
{
"code" : "tooyoung",
"display" : "Patient Too Young",
"definition" : "Vaccine Dose Administered was administered at too young of an age"
},
{
"code" : "tooold",
"display" : "Patient Too Old",
"definition" : "Vaccine Dose Administered was administered at too old of an age"
},
{
"code" : "inappropriate",
"display" : "Inappropriate Vaccine",
"definition" : "Vaccine Dose Administered was an inappropriate vaccine (e.g. vaccine not licensed for the patient age)"
},
{
"code" : "toosoon",
"display" : "Administered Too Soon",
"definition" : "Vaccine Dose Administered was administered too soon following a previous dose"
},
{
"code" : "productconflict",
"display" : "Product Conflict",
"definition" : "Vaccine Dose Administered was administered too close to another vaccine or other product (e.g. Immune Globulin conflict or live virus conflict)"
},
{
"code" : "quantity",
"display" : "Insufficient Quantity",
"definition" : "Vaccine Dose Administered amount was less than the recommended amount"
},
{
"code" : "recall",
"display" : "Recalled Product",
"definition" : "Vaccine Dose Administered was recalled by the manufacturer"
},
{
"code" : "storage",
"display" : "Adverse Storage Conditions",
"definition" : "Vaccine Dose Administered experienced adverse storage conditions (e.g. cold chain break)"
},
{
"code" : "notevaluated",
"display" : "Not Evaluated",
"definition" : "Vaccine Dose Administered was not evaluated"
}
]
}