PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-dhdr@4.0.2-alpha1.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Practitioner-prescriber
description: The prescriber who authored the originating MedicationRequest (prescription) event.
package_name: ca.on.oh-dhdr
derivation: constraint
name: PractitionerPrescriber
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}
  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:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0'}
                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:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0'}
                mustSupport: true
                index: 15
            required: [value, system]
package_version: 4.0.2-alpha1.0.1
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Practitioner-prescriber
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 1.0.0
required: [identifier]