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 refers: ['https://www.alberta.ca/fhir/psab/StructureDefinition/PractitionerPSAB'] index: 1 elements: reference: {index: 2} required: [reference] specialty: binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/c80-practice-codes'} 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-pre1 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]