Immunization Decision Support Forecast (ImmDS) Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
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/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>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/ImmunizationFHIRDS/CodeSystem/StatusReason"]; fhir:CodeSystem.version [ fhir:value "0.1.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 "2020-07-22T08:17:53-06: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.