ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions
: Reason Vaccine not Administered - TTL Representation
Raw ttl | Download
@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:id [ fhir:v "KenyanImmunizationNotDoneReasonsCS"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem KenyanImmunizationNotDoneReasonsCS</b></p><a name=\"KenyanImmunizationNotDoneReasonsCS\"> </a><a name=\"hcKenyanImmunizationNotDoneReasonsCS\"> </a><a name=\"KenyanImmunizationNotDoneReasonsCS-en-US\"> </a><p>This code system <code>https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/KenyanImmunizationNotDoneReasonsCS</code> 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\">Stock<a name=\"KenyanImmunizationNotDoneReasonsCS-Stock\"> </a></td><td>Product out of stock</td><td>There was no product supply on hand to perform the service.</td></tr><tr><td style=\"white-space:nowrap\">ColdChainBreak<a name=\"KenyanImmunizationNotDoneReasonsCS-ColdChainBreak\"> </a></td><td>Cold chain break</td><td>The vaccine experienced a cold chain break.</td></tr><tr><td style=\"white-space:nowrap\">ClientObjection<a name=\"KenyanImmunizationNotDoneReasonsCS-ClientObjection\"> </a></td><td>Client objection</td><td>The client or their guardian objects to receiving the vaccine.</td></tr><tr><td style=\"white-space:nowrap\">Caregiver<a name=\"KenyanImmunizationNotDoneReasonsCS-Caregiver\"> </a></td><td>Caregiver refusal</td><td>The client's caregiver refused the vaccine.</td></tr><tr><td style=\"white-space:nowrap\">Expired<a name=\"KenyanImmunizationNotDoneReasonsCS-Expired\"> </a></td><td>Expired product</td><td>The vaccine was expired at the time of administration.</td></tr><tr><td style=\"white-space:nowrap\">Disease<a name=\"KenyanImmunizationNotDoneReasonsCS-Disease\"> </a></td><td>Client acquired the disease</td><td>The immunization event was not carried out due to the client having had the disease.</td></tr><tr><td style=\"white-space:nowrap\">Unspecified<a name=\"KenyanImmunizationNotDoneReasonsCS-Unspecified\"> </a></td><td>Unspecified reason</td><td>The immunization event was not carried out for an unspecified reason.</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/KenyanImmunizationNotDoneReasonsCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "KenyanImmunizationNotDoneReasonsCS"] ; #
fhir:title [ fhir:v "Reason Vaccine not Administered"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-11-08T08:13:11+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Intellisoft Consulting Ltd"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Intellisoft Consulting Ltd" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.intellisoftkenya.com/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info[at]intellisoftkenya.com" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Public Domain of some kind"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "Stock" ] ;
fhir:display [ fhir:v "Product out of stock" ] ;
fhir:definition [ fhir:v "There was no product supply on hand to perform the service." ]
] [
fhir:code [ fhir:v "ColdChainBreak" ] ;
fhir:display [ fhir:v "Cold chain break" ] ;
fhir:definition [ fhir:v "The vaccine experienced a cold chain break." ]
] [
fhir:code [ fhir:v "ClientObjection" ] ;
fhir:display [ fhir:v "Client objection" ] ;
fhir:definition [ fhir:v "The client or their guardian objects to receiving the vaccine." ]
] [
fhir:code [ fhir:v "Caregiver" ] ;
fhir:display [ fhir:v "Caregiver refusal" ] ;
fhir:definition [ fhir:v "The client's caregiver refused the vaccine." ]
] [
fhir:code [ fhir:v "Expired" ] ;
fhir:display [ fhir:v "Expired product" ] ;
fhir:definition [ fhir:v "The vaccine was expired at the time of administration." ]
] [
fhir:code [ fhir:v "Disease" ] ;
fhir:display [ fhir:v "Client acquired the disease" ] ;
fhir:definition [ fhir:v "The immunization event was not carried out due to the client having had the disease." ]
] [
fhir:code [ fhir:v "Unspecified" ] ;
fhir:display [ fhir:v "Unspecified reason" ] ;
fhir:definition [ fhir:v "The immunization event was not carried out for an unspecified reason." ]
] ) . #