PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.14
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-practitionerrole
description: This profile defines a set of constraints to the FHIR PractitionerRole resource for use in Ontario Surgical Efficiency and Real-Time OR data.
package_name: ca.on.oh-setp
derivation: constraint
name: PractitionerRole
type: PractitionerRole
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  identifier:
    index: 2
    elements:
      system: {index: 3}
      value: {index: 4}
  practitioner:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Practitioner']
    index: 5
    elements:
      reference: {mustSupport: true, index: 6}
    required: [reference]
  specialty:
    binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service'}
    mustSupport: true
    index: 7
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service'}
        mustSupport: true
        index: 8
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            mustSupport: true
            index: 9
          code:
            binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service'}
            mustSupport: true
            index: 10
          display: {mustSupport: true, index: 11}
        required: [system, code]
    required: [coding]
package_version: 0.9.0-alpha1.0.14
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-practitionerrole
base: http://hl7.org/fhir/StructureDefinition/PractitionerRole
version: 1.0.0
required: [specialty, practitioner, meta]