PackagesCanonicalsLogsProblems
    Packages
    rs/il.core.fhir.r4@0.13.0
    http://fhir.health.gov.il/StructureDefinition/il-core-practitioner
description: Israel Core proposed constraints and extensions on the Practitioner Resource
package_name: rs/il.core.fhir.r4
derivation: constraint
name: ILCorePractitioner
type: Practitioner
elements:
  identifier:
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {short: The value that is unique within the system., mustSupport: true, index: 2}
      assigner:
        type: Reference
        refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
        index: 3
    required: [system, value]
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        prac-lic:
          match: {system: 'http://practitioners.health.gov.il/Practitioners'}
          schema:
            short: Israeli Ministry of Health practitioner license
            mustSupport: true
            index: 4
            elements:
              system:
                pattern: {type: uri, value: 'http://practitioners.health.gov.il/Practitioners'}
                type: uri
                index: 5
              value:
                short: Israeli Ministry of Health Practitioner License
                constraint:
                  identifier-dash: {human: 'identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number', source: 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', severity: error, expression: 'matches(''^[0-9]+(-[0-9]+)$'')'}
                index: 6
        nurse-lic:
          match: {system: 'http://practitioners.health.gov.il/Nurses'}
          schema:
            short: Israeli MoH Nurse license
            mustSupport: true
            index: 7
            elements:
              system:
                pattern: {type: uri, value: 'http://practitioners.health.gov.il/Nurses'}
                type: uri
                index: 8
              value:
                short: MoH Nurse License
                constraint:
                  identifier-digits: {human: identifier.value in this slice SHALL be a number with digits only, source: 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', severity: error, expression: 'matches(''^[0-9]*$'')'}
                index: 9
        molsa-sw-lic:
          match: {system: 'http://fhir.health.gov.il/identifier/molsa-socialworker-lic'}
          schema:
            short: Israeli Ministry of Welfare and Social Affairs socal-worker's license
            mustSupport: true
            index: 10
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.health.gov.il/identifier/molsa-socialworker-lic'}
                type: uri
                index: 11
              value: {short: Israeli Ministry of Welfare and Social Affairs socal-worker's License, index: 12}
        il-id:
          match: {system: 'http://fhir.health.gov.il/identifier/il-national-id'}
          schema:
            short: Israeli National Identifier
            mustSupport: true
            index: 13
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.health.gov.il/identifier/il-national-id'}
                type: uri
                index: 14
              value:
                short: An Israeli ID number
                constraint:
                  il-id-chk:
                    human: Israeli ID must be 9-digits with a correct check-digit at the end.
                    source: http://fhir.health.gov.il/StructureDefinition/il-core-practitioner
                    severity: error
                    expression: "matches('[0-9]{9}') and\r\nsubstring(8,1).toInteger()=\r\n(10-((substring(0,1).toInteger() +\r\nsubstring(1,1).toInteger()*2 mod 10 +\r\nsubstring(1,1).toInteger()*2 div 10 +\r\nsubstring(2,1).toInteger() +\r\nsubstring(3,1).toInteger()*2 mod 10 +\r\nsubstring(3,1).toInteger()*2 div 10 +\r\nsubstring(4,1).toInteger() +\r\nsubstring(5,1).toInteger()*2 mod 10 +\r\nsubstring(5,1).toInteger()*2 div 10 +\r\nsubstring(6,1).toInteger() +\r\nsubstring(7,1).toInteger()*2 mod 10 +\r\nsubstring(7,1).toInteger()*2 div 10) mod 10)) mod 10"
                index: 15
        pna-id:
          match: {system: 'http://fhir.health.gov.il/identifier/pna-national-id'}
          schema:
            short: Palestinian National Identifier
            mustSupport: false
            index: 16
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.health.gov.il/identifier/pna-national-id'}
                type: uri
                index: 17
              value: {short: A Palestininan ID number, index: 18}
        ppn:
          match: {system: null}
          schema:
            short: Passport Number
            mustSupport: false
            array: true
            index: 19
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: PPN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                type: CodeableConcept
                index: 20
              system:
                binding: {strength: required, valueSet: 'http://fhir.health.gov.il/ValueSet/passport-uri'}
                index: 21
              value: {short: Passport Number, index: 22}
  name:
    mustSupport: true
    index: 23
    extensions:
      language: {url: 'http://hl7.org/fhir/StructureDefinition/language', min: 0, max: 1, type: Extension, index: 24}
      dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 25}
    elements:
      extension:
        type: Extension
        url: http://hl7.org/fhir/StructureDefinition/language
        index: 24
        slicing:
          slices:
            language:
              match: {}
              schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/language', index: 24}
              min: 0
              max: 1
            dataAbsentReason:
              match: {}
              schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 25}
              min: 0
              max: 1
      family: {mustSupport: true, index: 26}
    required: [family]
    slicing:
      rules: open
      discriminator:
      - {path: 'extension(''http://hl7.org/fhir/StructureDefinition/language'').value.ofType(code)', type: value}
      min: 1
      slices:
        Hebrew:
          match:
            extension('http://hl7:
              org/fhir/StructureDefinition/language'):
                value: {ofType(code): null}
          schema:
            array: true
            index: 27
            extensions:
              language:
                url: http://hl7.org/fhir/StructureDefinition/language
                type: Extension
                index: 29
                elements:
                  value:
                    pattern: {type: code, value: he}
                    choices: []
                    type: code
                    index: 31
              dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 32}
            elements:
              extension:
                index: 28
                slicing:
                  slices:
                    language:
                      match: {}
                      schema:
                        type: Extension
                        url: http://hl7.org/fhir/StructureDefinition/language
                        index: 29
                        elements:
                          value:
                            pattern: {type: code, value: he}
                            choices: []
                            type: code
                            index: 31
                    dataAbsentReason:
                      match: {}
                      schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 32}
                      min: 0
                      max: 1
            required: [extension]
        English:
          match:
            extension('http://hl7:
              org/fhir/StructureDefinition/language'):
                value: {ofType(code): null}
          schema:
            array: true
            index: 33
            extensions:
              language:
                url: http://hl7.org/fhir/StructureDefinition/language
                type: Extension
                index: 35
                elements:
                  value:
                    pattern: {type: code, value: en}
                    choices: []
                    type: code
                    index: 37
              dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 38}
            elements:
              extension:
                index: 34
                slicing:
                  slices:
                    language:
                      match: {}
                      schema:
                        type: Extension
                        url: http://hl7.org/fhir/StructureDefinition/language
                        index: 35
                        elements:
                          value:
                            pattern: {type: code, value: en}
                            choices: []
                            type: code
                            index: 37
                    dataAbsentReason:
                      match: {}
                      schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 38}
                      min: 0
                      max: 1
            required: [extension]
        Arabic:
          match:
            extension('http://hl7:
              org/fhir/StructureDefinition/language'):
                value: {ofType(code): null}
          schema:
            array: true
            index: 39
            extensions:
              language:
                url: http://hl7.org/fhir/StructureDefinition/language
                type: Extension
                index: 41
                elements:
                  value:
                    pattern: {type: code, value: ar}
                    choices: []
                    type: code
                    index: 43
              dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 44}
            elements:
              extension:
                index: 40
                slicing:
                  slices:
                    language:
                      match: {}
                      schema:
                        type: Extension
                        url: http://hl7.org/fhir/StructureDefinition/language
                        index: 41
                        elements:
                          value:
                            pattern: {type: code, value: ar}
                            choices: []
                            type: code
                            index: 43
                    dataAbsentReason:
                      match: {}
                      schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 44}
                      min: 0
                      max: 1
            required: [extension]
  address: {type: Address, index: 45}
  qualification:
    index: 46
    elements:
      code:
        binding: {strength: extensible, valueSet: 'http://fhir.health.gov.il/ValueSet/practitioner-certificate-type'}
        index: 47
      issuer:
        type: Reference
        refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
        index: 48
    slicing:
      rules: open
      discriminator:
      - {path: code, type: pattern}
      - {path: identifier.system, type: value}
      min: null
      slices:
        moh-temp-practitioner-license:
          match:
            code:
              coding:
              - {code: '1', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
            identifier: {system: 'http://practitioners.health.gov.il/Practitioners'}
          schema:
            short: רישיון זמני
            array: true
            index: 49
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 51
                elements:
                  value:
                    choices: []
                    index: 53
            elements:
              extension:
                index: 50
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: url, type: value}
                  min: 1
                  slices:
                    practice:
                      match: {url: null}
                      schema:
                        type: Extension
                        url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                        index: 51
                        elements:
                          value:
                            choices: []
                            index: 53
              identifier:
                index: 54
                elements:
                  system:
                    short: Israeli MoH Practitioner License URI
                    pattern: {type: uri, value: 'http://practitioners.health.gov.il/Practitioners'}
                    type: uri
                    index: 55
                  value:
                    short: License number, including prefix
                    constraint:
                      identifier-dash: {human: 'identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number', source: 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', severity: error, expression: 'matches(''^[0-9]+(-[0-9]+)$'')'}
                    index: 56
                required: [system, value]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '1', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                type: CodeableConcept
                index: 57
                elements:
                  coding:
                    index: 58
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: 1
                      slices:
                        default-slice:
                          match: {code: '1', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '1', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                            _required: true
                            type: Coding
                            index: 59
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                                type: uri
                                index: 60
                              code:
                                pattern: {type: code, value: '1'}
                                type: code
                                index: 61
                              display:
                                pattern: {type: string, value: רשיון זמני}
                                type: string
                                index: 62
                            required: [code, system]
                required: [coding]
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 63
            required: [extension, identifier]
        moh-practitioner-license:
          match:
            code:
              coding:
              - {code: '2', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
            identifier: {system: 'http://practitioners.health.gov.il/Practitioners'}
          schema:
            short: רישיון קבוע
            array: true
            index: 64
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 66
                elements:
                  value:
                    choices: []
                    index: 68
            elements:
              extension:
                index: 65
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: url, type: value}
                  min: 1
                  slices:
                    practice:
                      match: {url: null}
                      schema:
                        type: Extension
                        url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                        index: 66
                        elements:
                          value:
                            choices: []
                            index: 68
              identifier:
                index: 69
                elements:
                  system:
                    short: Israeli MoH Practitioner License URI
                    pattern: {type: uri, value: 'http://practitioners.health.gov.il/Practitioners'}
                    type: uri
                    index: 70
                  value:
                    short: License number, including prefix
                    constraint:
                      identifier-dash: {human: 'identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number', source: 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', severity: error, expression: 'matches(''^[0-9]+(-[0-9]+)$'')'}
                    index: 71
                required: [system, value]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '2', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                type: CodeableConcept
                index: 72
                elements:
                  coding:
                    index: 73
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: 1
                      slices:
                        default-slice:
                          match: {code: '2', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '2', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                            _required: true
                            type: Coding
                            index: 74
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                                type: uri
                                index: 75
                              code:
                                pattern: {type: code, value: '2'}
                                type: code
                                index: 76
                              display:
                                pattern: {type: string, value: רשיון קבוע}
                                type: string
                                index: 77
                            required: [code, system]
                required: [coding]
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 78
            required: [extension, identifier]
        moh-expertise:
          match:
            code:
              coding:
              - {code: '5', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
            identifier: {system: null}
          schema:
            short: תעודת מומחה
            array: true
            index: 79
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 81
                elements:
                  value:
                    choices: []
                    index: 83
            elements:
              extension:
                index: 80
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: url, type: value}
                  min: 1
                  slices:
                    practice:
                      match: {url: null}
                      schema:
                        type: Extension
                        url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                        index: 81
                        elements:
                          value:
                            choices: []
                            index: 83
              identifier:
                index: 84
                elements:
                  system: {index: 85}
                  value: {index: 86}
                required: [system, value]
                slicing:
                  rules: open
                  discriminator:
                  - {path: system, type: value}
                  min: null
                  slices:
                    moh-practitioner-expertise:
                      match: {system: 'http://fhir.health.gov.il/identifier/practitioner-expertise'}
                      schema:
                        array: true
                        index: 87
                        elements:
                          system:
                            short: Israeli MoH expertise certificate URI
                            pattern: {type: uri, value: 'http://fhir.health.gov.il/identifier/practitioner-expertise'}
                            type: uri
                            index: 88
                          value:
                            short: Certificate number
                            constraint:
                              identifier-digits: {human: identifier.value in this slice SHALL be a number with digits only, source: 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', severity: error, expression: 'matches(''^[0-9]*$'')'}
                            index: 89
                    moh-nurse-expertise:
                      match: {system: 'http://fhir.health.gov.il/identifier/nurse-expertise'}
                      schema:
                        array: true
                        index: 90
                        elements:
                          system:
                            short: Israeli MoH expertise certificate URI
                            pattern: {type: uri, value: 'http://fhir.health.gov.il/identifier/nurse-expertise'}
                            type: uri
                            index: 91
                          value:
                            short: Certificate number
                            constraint:
                              identifier-dash: {human: 'identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number', source: 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', severity: error, expression: 'matches(''^[0-9]+(-[0-9]+)$'')'}
                            index: 92
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '5', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                type: CodeableConcept
                index: 93
                elements:
                  coding:
                    index: 94
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: 1
                      slices:
                        default-slice:
                          match: {code: '5', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '5', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                            _required: true
                            type: Coding
                            index: 95
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                                type: uri
                                index: 96
                              code:
                                pattern: {type: code, value: '5'}
                                type: code
                                index: 97
                              display:
                                pattern: {type: string, value: תעודת מומחה}
                                type: string
                                index: 98
                            required: [code, system]
                required: [coding]
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 99
            required: [extension]
        moh-instructor:
          match:
            code:
              coding:
              - {code: '13', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
            identifier: {system: 'http://fhir.health.gov.il/identifier/practitioner-instructor'}
          schema:
            short: תעודת מדריך
            array: true
            index: 100
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 102
                elements:
                  value:
                    choices: []
                    index: 104
            elements:
              extension:
                index: 101
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: url, type: value}
                  min: 1
                  slices:
                    practice:
                      match: {url: null}
                      schema:
                        type: Extension
                        url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                        index: 102
                        elements:
                          value:
                            choices: []
                            index: 104
              identifier:
                index: 105
                elements:
                  system:
                    short: Israeli MoH expertise certificate URI
                    pattern: {type: uri, value: 'http://fhir.health.gov.il/identifier/practitioner-instructor'}
                    type: uri
                    index: 106
                  value:
                    short: Certificate number
                    constraint:
                      identifier-digits: {human: identifier.value in this slice SHALL be a number with digits only, source: 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', severity: error, expression: 'matches(''^[0-9]*$'')'}
                    index: 107
                required: [system, value]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '13', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                type: CodeableConcept
                index: 108
                elements:
                  coding:
                    index: 109
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: 1
                      slices:
                        default-slice:
                          match: {code: '13', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '13', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                            _required: true
                            type: Coding
                            index: 110
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                                type: uri
                                index: 111
                              code:
                                pattern: {type: code, value: '13'}
                                type: code
                                index: 112
                              display:
                                pattern: {type: string, value: תעודת מדריך}
                                type: string
                                index: 113
                            required: [code, system]
                required: [coding]
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 114
            required: [extension]
        moh-nurse-temp-permit:
          match:
            code:
              coding:
              - {code: '102', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
            identifier: {system: 'http://practitioners.health.gov.il/Nurses'}
          schema:
            short: היתר זמני
            array: true
            index: 115
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 117
                elements:
                  value:
                    choices: []
                    index: 119
            elements:
              extension:
                index: 116
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: url, type: value}
                  min: null
                  slices:
                    practice:
                      match: {url: null}
                      schema:
                        type: Extension
                        url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                        index: 117
                        elements:
                          value:
                            choices: []
                            index: 119
              identifier:
                index: 120
                elements:
                  system:
                    short: Israeli MoH nurse certificate URI
                    pattern: {type: uri, value: 'http://practitioners.health.gov.il/Nurses'}
                    type: uri
                    index: 121
                  value:
                    short: Certificate number
                    constraint:
                      identifier-digits: {human: identifier.value in this slice SHALL be a number with digits only, source: 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', severity: error, expression: 'matches(''^[0-9]*$'')'}
                    index: 122
                required: [system, value]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '102', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                type: CodeableConcept
                index: 123
                elements:
                  coding:
                    index: 124
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: 1
                      slices:
                        default-slice:
                          match: {code: '102', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '102', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                            _required: true
                            type: Coding
                            index: 125
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                                type: uri
                                index: 126
                              code:
                                pattern: {type: code, value: '102'}
                                type: code
                                index: 127
                              display:
                                pattern: {type: string, value: היתר זמני}
                                type: string
                                index: 128
                            required: [code, system]
                required: [coding]
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 129
            required: [identifier]
        moh-nurse-registration-certificate:
          match:
            code:
              coding:
              - {code: '26', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
            identifier: {system: 'http://practitioners.health.gov.il/Nurses'}
          schema:
            short: תעודת רישום
            array: true
            index: 130
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 132
                elements:
                  value:
                    choices: []
                    index: 134
            elements:
              extension:
                index: 131
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: url, type: value}
                  min: null
                  slices:
                    practice:
                      match: {url: null}
                      schema:
                        type: Extension
                        url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                        index: 132
                        elements:
                          value:
                            choices: []
                            index: 134
              identifier:
                index: 135
                elements:
                  system:
                    short: Israeli MoH nurse certificate URI
                    pattern: {type: uri, value: 'http://practitioners.health.gov.il/Nurses'}
                    type: uri
                    index: 136
                  value:
                    short: Certificate number
                    constraint:
                      identifier-digits: {human: identifier.value in this slice SHALL be a number with digits only, source: 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', severity: error, expression: 'matches(''^[0-9]*$'')'}
                    index: 137
                required: [system, value]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '26', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                type: CodeableConcept
                index: 138
                elements:
                  coding:
                    index: 139
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: 1
                      slices:
                        default-slice:
                          match: {code: '26', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '26', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                            _required: true
                            type: Coding
                            index: 140
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                                type: uri
                                index: 141
                              code:
                                pattern: {type: code, value: '26'}
                                type: code
                                index: 142
                              display:
                                pattern: {type: string, value: תעודת רישום}
                                type: string
                                index: 143
                            required: [code, system]
                required: [coding]
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 144
            required: [identifier]
        moh-nurse-advanced-course:
          match:
            code:
              coding:
              - {code: '110', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
            identifier: {system: 'http://fhir.health.gov.il/identifier/nurse-advanced-course'}
          schema:
            short: תעודת רישום קורס ע ב
            array: true
            index: 145
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 147
                elements:
                  value:
                    choices: []
                    index: 149
            elements:
              extension:
                index: 146
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: url, type: value}
                  min: 1
                  slices:
                    practice:
                      match: {url: null}
                      schema:
                        type: Extension
                        url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                        index: 147
                        elements:
                          value:
                            choices: []
                            index: 149
              identifier:
                index: 150
                elements:
                  system:
                    short: Israeli MoH nurse advanced course certificate URI
                    pattern: {type: uri, value: 'http://fhir.health.gov.il/identifier/nurse-advanced-course'}
                    type: uri
                    index: 151
                  value:
                    short: Certificate number
                    constraint:
                      identifier-dash: {human: 'identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number', source: 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', severity: error, expression: 'matches(''^[0-9]+(-[0-9]+)$'')'}
                    index: 152
                required: [system, value]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '110', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                type: CodeableConcept
                index: 153
                elements:
                  coding:
                    index: 154
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: 1
                      slices:
                        default-slice:
                          match: {code: '110', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: '110', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                            _required: true
                            type: Coding
                            index: 155
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                                type: uri
                                index: 156
                              code:
                                pattern: {type: code, value: '110'}
                                type: code
                                index: 157
                              display:
                                pattern: {type: string, value: תעודת רישום קורס ע ב}
                                type: string
                                index: 158
                            required: [code, system]
                required: [coding]
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 159
            required: [extension]
        molsa-practitioner-sw-license:
          match:
            code:
              coding:
              - {code: SW, system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-molsa'}
            identifier: {system: 'http://fhir.health.gov.il/identifier/molsa-socialworker-lic'}
          schema:
            short: רישיון עבודה סוציאלית
            array: true
            index: 160
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 162
                elements:
                  value:
                    pattern:
                      type: CodeableConcept
                      value:
                        coding:
                        - {code: '45', system: 'http://fhir.health.gov.il/cs/practitioner-profession-moh', display: עבודה סוציאלית}
                    choices: []
                    type: CodeableConcept
                    index: 164
            elements:
              extension:
                index: 161
                slicing:
                  rules: open
                  ordered: false
                  discriminator:
                  - {path: url, type: value}
                  min: 1
                  slices:
                    practice:
                      match: {url: null}
                      schema:
                        type: Extension
                        url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                        index: 162
                        elements:
                          value:
                            pattern:
                              type: CodeableConcept
                              value:
                                coding:
                                - {code: '45', system: 'http://fhir.health.gov.il/cs/practitioner-profession-moh', display: עבודה סוציאלית}
                            choices: []
                            type: CodeableConcept
                            index: 164
              identifier:
                index: 165
                elements:
                  system:
                    short: Israeli MoLSA social-worker License URI
                    pattern: {type: uri, value: 'http://fhir.health.gov.il/identifier/molsa-socialworker-lic'}
                    type: uri
                    index: 166
                  value: {short: License number, index: 167}
                required: [system, value]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: SW, system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-molsa'}
                type: CodeableConcept
                index: 168
                elements:
                  coding:
                    index: 169
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: 1
                      slices:
                        default-slice:
                          match: {code: SW, system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-molsa'}
                          schema:
                            pattern:
                              type: Coding
                              value: {code: SW, system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-molsa'}
                            _required: true
                            type: Coding
                            index: 170
                            elements:
                              system:
                                pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-molsa'}
                                type: uri
                                index: 171
                              code:
                                pattern: {type: code, value: SW}
                                type: code
                                index: 172
                              display:
                                pattern: {type: string, value: רישיון עבודה סוציאלית}
                                type: string
                                index: 173
                            required: [code, system]
                required: [coding]
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 174
            required: [extension, identifier]
package_version: 0.13.0
class: profile
kind: resource
url: http://fhir.health.gov.il/StructureDefinition/il-core-practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 0.13.0
required: [identifier, name]