Canadian Baseline
1.1.0 - CI Build Canada flag

Canadian Baseline, published by HL7 Canada - FHIR Implementation Work Group. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-Canada/ca-baseline/ and changes regularly. See the Directory of published versions

: Vaccine Codes - TTL Representation

Draft as of 2024-05-10

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vaccinecodes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Import all the codes that are contained in https://fhir.infoway-inforoute.ca/ValueSet/vaccineadministeredtradenamecode, https://fhir.infoway-inforoute.ca/ValueSet/vaccinehistoricalnamecode</li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/ca/baseline/ValueSet/vaccinecodes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "VaccineCodes"] ; # 
  fhir:title [ fhir:v "Vaccine Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-05-10T12:14:31+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Canada - FHIR Implementation Work Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "**Placeholder**\nCurrent and historical vaccines are published as separate lists by Canada Health Infoway. See:\n[VaccineAdministeredTradeNameCode](https://tgateway.infoway-inforoute.ca/html/singlesubset.html?id=2.16.840.1.113883.2.20.3.281&versionid=20181031)\n[VaccineHistoricalNameCode](https://tgateway.infoway-inforoute.ca/html/singlesubset.html?id=2.16.840.1.113883.2.20.3.282&versionid=20181031)."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CA" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "https://fhir.infoway-inforoute.ca/ValueSet/vaccineadministeredtradenamecode"^^xsd:anyURI ;
fhir:link <https://fhir.infoway-inforoute.ca/ValueSet/vaccineadministeredtradenamecode>       ] [
fhir:v "https://fhir.infoway-inforoute.ca/ValueSet/vaccinehistoricalnamecode"^^xsd:anyURI ;
fhir:link <https://fhir.infoway-inforoute.ca/ValueSet/vaccinehistoricalnamecode>       ] )     ] )
  ] . #