ChanjoKE Immunization Implementation Guide
0.1.0 - ci-build

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

Draft as of 2024-11-08

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 "KenyanImmunizationNotDoneReasonsCSExample"] ; # 
  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 KenyanImmunizationNotDoneReasonsCSExample</b></p><a name=\"KenyanImmunizationNotDoneReasonsCSExample\"> </a><a name=\"hcKenyanImmunizationNotDoneReasonsCSExample\"> </a><a name=\"KenyanImmunizationNotDoneReasonsCSExample-en-US\"> </a><p>This case-insensitive code system <code>https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/KenyanImmunizationNotDoneReasonsCSExample</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=\"KenyanImmunizationNotDoneReasonsCSExample-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=\"KenyanImmunizationNotDoneReasonsCSExample-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=\"KenyanImmunizationNotDoneReasonsCSExample-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=\"KenyanImmunizationNotDoneReasonsCSExample-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=\"KenyanImmunizationNotDoneReasonsCSExample-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=\"KenyanImmunizationNotDoneReasonsCSExample-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=\"KenyanImmunizationNotDoneReasonsCSExample-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/KenyanImmunizationNotDoneReasonsCSExample"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  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:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  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." ]
  ] ) . #