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

: Passive Administered Immunizing Agent Code - TTL Representation

Active as of 2025-08-26

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/passiveadministeredimmunizingagentcode> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "passiveadministeredimmunizingagentcode"] ;
  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 passiveadministeredimmunizingagentcode</b></p><a name=\"passiveadministeredimmunizingagentcode\"> </a><a name=\"hcpassiveadministeredimmunizingagentcode\"> </a><ul><li>Import all the codes that are contained in <a href=\"https://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=22041000087107\">SCT Reference Set 22041000087107</a></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://fhir.infoway-inforoute.ca/ValueSet/passiveadministeredimmunizingagentcode"] ;
  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.279" ]
  ] ;
  fhir:ValueSet.version [ fhir:value "1.2.0"] ;
  fhir:ValueSet.name [ fhir:value "PassiveAdministeredImmunizingAgentCode"] ;
  fhir:ValueSet.title [ fhir:value "Passive Administered Immunizing Agent Code"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2025-08-26"^^xsd:date] ;
  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 passive immunizing agents that are currently licensed for use in Canada and those obtained through special access programs. The subset includes concepts represented by the trade name (brand name) of the passive immunizing agent (immune globulin or antitoxin) that was administered to the client. Passive immunizing agents are used to facilitate protection against vaccine preventable infections, when vaccines are not available or are contraindicated or when vaccines have not been used before exposure to the infective agent. This content is intended to be used when populating a record at the point of administration. Reviewers should anticipate that the representation of this valueSet will continue to evolve. 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)."] ;
  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)."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://snomed.info/sct?fhir_vs=refset/22041000087107" ;
         fhir:index 0 ;
         fhir:link <http://snomed.info/sct?fhir_vs=refset/22041000087107>
       ]
     ]
  ] .

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

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