PackagesCanonicalsLogsProblems
    Packages
    ca.ab.fhir.ab-eorder-lab@1.0.0
    https://www.alberta.ca/fhir/ab-eorder-lab/StructureDefinition/PractitionerRoleABeOrderLab
description: This profile defines a set of constraints to the FHIR PractitionerRole resource for use in Alberta eOrder Laboratory (AB:eOrder-Lab). 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:Order-Lab.
package_name: ca.ab.fhir.ab-eorder-lab
derivation: constraint
name: PractitionerRoleABeOrderLab
type: PractitionerRole
elements:
  active:
    pattern: {type: Boolean, value: true}
    index: 0
  practitioner:
    type: Reference
    refers: ['https://www.alberta.ca/fhir/ab-eorder-lab/StructureDefinition/PractitionerABeOrderLab']
    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-ab'}
    index: 3
  specialty: {index: 4}
  location:
    type: Reference
    refers: ['https://www.alberta.ca/fhir/ab-eorder-lab/StructureDefinition/LocationABeOrderLab']
    index: 5
    elements:
      identifier:
        elements:
          type: {mustSupport: true, index: 6}
        required: [type]
package_version: 1.0.0
class: profile
kind: resource
url: https://www.alberta.ca/fhir/ab-eorder-lab/StructureDefinition/PractitionerRoleABeOrderLab
base: http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole
version: 1.0.0
required: [specialty, practitioner, location]