PackagesCanonicalsLogsProblems
    Packages
    rs/il.fhir.r4.ashmc@0.2.3
    http://fhir.ashmc.co.il/StructureDefinition/ashmc-practitioner-hilan
description: Assuta Ashdod Hilan Practitioner
package_name: rs/il.fhir.r4.ashmc
derivation: constraint
name: AshmcPractitionerHilan
type: Practitioner
elements:
  id: {index: 0}
  meta:
    index: 1
    elements:
      profile:
        pattern: {type: canonical, value: 'http://fhir.health.gov.il/StructureDefinition/il-core-practicioner'}
        type: canonical
        index: 2
      security:
        index: 3
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: security.code, type: value}
          min: 1
          slices:
            HDP:
              match:
                security: {code: null}
              schema:
                _required: true
                index: 4
                elements:
                  system:
                    pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/il-hdp-information-buckets'}
                    type: uri
                    index: 5
                  code:
                    pattern: {type: code, value: practitioner}
                    type: code
                    index: 6
                  display:
                    pattern: {type: string, value: מטפל}
                    type: string
                    index: 7
                required: [code, display, system]
    required: [security]
  identifier:
    array: true
    min: 2
    index: 8
    slicing:
      slices:
        login:
          match: {}
          schema:
            _required: true
            index: 9
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.ashmc.co.il/identifier/login-id'}
                type: uri
                index: 10
            required: [system]
        enc-login:
          match: {}
          schema:
            _required: true
            index: 11
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.ashmc.co.il/identifier/encrypted-login-id'}
                type: uri
                index: 12
            required: [system]
  name:
    index: 13
    elements:
      given: {index: 14}
    required: [given]
    slicing:
      slices:
        Hebrew:
          match: {}
          schema:
            index: 15
            elements:
              given: {index: 16}
            required: [given]
        English:
          match: {}
          schema:
            index: 17
            elements:
              given: {index: 18}
            required: [given]
        Arabic:
          match: {}
          schema:
            index: 19
            elements:
              given: {index: 20}
            required: [given]
  telecom:
    index: 21
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        phone:
          match: {system: phone}
          schema:
            index: 22
            elements:
              system:
                pattern: {type: code, value: phone}
                type: code
                index: 23
              value: {index: 24}
              use:
                pattern: {type: code, value: mobile}
                type: code
                index: 25
            required: [system, use, value]
        email:
          match: {system: email}
          schema:
            index: 26
            elements:
              system:
                pattern: {type: code, value: email}
                type: code
                index: 27
              value: {index: 28}
            required: [system, value]
package_version: 0.2.3
class: profile
kind: resource
url: http://fhir.ashmc.co.il/StructureDefinition/ashmc-practitioner-hilan
base: http://fhir.health.gov.il/StructureDefinition/il-core-practitioner
version: 0.2.3
required: [id, meta]