PackagesCanonicalsLogsProblems
    Packages
    ca.ab.fhir.psab@0.3.0-pre4
    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: {index: 2}
    required: [reference]
  specialty: {mustSupport: true, index: 3}
  location:
    type: Reference
    mustSupport: true
    refers: ['https://www.alberta.ca/fhir/psab/StructureDefinition/LocationPSAB']
    index: 4
    elements:
      reference: {index: 5}
    required: [reference]
package_version: 0.3.0-pre4
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]