Immunization Decision Support Forecast (ImmDS) Implementation Guide
0.1.0 - CI Build

Immunization Decision Support Forecast (ImmDS) Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

Evaluation Status Reason - JSON Representation

(back to description)

Raw json

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/ImmunizationFHIRDS/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/ImmunizationFHIRDS/CodeSystem/StatusReason",
  "version" : "0.1.0",
  "name" : "StatusReason",
  "title" : "Evaluation Status Reason",
  "status" : "active",
  "date" : "2020-07-22T08:17:53-06: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"
    }
  ]
}