PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.patient@summary-0.11.2
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitionerrole
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
derivation: constraint
name: PractitionerRolePSON
type: PractitionerRole
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  identifier: {type: Identifier, mustSupport: true, index: 2}
  practitioner:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner']
    index: 3
  organization:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-organization']
    index: 4
  code:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/HealthcareProviderRoleType'}
    index: 5
    elements:
      coding:
        type: Coding
        mustSupport: true
        index: 6
        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: 7
            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: 8
  specialty:
    short: PractitionerSpecialty
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/practitionerspecialty'}
    index: 9
  telecom: {mustSupport: true, index: 10}
package_version: summary-0.11.2
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitionerrole
base: http://hl7.org/fhir/StructureDefinition/PractitionerRole
version: 0.10.0
required: [meta, organization]