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

: Practitioner Specialty Codes - 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/practitionerspecialty> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "practitionerspecialty"] ;
  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 practitionerspecialty</b></p><a name=\"practitionerspecialty\"> </a><a name=\"hcpractitionerspecialty\"> </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/practitionerspecialty"] ;
  fhir:ValueSet.version [ fhir:value "1.2.0"] ;
  fhir:ValueSet.name [ fhir:value "PractitionerSpecialty"] ;
  fhir:ValueSet.title [ fhir:value "PractitionerSpecialty"] ;
  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 "Defines the clinical, medical, surgical or other healthcare-related service specialty of a practitioner who interacts, treats or provides such services to or for a patient.\n\nThis resource is an informative value set; a [normative subset](https://tgateway.infoway-inforoute.ca/vs/practitionerspecialty) can be found on Canada Health Infoway's [Terminology Gateway](https://tgateway.infoway-inforoute.ca)."] ;
  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 © 2024 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/practitionerspecialty.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/practitionerspecialty.ttl> .