PackagesCanonicalsLogsProblems
    Packages
    ca.ab.fhir.aberec1@1.0.2
    https://www.alberta.ca/fhir/aberec/StructureDefinition/PractitionerRoleABeReC
description: This profile defines a set of constraints to the FHIR PractitionerRole resource for use in Alberta eReferral and eConsult (AB:eReC). It re-profiles the CA-eReC PractitionerRole profile and it includes constraints that represent the minimum expectations for the PractitionerRole resource when used in the AB:eReC.
package_name: ca.ab.fhir.aberec1
derivation: constraint
name: PractitionerRoleABeReC
type: PractitionerRole
elements:
  active:
    pattern: {type: boolean, value: true}
    type: boolean
    index: 0
  practitioner:
    type: Reference
    refers: ['https://www.alberta.ca/fhir/aberec/StructureDefinition/PractitionerABeReC']
    index: 1
    elements:
      identifier:
        elements:
          type: {mustSupport: true, index: 2}
        required: [type]
  code:
    binding: {strength: preferred, valueSet: 'https://www.alberta.ca/fhir/ValueSet/provider-role-type'}
    index: 3
  specialty: {index: 4}
  location:
    type: Reference
    refers: ['https://www.alberta.ca/fhir/aberec/StructureDefinition/LocationABeReC']
    index: 5
    elements:
      identifier:
        elements:
          type: {mustSupport: true, index: 6}
        required: [type]
package_version: 1.0.2
class: profile
kind: resource
url: https://www.alberta.ca/fhir/aberec/StructureDefinition/PractitionerRoleABeReC
base: http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole
version: 1.0.2
required: [location, practitioner, specialty]