PackagesCanonicalsLogsProblems
    Packages
    rambam-fhir.health.gov.il@0.1.3
    http://fhir.rmc.gov.il/StructureDefinition/rmc-il-core-practitioner
description: RMC Israel Core proposed constraints and extensions on the Practitioner Resource
package_name: rambam-fhir.health.gov.il
derivation: constraint
name: RMCILCorePractitioner
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: [value, system]
    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'}
                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.rmc.gov.il/StructureDefinition/rmc-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'}
                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.rmc.gov.il/StructureDefinition/rmc-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'}
                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'}
                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.rmc.gov.il/StructureDefinition/rmc-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'}
                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'}
                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:
      dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 24}
    elements:
      extension:
        type: Extension
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 24
        slicing:
          slices:
            dataAbsentReason:
              match: {}
              schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 24}
              min: 0
              max: 1
      family: {mustSupport: true, index: 25}
    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: 26
            extensions:
              dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 28}
              language:
                url: http://hl7.org/fhir/StructureDefinition/language
                type: Extension
                index: 29
                elements:
                  value:
                    pattern: {type: Code, value: he}
                    choices: []
                    index: 31
            elements:
              extension:
                index: 27
                slicing:
                  slices:
                    dataAbsentReason:
                      match: {}
                      schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 28}
                      min: 0
                      max: 1
                    language:
                      match: {}
                      schema:
                        type: Extension
                        url: http://hl7.org/fhir/StructureDefinition/language
                        index: 29
                        elements:
                          value:
                            pattern: {type: Code, value: he}
                            choices: []
                            index: 31
            required: [extension]
        English:
          match:
            extension('http://hl7:
              org/fhir/StructureDefinition/language'):
                value: {ofType(code): null}
          schema:
            array: true
            index: 32
            extensions:
              dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 34}
              language:
                url: http://hl7.org/fhir/StructureDefinition/language
                type: Extension
                index: 35
                elements:
                  value:
                    pattern: {type: Code, value: en}
                    choices: []
                    index: 37
            elements:
              extension:
                index: 33
                slicing:
                  slices:
                    dataAbsentReason:
                      match: {}
                      schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 34}
                      min: 0
                      max: 1
                    language:
                      match: {}
                      schema:
                        type: Extension
                        url: http://hl7.org/fhir/StructureDefinition/language
                        index: 35
                        elements:
                          value:
                            pattern: {type: Code, value: en}
                            choices: []
                            index: 37
            required: [extension]
        Arabic:
          match:
            extension('http://hl7:
              org/fhir/StructureDefinition/language'):
                value: {ofType(code): null}
          schema:
            array: true
            index: 38
            extensions:
              dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, type: Extension, index: 40}
              language:
                url: http://hl7.org/fhir/StructureDefinition/language
                type: Extension
                index: 41
                elements:
                  value:
                    pattern: {type: Code, value: ar}
                    choices: []
                    index: 43
            elements:
              extension:
                index: 39
                slicing:
                  slices:
                    dataAbsentReason:
                      match: {}
                      schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 40}
                      min: 0
                      max: 1
                    language:
                      match: {}
                      schema:
                        type: Extension
                        url: http://hl7.org/fhir/StructureDefinition/language
                        index: 41
                        elements:
                          value:
                            pattern: {type: Code, value: ar}
                            choices: []
                            index: 43
            required: [extension]
  address: {type: Address, index: 44}
  qualification:
    index: 45
    elements:
      code:
        binding: {strength: extensible, valueSet: 'http://fhir.health.gov.il/ValueSet/practitioner-certificate-type'}
        index: 46
      issuer:
        type: Reference
        refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
        index: 47
    slicing:
      rules: open
      discriminator:
      - {path: code, type: pattern}
      min: null
      slices:
        moh-temp-practitioner-license:
          match:
            code:
              coding:
              - {code: '1', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
          schema:
            short: רישיון זמני
            array: true
            index: 48
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 50
                elements:
                  value:
                    choices: []
                    index: 52
            elements:
              extension:
                index: 49
                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: 50
                        elements:
                          value:
                            choices: []
                            index: 52
              identifier:
                index: 53
                elements:
                  system:
                    short: Israeli MoH Practitioner License URI
                    pattern: {type: Uri, value: 'http://practitioners.health.gov.il/Practitioners'}
                    index: 54
                  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.rmc.gov.il/StructureDefinition/rmc-il-core-practitioner', severity: error, expression: 'matches(''^[0-9]+(-[0-9]+)$'')'}
                    index: 55
                required: [value, system]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '1', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                index: 56
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 57
            required: [extension, identifier]
        moh-practitioner-license:
          match:
            code:
              coding:
              - {code: '2', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
          schema:
            short: רישיון קבוע
            array: true
            index: 58
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 60
                elements:
                  value:
                    choices: []
                    index: 62
            elements:
              extension:
                index: 59
                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: 60
                        elements:
                          value:
                            choices: []
                            index: 62
              identifier:
                index: 63
                elements:
                  system:
                    short: Israeli MoH Practitioner License URI
                    pattern: {type: Uri, value: 'http://practitioners.health.gov.il/Practitioners'}
                    index: 64
                  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.rmc.gov.il/StructureDefinition/rmc-il-core-practitioner', severity: error, expression: 'matches(''^[0-9]+(-[0-9]+)$'')'}
                    index: 65
                required: [value, system]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '2', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                index: 66
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 67
            required: [extension, identifier]
        moh-expertise:
          match:
            code:
              coding:
              - {code: '5', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
          schema:
            short: תעודת מומחה
            array: true
            index: 68
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 70
                elements:
                  value:
                    choices: []
                    index: 72
            elements:
              extension:
                index: 69
                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: 70
                        elements:
                          value:
                            choices: []
                            index: 72
              identifier:
                index: 73
                elements:
                  system: {index: 74}
                  value: {index: 75}
                required: [value, system]
                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: 76
                        elements:
                          system:
                            short: Israeli MoH expertise certificate URI
                            pattern: {type: Uri, value: 'http://fhir.health.gov.il/identifier/practitioner-expertise'}
                            index: 77
                          value:
                            short: Certificate number
                            constraint:
                              identifier-digits: {human: identifier.value in this slice SHALL be a number with digits only, source: 'http://fhir.rmc.gov.il/StructureDefinition/rmc-il-core-practitioner', severity: error, expression: 'matches(''^[0-9]*$'')'}
                            index: 78
                    moh-nurse-expertise:
                      match: {system: 'http://fhir.health.gov.il/identifier/nurse-expertise'}
                      schema:
                        array: true
                        index: 79
                        elements:
                          system:
                            short: Israeli MoH expertise certificate URI
                            pattern: {type: Uri, value: 'http://fhir.health.gov.il/identifier/nurse-expertise'}
                            index: 80
                          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.rmc.gov.il/StructureDefinition/rmc-il-core-practitioner', severity: error, expression: 'matches(''^[0-9]+(-[0-9]+)$'')'}
                            index: 81
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '5', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                index: 82
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 83
            required: [extension]
        moh-instructor:
          match:
            code:
              coding:
              - {code: '13', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
          schema:
            short: תעודת מדריך
            array: true
            index: 84
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 86
                elements:
                  value:
                    choices: []
                    index: 88
            elements:
              extension:
                index: 85
                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: 86
                        elements:
                          value:
                            choices: []
                            index: 88
              identifier:
                index: 89
                elements:
                  system:
                    short: Israeli MoH expertise certificate URI
                    pattern: {type: Uri, value: 'http://fhir.health.gov.il/identifier/practitioner-instructor'}
                    index: 90
                  value:
                    short: Certificate number
                    constraint:
                      identifier-digits: {human: identifier.value in this slice SHALL be a number with digits only, source: 'http://fhir.rmc.gov.il/StructureDefinition/rmc-il-core-practitioner', severity: error, expression: 'matches(''^[0-9]*$'')'}
                    index: 91
                required: [value, system]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '13', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                index: 92
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 93
            required: [extension]
        moh-nurse-temp-permit:
          match:
            code:
              coding:
              - {code: '102', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
          schema:
            short: היתר זמני
            array: true
            index: 94
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 96
                elements:
                  value:
                    choices: []
                    index: 98
            elements:
              extension:
                index: 95
                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: 96
                        elements:
                          value:
                            choices: []
                            index: 98
              identifier:
                index: 99
                elements:
                  system:
                    short: Israeli MoH nurse certificate URI
                    pattern: {type: Uri, value: 'http://practitioners.health.gov.il/Nurses'}
                    index: 100
                  value:
                    short: Certificate number
                    constraint:
                      identifier-digits: {human: identifier.value in this slice SHALL be a number with digits only, source: 'http://fhir.rmc.gov.il/StructureDefinition/rmc-il-core-practitioner', severity: error, expression: 'matches(''^[0-9]*$'')'}
                    index: 101
                required: [value, system]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '102', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                index: 102
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 103
            required: [identifier]
        moh-nurse-registration-certificate:
          match:
            code:
              coding:
              - {code: '26', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
          schema:
            short: תעודת רישום
            array: true
            index: 104
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 106
                elements:
                  value:
                    choices: []
                    index: 108
            elements:
              extension:
                index: 105
                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: 106
                        elements:
                          value:
                            choices: []
                            index: 108
              identifier:
                index: 109
                elements:
                  system:
                    short: Israeli MoH nurse certificate URI
                    pattern: {type: Uri, value: 'http://practitioners.health.gov.il/Nurses'}
                    index: 110
                  value:
                    short: Certificate number
                    constraint:
                      identifier-digits: {human: identifier.value in this slice SHALL be a number with digits only, source: 'http://fhir.rmc.gov.il/StructureDefinition/rmc-il-core-practitioner', severity: error, expression: 'matches(''^[0-9]*$'')'}
                    index: 111
                required: [value, system]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '26', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                index: 112
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 113
            required: [identifier]
        moh-nurse-advanced-course:
          match:
            code:
              coding:
              - {code: '110', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
          schema:
            short: תעודת רישום קורס ע ב
            array: true
            index: 114
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 116
                elements:
                  value:
                    choices: []
                    index: 118
            elements:
              extension:
                index: 115
                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: 116
                        elements:
                          value:
                            choices: []
                            index: 118
              identifier:
                index: 119
                elements:
                  system:
                    short: Israeli MoH nurse advanced course certificate URI
                    pattern: {type: Uri, value: 'http://fhir.health.gov.il/identifier/nurse-advanced-course'}
                    index: 120
                  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.rmc.gov.il/StructureDefinition/rmc-il-core-practitioner', severity: error, expression: 'matches(''^[0-9]+(-[0-9]+)$'')'}
                    index: 121
                required: [value, system]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '110', system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-moh'}
                index: 122
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 123
            required: [extension]
        molsa-practitioner-sw-license:
          match:
            code:
              coding:
              - {code: SW, system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-molsa'}
          schema:
            short: רישיון עבודה סוציאלית
            array: true
            index: 124
            extensions:
              practice:
                url: http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                type: Extension
                index: 126
                elements:
                  value:
                    pattern:
                      type: CodeableConcept
                      value:
                        coding:
                        - {code: '45', system: 'http://fhir.health.gov.il/cs/practitioner-profession-moh', display: עבודה סוציאלית}
                    choices: []
                    index: 128
            elements:
              extension:
                index: 125
                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: 126
                        elements:
                          value:
                            pattern:
                              type: CodeableConcept
                              value:
                                coding:
                                - {code: '45', system: 'http://fhir.health.gov.il/cs/practitioner-profession-moh', display: עבודה סוציאלית}
                            choices: []
                            index: 128
              identifier:
                index: 129
                elements:
                  system:
                    short: Israeli MoLSA social-worker License URI
                    pattern: {type: Uri, value: 'http://fhir.health.gov.il/identifier/molsa-socialworker-lic'}
                    index: 130
                  value: {short: License number, index: 131}
                required: [value, system]
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: SW, system: 'http://fhir.health.gov.il/cs/practitioner-certificate-type-molsa'}
                index: 132
              issuer:
                type: Reference
                refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization']
                index: 133
            required: [extension, identifier]
package_version: 0.1.3
class: profile
kind: resource
url: http://fhir.rmc.gov.il/StructureDefinition/rmc-il-core-practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 0.13.0
required: [name, identifier]