GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions
: Other Vaccine codes - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "OtherVaccineCS"] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xml:lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem OtherVaccineCS</b></p><a name=\"OtherVaccineCS\"> </a><a name=\"hcOtherVaccineCS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-US</p></div><p>This case-sensitive code system <code>https://paho.org/fhir/giis/CodeSystem/OtherVaccineCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"OtherVaccineCS-1\"> </a></td><td>adenovirus vaccine</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"OtherVaccineCS-2\"> </a></td><td>dengue fever vaccine</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"OtherVaccineCS-3\"> </a></td><td>hepatitis A vaccine</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"OtherVaccineCS-4\"> </a></td><td>hepatitis B vaccine</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"OtherVaccineCS-5\"> </a></td><td>hepatitis C vaccine</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"OtherVaccineCS-6\"> </a></td><td>hepatitis E vaccine</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"OtherVaccineCS-7\"> </a></td><td>influenza virus vaccine</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"OtherVaccineCS-8\"> </a></td><td>rotavirus vaccine</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"OtherVaccineCS-9\"> </a></td><td>hantavirus vaccine</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"OtherVaccineCS-0\"> </a></td><td>Other</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://paho.org/fhir/giis/CodeSystem/OtherVaccineCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.8"] ; #
fhir:name [ fhir:v "OtherVaccineCS"] ; #
fhir:title [ fhir:v "Other Vaccine codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2024-01-15"^^xsd:date] ; #
fhir:publisher [ fhir:v "CENS"] ; #
fhir:contact ( [
fhir:name [ fhir:v "CENS" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cens.cl" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes for vaccines coming from a certain table (OtherVaccines) from the GIIS"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "adenovirus vaccine" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "dengue fever vaccine" ]
] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "hepatitis A vaccine" ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "hepatitis B vaccine" ]
] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "hepatitis C vaccine" ]
] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "hepatitis E vaccine" ]
] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "influenza virus vaccine" ]
] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "rotavirus vaccine" ]
] [
fhir:code [ fhir:v "9" ] ;
fhir:display [ fhir:v "hantavirus vaccine" ]
] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Other" ]
] ) . #