description: This profile defines a set of constraints to the FHIR PractitionerRole resource for use in Ontario Patient Summaries (PS-ON). It refines constraints applied to the the PractitionerRole resource by the PS-CA project to represent a practitioner acting as an observer for observation results for a specified organization. It is informed by the constraints of the [PractitionerRole-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-PractitionerRole-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-practitionerrole.html) to allow for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information. package_name: ca.on.oh.patient-summary derivation: constraint name: PractitionerRolePSON type: PractitionerRole elements: id: {index: 0} meta: mustSupport: true index: 1 elements: profile: {mustSupport: true, index: 2} required: [profile] identifier: {type: Identifier, mustSupport: true, index: 3} practitioner: type: Reference mustSupport: true refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner'] index: 4 organization: type: Reference mustSupport: true refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-organization'] index: 5 code: type: CodeableConcept binding: {strength: preferred, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/HealthcareProviderRoleType'} constraint: ca-baseline-pracRole-1: {human: PractitionerRole.code or PracitionerRole.specialty SHOULD be present, severity: error, expression: code.exists() or specialty.exists().} index: 6 elements: coding: type: Coding mustSupport: true index: 7 slicing: rules: open description: Discriminated by the bound value set discriminator: - {path: $this, type: pattern} min: null slices: healthcareProfessionalRoles: match: {} schema: short: An optional slice for representing Healthcare professional role codes from International Standard Classification of Occupations (ISCO) binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/healthcare-professional-roles-uv-ips'} index: 8 HealthcareProviderRoleType: match: {} schema: short: An optional slice for representing Healthcare professional role codes from International Standard Classification of Occupations (ISCO) binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/HealthcareProviderRoleType'} mustSupport: true index: 9 specialty: short: PractitionerSpecialty binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/practitionerspecialty'} index: 10 telecom: {mustSupport: true, index: 11} package_version: 0.10.0-alpha-1 class: profile kind: resource url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitionerrole base: http://hl7.org/fhir/StructureDefinition/PractitionerRole version: 0.9.1 required: [meta, organization]