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

: Vaccination site 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 "VaccinationSiteCS"] ; # 
  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 VaccinationSiteCS</b></p><a name=\"VaccinationSiteCS\"> </a><a name=\"hcVaccinationSiteCS\"> </a><a name=\"VaccinationSiteCS-en-US\"> </a><p>This case-sensitive code system <code>https://paho.org/fhir/giis/CodeSystem/VaccinationSiteCS</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=\"VaccinationSiteCS-1\"> </a></td><td>Left arm</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"VaccinationSiteCS-2\"> </a></td><td>Right arm</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"VaccinationSiteCS-3\"> </a></td><td>Left leg</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"VaccinationSiteCS-4\"> </a></td><td>Right leg</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"VaccinationSiteCS-5\"> </a></td><td>Oral route</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"VaccinationSiteCS-6\"> </a></td><td>Unknown</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://paho.org/fhir/giis/CodeSystem/VaccinationSiteCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.8"] ; # 
  fhir:name [ fhir:v "VaccinationSiteCS"] ; # 
  fhir:title [ fhir:v "Vaccination site 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 "Codes for vaccination sites, 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 "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Left arm" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Right arm" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Left leg" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Right leg" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Oral route" ]
  ] [
fhir:code [ fhir:v "6" ] ;
fhir:display [ fhir:v "Unknown" ]
  ] ) . #