PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@dhdr-4.0.0-alpha1.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner-submission
description: Practitioner can be the prescriber who authored the originating MedicationRequest (prescription) event or the dispenser responsible for the MedicationDispense event.
package_name: ca.on.oh
derivation: constraint
name: Practitioner
type: Practitioner
elements:
  id: {mustSupport: true, index: 0}
  identifier:
    mustSupport: true
    index: 1
    elements:
      system: {mustSupport: true, index: 2}
      value: {mustSupport: true, index: 3}
    required: [value, system]
  name:
    mustSupport: true
    index: 4
    elements:
      family: {mustSupport: true, index: 5}
      given: {mustSupport: true, index: 6}
      prefix: {mustSupport: true, index: 7}
      suffix: {mustSupport: true, index: 8}
    required: [family]
  telecom:
    mustSupport: true
    array: true
    max: 2
    index: 9
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      max: 2
      slices:
        TelecomPhone:
          match: {system: phone}
          schema:
            mustSupport: true
            index: 10
            elements:
              system:
                pattern: {type: Code, value: phone}
                mustSupport: true
                index: 11
              value: {mustSupport: true, index: 12}
              use:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0'}
                mustSupport: true
                index: 13
            required: [value, system]
        TelecomFax:
          match: {system: fax}
          schema:
            mustSupport: true
            index: 14
            elements:
              system:
                pattern: {type: Code, value: fax}
                mustSupport: true
                index: 15
              value: {mustSupport: true, index: 16}
              use:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0'}
                mustSupport: true
                index: 17
            required: [value, system]
package_version: dhdr-4.0.0-alpha1.0.1
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner-submission
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 4.0.0
required: [name, identifier]