PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-dhdr@4.0.2-alpha1.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-PractitionerRole
description: null
package_name: ca.on.oh-dhdr
derivation: constraint
name: PractitionerRole
type: PractitionerRole
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile: {mustSupport: true, index: 2}
    required: [profile]
  practitioner:
    type: Reference
    mustSupport: true
    refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner']
    index: 3
    elements:
      reference: {mustSupport: true, index: 4}
    required: [reference]
  organization:
    type: Reference
    mustSupport: true
    refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Organization']
    index: 5
    elements:
      reference: {mustSupport: true, index: 6}
    required: [reference]
  telecom:
    mustSupport: true
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        TelecomPhone:
          match: {system: phone}
          schema:
            mustSupport: true
            index: 8
            elements:
              system:
                pattern: {type: Code, value: phone}
                mustSupport: true
                index: 9
              value: {mustSupport: true, index: 10}
              use: {mustSupport: true, index: 11}
            required: [value]
        TelecomFax:
          match: {system: fax}
          schema:
            mustSupport: true
            index: 12
            elements:
              system:
                pattern: {type: Code, value: fax}
                mustSupport: true
                index: 13
              value: {mustSupport: true, index: 14}
              use: {mustSupport: true, index: 15}
            required: [value]
package_version: 4.0.2-alpha1.0.1
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-PractitionerRole
base: http://hl7.org/fhir/StructureDefinition/PractitionerRole
version: 4.0.1
required: [meta]