GIIS Implementation Guide
0.1.8 - ci-build International flag

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

: Non vaccination reason codes - TTL Representation

Active as of 2023-11-07

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 "NonVaccinationReasonCS"] ; # 
  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 NonVaccinationReasonCS</b></p><a name=\"NonVaccinationReasonCS\"> </a><a name=\"hcNonVaccinationReasonCS\"> </a><a name=\"NonVaccinationReasonCS-en-US\"> </a><p>This case-sensitive code system <code>https://paho.org/fhir/giis/CodeSystem/NonVaccinationReasonCS</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=\"NonVaccinationReasonCS-1\"> </a></td><td>Child is sick</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"NonVaccinationReasonCS-2\"> </a></td><td>Child came later</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"NonVaccinationReasonCS-3\"> </a></td><td>Child has allergies</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"NonVaccinationReasonCS-4\"> </a></td><td>Stock out</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"NonVaccinationReasonCS-5\"> </a></td><td>Mother refuses vaccine</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"NonVaccinationReasonCS-6\"> </a></td><td>Rescheduled</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"NonVaccinationReasonCS-7\"> </a></td><td>Unknown</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://paho.org/fhir/giis/CodeSystem/NonVaccinationReasonCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.8"] ; # 
  fhir:name [ fhir:v "NonVaccinationReasonCS"] ; # 
  fhir:title [ fhir:v "Non vaccination reason codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-11-07"^^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 "Reasons why the immunization didn't occurred, these ones are just examples"] ; # 
  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"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Child is sick" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Child came later" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Child has allergies" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Stock out" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Mother refuses vaccine" ]
  ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "Rescheduled" ]
  ] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Unknown" ]
  ] ) . #