PackagesCanonicalsLogsProblems
    Packages
    ca.on.dhdr.r4.v4@0.1.0-beta
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-PractitionerRole-submission
description: null
package_name: ca.on.dhdr.r4.v4
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-submission']
    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-submission']
    index: 5
    elements:
      reference: {mustSupport: true, index: 6}
    required: [reference]
  telecom:
    mustSupport: true
    array: true
    max: 2
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      max: 2
      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, system]
        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, system]
package_version: 0.1.0-beta
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-PractitionerRole-submission
base: http://hl7.org/fhir/StructureDefinition/PractitionerRole
version: 4.0.1
required: [meta]