Canadian Baseline
1.2.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.2.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 Administered Tradename Code - TTL Representation

Active as of 2026-08-14

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/vaccineadministeredtradenamecode> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "vaccineadministeredtradenamecode"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vaccineadministeredtradenamecode</b></p><a name=\"vaccineadministeredtradenamecode\"> </a><a name=\"hcvaccineadministeredtradenamecode\"> </a><p>This value set includes codes based on the following rules:</p><ul/></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://fhir.infoway-inforoute.ca/ValueSet/vaccineadministeredtradenamecode"] ;
  fhir:ValueSet.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.2.20.3.281" ]
  ] ;
  fhir:ValueSet.version [ fhir:value "1.2.0"] ;
  fhir:ValueSet.name [ fhir:value "VaccineAdministeredTradeNameCode"] ;
  fhir:ValueSet.title [ fhir:value "Vaccine Administered Trade Name Code"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-14T18:01:53+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "HL7 Canada - FHIR Implementation Work Group"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "The scope of this subset is vaccines that are currently licensed for use in Canada and those obtained through special access programs for use in Canada. The subset includes concepts represented by the trade name (brand name) of the vaccine administered to the client. This content is intended to be used when populating a record at the point of immunization. This resource is an informative value set; a normative subset containing the expanded values can be found on Canada Health Infoway's [Terminology Server](https://infocentral.infoway-inforoute.ca/en/tools/standards-tools/terminology-server). Reviewers should anticipate that the representation of this valueSet will continue to evolve"] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "CA" ]
     ]
  ] ;
  fhir:ValueSet.copyright [ fhir:value "Copyright © 2025+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy)."] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/vaccineadministeredtradenamecode.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/vaccineadministeredtradenamecode.ttl> .