PackagesCanonicalsLogsProblems
    Packages
    ca.ab.fhir.psab@0.3.0-pre11
    https://www.alberta.ca/fhir/psab/StructureDefinition/PractitionerRolePSAB
description: This profile defines a set of constraints to the FHIR PractitionerRole resource for use in Alberta Patient Summaries (PS-AB). It includes constraints that represent the minimum expectations for the PractitionerRole resource when used in the PS-AB Composition profile or in one of the referred resources.
package_name: ca.ab.fhir.psab
derivation: constraint
name: PractitionerRolePSAB
type: PractitionerRole
elements:
  active:
    pattern: {type: Boolean, value: true}
    index: 0
  practitioner:
    type: Reference
    mustSupport: true
    refers: ['https://www.alberta.ca/fhir/psab/StructureDefinition/PractitionerPSAB']
    index: 1
    elements:
      reference: {mustSupport: true, index: 2}
    required: [reference]
  code:
    binding: {strength: preferred, valueSet: 'https://www.alberta.ca/fhir/ValueSet/provider-role-type'}
    index: 3
  specialty: {mustSupport: true, index: 4}
  location:
    type: Reference
    mustSupport: true
    refers: ['https://www.alberta.ca/fhir/psab/StructureDefinition/LocationPSAB']
    index: 5
    elements:
      reference: {mustSupport: true, index: 6}
    required: [reference]
package_version: 0.3.0-pre11
class: profile
kind: resource
url: https://www.alberta.ca/fhir/psab/StructureDefinition/PractitionerRolePSAB
base: http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitionerrole
version: null
required: [specialty, practitioner, location]