Immunization Decision Support Forecast (ImmDS) Implementation Guide
1.0.0 - STU1

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

Evaluation Status Reason - TTL Representation

(back to description)

Raw ttl

Source view


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "StatusReason"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/immds/CodeSystem/StatusReason"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "StatusReason"];
  fhir:CodeSystem.title [ fhir:value "Evaluation Status Reason"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2021-06-25T16:00:44+10:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 Public Health Work Group"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 Public Health Work Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher/index.cfm" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Nathan Bunker" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "mailto:nbunker@immregistry.org" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "A set of reasons for the evaluation status."];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "10"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "expired" ];
     fhir:CodeSystem.concept.display [ fhir:value "Past Expiration Date" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Vaccine Dose Administered was administered after the Lot Number Expiration Date" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "tooyoung" ];
     fhir:CodeSystem.concept.display [ fhir:value "Patient Too Young" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Vaccine Dose Administered was administered at too young of an age" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "tooold" ];
     fhir:CodeSystem.concept.display [ fhir:value "Patient Too Old" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Vaccine Dose Administered was administered at too old of an age" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "inappropriate" ];
     fhir:CodeSystem.concept.display [ fhir:value "Inappropriate Vaccine" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Vaccine Dose Administered was an inappropriate vaccine (e.g. vaccine not licensed for the patient age)" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "toosoon" ];
     fhir:CodeSystem.concept.display [ fhir:value "Administered Too Soon" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Vaccine Dose Administered was administered too soon following a previous dose" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "productconflict" ];
     fhir:CodeSystem.concept.display [ fhir:value "Product Conflict" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Vaccine Dose Administered was administered too close to another vaccine or other product (e.g. Immune Globulin conflict or live virus conflict)" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "quantity" ];
     fhir:CodeSystem.concept.display [ fhir:value "Insufficient Quantity" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Vaccine Dose Administered amount was less than the recommended amount" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "recall" ];
     fhir:CodeSystem.concept.display [ fhir:value "Recalled Product" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Vaccine Dose Administered was recalled by the manufacturer" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "storage" ];
     fhir:CodeSystem.concept.display [ fhir:value "Adverse Storage Conditions" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Vaccine Dose Administered experienced adverse storage conditions (e.g. cold chain break)" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "notevaluated" ];
     fhir:CodeSystem.concept.display [ fhir:value "Not Evaluated" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Vaccine Dose Administered was not evaluated" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.