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

: Healthcare Provider Role Type - 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/healthcareproviderroletype> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "healthcareproviderroletype"] ;
  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 healthcareproviderroletype</b></p><a name=\"healthcareproviderroletype\"> </a><a name=\"hchealthcareproviderroletype\"> </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/healthcareproviderroletype"] ;
  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.48" ]
  ] ;
  fhir:ValueSet.version [ fhir:value "1.2.0"] ;
  fhir:ValueSet.name [ fhir:value "HealthcareProviderRoleType"] ;
  fhir:ValueSet.title [ fhir:value "HealthcareProviderRoleType"] ;
  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 "A role type that is used to categorize an entity that delivers health care in an expected and professional manner to an entity in need of health care services. Examples: Registered Nurse, Chiropractor, Physician, Custodial Care Clinic.\n\nThis resource is an informative value set; a [normative subset](https://tgateway.infoway-inforoute.ca/vs/healthcareproviderroletype) 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/healthcareproviderroletype.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/healthcareproviderroletype.ttl> .