PackagesCanonicalsLogsProblems
    Packages
    rs/ee.fhir.base@1.1.2
    https://fhir.ee/base/StructureDefinition/ee-practitioner
description: This profile defines the EE Base constraints and extensions on the Practitioner resource for the minimal set of data to query and retrieve practitioner information. The profile defines a structure that localises core concepts, including identifiers and terminology, for use in an Estonian context for practitioner.
package_name: rs/ee.fhir.base
derivation: constraint
name: EEBasePractitioner
type: Practitioner
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system:
        binding: {strength: required, valueSet: 'https://fhir.ee/ValueSet/practitioner-identifier-domain'}
        mustSupport: true
        index: 1
      value: {short: Eesti isikukood või tervishoiutöötaja kood, mustSupport: true, index: 2}
    required: [system, value]
  name:
    mustSupport: true
    index: 3
    elements:
      family: {mustSupport: true, index: 4}
      given: {mustSupport: true, index: 5}
    required: [family, given]
  address: {type: Address, index: 6}
  qualification:
    index: 7
    elements:
      issuer:
        type: Reference
        refers: ['https://fhir.ee/base/StructureDefinition/ee-organization']
        index: 8
    slicing:
      rules: open
      discriminator:
      - {path: code.coding.system, type: value}
      min: null
      slices:
        degree:
          match:
            code:
              coding: {system: 'http://terminology.hl7.org/CodeSystem/v2-0360'}
          schema:
            mustSupport: true
            index: 9
            elements:
              code:
                short: Qualification, education, license
                binding: {strength: extensible, valueSet: 'https://fhir.ee/ValueSet/degree-license-certificate'}
                index: 10
                elements:
                  coding:
                    elements:
                      system:
                        pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0360'}
                        type: uri
                        index: 11
                    required: [system]
package_version: 1.1.2
class: profile
kind: resource
url: https://fhir.ee/base/StructureDefinition/ee-practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 1.1.2
required: [identifier, name]