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

: Kenya Vaccine Codes - 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 "KenyaVaccineCodesExample"] ; # 
  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 KenyaVaccineCodesExample</b></p><a name=\"KenyaVaccineCodesExample\"> </a><a name=\"hcKenyaVaccineCodesExample\"> </a><a name=\"KenyaVaccineCodesExample-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>cvxp</td><td>cvxp</td><td>Coding</td><td>cvx mapping for this code</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/KenyaVaccineCodesExample</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><td><b>cvxp</b></td></tr><tr><td style=\"white-space:nowrap\">BCG<a name=\"KenyaVaccineCodesExample-BCG\"> </a></td><td>BCG</td><td>Bacillus Calmette-Guerin vaccine</td><td>19</td></tr><tr><td style=\"white-space:nowrap\">OPV<a name=\"KenyaVaccineCodesExample-OPV\"> </a></td><td>OPV</td><td>Oral Polio Vaccine</td><td>02</td></tr><tr><td style=\"white-space:nowrap\">PCV<a name=\"KenyaVaccineCodesExample-PCV\"> </a></td><td>PCV 10</td><td>Pneumococcal Conjugate Vaccine</td><td>177</td></tr><tr><td style=\"white-space:nowrap\">Rota<a name=\"KenyaVaccineCodesExample-Rota\"> </a></td><td>Rota</td><td>Rotavirus vaccine</td><td>122</td></tr><tr><td style=\"white-space:nowrap\">DTP-Hib-Hep-B<a name=\"KenyaVaccineCodesExample-DTP-Hib-Hep-B\"> </a></td><td>DTP-Hib-Hep B</td><td>Diptheria, Pertussis, Haemophilus influenzae type b</td><td>102</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://chanjoke.intellisoftkenya.com/fhir/CodeSystem/KenyaVaccineCodesExample"^^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:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:property ( [
fhir:code [ fhir:v "cvxp" ] ;
fhir:description [ fhir:v "cvx mapping for this code" ] ;
fhir:type [ fhir:v "Coding" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "BCG" ] ;
fhir:display [ fhir:v "BCG" ] ;
fhir:definition [ fhir:v "Bacillus Calmette-Guerin vaccine" ] ;
    ( fhir:property [
fhir:code [ fhir:v "cvxp" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "19" ]       ]     ] )
  ] [
fhir:code [ fhir:v "OPV" ] ;
fhir:display [ fhir:v "OPV" ] ;
fhir:definition [ fhir:v "Oral Polio Vaccine" ] ;
    ( fhir:property [
fhir:code [ fhir:v "cvxp" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02" ]       ]     ] )
  ] [
fhir:code [ fhir:v "PCV" ] ;
fhir:display [ fhir:v "PCV 10" ] ;
fhir:definition [ fhir:v "Pneumococcal Conjugate Vaccine" ] ;
    ( fhir:property [
fhir:code [ fhir:v "cvxp" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "177" ]       ]     ] )
  ] [
fhir:code [ fhir:v "Rota" ] ;
fhir:display [ fhir:v "Rota" ] ;
fhir:definition [ fhir:v "Rotavirus vaccine" ] ;
    ( fhir:property [
fhir:code [ fhir:v "cvxp" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "122" ]       ]     ] )
  ] [
fhir:code [ fhir:v "DTP-Hib-Hep-B" ] ;
fhir:display [ fhir:v "DTP-Hib-Hep B" ] ;
fhir:definition [ fhir:v "Diptheria, Pertussis, Haemophilus influenzae type b" ] ;
    ( fhir:property [
fhir:code [ fhir:v "cvxp" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "102" ]       ]     ] )
  ] ) . #