IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Resource Profile: ILCorePractitioner - Detailed Descriptions

Page standards status: Trial-use Maturity Level: 1

Definitions for the il-core-practitioner resource profile.

Guidance on how to interpret the contents of this table can be found here

0. Practitioner
Definition

Israel Core proposed constraints and extensions on the practitioner resource profile.

ShortILCore Practitioner Profile
2. Practitioner.identifier
NoteThis is a business identifier, not a resource identifier (see discussion)
Control1..?
SlicingThis element introduces a set of slices on Practitioner.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators:
  • value @ system
  • 4. Practitioner.identifier.system
    Control1..?
    Must Supporttrue
    6. Practitioner.identifier.value
    ShortThe value that is unique within the system.
    Control1..?
    Must Supporttrue
    8. Practitioner.identifier.assigner
    TypeReference(ILCore Organization Profile)
    10. Practitioner.identifier:prac-lic
    Slice Nameprac-lic
    Definition

    Israeli Ministry of Health medical practitioner license. MoH practitioner portal

    <mark>Note:</mark> Should include the profession-code, a dash (-) and a sequence number. I.e., <profession-code>-<profession-certificate-number> where profession-code is a value of <a href="https://simplifier.net/ilcore/practitioner-profession-moh-duplicate-2">PractitionerProfessionMoH</a>

    ShortIsraeli Ministry of Health practitioner license
    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control0..1
    Must Supporttrue
    Example<br/><b>valid Israeli Pracitioner Licence number example</b>:1-12345
    12. Practitioner.identifier:prac-lic.system
    Fixed Valuehttp://practitioners.health.gov.il/Practitioners
    14. Practitioner.identifier:prac-lic.value
    ShortIsraeli Ministry of Health Practitioner License
    Example<br/><b>General</b>:1-12345
    Invariantsidentifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
    16. Practitioner.identifier:nurse-lic
    Slice Namenurse-lic
    Definition

    Israeli MoH Nurse license. MoH practitioner portal - https://practitioners.health.gov.il/Nurses

    ShortIsraeli MoH Nurse license
    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control0..1
    Must Supporttrue
    Example<br/><b>valid Israeli Nurse registration number example</b>:11111
    18. Practitioner.identifier:nurse-lic.system
    Fixed Valuehttp://practitioners.health.gov.il/Nurses
    20. Practitioner.identifier:nurse-lic.value
    ShortMoH Nurse License
    Example<br/><b>General</b>:11111
    Invariantsidentifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
    22. Practitioner.identifier:molsa-sw-lic
    Slice Namemolsa-sw-lic
    Definition

    Israeli Ministry of Welfare and Social Affairs socal-worker's license. MOLSA social-worker's registry

    ShortIsraeli Ministry of Welfare and Social Affairs socal-worker's license
    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control0..1
    Must Supporttrue
    Example<br/><b>General</b>:99999
    24. Practitioner.identifier:molsa-sw-lic.system
    Fixed Valuehttp://fhir.health.gov.il/identifier/molsa-socialworker-lic
    26. Practitioner.identifier:molsa-sw-lic.value
    ShortIsraeli Ministry of Welfare and Social Affairs socal-worker's License
    Example<br/><b>valid Israeli SW Licence example</b>:99999
    28. Practitioner.identifier:il-id
    Slice Nameil-id
    Definition

    Israeli ID number (9 digit unchangeable number, including leading zeros and includes a control digit), including temporarily identification numbers assigned by Israeli National Insurance

    ShortIsraeli National Identifier
    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control0..1
    Must Supporttrue
    Example<br/><b>Valid Israli ID number example</b>:000000018
    30. Practitioner.identifier:il-id.system
    Fixed Valuehttp://fhir.health.gov.il/identifier/il-national-id
    32. Practitioner.identifier:il-id.value
    ShortAn Israeli ID number
    Invariantsil-id-chk: Israeli ID must be 9-digits with a correct check-digit at the end. (matches('[0-9]{9}$') and substring(8,1).toInteger()= (10-((substring(0,1).toInteger() + substring(1,1).toInteger()*2 mod 10 + substring(1,1).toInteger()*2 div 10 + substring(2,1).toInteger() + substring(3,1).toInteger()*2 mod 10 + substring(3,1).toInteger()*2 div 10 + substring(4,1).toInteger() + substring(5,1).toInteger()*2 mod 10 + substring(5,1).toInteger()*2 div 10 + substring(6,1).toInteger() + substring(7,1).toInteger()*2 mod 10 + substring(7,1).toInteger()*2 div 10) mod 10)) mod 10)
    34. Practitioner.identifier:pna-id
    Slice Namepna-id
    Definition

    Palestinian ID number

    ShortPalestinian National Identifier
    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control0..1
    Must Supportfalse
    Example<br/><b>Valid Example</b>:000000018
    36. Practitioner.identifier:pna-id.system
    Fixed Valuehttp://fhir.health.gov.il/identifier/pna-national-id
    38. Practitioner.identifier:pna-id.value
    ShortA Palestininan ID number
    40. Practitioner.identifier:ppn
    Slice Nameppn
    Definition

    Passport number

    ShortPassport Number
    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control0..*
    Must Supportfalse
    42. Practitioner.identifier:ppn.type
    Pattern Value{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "PPN"
      }]
    }
    44. Practitioner.identifier:ppn.system
    BindingThe codes SHALL be taken from Passport URIs
    (required to http://fhir.health.gov.il/ValueSet/passport-uri)
    46. Practitioner.identifier:ppn.value
    ShortPassport Number
    48. Practitioner.name
    Control1..?
    Must Supporttrue
    SlicingThis element introduces a set of slices on Practitioner.name. The slices areUnordered and Open, and can be differentiated using the following discriminators:
    • value @ extension('http://hl7.org/fhir/StructureDefinition/language').value.ofType(code)
    • 50. Practitioner.name.extension:dataAbsentReason
      Slice NamedataAbsentReason
      Control0..1
      TypeExtension(Data Absent Reason) (Extension Type: code)
      52. Practitioner.name.family
      Control1..?
      Must Supporttrue
      54. Practitioner.name:Hebrew
      Slice NameHebrew
      Control0..*
      56. Practitioner.name:Hebrew.extension
      Control1..?
      58. Practitioner.name:Hebrew.extension:dataAbsentReason
      Slice NamedataAbsentReason
      Control0..1
      TypeExtension(Data Absent Reason) (Extension Type: code)
      60. Practitioner.name:Hebrew.extension:language
      Slice Namelanguage
      Control1..1
      TypeExtension(Human Language) (Extension Type: code)
      62. Practitioner.name:Hebrew.extension:language.value[x]
      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
      Fixed Valuehe
      64. Practitioner.name:English
      Slice NameEnglish
      Control0..*
      66. Practitioner.name:English.extension
      Control1..?
      68. Practitioner.name:English.extension:dataAbsentReason
      Slice NamedataAbsentReason
      Control0..1
      TypeExtension(Data Absent Reason) (Extension Type: code)
      70. Practitioner.name:English.extension:language
      Slice Namelanguage
      Control1..1
      TypeExtension(Human Language) (Extension Type: code)
      72. Practitioner.name:English.extension:language.value[x]
      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
      Fixed Valueen
      74. Practitioner.name:Arabic
      Slice NameArabic
      Control0..*
      76. Practitioner.name:Arabic.extension
      Control1..?
      78. Practitioner.name:Arabic.extension:dataAbsentReason
      Slice NamedataAbsentReason
      Control0..1
      TypeExtension(Data Absent Reason) (Extension Type: code)
      80. Practitioner.name:Arabic.extension:language
      Slice Namelanguage
      Control1..1
      TypeExtension(Human Language) (Extension Type: code)
      82. Practitioner.name:Arabic.extension:language.value[x]
      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
      Fixed Valuear
      84. Practitioner.address
      TypeAddress(ILCore Address Profile)
      86. Practitioner.qualification
      Definition

      The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

      <mark>Note:</mark>

      <b><u>Certificates of all professions except nursing</b></u>

      • For temporary license (slice: [moh-temp-practitioner-license]): code = 1; SHALL have identifier, consisting of profession code, a hyphen ("-"), followed by a number. Example - 1-1111;

      • For permanent license (slice: [moh-practitioner-license]): code = 2; SHALL have identifier, consisting of profession code, a hyphen ("-"), followed by a number. Example - 1-1111;

      • For certificate of expretise (slice: [moh-expretise]): code = 5; SHOULD (if available, not mandatory) have identifier, consisting of a number. Example - 12345;

      • For instructor certificate (slice: [moh-instructor]): code = 13; SHOULD (if available, not mandatory) have identifier, consisting of a number. Example - 12345;

      Check each slice for more specific details.

      SlicingThis element introduces a set of slices on Practitioner.qualification. The slices areUnordered and Open, and can be differentiated using the following discriminators:
      • pattern @ code
      • 88. Practitioner.qualification.code
        BindingUnless not suitable, these codes SHALL be taken from Practitioner Certificate Types
        (extensible to http://fhir.health.gov.il/ValueSet/practitioner-certificate-type)
        90. Practitioner.qualification.issuer
        TypeReference(ILCore Organization Profile)
        92. Practitioner.qualification:moh-temp-practitioner-license
        Slice Namemoh-temp-practitioner-license
        Definition

        Temporary practitioner license issued by Israeli Ministry of Health

        <mark>Note:</mark> identifier (מספר רישיון זמני למקצועות הבריאות) is <b>mandatory</b> and SHOULD include the profession-code, a dash (-) and a sequence number. I.e., <profession-code>-<profession-certificate-number> where profession-code is a value of <a href="https://simplifier.net/ilcore/practitioner-profession-moh-duplicate-2">PractitionerProfessionMoH</a>

        Shortרישיון זמני
        Control0..*
        94. Practitioner.qualification:moh-temp-practitioner-license.extension
        Control1..?
        SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
        • value @ url
        • 96. Practitioner.qualification:moh-temp-practitioner-license.extension:practice
          Slice Namepractice
          Control1..1
          TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
          Example<br/><b>Valid example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "2", "display" : "רפואת שיניים" }] }
          98. Practitioner.qualification:moh-temp-practitioner-license.extension:practice.value[x]
          BindingThe codes SHALL be taken from קוד מקצוע לעוסק בבריאות
          (required to http://fhir.health.gov.il/ValueSet/practitioner-profession-moh)
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          100. Practitioner.qualification:moh-temp-practitioner-license.identifier
          NoteThis is a business identifier, not a resource identifier (see discussion)
          Control1..?
          Example<br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
          102. Practitioner.qualification:moh-temp-practitioner-license.identifier.system
          ShortIsraeli MoH Practitioner License URI
          Control1..?
          Fixed Valuehttp://practitioners.health.gov.il/Practitioners
          104. Practitioner.qualification:moh-temp-practitioner-license.identifier.value
          ShortLicense number, including prefix
          Control1..?
          Example<br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
          Invariantsidentifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
          106. Practitioner.qualification:moh-temp-practitioner-license.code
          Pattern Value{
            "coding" : [{
              "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
              "code" : "1"
            }]
          }
          108. Practitioner.qualification:moh-temp-practitioner-license.issuer
          TypeReference(ILCore Organization Profile)
          110. Practitioner.qualification:moh-practitioner-license
          Slice Namemoh-practitioner-license
          Definition

          Permanent practitioner license issued by Israeli Ministry of Health

          <mark>Note:</mark> identifier (מספר רישיון קבוע למקצועות הבריאות) is <b>mandatory</b> and SHOULD include the profession-code, a dash (-) and a sequence number. I.e., <profession-code>-<profession-certificate-number> where profession-code is a value of <a href="https://simplifier.net/ilcore/practitioner-profession-moh-duplicate-2">PractitionerProfessionMoH</a>

          Shortרישיון קבוע
          Control0..*
          112. Practitioner.qualification:moh-practitioner-license.extension
          Control1..?
          SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
          • value @ url
          • 114. Practitioner.qualification:moh-practitioner-license.extension:practice
            Slice Namepractice
            Control1..1
            TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
            Example<br/><b>valid example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "2", "display" : "רפואת שיניים" }] }
            116. Practitioner.qualification:moh-practitioner-license.extension:practice.value[x]
            BindingThe codes SHALL be taken from קוד מקצוע לעוסק בבריאות
            (required to http://fhir.health.gov.il/ValueSet/practitioner-profession-moh)
            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
            118. Practitioner.qualification:moh-practitioner-license.identifier
            NoteThis is a business identifier, not a resource identifier (see discussion)
            Control1..?
            Example<br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
            120. Practitioner.qualification:moh-practitioner-license.identifier.system
            ShortIsraeli MoH Practitioner License URI
            Control1..?
            Fixed Valuehttp://practitioners.health.gov.il/Practitioners
            122. Practitioner.qualification:moh-practitioner-license.identifier.value
            ShortLicense number, including prefix
            Control1..?
            Example<br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
            Invariantsidentifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
            124. Practitioner.qualification:moh-practitioner-license.code
            Pattern Value{
              "coding" : [{
                "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                "code" : "2"
              }]
            }
            126. Practitioner.qualification:moh-practitioner-license.issuer
            TypeReference(ILCore Organization Profile)
            128. Practitioner.qualification:moh-expertise
            Slice Namemoh-expertise
            Definition

            Practitioner expertise certificate issued by Israeli Ministry of Health.

            <mark>Note:</mark> <b>Practitioner:</b> identifier (מספר תעודת מומחה למקצועות הבריאות) is not mandatory and if exists, SHOULD be a sequence number only. I.e, <expertise-certificate-number>

            <b>Nurse:</b> identifier (מספר תעודת מומחה למקצועות הסיעוד) is <b>not mandatory</b> and if exists, SHOULD include the expertise-code, a dash (-) and a sequence number. I.e, <expertise-code>-<expertise-certificate-number> where expertise-code is a value of <a href="https://simplifier.net/ilcore/practitioner-expertise-moh-duplicate-2">PractitionerExpertiseMoH</a>

            Shortתעודת מומחה
            Control0..*
            130. Practitioner.qualification:moh-expertise.extension
            Control1..?
            SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
            • value @ url
            • 132. Practitioner.qualification:moh-expertise.extension:practice
              Slice Namepractice
              Control1..1
              TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
              Example<br/><b>valid example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-expertise-moh", "code" : "1", "display" : "רפואה פנימית" }] }
              134. Practitioner.qualification:moh-expertise.extension:practice.value[x]
              BindingThe codes SHALL be taken from קוד מומחיות לעוסק בבריאות
              (required to http://fhir.health.gov.il/ValueSet/practitioner-expertise-moh)
              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
              136. Practitioner.qualification:moh-expertise.identifier
              NoteThis is a business identifier, not a resource identifier (see discussion)
              Example<br/><b>Valid MOH expertise certification number</b>:108-12345
              SlicingThis element introduces a set of slices on Practitioner.qualification.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators:
              • value @ system
              • 138. Practitioner.qualification:moh-expertise.identifier.system
                Control1..?
                140. Practitioner.qualification:moh-expertise.identifier.value
                Control1..?
                Example<br/><b>Valid MOH expertise certification number</b>:108-12345
                142. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise
                Slice Namemoh-practitioner-expertise
                NoteThis is a business identifier, not a resource identifier (see discussion)
                Control0..*
                Example<br/><b>Valid practitioner expertise certifiaction number</b>:12345
                144. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.system
                ShortIsraeli MoH expertise certificate URI
                Fixed Valuehttp://fhir.health.gov.il/identifier/practitioner-expertise
                146. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.value
                ShortCertificate number
                Example<br/><b>Valid practitioner expertise certifiaction number</b>:12345
                Invariantsidentifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                148. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise
                Slice Namemoh-nurse-expertise
                NoteThis is a business identifier, not a resource identifier (see discussion)
                Control0..*
                Example<br/><b>Valid Nurse expertise certifiaction number</b>:108-12345
                150. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.system
                ShortIsraeli MoH expertise certificate URI
                Fixed Valuehttp://fhir.health.gov.il/identifier/nurse-expertise
                152. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.value
                ShortCertificate number
                Example<br/><b>Valid Nurse expertise certifiaction number</b>:108-12345
                Invariantsidentifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                154. Practitioner.qualification:moh-expertise.code
                Pattern Value{
                  "coding" : [{
                    "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                    "code" : "5"
                  }]
                }
                156. Practitioner.qualification:moh-expertise.issuer
                TypeReference(ILCore Organization Profile)
                158. Practitioner.qualification:moh-instructor
                Slice Namemoh-instructor
                Definition

                Practitioner instructor certificate issued by Israeli Ministry of Health.

                <mark>Note:</mark> identifier (מספר תעודת מדריך) is <b>not mandatory</b> and if exists, SHOULD be a sequence number. I.e, <expertise-code>-<instructor-certificate-number>

                Shortתעודת מדריך
                Control0..*
                160. Practitioner.qualification:moh-instructor.extension
                Control1..?
                SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                • value @ url
                • 162. Practitioner.qualification:moh-instructor.extension:practice
                  Slice Namepractice
                  Control1..1
                  TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                  Example<br/><b>Valid Example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/identifier/practitioner-expertise", "code" : "1", "display" : "רפואה פנימית" }] }
                  164. Practitioner.qualification:moh-instructor.extension:practice.value[x]
                  BindingThe codes SHALL be taken from קוד מומחיות לעוסק בבריאות
                  (required to http://fhir.health.gov.il/ValueSet/practitioner-expertise-moh)
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  166. Practitioner.qualification:moh-instructor.identifier
                  NoteThis is a business identifier, not a resource identifier (see discussion)
                  Example<br/><b>Valid MOH expertise certification number</b>:108-12345
                  168. Practitioner.qualification:moh-instructor.identifier.system
                  ShortIsraeli MoH expertise certificate URI
                  Control1..?
                  Fixed Valuehttp://fhir.health.gov.il/identifier/practitioner-instructor
                  170. Practitioner.qualification:moh-instructor.identifier.value
                  ShortCertificate number
                  Control1..?
                  Example<br/><b>Valid MOH expertise certification number</b>:108-12345
                  Invariantsidentifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                  172. Practitioner.qualification:moh-instructor.code
                  Pattern Value{
                    "coding" : [{
                      "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                      "code" : "13"
                    }]
                  }
                  174. Practitioner.qualification:moh-instructor.issuer
                  TypeReference(ILCore Organization Profile)
                  176. Practitioner.qualification:moh-nurse-temp-permit
                  Slice Namemoh-nurse-temp-permit
                  Definition

                  The slice is used for temporary licenses (temporary permit to practice nursing) for nurses only.

                  <mark>Note:</mark> identifier (מספר רישיון זמני למקצועות הסיעוד) is mandatory and SHOULD be a sequence number only. I.e., <temporary-permit-certificate-number>

                  Shortהיתר זמני
                  Control0..*
                  178. Practitioner.qualification:moh-nurse-temp-permit.extension
                  SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                  • value @ url
                  • 180. Practitioner.qualification:moh-nurse-temp-permit.extension:practice
                    Slice Namepractice
                    Control0..1
                    TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                    Example<br/><b>Valid Example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "102", "display" : "אח/ות מעשי/ת" }] }
                    182. Practitioner.qualification:moh-nurse-temp-permit.extension:practice.value[x]
                    BindingThe codes SHALL be taken from קוד מקצוע לעוסק בסיעוד
                    (required to http://fhir.health.gov.il/ValueSet/practitioner-nurse-profession-moh)
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    184. Practitioner.qualification:moh-nurse-temp-permit.identifier
                    NoteThis is a business identifier, not a resource identifier (see discussion)
                    Control1..?
                    Example<br/><b>Valid nurse registration certificate number example</b>:12345
                    186. Practitioner.qualification:moh-nurse-temp-permit.identifier.system
                    ShortIsraeli MoH nurse certificate URI
                    Control1..?
                    Fixed Valuehttp://practitioners.health.gov.il/Nurses
                    188. Practitioner.qualification:moh-nurse-temp-permit.identifier.value
                    ShortCertificate number
                    Control1..?
                    Example<br/><b>Valid nurse registration certificate number example</b>:12345
                    Invariantsidentifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                    190. Practitioner.qualification:moh-nurse-temp-permit.code
                    Pattern Value{
                      "coding" : [{
                        "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                        "code" : "102"
                      }]
                    }
                    192. Practitioner.qualification:moh-nurse-temp-permit.issuer
                    TypeReference(ILCore Organization Profile)
                    194. Practitioner.qualification:moh-nurse-registration-certificate
                    Slice Namemoh-nurse-registration-certificate
                    Definition

                    The slice is used for permanent licenses (permanent registration certificate to practice nursing) <b>for nurses only</b>.

                    <mark>Note:</mark> identifier (מספר רישיון קבוע למקצועות הסיעוד) is <b>mandatory</b> and SHOULD be a sequence number only. I.e., <permanent-registration-certificate-number>

                    Shortתעודת רישום
                    Control0..*
                    196. Practitioner.qualification:moh-nurse-registration-certificate.extension
                    SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                    • value @ url
                    • 198. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice
                      Slice Namepractice
                      Control0..1
                      TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                      Example<br/><b>Valid Example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "101", "display" : "אח/ות מוסמכ/ת" }] }
                      200. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice.value[x]
                      BindingThe codes SHALL be taken from קוד מקצוע לעוסק בסיעוד
                      (required to http://fhir.health.gov.il/ValueSet/practitioner-nurse-profession-moh)
                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                      202. Practitioner.qualification:moh-nurse-registration-certificate.identifier
                      NoteThis is a business identifier, not a resource identifier (see discussion)
                      Control1..?
                      Example<br/><b>Valid nurse registration certificate number example</b>:12345
                      204. Practitioner.qualification:moh-nurse-registration-certificate.identifier.system
                      ShortIsraeli MoH nurse certificate URI
                      Control1..?
                      Fixed Valuehttp://practitioners.health.gov.il/Nurses
                      206. Practitioner.qualification:moh-nurse-registration-certificate.identifier.value
                      ShortCertificate number
                      Control1..?
                      Example<br/><b>Valid nurse registration certificate number example</b>:12345
                      Invariantsidentifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                      208. Practitioner.qualification:moh-nurse-registration-certificate.code
                      Pattern Value{
                        "coding" : [{
                          "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                          "code" : "26"
                        }]
                      }
                      210. Practitioner.qualification:moh-nurse-registration-certificate.issuer
                      TypeReference(ILCore Organization Profile)
                      212. Practitioner.qualification:moh-nurse-advanced-course
                      Slice Namemoh-nurse-advanced-course
                      Definition

                      The slice is used for advanced course certifications (by healthcare specialty) for nurses only.

                      <mark>Note:</mark> identifier (מספר תעודת קורס על בסיסי למקצועות הסיעוד) is <b>not mandatory</b> and if exists, SHOULD include the advanced-course-code, a dash (-) and permanent-registration-certificate-number (nurse license-number as the moh-nurse-registration-certificate identifier) <advanced-course-code>-<permanent-registration-certificate-number> where advanced-course-code is a value from <a href="https://simplifier.net/ilcore/practitioner-advanced-course-moh-duplicate-2">PractitionerAdvancedCourseMoH</a>. It means the identifier for different advanced course certificates for the same nurse will not be unique, but the practice-code will show the difference between them.

                      Shortתעודת רישום קורס ע ב
                      Control0..*
                      214. Practitioner.qualification:moh-nurse-advanced-course.extension
                      Control1..?
                      SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                      • value @ url
                      • 216. Practitioner.qualification:moh-nurse-advanced-course.extension:practice
                        Slice Namepractice
                        Control1..1
                        TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                        218. Practitioner.qualification:moh-nurse-advanced-course.extension:practice.value[x]
                        BindingThe codes SHALL be taken from קוד קורס על בסיסי לעוסק בסיעוד
                        (required to http://fhir.health.gov.il/ValueSet/practitioner-advanced-course-moh)
                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                        220. Practitioner.qualification:moh-nurse-advanced-course.identifier
                        NoteThis is a business identifier, not a resource identifier (see discussion)
                        Example<br/><b>Valid Nurse advanced course certifiaction number</b>:108-12345
                        222. Practitioner.qualification:moh-nurse-advanced-course.identifier.system
                        ShortIsraeli MoH nurse advanced course certificate URI
                        Control1..?
                        Fixed Valuehttp://fhir.health.gov.il/identifier/nurse-advanced-course
                        224. Practitioner.qualification:moh-nurse-advanced-course.identifier.value
                        ShortCertificate number
                        Control1..?
                        Example<br/><b>Valid Nurse advanced course certifiaction number</b>:108-12345
                        Invariantsidentifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                        226. Practitioner.qualification:moh-nurse-advanced-course.code
                        Pattern Value{
                          "coding" : [{
                            "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                            "code" : "110"
                          }]
                        }
                        228. Practitioner.qualification:moh-nurse-advanced-course.issuer
                        TypeReference(ILCore Organization Profile)
                        230. Practitioner.qualification:molsa-practitioner-sw-license
                        Slice Namemolsa-practitioner-sw-license
                        Definition

                        Social-worker license issued by Israeli Ministry of Labor, Social Affairs and Social Services

                        Shortרישיון עבודה סוציאלית
                        Control0..*
                        232. Practitioner.qualification:molsa-practitioner-sw-license.extension
                        Control1..?
                        SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                        • value @ url
                        • 234. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice
                          Slice Namepractice
                          Control1..1
                          TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                          236. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice.value[x]
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Fixed Value{
                            "coding" : [{
                              "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh",
                              "code" : "45",
                              "display" : "עבודה סוציאלית"
                            }]
                          }
                          238. Practitioner.qualification:molsa-practitioner-sw-license.identifier
                          NoteThis is a business identifier, not a resource identifier (see discussion)
                          Control1..?
                          240. Practitioner.qualification:molsa-practitioner-sw-license.identifier.system
                          ShortIsraeli MoLSA social-worker License URI
                          Control1..?
                          Fixed Valuehttp://fhir.health.gov.il/identifier/molsa-socialworker-lic
                          242. Practitioner.qualification:molsa-practitioner-sw-license.identifier.value
                          ShortLicense number
                          Control1..?
                          244. Practitioner.qualification:molsa-practitioner-sw-license.code
                          Pattern Value{
                            "coding" : [{
                              "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-molsa",
                              "code" : "SW"
                            }]
                          }
                          246. Practitioner.qualification:molsa-practitioner-sw-license.issuer
                          TypeReference(ILCore Organization Profile)

                          Guidance on how to interpret the contents of this table can be found here

                          0. Practitioner
                          Definition

                          Israel Core proposed constraints and extensions on the practitioner resource profile.


                          A person who is directly or indirectly involved in the provisioning of healthcare.

                          ShortILCore Practitioner ProfileA person with a formal responsibility in the provisioning of healthcare or related services
                          Control0..*
                          Is Modifierfalse
                          Summaryfalse
                          Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
                          dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
                          dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
                          dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
                          dom-6: A resource should have narrative for robust management (text.`div`.exists())
                          2. Practitioner.implicitRules
                          Definition

                          A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

                          ShortA set of rules under which this content was created
                          Comments

                          Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

                          Control0..1
                          Typeuri
                          Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          4. Practitioner.modifierExtension
                          Definition

                          May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored
                          Comments

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
                          Summaryfalse
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          6. Practitioner.identifier
                          Definition

                          An identifier that applies to this person in this role.

                          ShortAn identifier for the person as this agent
                          NoteThis is a business identifier, not a resource identifier (see discussion)
                          Control10..*
                          TypeIdentifier
                          Is Modifierfalse
                          Summarytrue
                          Requirements

                          Often, specific identities are assigned for the agent.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          SlicingThis element introduces a set of slices on Practitioner.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                          • value @ system
                          • 8. Practitioner.identifier.use
                            Definition

                            The purpose of this identifier.

                            Shortusual | official | temp | secondary | old (If known)
                            Comments

                            Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                            Control0..1
                            BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                            (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                            Identifies the purpose for this identifier, if known .

                            Typecode
                            Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            10. Practitioner.identifier.system
                            Definition

                            Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                            ShortThe namespace for the identifier value
                            Comments

                            Identifier.system is always case sensitive.

                            Control10..1
                            Typeuri
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Must Supporttrue
                            Summarytrue
                            Requirements

                            There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                            Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            12. Practitioner.identifier.value
                            Definition

                            The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                            ShortThe value that is unique within the system.
                            Comments

                            If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                            Control10..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Must Supporttrue
                            Summarytrue
                            Example<br/><b>General</b>:123456
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            14. Practitioner.identifier.assigner
                            Definition

                            Organization that issued/manages the identifier.

                            ShortOrganization that issued id (may be just text)
                            Comments

                            The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                            Control0..1
                            TypeReference(ILCore Organization Profile, Organization)
                            Is Modifierfalse
                            Summarytrue
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            16. Practitioner.identifier:prac-lic
                            Slice Nameprac-lic
                            Definition

                            Israeli Ministry of Health medical practitioner license. MoH practitioner portal

                            <mark>Note:</mark> Should include the profession-code, a dash (-) and a sequence number. I.e., <profession-code>-<profession-certificate-number> where profession-code is a value of <a href="https://simplifier.net/ilcore/practitioner-profession-moh-duplicate-2">PractitionerProfessionMoH</a>


                            An identifier that applies to this person in this role.

                            ShortIsraeli Ministry of Health practitioner licenseAn identifier for the person as this agent
                            NoteThis is a business identifier, not a resource identifier (see discussion)
                            Control0..1*
                            TypeIdentifier
                            Is Modifierfalse
                            Must Supporttrue
                            Summarytrue
                            Requirements

                            Often, specific identities are assigned for the agent.

                            Example<br/><b>valid Israeli Pracitioner Licence number example</b>:1-12345
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            18. Practitioner.identifier:prac-lic.use
                            Definition

                            The purpose of this identifier.

                            Shortusual | official | temp | secondary | old (If known)
                            Comments

                            Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                            Control0..1
                            BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                            (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                            Identifies the purpose for this identifier, if known .

                            Typecode
                            Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            20. Practitioner.identifier:prac-lic.system
                            Definition

                            Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                            ShortThe namespace for the identifier value
                            Comments

                            Identifier.system is always case sensitive.

                            Control0..1
                            Typeuri
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                            Fixed Valuehttp://practitioners.health.gov.il/Practitioners
                            Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            22. Practitioner.identifier:prac-lic.value
                            Definition

                            The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                            ShortIsraeli Ministry of Health Practitioner LicenseThe value that is unique
                            Comments

                            If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                            Control0..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Example<br/><b>General</b>:123456 <br/><b>General</b>:1-12345
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            identifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                            24. Practitioner.identifier:nurse-lic
                            Slice Namenurse-lic
                            Definition

                            Israeli MoH Nurse license. MoH practitioner portal - https://practitioners.health.gov.il/Nurses


                            An identifier that applies to this person in this role.

                            ShortIsraeli MoH Nurse licenseAn identifier for the person as this agent
                            NoteThis is a business identifier, not a resource identifier (see discussion)
                            Control0..1*
                            TypeIdentifier
                            Is Modifierfalse
                            Must Supporttrue
                            Summarytrue
                            Requirements

                            Often, specific identities are assigned for the agent.

                            Example<br/><b>valid Israeli Nurse registration number example</b>:11111
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            26. Practitioner.identifier:nurse-lic.use
                            Definition

                            The purpose of this identifier.

                            Shortusual | official | temp | secondary | old (If known)
                            Comments

                            Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                            Control0..1
                            BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                            (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                            Identifies the purpose for this identifier, if known .

                            Typecode
                            Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            28. Practitioner.identifier:nurse-lic.system
                            Definition

                            Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                            ShortThe namespace for the identifier value
                            Comments

                            Identifier.system is always case sensitive.

                            Control0..1
                            Typeuri
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                            Fixed Valuehttp://practitioners.health.gov.il/Nurses
                            Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            30. Practitioner.identifier:nurse-lic.value
                            Definition

                            The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                            ShortMoH Nurse LicenseThe value that is unique
                            Comments

                            If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                            Control0..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Example<br/><b>General</b>:123456 <br/><b>General</b>:11111
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            identifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                            32. Practitioner.identifier:molsa-sw-lic
                            Slice Namemolsa-sw-lic
                            Definition

                            Israeli Ministry of Welfare and Social Affairs socal-worker's license. MOLSA social-worker's registry


                            An identifier that applies to this person in this role.

                            ShortIsraeli Ministry of Welfare and Social Affairs socal-worker's licenseAn identifier for the person as this agent
                            NoteThis is a business identifier, not a resource identifier (see discussion)
                            Control0..1*
                            TypeIdentifier
                            Is Modifierfalse
                            Must Supporttrue
                            Summarytrue
                            Requirements

                            Often, specific identities are assigned for the agent.

                            Example<br/><b>General</b>:99999
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            34. Practitioner.identifier:molsa-sw-lic.use
                            Definition

                            The purpose of this identifier.

                            Shortusual | official | temp | secondary | old (If known)
                            Comments

                            Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                            Control0..1
                            BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                            (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                            Identifies the purpose for this identifier, if known .

                            Typecode
                            Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            36. Practitioner.identifier:molsa-sw-lic.system
                            Definition

                            Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                            ShortThe namespace for the identifier value
                            Comments

                            Identifier.system is always case sensitive.

                            Control0..1
                            Typeuri
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                            Fixed Valuehttp://fhir.health.gov.il/identifier/molsa-socialworker-lic
                            Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            38. Practitioner.identifier:molsa-sw-lic.value
                            Definition

                            The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                            ShortIsraeli Ministry of Welfare and Social Affairs socal-worker's LicenseThe value that is unique
                            Comments

                            If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                            Control0..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Example<br/><b>General</b>:123456 <br/><b>valid Israeli SW Licence example</b>:99999
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            40. Practitioner.identifier:il-id
                            Slice Nameil-id
                            Definition

                            Israeli ID number (9 digit unchangeable number, including leading zeros and includes a control digit), including temporarily identification numbers assigned by Israeli National Insurance


                            An identifier that applies to this person in this role.

                            ShortIsraeli National IdentifierAn identifier for the person as this agent
                            NoteThis is a business identifier, not a resource identifier (see discussion)
                            Control0..1*
                            TypeIdentifier
                            Is Modifierfalse
                            Must Supporttrue
                            Summarytrue
                            Requirements

                            Often, specific identities are assigned for the agent.

                            Example<br/><b>Valid Israli ID number example</b>:000000018
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            42. Practitioner.identifier:il-id.use
                            Definition

                            The purpose of this identifier.

                            Shortusual | official | temp | secondary | old (If known)
                            Comments

                            Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                            Control0..1
                            BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                            (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                            Identifies the purpose for this identifier, if known .

                            Typecode
                            Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            44. Practitioner.identifier:il-id.system
                            Definition

                            Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                            ShortThe namespace for the identifier value
                            Comments

                            Identifier.system is always case sensitive.

                            Control0..1
                            Typeuri
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                            Fixed Valuehttp://fhir.health.gov.il/identifier/il-national-id
                            Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            46. Practitioner.identifier:il-id.value
                            Definition

                            The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                            ShortAn Israeli ID numberThe value that is unique
                            Comments

                            If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                            Control0..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Example<br/><b>General</b>:123456
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            il-id-chk: Israeli ID must be 9-digits with a correct check-digit at the end. (matches('[0-9]{9}$') and substring(8,1).toInteger()= (10-((substring(0,1).toInteger() + substring(1,1).toInteger()*2 mod 10 + substring(1,1).toInteger()*2 div 10 + substring(2,1).toInteger() + substring(3,1).toInteger()*2 mod 10 + substring(3,1).toInteger()*2 div 10 + substring(4,1).toInteger() + substring(5,1).toInteger()*2 mod 10 + substring(5,1).toInteger()*2 div 10 + substring(6,1).toInteger() + substring(7,1).toInteger()*2 mod 10 + substring(7,1).toInteger()*2 div 10) mod 10)) mod 10)
                            48. Practitioner.identifier:pna-id
                            Slice Namepna-id
                            Definition

                            Palestinian ID number


                            An identifier that applies to this person in this role.

                            ShortPalestinian National IdentifierAn identifier for the person as this agent
                            NoteThis is a business identifier, not a resource identifier (see discussion)
                            Control0..1*
                            TypeIdentifier
                            Is Modifierfalse
                            Must Supportfalse
                            Summarytrue
                            Requirements

                            Often, specific identities are assigned for the agent.

                            Example<br/><b>Valid Example</b>:000000018
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            50. Practitioner.identifier:pna-id.use
                            Definition

                            The purpose of this identifier.

                            Shortusual | official | temp | secondary | old (If known)
                            Comments

                            Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                            Control0..1
                            BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                            (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                            Identifies the purpose for this identifier, if known .

                            Typecode
                            Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            52. Practitioner.identifier:pna-id.system
                            Definition

                            Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                            ShortThe namespace for the identifier value
                            Comments

                            Identifier.system is always case sensitive.

                            Control0..1
                            Typeuri
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                            Fixed Valuehttp://fhir.health.gov.il/identifier/pna-national-id
                            Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            54. Practitioner.identifier:pna-id.value
                            Definition

                            The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                            ShortA Palestininan ID numberThe value that is unique
                            Comments

                            If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                            Control0..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Example<br/><b>General</b>:123456
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            56. Practitioner.identifier:ppn
                            Slice Nameppn
                            Definition

                            Passport number


                            An identifier that applies to this person in this role.

                            ShortPassport NumberAn identifier for the person as this agent
                            NoteThis is a business identifier, not a resource identifier (see discussion)
                            Control0..*
                            TypeIdentifier
                            Is Modifierfalse
                            Must Supportfalse
                            Summarytrue
                            Requirements

                            Often, specific identities are assigned for the agent.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            58. Practitioner.identifier:ppn.use
                            Definition

                            The purpose of this identifier.

                            Shortusual | official | temp | secondary | old (If known)
                            Comments

                            Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                            Control0..1
                            BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                            (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                            Identifies the purpose for this identifier, if known .

                            Typecode
                            Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            60. Practitioner.identifier:ppn.type
                            Definition

                            A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                            ShortDescription of identifier
                            Comments

                            This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                            Control0..1
                            BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codeshttp://hl7.org/fhir/ValueSet/identifier-type
                            (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                            A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                            TypeCodeableConcept
                            Is Modifierfalse
                            Summarytrue
                            Requirements

                            Allows users to make use of identifiers when the identifier system is not known.

                            Pattern Value{
                              "coding" : [{
                                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                                "code" : "PPN"
                              }]
                            }
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            62. Practitioner.identifier:ppn.system
                            Definition

                            Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                            ShortThe namespace for the identifier value
                            Comments

                            Identifier.system is always case sensitive.

                            Control0..1
                            BindingThe codes SHALL be taken from For codes, see Passport URIs
                            (required to http://fhir.health.gov.il/ValueSet/passport-uri)
                            Typeuri
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Requirements

                            There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                            Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            64. Practitioner.identifier:ppn.value
                            Definition

                            The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                            ShortPassport NumberThe value that is unique
                            Comments

                            If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                            Control0..1
                            Typestring
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Example<br/><b>General</b>:123456
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            66. Practitioner.name
                            Definition

                            The name(s) associated with the practitioner.

                            ShortThe name(s) associated with the practitioner
                            Comments

                            The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate.

                            In general, select the value to be used in the ResourceReference.display based on this:

                            1. There is more than 1 name
                            2. Use = usual
                            3. Period is current to the date of the usage
                            4. Use = official
                            5. Other order as decided by internal business rules.
                            Control10..*
                            TypeHumanName
                            Is Modifierfalse
                            Must Supporttrue
                            Summarytrue
                            Requirements

                            The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.

                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            SlicingThis element introduces a set of slices on Practitioner.name. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                            • value @ extension('http://hl7.org/fhir/StructureDefinition/language').value.ofType(code)
                            • 68. Practitioner.name.extension:dataAbsentReason
                              Slice NamedataAbsentReason
                              Definition

                              Provides a reason why the expected value or elements in the element that is extended are missing.

                              Shortunknown | asked | temp | notasked | masked | unsupported | astext | error
                              Control0..1
                              TypeExtension(Data Absent Reason) (Extension Type: code)
                              Is Modifierfalse
                              Summaryfalse
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              70. Practitioner.name.use
                              Definition

                              Identifies the purpose for this name.

                              Shortusual | official | temp | nickname | anonymous | old | maiden
                              Comments

                              Applications can assume that a name is current unless it explicitly says that it is temporary or old.

                              Control0..1
                              BindingThe codes SHALL be taken from NameUsehttp://hl7.org/fhir/ValueSet/name-use|4.0.1
                              (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1)

                              The use of a human name.

                              Typecode
                              Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Summarytrue
                              Requirements

                              Allows the appropriate name for a particular context of use to be selected from among a set of names.

                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              72. Practitioner.name.family
                              Definition

                              The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.

                              ShortFamily name (often called 'Surname')
                              Comments

                              Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).

                              Control10..1
                              Typestring
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Must Supporttrue
                              Summarytrue
                              Alternate Namessurname
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              74. Practitioner.name:Hebrew
                              Slice NameHebrew
                              Definition

                              The name(s) associated with the practitioner.

                              ShortThe name(s) associated with the practitioner
                              Comments

                              The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate.

                              In general, select the value to be used in the ResourceReference.display based on this:

                              1. There is more than 1 name
                              2. Use = usual
                              3. Period is current to the date of the usage
                              4. Use = official
                              5. Other order as decided by internal business rules.
                              Control0..*
                              TypeHumanName
                              Is Modifierfalse
                              Summarytrue
                              Requirements

                              The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.

                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              76. Practitioner.name:Hebrew.extension
                              Definition

                              An Extension


                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                              ShortExtensionAdditional content defined by implementations
                              Comments

                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                              Control10..*
                              TypeExtension
                              Is Modifierfalse
                              Summaryfalse
                              Alternate Namesextensions, user content
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              SlicingThis element introduces a set of slices on Practitioner.name.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                              • value @ url
                              • 78. Practitioner.name:Hebrew.extension:dataAbsentReason
                                Slice NamedataAbsentReason
                                Definition

                                Provides a reason why the expected value or elements in the element that is extended are missing.

                                Shortunknown | asked | temp | notasked | masked | unsupported | astext | error
                                Control0..1
                                TypeExtension(Data Absent Reason) (Extension Type: code)
                                Is Modifierfalse
                                Summaryfalse
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                80. Practitioner.name:Hebrew.extension:language
                                Slice Namelanguage
                                Definition

                                The Human Language of the item.

                                ShortHuman Language for the item
                                Comments

                                This is used where an item may repeat to indicate the language of each repeat.

                                Control1..1
                                TypeExtension(Human Language) (Extension Type: code)
                                Is Modifierfalse
                                Summaryfalse
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                82. Practitioner.name:Hebrew.extension:language.extension
                                Definition

                                An Extension


                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                ShortExtensionAdditional content defined by implementations
                                Comments

                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                Control0..0*
                                TypeExtension
                                Is Modifierfalse
                                Summaryfalse
                                Alternate Namesextensions, user content
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                SlicingThis element introduces a set of slices on Practitioner.name.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                • value @ url
                                • 84. Practitioner.name:Hebrew.extension:language.url
                                  Definition

                                  Source of the definition for the extension code - a logical name or a URL.

                                  Shortidentifies the meaning of the extension
                                  Comments

                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                  Control1..1
                                  Typeuri
                                  Is Modifierfalse
                                  XML FormatIn the XML format, this property is represented as an attribute.
                                  Summaryfalse
                                  Fixed Valuehttp://hl7.org/fhir/StructureDefinition/language
                                  86. Practitioner.name:Hebrew.extension:language.value[x]
                                  Definition

                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).


                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                  ShortValue of extension
                                  Control10..1
                                  This element is affected by the following invariants: ext-1
                                  BindingThe codes SHOULD be taken from For codes, see CommonLanguages
                                  (preferred to http://hl7.org/fhir/ValueSet/languages)

                                  IETF language tag

                                  Additional BindingsPurpose
                                  AllLanguagesMax Binding
                                  Typecode, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                  Is Modifierfalse
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Summaryfalse
                                  Fixed Valuehe
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  88. Practitioner.name:Hebrew.use
                                  Definition

                                  Identifies the purpose for this name.

                                  Shortusual | official | temp | nickname | anonymous | old | maiden
                                  Comments

                                  Applications can assume that a name is current unless it explicitly says that it is temporary or old.

                                  Control0..1
                                  BindingThe codes SHALL be taken from NameUsehttp://hl7.org/fhir/ValueSet/name-use|4.0.1
                                  (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1)

                                  The use of a human name.

                                  Typecode
                                  Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Summarytrue
                                  Requirements

                                  Allows the appropriate name for a particular context of use to be selected from among a set of names.

                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  90. Practitioner.name:English
                                  Slice NameEnglish
                                  Definition

                                  The name(s) associated with the practitioner.

                                  ShortThe name(s) associated with the practitioner
                                  Comments

                                  The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate.

                                  In general, select the value to be used in the ResourceReference.display based on this:

                                  1. There is more than 1 name
                                  2. Use = usual
                                  3. Period is current to the date of the usage
                                  4. Use = official
                                  5. Other order as decided by internal business rules.
                                  Control0..*
                                  TypeHumanName
                                  Is Modifierfalse
                                  Summarytrue
                                  Requirements

                                  The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.

                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  92. Practitioner.name:English.extension
                                  Definition

                                  An Extension


                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                  ShortExtensionAdditional content defined by implementations
                                  Comments

                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                  Control10..*
                                  TypeExtension
                                  Is Modifierfalse
                                  Summaryfalse
                                  Alternate Namesextensions, user content
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  SlicingThis element introduces a set of slices on Practitioner.name.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                  • value @ url
                                  • 94. Practitioner.name:English.extension:dataAbsentReason
                                    Slice NamedataAbsentReason
                                    Definition

                                    Provides a reason why the expected value or elements in the element that is extended are missing.

                                    Shortunknown | asked | temp | notasked | masked | unsupported | astext | error
                                    Control0..1
                                    TypeExtension(Data Absent Reason) (Extension Type: code)
                                    Is Modifierfalse
                                    Summaryfalse
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    96. Practitioner.name:English.extension:language
                                    Slice Namelanguage
                                    Definition

                                    The Human Language of the item.

                                    ShortHuman Language for the item
                                    Comments

                                    This is used where an item may repeat to indicate the language of each repeat.

                                    Control1..1
                                    TypeExtension(Human Language) (Extension Type: code)
                                    Is Modifierfalse
                                    Summaryfalse
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    98. Practitioner.name:English.extension:language.extension
                                    Definition

                                    An Extension


                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                    ShortExtensionAdditional content defined by implementations
                                    Comments

                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                    Control0..0*
                                    TypeExtension
                                    Is Modifierfalse
                                    Summaryfalse
                                    Alternate Namesextensions, user content
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    SlicingThis element introduces a set of slices on Practitioner.name.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                    • value @ url
                                    • 100. Practitioner.name:English.extension:language.url
                                      Definition

                                      Source of the definition for the extension code - a logical name or a URL.

                                      Shortidentifies the meaning of the extension
                                      Comments

                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                      Control1..1
                                      Typeuri
                                      Is Modifierfalse
                                      XML FormatIn the XML format, this property is represented as an attribute.
                                      Summaryfalse
                                      Fixed Valuehttp://hl7.org/fhir/StructureDefinition/language
                                      102. Practitioner.name:English.extension:language.value[x]
                                      Definition

                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).


                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                      ShortValue of extension
                                      Control10..1
                                      This element is affected by the following invariants: ext-1
                                      BindingThe codes SHOULD be taken from For codes, see CommonLanguages
                                      (preferred to http://hl7.org/fhir/ValueSet/languages)

                                      IETF language tag

                                      Additional BindingsPurpose
                                      AllLanguagesMax Binding
                                      Typecode, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summaryfalse
                                      Fixed Valueen
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      104. Practitioner.name:English.use
                                      Definition

                                      Identifies the purpose for this name.

                                      Shortusual | official | temp | nickname | anonymous | old | maiden
                                      Comments

                                      Applications can assume that a name is current unless it explicitly says that it is temporary or old.

                                      Control0..1
                                      BindingThe codes SHALL be taken from NameUsehttp://hl7.org/fhir/ValueSet/name-use|4.0.1
                                      (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1)

                                      The use of a human name.

                                      Typecode
                                      Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Requirements

                                      Allows the appropriate name for a particular context of use to be selected from among a set of names.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      106. Practitioner.name:Arabic
                                      Slice NameArabic
                                      Definition

                                      The name(s) associated with the practitioner.

                                      ShortThe name(s) associated with the practitioner
                                      Comments

                                      The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate.

                                      In general, select the value to be used in the ResourceReference.display based on this:

                                      1. There is more than 1 name
                                      2. Use = usual
                                      3. Period is current to the date of the usage
                                      4. Use = official
                                      5. Other order as decided by internal business rules.
                                      Control0..*
                                      TypeHumanName
                                      Is Modifierfalse
                                      Summarytrue
                                      Requirements

                                      The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.

                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      108. Practitioner.name:Arabic.extension
                                      Definition

                                      An Extension


                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                      ShortExtensionAdditional content defined by implementations
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                      Control10..*
                                      TypeExtension
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate Namesextensions, user content
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      SlicingThis element introduces a set of slices on Practitioner.name.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                      • value @ url
                                      • 110. Practitioner.name:Arabic.extension:dataAbsentReason
                                        Slice NamedataAbsentReason
                                        Definition

                                        Provides a reason why the expected value or elements in the element that is extended are missing.

                                        Shortunknown | asked | temp | notasked | masked | unsupported | astext | error
                                        Control0..1
                                        TypeExtension(Data Absent Reason) (Extension Type: code)
                                        Is Modifierfalse
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        112. Practitioner.name:Arabic.extension:language
                                        Slice Namelanguage
                                        Definition

                                        The Human Language of the item.

                                        ShortHuman Language for the item
                                        Comments

                                        This is used where an item may repeat to indicate the language of each repeat.

                                        Control1..1
                                        TypeExtension(Human Language) (Extension Type: code)
                                        Is Modifierfalse
                                        Summaryfalse
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        114. Practitioner.name:Arabic.extension:language.extension
                                        Definition

                                        An Extension


                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                        ShortExtensionAdditional content defined by implementations
                                        Comments

                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                        Control0..0*
                                        TypeExtension
                                        Is Modifierfalse
                                        Summaryfalse
                                        Alternate Namesextensions, user content
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        SlicingThis element introduces a set of slices on Practitioner.name.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                        • value @ url
                                        • 116. Practitioner.name:Arabic.extension:language.url
                                          Definition

                                          Source of the definition for the extension code - a logical name or a URL.

                                          Shortidentifies the meaning of the extension
                                          Comments

                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                          Control1..1
                                          Typeuri
                                          Is Modifierfalse
                                          XML FormatIn the XML format, this property is represented as an attribute.
                                          Summaryfalse
                                          Fixed Valuehttp://hl7.org/fhir/StructureDefinition/language
                                          118. Practitioner.name:Arabic.extension:language.value[x]
                                          Definition

                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).


                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                          ShortValue of extension
                                          Control10..1
                                          This element is affected by the following invariants: ext-1
                                          BindingThe codes SHOULD be taken from For codes, see CommonLanguages
                                          (preferred to http://hl7.org/fhir/ValueSet/languages)

                                          IETF language tag

                                          Additional BindingsPurpose
                                          AllLanguagesMax Binding
                                          Typecode, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summaryfalse
                                          Fixed Valuear
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          120. Practitioner.name:Arabic.use
                                          Definition

                                          Identifies the purpose for this name.

                                          Shortusual | official | temp | nickname | anonymous | old | maiden
                                          Comments

                                          Applications can assume that a name is current unless it explicitly says that it is temporary or old.

                                          Control0..1
                                          BindingThe codes SHALL be taken from NameUsehttp://hl7.org/fhir/ValueSet/name-use|4.0.1
                                          (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1)

                                          The use of a human name.

                                          Typecode
                                          Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Requirements

                                          Allows the appropriate name for a particular context of use to be selected from among a set of names.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          122. Practitioner.address
                                          Definition

                                          An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.


                                          Address(es) of the practitioner that are not role specific (typically home address). Work addresses are not typically entered in this property as they are usually role dependent.

                                          ShortAn address expressed using postal conventions (as opposed to GPS or other location definition formats)Address(es) of the practitioner that are not role specific (typically home address)
                                          Comments

                                          Note: address is intended to describe postal addresses for administrative purposes, not to describe absolute geographical coordinates. Postal addresses are often used as proxies for physical locations (also see the Location resource).


                                          The PractitionerRole does not have an address value on it, as it is expected that the location property be used for this purpose (which has an address).

                                          Control0..*
                                          This element is affected by the following invariants: ele-1
                                          TypeAddress(ILCore Address Profile)
                                          Is Modifierfalse
                                          Requirements

                                          The home/mailing address of the practitioner is often required for employee administration purposes, and also for some rostering services where the start point (practitioners home) can be used in calculations.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          124. Practitioner.qualification
                                          Definition

                                          The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                          <mark>Note:</mark>

                                          <b><u>Certificates of all professions except nursing</b></u>

                                          • For temporary license (slice: [moh-temp-practitioner-license]): code = 1; SHALL have identifier, consisting of profession code, a hyphen ("-"), followed by a number. Example - 1-1111;

                                          • For permanent license (slice: [moh-practitioner-license]): code = 2; SHALL have identifier, consisting of profession code, a hyphen ("-"), followed by a number. Example - 1-1111;

                                          • For certificate of expretise (slice: [moh-expretise]): code = 5; SHOULD (if available, not mandatory) have identifier, consisting of a number. Example - 12345;

                                          • For instructor certificate (slice: [moh-instructor]): code = 13; SHOULD (if available, not mandatory) have identifier, consisting of a number. Example - 12345;

                                          Check each slice for more specific details.


                                          The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                          ShortCertification, licenses, or training pertaining to the provision of care
                                          Control0..*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Summaryfalse
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          SlicingThis element introduces a set of slices on Practitioner.qualification. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                          • pattern @ code
                                          • 126. Practitioner.qualification.modifierExtension
                                            Definition

                                            May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                            ShortExtensions that cannot be ignored even if unrecognized
                                            Comments

                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                            Control0..*
                                            TypeExtension
                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                            Summarytrue
                                            Requirements

                                            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                            Alternate Namesextensions, user content, modifiers
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            128. Practitioner.qualification.code
                                            Definition

                                            Coded representation of the qualification.

                                            ShortCoded representation of the qualification
                                            Control1..1
                                            BindingUnless not suitable, these codes SHALL be taken from For example codes, see Practitioner Certificate Typeshttp://terminology.hl7.org/ValueSet/v2-2.7-0360
                                            (extensible to http://fhir.health.gov.il/ValueSet/practitioner-certificate-type)
                                            TypeCodeableConcept
                                            Is Modifierfalse
                                            Summaryfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            130. Practitioner.qualification.issuer
                                            Definition

                                            Organization that regulates and issues the qualification.

                                            ShortOrganization that regulates and issues the qualification
                                            Control0..1
                                            TypeReference(ILCore Organization Profile, Organization)
                                            Is Modifierfalse
                                            Summaryfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            132. Practitioner.qualification:moh-temp-practitioner-license
                                            Slice Namemoh-temp-practitioner-license
                                            Definition

                                            Temporary practitioner license issued by Israeli Ministry of Health

                                            <mark>Note:</mark> identifier (מספר רישיון זמני למקצועות הבריאות) is <b>mandatory</b> and SHOULD include the profession-code, a dash (-) and a sequence number. I.e., <profession-code>-<profession-certificate-number> where profession-code is a value of <a href="https://simplifier.net/ilcore/practitioner-profession-moh-duplicate-2">PractitionerProfessionMoH</a>


                                            The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                            Shortרישיון זמניCertification, licenses, or training pertaining to the provision of care
                                            Control0..*
                                            TypeBackboneElement
                                            Is Modifierfalse
                                            Summaryfalse
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            134. Practitioner.qualification:moh-temp-practitioner-license.extension
                                            Definition

                                            An Extension


                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                            ShortExtensionAdditional content defined by implementations
                                            Comments

                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                            Control10..*
                                            TypeExtension
                                            Is Modifierfalse
                                            Summaryfalse
                                            Alternate Namesextensions, user content
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                            SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                            • value @ url
                                            • 136. Practitioner.qualification:moh-temp-practitioner-license.extension:practice
                                              Slice Namepractice
                                              Definition

                                              Extension: Qualification Practice

                                              ShortExt: Qualification Practice
                                              Control1..1
                                              This element is affected by the following invariants: ele-1
                                              TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                              Is Modifierfalse
                                              Example<br/><b>Valid example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "2", "display" : "רפואת שיניים" }] }
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                              138. Practitioner.qualification:moh-temp-practitioner-license.extension:practice.extension
                                              Definition

                                              An Extension


                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                              ShortExtensionAdditional content defined by implementations
                                              Comments

                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                              Control0..0*
                                              TypeExtension
                                              Is Modifierfalse
                                              Summaryfalse
                                              Alternate Namesextensions, user content
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                              SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                              • value @ url
                                              • 140. Practitioner.qualification:moh-temp-practitioner-license.extension:practice.url
                                                Definition

                                                Source of the definition for the extension code - a logical name or a URL.

                                                Shortidentifies the meaning of the extension
                                                Comments

                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                Control1..1
                                                Typeuri
                                                Is Modifierfalse
                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                Summaryfalse
                                                Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                142. Practitioner.qualification:moh-temp-practitioner-license.extension:practice.value[x]
                                                Definition

                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                ShortValue of extension
                                                Control0..1
                                                BindingThe codes SHALL be taken from For codes, see קוד מקצוע לעוסק בבריאות
                                                (required to http://fhir.health.gov.il/ValueSet/practitioner-profession-moh)
                                                TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                Is Modifierfalse
                                                Summaryfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                144. Practitioner.qualification:moh-temp-practitioner-license.modifierExtension
                                                Definition

                                                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                ShortExtensions that cannot be ignored even if unrecognized
                                                Comments

                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                Control0..*
                                                TypeExtension
                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                Summarytrue
                                                Requirements

                                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                Alternate Namesextensions, user content, modifiers
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                146. Practitioner.qualification:moh-temp-practitioner-license.identifier
                                                Definition

                                                An identifier that applies to this person's qualification in this role.

                                                ShortAn identifier for this qualification for the practitioner
                                                NoteThis is a business identifier, not a resource identifier (see discussion)
                                                Control10..*
                                                TypeIdentifier
                                                Is Modifierfalse
                                                Summaryfalse
                                                Requirements

                                                Often, specific identities are assigned for the qualification.

                                                Example<br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                148. Practitioner.qualification:moh-temp-practitioner-license.identifier.use
                                                Definition

                                                The purpose of this identifier.

                                                Shortusual | official | temp | secondary | old (If known)
                                                Comments

                                                Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                Control0..1
                                                BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                                                (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                Identifies the purpose for this identifier, if known .

                                                Typecode
                                                Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summarytrue
                                                Requirements

                                                Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                150. Practitioner.qualification:moh-temp-practitioner-license.identifier.system
                                                Definition

                                                Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                ShortIsraeli MoH Practitioner License URIThe namespace for the identifier value
                                                Comments

                                                Identifier.system is always case sensitive.

                                                Control10..1
                                                Typeuri
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summarytrue
                                                Requirements

                                                There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                Fixed Valuehttp://practitioners.health.gov.il/Practitioners
                                                Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                152. Practitioner.qualification:moh-temp-practitioner-license.identifier.value
                                                Definition

                                                The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                ShortLicense number, including prefixThe value that is unique
                                                Comments

                                                If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                Control10..1
                                                Typestring
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                Summarytrue
                                                Example<br/><b>General</b>:123456 <br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                identifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                                                154. Practitioner.qualification:moh-temp-practitioner-license.code
                                                Definition

                                                Coded representation of the qualification.

                                                ShortCoded representation of the qualification
                                                Control1..1
                                                BindingFor example codes, see v2 table 0360, Version 2.7http://terminology.hl7.org/ValueSet/v2-2.7-0360
                                                (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                Specific qualification the practitioner has to provide a service.

                                                TypeCodeableConcept
                                                Is Modifierfalse
                                                Summaryfalse
                                                Pattern Value{
                                                  "coding" : [{
                                                    "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                    "code" : "1"
                                                  }]
                                                }
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                156. Practitioner.qualification:moh-temp-practitioner-license.issuer
                                                Definition

                                                Organization that regulates and issues the qualification.

                                                ShortOrganization that regulates and issues the qualification
                                                Control0..1
                                                TypeReference(ILCore Organization Profile, Organization)
                                                Is Modifierfalse
                                                Summaryfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                158. Practitioner.qualification:moh-practitioner-license
                                                Slice Namemoh-practitioner-license
                                                Definition

                                                Permanent practitioner license issued by Israeli Ministry of Health

                                                <mark>Note:</mark> identifier (מספר רישיון קבוע למקצועות הבריאות) is <b>mandatory</b> and SHOULD include the profession-code, a dash (-) and a sequence number. I.e., <profession-code>-<profession-certificate-number> where profession-code is a value of <a href="https://simplifier.net/ilcore/practitioner-profession-moh-duplicate-2">PractitionerProfessionMoH</a>


                                                The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                                Shortרישיון קבועCertification, licenses, or training pertaining to the provision of care
                                                Control0..*
                                                TypeBackboneElement
                                                Is Modifierfalse
                                                Summaryfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                160. Practitioner.qualification:moh-practitioner-license.extension
                                                Definition

                                                An Extension


                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                ShortExtensionAdditional content defined by implementations
                                                Comments

                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                Control10..*
                                                TypeExtension
                                                Is Modifierfalse
                                                Summaryfalse
                                                Alternate Namesextensions, user content
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                • value @ url
                                                • 162. Practitioner.qualification:moh-practitioner-license.extension:practice
                                                  Slice Namepractice
                                                  Definition

                                                  Extension: Qualification Practice

                                                  ShortExt: Qualification Practice
                                                  Control1..1
                                                  This element is affected by the following invariants: ele-1
                                                  TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                  Is Modifierfalse
                                                  Example<br/><b>valid example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "2", "display" : "רפואת שיניים" }] }
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  164. Practitioner.qualification:moh-practitioner-license.extension:practice.extension
                                                  Definition

                                                  An Extension


                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                  ShortExtensionAdditional content defined by implementations
                                                  Comments

                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                  Control0..0*
                                                  TypeExtension
                                                  Is Modifierfalse
                                                  Summaryfalse
                                                  Alternate Namesextensions, user content
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                  SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                  • value @ url
                                                  • 166. Practitioner.qualification:moh-practitioner-license.extension:practice.url
                                                    Definition

                                                    Source of the definition for the extension code - a logical name or a URL.

                                                    Shortidentifies the meaning of the extension
                                                    Comments

                                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                    Control1..1
                                                    Typeuri
                                                    Is Modifierfalse
                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                    Summaryfalse
                                                    Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                    168. Practitioner.qualification:moh-practitioner-license.extension:practice.value[x]
                                                    Definition

                                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                    ShortValue of extension
                                                    Control0..1
                                                    BindingThe codes SHALL be taken from For codes, see קוד מקצוע לעוסק בבריאות
                                                    (required to http://fhir.health.gov.il/ValueSet/practitioner-profession-moh)
                                                    TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    170. Practitioner.qualification:moh-practitioner-license.modifierExtension
                                                    Definition

                                                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                    Comments

                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                    Control0..*
                                                    TypeExtension
                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                    Summarytrue
                                                    Requirements

                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                    Alternate Namesextensions, user content, modifiers
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    172. Practitioner.qualification:moh-practitioner-license.identifier
                                                    Definition

                                                    An identifier that applies to this person's qualification in this role.

                                                    ShortAn identifier for this qualification for the practitioner
                                                    NoteThis is a business identifier, not a resource identifier (see discussion)
                                                    Control10..*
                                                    TypeIdentifier
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Requirements

                                                    Often, specific identities are assigned for the qualification.

                                                    Example<br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    174. Practitioner.qualification:moh-practitioner-license.identifier.use
                                                    Definition

                                                    The purpose of this identifier.

                                                    Shortusual | official | temp | secondary | old (If known)
                                                    Comments

                                                    Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                    Control0..1
                                                    BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                                                    (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                    Identifies the purpose for this identifier, if known .

                                                    Typecode
                                                    Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summarytrue
                                                    Requirements

                                                    Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    176. Practitioner.qualification:moh-practitioner-license.identifier.system
                                                    Definition

                                                    Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                    ShortIsraeli MoH Practitioner License URIThe namespace for the identifier value
                                                    Comments

                                                    Identifier.system is always case sensitive.

                                                    Control10..1
                                                    Typeuri
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summarytrue
                                                    Requirements

                                                    There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                    Fixed Valuehttp://practitioners.health.gov.il/Practitioners
                                                    Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    178. Practitioner.qualification:moh-practitioner-license.identifier.value
                                                    Definition

                                                    The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                    ShortLicense number, including prefixThe value that is unique
                                                    Comments

                                                    If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                    Control10..1
                                                    Typestring
                                                    Is Modifierfalse
                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                    Summarytrue
                                                    Example<br/><b>General</b>:123456 <br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    identifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                                                    180. Practitioner.qualification:moh-practitioner-license.code
                                                    Definition

                                                    Coded representation of the qualification.

                                                    ShortCoded representation of the qualification
                                                    Control1..1
                                                    BindingFor example codes, see v2 table 0360, Version 2.7http://terminology.hl7.org/ValueSet/v2-2.7-0360
                                                    (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                    Specific qualification the practitioner has to provide a service.

                                                    TypeCodeableConcept
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Pattern Value{
                                                      "coding" : [{
                                                        "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                        "code" : "2"
                                                      }]
                                                    }
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    182. Practitioner.qualification:moh-practitioner-license.issuer
                                                    Definition

                                                    Organization that regulates and issues the qualification.

                                                    ShortOrganization that regulates and issues the qualification
                                                    Control0..1
                                                    TypeReference(ILCore Organization Profile, Organization)
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    184. Practitioner.qualification:moh-expertise
                                                    Slice Namemoh-expertise
                                                    Definition

                                                    Practitioner expertise certificate issued by Israeli Ministry of Health.

                                                    <mark>Note:</mark> <b>Practitioner:</b> identifier (מספר תעודת מומחה למקצועות הבריאות) is not mandatory and if exists, SHOULD be a sequence number only. I.e, <expertise-certificate-number>

                                                    <b>Nurse:</b> identifier (מספר תעודת מומחה למקצועות הסיעוד) is <b>not mandatory</b> and if exists, SHOULD include the expertise-code, a dash (-) and a sequence number. I.e, <expertise-code>-<expertise-certificate-number> where expertise-code is a value of <a href="https://simplifier.net/ilcore/practitioner-expertise-moh-duplicate-2">PractitionerExpertiseMoH</a>


                                                    The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                                    Shortתעודת מומחהCertification, licenses, or training pertaining to the provision of care
                                                    Control0..*
                                                    TypeBackboneElement
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    186. Practitioner.qualification:moh-expertise.extension
                                                    Definition

                                                    An Extension


                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                    ShortExtensionAdditional content defined by implementations
                                                    Comments

                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                    Control10..*
                                                    TypeExtension
                                                    Is Modifierfalse
                                                    Summaryfalse
                                                    Alternate Namesextensions, user content
                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                    SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                    • value @ url
                                                    • 188. Practitioner.qualification:moh-expertise.extension:practice
                                                      Slice Namepractice
                                                      Definition

                                                      Extension: Qualification Practice

                                                      ShortExt: Qualification Practice
                                                      Control1..1
                                                      This element is affected by the following invariants: ele-1
                                                      TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                      Is Modifierfalse
                                                      Example<br/><b>valid example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-expertise-moh", "code" : "1", "display" : "רפואה פנימית" }] }
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      190. Practitioner.qualification:moh-expertise.extension:practice.extension
                                                      Definition

                                                      An Extension


                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                      ShortExtensionAdditional content defined by implementations
                                                      Comments

                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                      Control0..0*
                                                      TypeExtension
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Alternate Namesextensions, user content
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                      SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                      • value @ url
                                                      • 192. Practitioner.qualification:moh-expertise.extension:practice.url
                                                        Definition

                                                        Source of the definition for the extension code - a logical name or a URL.

                                                        Shortidentifies the meaning of the extension
                                                        Comments

                                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                        Control1..1
                                                        Typeuri
                                                        Is Modifierfalse
                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                        Summaryfalse
                                                        Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                        194. Practitioner.qualification:moh-expertise.extension:practice.value[x]
                                                        Definition

                                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                        ShortValue of extension
                                                        Control0..1
                                                        BindingThe codes SHALL be taken from For codes, see קוד מומחיות לעוסק בבריאות
                                                        (required to http://fhir.health.gov.il/ValueSet/practitioner-expertise-moh)
                                                        TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        196. Practitioner.qualification:moh-expertise.modifierExtension
                                                        Definition

                                                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                        ShortExtensions that cannot be ignored even if unrecognized
                                                        Comments

                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                        Control0..*
                                                        TypeExtension
                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                        Summarytrue
                                                        Requirements

                                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                        Alternate Namesextensions, user content, modifiers
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                        198. Practitioner.qualification:moh-expertise.identifier
                                                        Definition

                                                        An identifier that applies to this person's qualification in this role.

                                                        ShortAn identifier for this qualification for the practitioner
                                                        NoteThis is a business identifier, not a resource identifier (see discussion)
                                                        Control0..*
                                                        TypeIdentifier
                                                        Is Modifierfalse
                                                        Summaryfalse
                                                        Requirements

                                                        Often, specific identities are assigned for the qualification.

                                                        Example<br/><b>Valid MOH expertise certification number</b>:108-12345
                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        SlicingThis element introduces a set of slices on Practitioner.qualification.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                        • value @ system
                                                        • 200. Practitioner.qualification:moh-expertise.identifier.use
                                                          Definition

                                                          The purpose of this identifier.

                                                          Shortusual | official | temp | secondary | old (If known)
                                                          Comments

                                                          Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                          Control0..1
                                                          BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                                                          (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                          Identifies the purpose for this identifier, if known .

                                                          Typecode
                                                          Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summarytrue
                                                          Requirements

                                                          Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          202. Practitioner.qualification:moh-expertise.identifier.system
                                                          Definition

                                                          Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                          ShortThe namespace for the identifier value
                                                          Comments

                                                          Identifier.system is always case sensitive.

                                                          Control10..1
                                                          Typeuri
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summarytrue
                                                          Requirements

                                                          There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                          Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          204. Practitioner.qualification:moh-expertise.identifier.value
                                                          Definition

                                                          The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                          ShortThe value that is unique
                                                          Comments

                                                          If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                          Control10..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summarytrue
                                                          Example<br/><b>General</b>:123456 <br/><b>Valid MOH expertise certification number</b>:108-12345
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          206. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise
                                                          Slice Namemoh-practitioner-expertise
                                                          Definition

                                                          An identifier that applies to this person's qualification in this role.

                                                          ShortAn identifier for this qualification for the practitioner
                                                          NoteThis is a business identifier, not a resource identifier (see discussion)
                                                          Control0..*
                                                          TypeIdentifier
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Requirements

                                                          Often, specific identities are assigned for the qualification.

                                                          Example<br/><b>Valid practitioner expertise certifiaction number</b>:12345
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          208. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.use
                                                          Definition

                                                          The purpose of this identifier.

                                                          Shortusual | official | temp | secondary | old (If known)
                                                          Comments

                                                          Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                          Control0..1
                                                          BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                                                          (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                          Identifies the purpose for this identifier, if known .

                                                          Typecode
                                                          Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summarytrue
                                                          Requirements

                                                          Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          210. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.system
                                                          Definition

                                                          Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                          ShortIsraeli MoH expertise certificate URIThe namespace for the identifier value
                                                          Comments

                                                          Identifier.system is always case sensitive.

                                                          Control0..1
                                                          Typeuri
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summarytrue
                                                          Requirements

                                                          There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                          Fixed Valuehttp://fhir.health.gov.il/identifier/practitioner-expertise
                                                          Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          212. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.value
                                                          Definition

                                                          The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                          ShortCertificate numberThe value that is unique
                                                          Comments

                                                          If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                          Control0..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summarytrue
                                                          Example<br/><b>General</b>:123456 <br/><b>Valid practitioner expertise certifiaction number</b>:12345
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          identifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                                                          214. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise
                                                          Slice Namemoh-nurse-expertise
                                                          Definition

                                                          An identifier that applies to this person's qualification in this role.

                                                          ShortAn identifier for this qualification for the practitioner
                                                          NoteThis is a business identifier, not a resource identifier (see discussion)
                                                          Control0..*
                                                          TypeIdentifier
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Requirements

                                                          Often, specific identities are assigned for the qualification.

                                                          Example<br/><b>Valid Nurse expertise certifiaction number</b>:108-12345
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          216. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.use
                                                          Definition

                                                          The purpose of this identifier.

                                                          Shortusual | official | temp | secondary | old (If known)
                                                          Comments

                                                          Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                          Control0..1
                                                          BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                                                          (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                          Identifies the purpose for this identifier, if known .

                                                          Typecode
                                                          Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summarytrue
                                                          Requirements

                                                          Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          218. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.system
                                                          Definition

                                                          Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                          ShortIsraeli MoH expertise certificate URIThe namespace for the identifier value
                                                          Comments

                                                          Identifier.system is always case sensitive.

                                                          Control0..1
                                                          Typeuri
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summarytrue
                                                          Requirements

                                                          There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                          Fixed Valuehttp://fhir.health.gov.il/identifier/nurse-expertise
                                                          Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          220. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.value
                                                          Definition

                                                          The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                          ShortCertificate numberThe value that is unique
                                                          Comments

                                                          If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                          Control0..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                          Summarytrue
                                                          Example<br/><b>General</b>:123456 <br/><b>Valid Nurse expertise certifiaction number</b>:108-12345
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          identifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                                                          222. Practitioner.qualification:moh-expertise.code
                                                          Definition

                                                          Coded representation of the qualification.

                                                          ShortCoded representation of the qualification
                                                          Control1..1
                                                          BindingFor example codes, see v2 table 0360, Version 2.7http://terminology.hl7.org/ValueSet/v2-2.7-0360
                                                          (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                          Specific qualification the practitioner has to provide a service.

                                                          TypeCodeableConcept
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Pattern Value{
                                                            "coding" : [{
                                                              "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                              "code" : "5"
                                                            }]
                                                          }
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          224. Practitioner.qualification:moh-expertise.issuer
                                                          Definition

                                                          Organization that regulates and issues the qualification.

                                                          ShortOrganization that regulates and issues the qualification
                                                          Control0..1
                                                          TypeReference(ILCore Organization Profile, Organization)
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          226. Practitioner.qualification:moh-instructor
                                                          Slice Namemoh-instructor
                                                          Definition

                                                          Practitioner instructor certificate issued by Israeli Ministry of Health.

                                                          <mark>Note:</mark> identifier (מספר תעודת מדריך) is <b>not mandatory</b> and if exists, SHOULD be a sequence number. I.e, <expertise-code>-<instructor-certificate-number>


                                                          The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                                          Shortתעודת מדריךCertification, licenses, or training pertaining to the provision of care
                                                          Control0..*
                                                          TypeBackboneElement
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          228. Practitioner.qualification:moh-instructor.extension
                                                          Definition

                                                          An Extension


                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                          ShortExtensionAdditional content defined by implementations
                                                          Comments

                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                          Control10..*
                                                          TypeExtension
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Alternate Namesextensions, user content
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                          • value @ url
                                                          • 230. Practitioner.qualification:moh-instructor.extension:practice
                                                            Slice Namepractice
                                                            Definition

                                                            Extension: Qualification Practice

                                                            ShortExt: Qualification Practice
                                                            Control1..1
                                                            This element is affected by the following invariants: ele-1
                                                            TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                            Is Modifierfalse
                                                            Example<br/><b>Valid Example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/identifier/practitioner-expertise", "code" : "1", "display" : "רפואה פנימית" }] }
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            232. Practitioner.qualification:moh-instructor.extension:practice.extension
                                                            Definition

                                                            An Extension


                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                            ShortExtensionAdditional content defined by implementations
                                                            Comments

                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                            Control0..0*
                                                            TypeExtension
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Alternate Namesextensions, user content
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                            SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                            • value @ url
                                                            • 234. Practitioner.qualification:moh-instructor.extension:practice.url
                                                              Definition

                                                              Source of the definition for the extension code - a logical name or a URL.

                                                              Shortidentifies the meaning of the extension
                                                              Comments

                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                              Control1..1
                                                              Typeuri
                                                              Is Modifierfalse
                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                              Summaryfalse
                                                              Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                              236. Practitioner.qualification:moh-instructor.extension:practice.value[x]
                                                              Definition

                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                              ShortValue of extension
                                                              Control0..1
                                                              BindingThe codes SHALL be taken from For codes, see קוד מומחיות לעוסק בבריאות
                                                              (required to http://fhir.health.gov.il/ValueSet/practitioner-expertise-moh)
                                                              TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              238. Practitioner.qualification:moh-instructor.modifierExtension
                                                              Definition

                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                              Comments

                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                              Control0..*
                                                              TypeExtension
                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                              Summarytrue
                                                              Requirements

                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                              Alternate Namesextensions, user content, modifiers
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              240. Practitioner.qualification:moh-instructor.identifier
                                                              Definition

                                                              An identifier that applies to this person's qualification in this role.

                                                              ShortAn identifier for this qualification for the practitioner
                                                              NoteThis is a business identifier, not a resource identifier (see discussion)
                                                              Control0..*
                                                              TypeIdentifier
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Requirements

                                                              Often, specific identities are assigned for the qualification.

                                                              Example<br/><b>Valid MOH expertise certification number</b>:108-12345
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              242. Practitioner.qualification:moh-instructor.identifier.use
                                                              Definition

                                                              The purpose of this identifier.

                                                              Shortusual | official | temp | secondary | old (If known)
                                                              Comments

                                                              Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                              Control0..1
                                                              BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                                                              (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                              Identifies the purpose for this identifier, if known .

                                                              Typecode
                                                              Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summarytrue
                                                              Requirements

                                                              Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              244. Practitioner.qualification:moh-instructor.identifier.system
                                                              Definition

                                                              Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                              ShortIsraeli MoH expertise certificate URIThe namespace for the identifier value
                                                              Comments

                                                              Identifier.system is always case sensitive.

                                                              Control10..1
                                                              Typeuri
                                                              Is Modifierfalse
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summarytrue
                                                              Requirements

                                                              There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                              Fixed Valuehttp://fhir.health.gov.il/identifier/practitioner-instructor
                                                              Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              246. Practitioner.qualification:moh-instructor.identifier.value
                                                              Definition

                                                              The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                              ShortCertificate numberThe value that is unique
                                                              Comments

                                                              If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                              Control10..1
                                                              Typestring
                                                              Is Modifierfalse
                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                              Summarytrue
                                                              Example<br/><b>General</b>:123456 <br/><b>Valid MOH expertise certification number</b>:108-12345
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              identifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                                                              248. Practitioner.qualification:moh-instructor.code
                                                              Definition

                                                              Coded representation of the qualification.

                                                              ShortCoded representation of the qualification
                                                              Control1..1
                                                              BindingFor example codes, see v2 table 0360, Version 2.7http://terminology.hl7.org/ValueSet/v2-2.7-0360
                                                              (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                              Specific qualification the practitioner has to provide a service.

                                                              TypeCodeableConcept
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Pattern Value{
                                                                "coding" : [{
                                                                  "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                  "code" : "13"
                                                                }]
                                                              }
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              250. Practitioner.qualification:moh-instructor.issuer
                                                              Definition

                                                              Organization that regulates and issues the qualification.

                                                              ShortOrganization that regulates and issues the qualification
                                                              Control0..1
                                                              TypeReference(ILCore Organization Profile, Organization)
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              252. Practitioner.qualification:moh-nurse-temp-permit
                                                              Slice Namemoh-nurse-temp-permit
                                                              Definition

                                                              The slice is used for temporary licenses (temporary permit to practice nursing) for nurses only.

                                                              <mark>Note:</mark> identifier (מספר רישיון זמני למקצועות הסיעוד) is mandatory and SHOULD be a sequence number only. I.e., <temporary-permit-certificate-number>


                                                              The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                                              Shortהיתר זמניCertification, licenses, or training pertaining to the provision of care
                                                              Control0..*
                                                              TypeBackboneElement
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              254. Practitioner.qualification:moh-nurse-temp-permit.extension
                                                              Definition

                                                              An Extension


                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                              ShortExtensionAdditional content defined by implementations
                                                              Comments

                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                              Control0..*
                                                              TypeExtension
                                                              Is Modifierfalse
                                                              Summaryfalse
                                                              Alternate Namesextensions, user content
                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                              SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                              • value @ url
                                                              • 256. Practitioner.qualification:moh-nurse-temp-permit.extension:practice
                                                                Slice Namepractice
                                                                Definition

                                                                Extension: Qualification Practice

                                                                ShortExt: Qualification Practice
                                                                Control0..1
                                                                This element is affected by the following invariants: ele-1
                                                                TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                Is Modifierfalse
                                                                Example<br/><b>Valid Example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "102", "display" : "אח/ות מעשי/ת" }] }
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                258. Practitioner.qualification:moh-nurse-temp-permit.extension:practice.extension
                                                                Definition

                                                                An Extension


                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                ShortExtensionAdditional content defined by implementations
                                                                Comments

                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                Control0..0*
                                                                TypeExtension
                                                                Is Modifierfalse
                                                                Summaryfalse
                                                                Alternate Namesextensions, user content
                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                • value @ url
                                                                • 260. Practitioner.qualification:moh-nurse-temp-permit.extension:practice.url
                                                                  Definition

                                                                  Source of the definition for the extension code - a logical name or a URL.

                                                                  Shortidentifies the meaning of the extension
                                                                  Comments

                                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                  Control1..1
                                                                  Typeuri
                                                                  Is Modifierfalse
                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                  Summaryfalse
                                                                  Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                  262. Practitioner.qualification:moh-nurse-temp-permit.extension:practice.value[x]
                                                                  Definition

                                                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                  ShortValue of extension
                                                                  Control0..1
                                                                  BindingThe codes SHALL be taken from For codes, see קוד מקצוע לעוסק בסיעוד
                                                                  (required to http://fhir.health.gov.il/ValueSet/practitioner-nurse-profession-moh)
                                                                  TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  264. Practitioner.qualification:moh-nurse-temp-permit.modifierExtension
                                                                  Definition

                                                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                  Comments

                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                  Control0..*
                                                                  TypeExtension
                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                  Summarytrue
                                                                  Requirements

                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                  Alternate Namesextensions, user content, modifiers
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  266. Practitioner.qualification:moh-nurse-temp-permit.identifier
                                                                  Definition

                                                                  An identifier that applies to this person's qualification in this role.

                                                                  ShortAn identifier for this qualification for the practitioner
                                                                  NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                  Control10..*
                                                                  TypeIdentifier
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Requirements

                                                                  Often, specific identities are assigned for the qualification.

                                                                  Example<br/><b>Valid nurse registration certificate number example</b>:12345
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  268. Practitioner.qualification:moh-nurse-temp-permit.identifier.use
                                                                  Definition

                                                                  The purpose of this identifier.

                                                                  Shortusual | official | temp | secondary | old (If known)
                                                                  Comments

                                                                  Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                  Control0..1
                                                                  BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                                                                  (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                  Identifies the purpose for this identifier, if known .

                                                                  Typecode
                                                                  Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Summarytrue
                                                                  Requirements

                                                                  Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  270. Practitioner.qualification:moh-nurse-temp-permit.identifier.system
                                                                  Definition

                                                                  Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                  ShortIsraeli MoH nurse certificate URIThe namespace for the identifier value
                                                                  Comments

                                                                  Identifier.system is always case sensitive.

                                                                  Control10..1
                                                                  Typeuri
                                                                  Is Modifierfalse
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Summarytrue
                                                                  Requirements

                                                                  There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                  Fixed Valuehttp://practitioners.health.gov.il/Nurses
                                                                  Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  272. Practitioner.qualification:moh-nurse-temp-permit.identifier.value
                                                                  Definition

                                                                  The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                  ShortCertificate numberThe value that is unique
                                                                  Comments

                                                                  If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                  Control10..1
                                                                  Typestring
                                                                  Is Modifierfalse
                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                  Summarytrue
                                                                  Example<br/><b>General</b>:123456 <br/><b>Valid nurse registration certificate number example</b>:12345
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  identifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                                                                  274. Practitioner.qualification:moh-nurse-temp-permit.code
                                                                  Definition

                                                                  Coded representation of the qualification.

                                                                  ShortCoded representation of the qualification
                                                                  Control1..1
                                                                  BindingFor example codes, see v2 table 0360, Version 2.7http://terminology.hl7.org/ValueSet/v2-2.7-0360
                                                                  (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                  Specific qualification the practitioner has to provide a service.

                                                                  TypeCodeableConcept
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Pattern Value{
                                                                    "coding" : [{
                                                                      "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                      "code" : "102"
                                                                    }]
                                                                  }
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  276. Practitioner.qualification:moh-nurse-temp-permit.issuer
                                                                  Definition

                                                                  Organization that regulates and issues the qualification.

                                                                  ShortOrganization that regulates and issues the qualification
                                                                  Control0..1
                                                                  TypeReference(ILCore Organization Profile, Organization)
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  278. Practitioner.qualification:moh-nurse-registration-certificate
                                                                  Slice Namemoh-nurse-registration-certificate
                                                                  Definition

                                                                  The slice is used for permanent licenses (permanent registration certificate to practice nursing) <b>for nurses only</b>.

                                                                  <mark>Note:</mark> identifier (מספר רישיון קבוע למקצועות הסיעוד) is <b>mandatory</b> and SHOULD be a sequence number only. I.e., <permanent-registration-certificate-number>


                                                                  The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                                                  Shortתעודת רישוםCertification, licenses, or training pertaining to the provision of care
                                                                  Control0..*
                                                                  TypeBackboneElement
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  280. Practitioner.qualification:moh-nurse-registration-certificate.extension
                                                                  Definition

                                                                  An Extension


                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                  ShortExtensionAdditional content defined by implementations
                                                                  Comments

                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                  Control0..*
                                                                  TypeExtension
                                                                  Is Modifierfalse
                                                                  Summaryfalse
                                                                  Alternate Namesextensions, user content
                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                  SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                  • value @ url
                                                                  • 282. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice
                                                                    Slice Namepractice
                                                                    Definition

                                                                    Extension: Qualification Practice

                                                                    ShortExt: Qualification Practice
                                                                    Control0..1
                                                                    This element is affected by the following invariants: ele-1
                                                                    TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                    Is Modifierfalse
                                                                    Example<br/><b>Valid Example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "101", "display" : "אח/ות מוסמכ/ת" }] }
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    284. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice.extension
                                                                    Definition

                                                                    An Extension


                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                    ShortExtensionAdditional content defined by implementations
                                                                    Comments

                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                    Control0..0*
                                                                    TypeExtension
                                                                    Is Modifierfalse
                                                                    Summaryfalse
                                                                    Alternate Namesextensions, user content
                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                    SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                    • value @ url
                                                                    • 286. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice.url
                                                                      Definition

                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                      Shortidentifies the meaning of the extension
                                                                      Comments

                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                      Control1..1
                                                                      Typeuri
                                                                      Is Modifierfalse
                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                      Summaryfalse
                                                                      Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                      288. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice.value[x]
                                                                      Definition

                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                      ShortValue of extension
                                                                      Control0..1
                                                                      BindingThe codes SHALL be taken from For codes, see קוד מקצוע לעוסק בסיעוד
                                                                      (required to http://fhir.health.gov.il/ValueSet/practitioner-nurse-profession-moh)
                                                                      TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      290. Practitioner.qualification:moh-nurse-registration-certificate.modifierExtension
                                                                      Definition

                                                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                      ShortExtensions that cannot be ignored even if unrecognized
                                                                      Comments

                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                      Control0..*
                                                                      TypeExtension
                                                                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                      Summarytrue
                                                                      Requirements

                                                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                      Alternate Namesextensions, user content, modifiers
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                      292. Practitioner.qualification:moh-nurse-registration-certificate.identifier
                                                                      Definition

                                                                      An identifier that applies to this person's qualification in this role.

                                                                      ShortAn identifier for this qualification for the practitioner
                                                                      NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                      Control10..*
                                                                      TypeIdentifier
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Requirements

                                                                      Often, specific identities are assigned for the qualification.

                                                                      Example<br/><b>Valid nurse registration certificate number example</b>:12345
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      294. Practitioner.qualification:moh-nurse-registration-certificate.identifier.use
                                                                      Definition

                                                                      The purpose of this identifier.

                                                                      Shortusual | official | temp | secondary | old (If known)
                                                                      Comments

                                                                      Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                      Control0..1
                                                                      BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                                                                      (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                      Identifies the purpose for this identifier, if known .

                                                                      Typecode
                                                                      Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summarytrue
                                                                      Requirements

                                                                      Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      296. Practitioner.qualification:moh-nurse-registration-certificate.identifier.system
                                                                      Definition

                                                                      Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                      ShortIsraeli MoH nurse certificate URIThe namespace for the identifier value
                                                                      Comments

                                                                      Identifier.system is always case sensitive.

                                                                      Control10..1
                                                                      Typeuri
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summarytrue
                                                                      Requirements

                                                                      There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                      Fixed Valuehttp://practitioners.health.gov.il/Nurses
                                                                      Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      298. Practitioner.qualification:moh-nurse-registration-certificate.identifier.value
                                                                      Definition

                                                                      The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                      ShortCertificate numberThe value that is unique
                                                                      Comments

                                                                      If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                      Control10..1
                                                                      Typestring
                                                                      Is Modifierfalse
                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                      Summarytrue
                                                                      Example<br/><b>General</b>:123456 <br/><b>Valid nurse registration certificate number example</b>:12345
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      identifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                                                                      300. Practitioner.qualification:moh-nurse-registration-certificate.code
                                                                      Definition

                                                                      Coded representation of the qualification.

                                                                      ShortCoded representation of the qualification
                                                                      Control1..1
                                                                      BindingFor example codes, see v2 table 0360, Version 2.7http://terminology.hl7.org/ValueSet/v2-2.7-0360
                                                                      (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                      Specific qualification the practitioner has to provide a service.

                                                                      TypeCodeableConcept
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Pattern Value{
                                                                        "coding" : [{
                                                                          "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                          "code" : "26"
                                                                        }]
                                                                      }
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      302. Practitioner.qualification:moh-nurse-registration-certificate.issuer
                                                                      Definition

                                                                      Organization that regulates and issues the qualification.

                                                                      ShortOrganization that regulates and issues the qualification
                                                                      Control0..1
                                                                      TypeReference(ILCore Organization Profile, Organization)
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      304. Practitioner.qualification:moh-nurse-advanced-course
                                                                      Slice Namemoh-nurse-advanced-course
                                                                      Definition

                                                                      The slice is used for advanced course certifications (by healthcare specialty) for nurses only.

                                                                      <mark>Note:</mark> identifier (מספר תעודת קורס על בסיסי למקצועות הסיעוד) is <b>not mandatory</b> and if exists, SHOULD include the advanced-course-code, a dash (-) and permanent-registration-certificate-number (nurse license-number as the moh-nurse-registration-certificate identifier) <advanced-course-code>-<permanent-registration-certificate-number> where advanced-course-code is a value from <a href="https://simplifier.net/ilcore/practitioner-advanced-course-moh-duplicate-2">PractitionerAdvancedCourseMoH</a>. It means the identifier for different advanced course certificates for the same nurse will not be unique, but the practice-code will show the difference between them.


                                                                      The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                                                      Shortתעודת רישום קורס ע בCertification, licenses, or training pertaining to the provision of care
                                                                      Control0..*
                                                                      TypeBackboneElement
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      306. Practitioner.qualification:moh-nurse-advanced-course.extension
                                                                      Definition

                                                                      An Extension


                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                      ShortExtensionAdditional content defined by implementations
                                                                      Comments

                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                      Control10..*
                                                                      TypeExtension
                                                                      Is Modifierfalse
                                                                      Summaryfalse
                                                                      Alternate Namesextensions, user content
                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                      SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                      • value @ url
                                                                      • 308. Practitioner.qualification:moh-nurse-advanced-course.extension:practice
                                                                        Slice Namepractice
                                                                        Definition

                                                                        Extension: Qualification Practice

                                                                        ShortExt: Qualification Practice
                                                                        Control1..1
                                                                        This element is affected by the following invariants: ele-1
                                                                        TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                        Is Modifierfalse
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        310. Practitioner.qualification:moh-nurse-advanced-course.extension:practice.extension
                                                                        Definition

                                                                        An Extension


                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                        ShortExtensionAdditional content defined by implementations
                                                                        Comments

                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                        Control0..0*
                                                                        TypeExtension
                                                                        Is Modifierfalse
                                                                        Summaryfalse
                                                                        Alternate Namesextensions, user content
                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                        SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                        • value @ url
                                                                        • 312. Practitioner.qualification:moh-nurse-advanced-course.extension:practice.url
                                                                          Definition

                                                                          Source of the definition for the extension code - a logical name or a URL.

                                                                          Shortidentifies the meaning of the extension
                                                                          Comments

                                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                          Control1..1
                                                                          Typeuri
                                                                          Is Modifierfalse
                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                          Summaryfalse
                                                                          Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                          314. Practitioner.qualification:moh-nurse-advanced-course.extension:practice.value[x]
                                                                          Definition

                                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                          ShortValue of extension
                                                                          Control0..1
                                                                          BindingThe codes SHALL be taken from For codes, see קוד קורס על בסיסי לעוסק בסיעוד
                                                                          (required to http://fhir.health.gov.il/ValueSet/practitioner-advanced-course-moh)
                                                                          TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          316. Practitioner.qualification:moh-nurse-advanced-course.modifierExtension
                                                                          Definition

                                                                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                          ShortExtensions that cannot be ignored even if unrecognized
                                                                          Comments

                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                          Control0..*
                                                                          TypeExtension
                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                          Summarytrue
                                                                          Requirements

                                                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                          Alternate Namesextensions, user content, modifiers
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          318. Practitioner.qualification:moh-nurse-advanced-course.identifier
                                                                          Definition

                                                                          An identifier that applies to this person's qualification in this role.

                                                                          ShortAn identifier for this qualification for the practitioner
                                                                          NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                          Control0..*
                                                                          TypeIdentifier
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Requirements

                                                                          Often, specific identities are assigned for the qualification.

                                                                          Example<br/><b>Valid Nurse advanced course certifiaction number</b>:108-12345
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          320. Practitioner.qualification:moh-nurse-advanced-course.identifier.use
                                                                          Definition

                                                                          The purpose of this identifier.

                                                                          Shortusual | official | temp | secondary | old (If known)
                                                                          Comments

                                                                          Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                          Control0..1
                                                                          BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                                                                          (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                          Identifies the purpose for this identifier, if known .

                                                                          Typecode
                                                                          Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summarytrue
                                                                          Requirements

                                                                          Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          322. Practitioner.qualification:moh-nurse-advanced-course.identifier.system
                                                                          Definition

                                                                          Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                          ShortIsraeli MoH nurse advanced course certificate URIThe namespace for the identifier value
                                                                          Comments

                                                                          Identifier.system is always case sensitive.

                                                                          Control10..1
                                                                          Typeuri
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summarytrue
                                                                          Requirements

                                                                          There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                          Fixed Valuehttp://fhir.health.gov.il/identifier/nurse-advanced-course
                                                                          Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          324. Practitioner.qualification:moh-nurse-advanced-course.identifier.value
                                                                          Definition

                                                                          The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                          ShortCertificate numberThe value that is unique
                                                                          Comments

                                                                          If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                          Control10..1
                                                                          Typestring
                                                                          Is Modifierfalse
                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                          Summarytrue
                                                                          Example<br/><b>General</b>:123456 <br/><b>Valid Nurse advanced course certifiaction number</b>:108-12345
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          identifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                                                                          326. Practitioner.qualification:moh-nurse-advanced-course.code
                                                                          Definition

                                                                          Coded representation of the qualification.

                                                                          ShortCoded representation of the qualification
                                                                          Control1..1
                                                                          BindingFor example codes, see v2 table 0360, Version 2.7http://terminology.hl7.org/ValueSet/v2-2.7-0360
                                                                          (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                          Specific qualification the practitioner has to provide a service.

                                                                          TypeCodeableConcept
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Pattern Value{
                                                                            "coding" : [{
                                                                              "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                              "code" : "110"
                                                                            }]
                                                                          }
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          328. Practitioner.qualification:moh-nurse-advanced-course.issuer
                                                                          Definition

                                                                          Organization that regulates and issues the qualification.

                                                                          ShortOrganization that regulates and issues the qualification
                                                                          Control0..1
                                                                          TypeReference(ILCore Organization Profile, Organization)
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          330. Practitioner.qualification:molsa-practitioner-sw-license
                                                                          Slice Namemolsa-practitioner-sw-license
                                                                          Definition

                                                                          Social-worker license issued by Israeli Ministry of Labor, Social Affairs and Social Services


                                                                          The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                                                          Shortרישיון עבודה סוציאליתCertification, licenses, or training pertaining to the provision of care
                                                                          Control0..*
                                                                          TypeBackboneElement
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          332. Practitioner.qualification:molsa-practitioner-sw-license.extension
                                                                          Definition

                                                                          An Extension


                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                          ShortExtensionAdditional content defined by implementations
                                                                          Comments

                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                          Control10..*
                                                                          TypeExtension
                                                                          Is Modifierfalse
                                                                          Summaryfalse
                                                                          Alternate Namesextensions, user content
                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                          SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                          • value @ url
                                                                          • 334. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice
                                                                            Slice Namepractice
                                                                            Definition

                                                                            Extension: Qualification Practice

                                                                            ShortExt: Qualification Practice
                                                                            Control1..1
                                                                            This element is affected by the following invariants: ele-1
                                                                            TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                            Is Modifierfalse
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            336. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice.extension
                                                                            Definition

                                                                            An Extension


                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                            ShortExtensionAdditional content defined by implementations
                                                                            Comments

                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                            Control0..0*
                                                                            TypeExtension
                                                                            Is Modifierfalse
                                                                            Summaryfalse
                                                                            Alternate Namesextensions, user content
                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                            SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                            • value @ url
                                                                            • 338. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice.url
                                                                              Definition

                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                              Shortidentifies the meaning of the extension
                                                                              Comments

                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                              Control1..1
                                                                              Typeuri
                                                                              Is Modifierfalse
                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                              Summaryfalse
                                                                              Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                              340. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice.value[x]
                                                                              Definition

                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                              ShortValue of extension
                                                                              Control0..1
                                                                              TypeCodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Fixed Value{
                                                                                "coding" : [{
                                                                                  "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh",
                                                                                  "code" : "45",
                                                                                  "display" : "עבודה סוציאלית"
                                                                                }]
                                                                              }
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              342. Practitioner.qualification:molsa-practitioner-sw-license.modifierExtension
                                                                              Definition

                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                              Comments

                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                              Summarytrue
                                                                              Requirements

                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                              Alternate Namesextensions, user content, modifiers
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              344. Practitioner.qualification:molsa-practitioner-sw-license.identifier
                                                                              Definition

                                                                              An identifier that applies to this person's qualification in this role.

                                                                              ShortAn identifier for this qualification for the practitioner
                                                                              NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                              Control10..*
                                                                              TypeIdentifier
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Often, specific identities are assigned for the qualification.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              346. Practitioner.qualification:molsa-practitioner-sw-license.identifier.use
                                                                              Definition

                                                                              The purpose of this identifier.

                                                                              Shortusual | official | temp | secondary | old (If known)
                                                                              Comments

                                                                              Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                              Control0..1
                                                                              BindingThe codes SHALL be taken from IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1
                                                                              (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                              Identifies the purpose for this identifier, if known .

                                                                              Typecode
                                                                              Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summarytrue
                                                                              Requirements

                                                                              Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              348. Practitioner.qualification:molsa-practitioner-sw-license.identifier.system
                                                                              Definition

                                                                              Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                              ShortIsraeli MoLSA social-worker License URIThe namespace for the identifier value
                                                                              Comments

                                                                              Identifier.system is always case sensitive.

                                                                              Control10..1
                                                                              Typeuri
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summarytrue
                                                                              Requirements

                                                                              There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                              Fixed Valuehttp://fhir.health.gov.il/identifier/molsa-socialworker-lic
                                                                              Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              350. Practitioner.qualification:molsa-practitioner-sw-license.identifier.value
                                                                              Definition

                                                                              The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                              ShortLicense numberThe value that is unique
                                                                              Comments

                                                                              If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                              Control10..1
                                                                              Typestring
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summarytrue
                                                                              Example<br/><b>General</b>:123456
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              352. Practitioner.qualification:molsa-practitioner-sw-license.code
                                                                              Definition

                                                                              Coded representation of the qualification.

                                                                              ShortCoded representation of the qualification
                                                                              Control1..1
                                                                              BindingFor example codes, see v2 table 0360, Version 2.7http://terminology.hl7.org/ValueSet/v2-2.7-0360
                                                                              (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                              Specific qualification the practitioner has to provide a service.

                                                                              TypeCodeableConcept
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Pattern Value{
                                                                                "coding" : [{
                                                                                  "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-molsa",
                                                                                  "code" : "SW"
                                                                                }]
                                                                              }
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              354. Practitioner.qualification:molsa-practitioner-sw-license.issuer
                                                                              Definition

                                                                              Organization that regulates and issues the qualification.

                                                                              ShortOrganization that regulates and issues the qualification
                                                                              Control0..1
                                                                              TypeReference(ILCore Organization Profile, Organization)
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))

                                                                              Guidance on how to interpret the contents of this table can be found here

                                                                              0. Practitioner
                                                                              Definition

                                                                              Israel Core proposed constraints and extensions on the practitioner resource profile.

                                                                              ShortILCore Practitioner Profile
                                                                              Control0..*
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
                                                                              dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
                                                                              dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
                                                                              dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
                                                                              dom-6: A resource should have narrative for robust management (text.`div`.exists())
                                                                              2. Practitioner.id
                                                                              Definition

                                                                              The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

                                                                              ShortLogical id of this artifact
                                                                              Comments

                                                                              The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

                                                                              Control0..1
                                                                              Typeid
                                                                              Is Modifierfalse
                                                                              Summarytrue
                                                                              4. Practitioner.meta
                                                                              Definition

                                                                              The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

                                                                              ShortMetadata about the resource
                                                                              Control0..1
                                                                              TypeMeta
                                                                              Is Modifierfalse
                                                                              Summarytrue
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              6. Practitioner.implicitRules
                                                                              Definition

                                                                              A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

                                                                              ShortA set of rules under which this content was created
                                                                              Comments

                                                                              Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

                                                                              Control0..1
                                                                              Typeuri
                                                                              Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summarytrue
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              8. Practitioner.language
                                                                              Definition

                                                                              The base language in which the resource is written.

                                                                              ShortLanguage of the resource content
                                                                              Comments

                                                                              Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

                                                                              Control0..1
                                                                              BindingThe codes SHOULD be taken from CommonLanguages
                                                                              (preferred to http://hl7.org/fhir/ValueSet/languages)

                                                                              A human language.

                                                                              Additional BindingsPurpose
                                                                              AllLanguagesMax Binding
                                                                              Typecode
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              10. Practitioner.text
                                                                              Definition

                                                                              A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

                                                                              ShortText summary of the resource, for human interpretation
                                                                              Comments

                                                                              Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

                                                                              Control0..1
                                                                              TypeNarrative
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Alternate Namesnarrative, html, xhtml, display
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              12. Practitioner.contained
                                                                              Definition

                                                                              These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

                                                                              ShortContained, inline Resources
                                                                              Comments

                                                                              This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

                                                                              Control0..*
                                                                              TypeResource
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Alternate Namesinline resources, anonymous resources, contained resources
                                                                              14. Practitioner.extension
                                                                              Definition

                                                                              May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                              ShortAdditional content defined by implementations
                                                                              Comments

                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifierfalse
                                                                              Summaryfalse
                                                                              Alternate Namesextensions, user content
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              16. Practitioner.modifierExtension
                                                                              Definition

                                                                              May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                              ShortExtensions that cannot be ignored
                                                                              Comments

                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                              Control0..*
                                                                              TypeExtension
                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
                                                                              Summaryfalse
                                                                              Requirements

                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                              Alternate Namesextensions, user content
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                              18. Practitioner.identifier
                                                                              Definition

                                                                              An identifier that applies to this person in this role.

                                                                              ShortAn identifier for the person as this agent
                                                                              NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                              Control1..*
                                                                              TypeIdentifier
                                                                              Is Modifierfalse
                                                                              Summarytrue
                                                                              Requirements

                                                                              Often, specific identities are assigned for the agent.

                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              SlicingThis element introduces a set of slices on Practitioner.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                              • value @ system
                                                                              • 20. Practitioner.identifier.id
                                                                                Definition

                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                ShortUnique id for inter-element referencing
                                                                                Control0..1
                                                                                Typestring
                                                                                Is Modifierfalse
                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                Summaryfalse
                                                                                22. Practitioner.identifier.extension
                                                                                Definition

                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                ShortAdditional content defined by implementations
                                                                                Comments

                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                Control0..*
                                                                                TypeExtension
                                                                                Is Modifierfalse
                                                                                Summaryfalse
                                                                                Alternate Namesextensions, user content
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                SlicingThis element introduces a set of slices on Practitioner.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                • value @ url
                                                                                • 24. Practitioner.identifier.use
                                                                                  Definition

                                                                                  The purpose of this identifier.

                                                                                  Shortusual | official | temp | secondary | old (If known)
                                                                                  Comments

                                                                                  Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                  Control0..1
                                                                                  BindingThe codes SHALL be taken from IdentifierUse
                                                                                  (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                  Identifies the purpose for this identifier, if known .

                                                                                  Typecode
                                                                                  Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  26. Practitioner.identifier.type
                                                                                  Definition

                                                                                  A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                  ShortDescription of identifier
                                                                                  Comments

                                                                                  This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                  Control0..1
                                                                                  BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                  (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                  A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                  TypeCodeableConcept
                                                                                  Is Modifierfalse
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  Allows users to make use of identifiers when the identifier system is not known.

                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  28. Practitioner.identifier.system
                                                                                  Definition

                                                                                  Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                  ShortThe namespace for the identifier value
                                                                                  Comments

                                                                                  Identifier.system is always case sensitive.

                                                                                  Control1..1
                                                                                  Typeuri
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Must Supporttrue
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                  Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  30. Practitioner.identifier.value
                                                                                  Definition

                                                                                  The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                  ShortThe value that is unique within the system.
                                                                                  Comments

                                                                                  If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                  Control1..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Must Supporttrue
                                                                                  Summarytrue
                                                                                  Example<br/><b>General</b>:123456
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  32. Practitioner.identifier.period
                                                                                  Definition

                                                                                  Time period during which identifier is/was valid for use.

                                                                                  ShortTime period when id is/was valid for use
                                                                                  Control0..1
                                                                                  TypePeriod
                                                                                  Is Modifierfalse
                                                                                  Summarytrue
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  34. Practitioner.identifier.assigner
                                                                                  Definition

                                                                                  Organization that issued/manages the identifier.

                                                                                  ShortOrganization that issued id (may be just text)
                                                                                  Comments

                                                                                  The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                  Control0..1
                                                                                  TypeReference(ILCore Organization Profile)
                                                                                  Is Modifierfalse
                                                                                  Summarytrue
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  36. Practitioner.identifier:prac-lic
                                                                                  Slice Nameprac-lic
                                                                                  Definition

                                                                                  Israeli Ministry of Health medical practitioner license. MoH practitioner portal

                                                                                  <mark>Note:</mark> Should include the profession-code, a dash (-) and a sequence number. I.e., <profession-code>-<profession-certificate-number> where profession-code is a value of <a href="https://simplifier.net/ilcore/practitioner-profession-moh-duplicate-2">PractitionerProfessionMoH</a>

                                                                                  ShortIsraeli Ministry of Health practitioner license
                                                                                  NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                  Control0..1
                                                                                  TypeIdentifier
                                                                                  Is Modifierfalse
                                                                                  Must Supporttrue
                                                                                  Summarytrue
                                                                                  Requirements

                                                                                  Often, specific identities are assigned for the agent.

                                                                                  Example<br/><b>valid Israeli Pracitioner Licence number example</b>:1-12345
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  38. Practitioner.identifier:prac-lic.id
                                                                                  Definition

                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                  ShortUnique id for inter-element referencing
                                                                                  Control0..1
                                                                                  Typestring
                                                                                  Is Modifierfalse
                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                  Summaryfalse
                                                                                  40. Practitioner.identifier:prac-lic.extension
                                                                                  Definition

                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                  ShortAdditional content defined by implementations
                                                                                  Comments

                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                  Control0..*
                                                                                  TypeExtension
                                                                                  Is Modifierfalse
                                                                                  Summaryfalse
                                                                                  Alternate Namesextensions, user content
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                  SlicingThis element introduces a set of slices on Practitioner.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                  • value @ url
                                                                                  • 42. Practitioner.identifier:prac-lic.use
                                                                                    Definition

                                                                                    The purpose of this identifier.

                                                                                    Shortusual | official | temp | secondary | old (If known)
                                                                                    Comments

                                                                                    Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                    Control0..1
                                                                                    BindingThe codes SHALL be taken from IdentifierUse
                                                                                    (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                    Identifies the purpose for this identifier, if known .

                                                                                    Typecode
                                                                                    Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    44. Practitioner.identifier:prac-lic.type
                                                                                    Definition

                                                                                    A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                    ShortDescription of identifier
                                                                                    Comments

                                                                                    This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                    Control0..1
                                                                                    BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                    (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                    A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                    TypeCodeableConcept
                                                                                    Is Modifierfalse
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    Allows users to make use of identifiers when the identifier system is not known.

                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    46. Practitioner.identifier:prac-lic.system
                                                                                    Definition

                                                                                    Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                    ShortThe namespace for the identifier value
                                                                                    Comments

                                                                                    Identifier.system is always case sensitive.

                                                                                    Control0..1
                                                                                    Typeuri
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                    Fixed Valuehttp://practitioners.health.gov.il/Practitioners
                                                                                    Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    48. Practitioner.identifier:prac-lic.value
                                                                                    Definition

                                                                                    The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                    ShortIsraeli Ministry of Health Practitioner License
                                                                                    Comments

                                                                                    If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                    Control0..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                    Summarytrue
                                                                                    Example<br/><b>General</b>:123456 <br/><b>General</b>:1-12345
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    identifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                                                                                    50. Practitioner.identifier:prac-lic.period
                                                                                    Definition

                                                                                    Time period during which identifier is/was valid for use.

                                                                                    ShortTime period when id is/was valid for use
                                                                                    Control0..1
                                                                                    TypePeriod
                                                                                    Is Modifierfalse
                                                                                    Summarytrue
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    52. Practitioner.identifier:prac-lic.assigner
                                                                                    Definition

                                                                                    Organization that issued/manages the identifier.

                                                                                    ShortOrganization that issued id (may be just text)
                                                                                    Comments

                                                                                    The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                    Control0..1
                                                                                    TypeReference(Organization)
                                                                                    Is Modifierfalse
                                                                                    Summarytrue
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    54. Practitioner.identifier:nurse-lic
                                                                                    Slice Namenurse-lic
                                                                                    Definition

                                                                                    Israeli MoH Nurse license. MoH practitioner portal - https://practitioners.health.gov.il/Nurses

                                                                                    ShortIsraeli MoH Nurse license
                                                                                    NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                    Control0..1
                                                                                    TypeIdentifier
                                                                                    Is Modifierfalse
                                                                                    Must Supporttrue
                                                                                    Summarytrue
                                                                                    Requirements

                                                                                    Often, specific identities are assigned for the agent.

                                                                                    Example<br/><b>valid Israeli Nurse registration number example</b>:11111
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    56. Practitioner.identifier:nurse-lic.id
                                                                                    Definition

                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                    ShortUnique id for inter-element referencing
                                                                                    Control0..1
                                                                                    Typestring
                                                                                    Is Modifierfalse
                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                    Summaryfalse
                                                                                    58. Practitioner.identifier:nurse-lic.extension
                                                                                    Definition

                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                    ShortAdditional content defined by implementations
                                                                                    Comments

                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                    Control0..*
                                                                                    TypeExtension
                                                                                    Is Modifierfalse
                                                                                    Summaryfalse
                                                                                    Alternate Namesextensions, user content
                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                    SlicingThis element introduces a set of slices on Practitioner.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                    • value @ url
                                                                                    • 60. Practitioner.identifier:nurse-lic.use
                                                                                      Definition

                                                                                      The purpose of this identifier.

                                                                                      Shortusual | official | temp | secondary | old (If known)
                                                                                      Comments

                                                                                      Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                      Control0..1
                                                                                      BindingThe codes SHALL be taken from IdentifierUse
                                                                                      (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                      Identifies the purpose for this identifier, if known .

                                                                                      Typecode
                                                                                      Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      62. Practitioner.identifier:nurse-lic.type
                                                                                      Definition

                                                                                      A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                      ShortDescription of identifier
                                                                                      Comments

                                                                                      This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                      Control0..1
                                                                                      BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                      (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                      A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                      TypeCodeableConcept
                                                                                      Is Modifierfalse
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      Allows users to make use of identifiers when the identifier system is not known.

                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      64. Practitioner.identifier:nurse-lic.system
                                                                                      Definition

                                                                                      Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                      ShortThe namespace for the identifier value
                                                                                      Comments

                                                                                      Identifier.system is always case sensitive.

                                                                                      Control0..1
                                                                                      Typeuri
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                      Fixed Valuehttp://practitioners.health.gov.il/Nurses
                                                                                      Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      66. Practitioner.identifier:nurse-lic.value
                                                                                      Definition

                                                                                      The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                      ShortMoH Nurse License
                                                                                      Comments

                                                                                      If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                      Control0..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summarytrue
                                                                                      Example<br/><b>General</b>:123456 <br/><b>General</b>:11111
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      identifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                                                                                      68. Practitioner.identifier:nurse-lic.period
                                                                                      Definition

                                                                                      Time period during which identifier is/was valid for use.

                                                                                      ShortTime period when id is/was valid for use
                                                                                      Control0..1
                                                                                      TypePeriod
                                                                                      Is Modifierfalse
                                                                                      Summarytrue
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      70. Practitioner.identifier:nurse-lic.assigner
                                                                                      Definition

                                                                                      Organization that issued/manages the identifier.

                                                                                      ShortOrganization that issued id (may be just text)
                                                                                      Comments

                                                                                      The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                      Control0..1
                                                                                      TypeReference(Organization)
                                                                                      Is Modifierfalse
                                                                                      Summarytrue
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      72. Practitioner.identifier:molsa-sw-lic
                                                                                      Slice Namemolsa-sw-lic
                                                                                      Definition

                                                                                      Israeli Ministry of Welfare and Social Affairs socal-worker's license. MOLSA social-worker's registry

                                                                                      ShortIsraeli Ministry of Welfare and Social Affairs socal-worker's license
                                                                                      NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                      Control0..1
                                                                                      TypeIdentifier
                                                                                      Is Modifierfalse
                                                                                      Must Supporttrue
                                                                                      Summarytrue
                                                                                      Requirements

                                                                                      Often, specific identities are assigned for the agent.

                                                                                      Example<br/><b>General</b>:99999
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      74. Practitioner.identifier:molsa-sw-lic.id
                                                                                      Definition

                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                      ShortUnique id for inter-element referencing
                                                                                      Control0..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                      Summaryfalse
                                                                                      76. Practitioner.identifier:molsa-sw-lic.extension
                                                                                      Definition

                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                      ShortAdditional content defined by implementations
                                                                                      Comments

                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                      Control0..*
                                                                                      TypeExtension
                                                                                      Is Modifierfalse
                                                                                      Summaryfalse
                                                                                      Alternate Namesextensions, user content
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                      SlicingThis element introduces a set of slices on Practitioner.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                      • value @ url
                                                                                      • 78. Practitioner.identifier:molsa-sw-lic.use
                                                                                        Definition

                                                                                        The purpose of this identifier.

                                                                                        Shortusual | official | temp | secondary | old (If known)
                                                                                        Comments

                                                                                        Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                        Control0..1
                                                                                        BindingThe codes SHALL be taken from IdentifierUse
                                                                                        (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                        Identifies the purpose for this identifier, if known .

                                                                                        Typecode
                                                                                        Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        80. Practitioner.identifier:molsa-sw-lic.type
                                                                                        Definition

                                                                                        A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                        ShortDescription of identifier
                                                                                        Comments

                                                                                        This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                        Control0..1
                                                                                        BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                        (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                        A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                        TypeCodeableConcept
                                                                                        Is Modifierfalse
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        Allows users to make use of identifiers when the identifier system is not known.

                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        82. Practitioner.identifier:molsa-sw-lic.system
                                                                                        Definition

                                                                                        Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                        ShortThe namespace for the identifier value
                                                                                        Comments

                                                                                        Identifier.system is always case sensitive.

                                                                                        Control0..1
                                                                                        Typeuri
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                        Fixed Valuehttp://fhir.health.gov.il/identifier/molsa-socialworker-lic
                                                                                        Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        84. Practitioner.identifier:molsa-sw-lic.value
                                                                                        Definition

                                                                                        The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                        ShortIsraeli Ministry of Welfare and Social Affairs socal-worker's License
                                                                                        Comments

                                                                                        If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                        Control0..1
                                                                                        Typestring
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summarytrue
                                                                                        Example<br/><b>General</b>:123456 <br/><b>valid Israeli SW Licence example</b>:99999
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        86. Practitioner.identifier:molsa-sw-lic.period
                                                                                        Definition

                                                                                        Time period during which identifier is/was valid for use.

                                                                                        ShortTime period when id is/was valid for use
                                                                                        Control0..1
                                                                                        TypePeriod
                                                                                        Is Modifierfalse
                                                                                        Summarytrue
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        88. Practitioner.identifier:molsa-sw-lic.assigner
                                                                                        Definition

                                                                                        Organization that issued/manages the identifier.

                                                                                        ShortOrganization that issued id (may be just text)
                                                                                        Comments

                                                                                        The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                        Control0..1
                                                                                        TypeReference(Organization)
                                                                                        Is Modifierfalse
                                                                                        Summarytrue
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        90. Practitioner.identifier:il-id
                                                                                        Slice Nameil-id
                                                                                        Definition

                                                                                        Israeli ID number (9 digit unchangeable number, including leading zeros and includes a control digit), including temporarily identification numbers assigned by Israeli National Insurance

                                                                                        ShortIsraeli National Identifier
                                                                                        NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                        Control0..1
                                                                                        TypeIdentifier
                                                                                        Is Modifierfalse
                                                                                        Must Supporttrue
                                                                                        Summarytrue
                                                                                        Requirements

                                                                                        Often, specific identities are assigned for the agent.

                                                                                        Example<br/><b>Valid Israli ID number example</b>:000000018
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        92. Practitioner.identifier:il-id.id
                                                                                        Definition

                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                        ShortUnique id for inter-element referencing
                                                                                        Control0..1
                                                                                        Typestring
                                                                                        Is Modifierfalse
                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                        Summaryfalse
                                                                                        94. Practitioner.identifier:il-id.extension
                                                                                        Definition

                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                        ShortAdditional content defined by implementations
                                                                                        Comments

                                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                        Control0..*
                                                                                        TypeExtension
                                                                                        Is Modifierfalse
                                                                                        Summaryfalse
                                                                                        Alternate Namesextensions, user content
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                        SlicingThis element introduces a set of slices on Practitioner.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                        • value @ url
                                                                                        • 96. Practitioner.identifier:il-id.use
                                                                                          Definition

                                                                                          The purpose of this identifier.

                                                                                          Shortusual | official | temp | secondary | old (If known)
                                                                                          Comments

                                                                                          Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                          Control0..1
                                                                                          BindingThe codes SHALL be taken from IdentifierUse
                                                                                          (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                          Identifies the purpose for this identifier, if known .

                                                                                          Typecode
                                                                                          Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          98. Practitioner.identifier:il-id.type
                                                                                          Definition

                                                                                          A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                          ShortDescription of identifier
                                                                                          Comments

                                                                                          This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                          Control0..1
                                                                                          BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                          (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                          A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                          TypeCodeableConcept
                                                                                          Is Modifierfalse
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          Allows users to make use of identifiers when the identifier system is not known.

                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          100. Practitioner.identifier:il-id.system
                                                                                          Definition

                                                                                          Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                          ShortThe namespace for the identifier value
                                                                                          Comments

                                                                                          Identifier.system is always case sensitive.

                                                                                          Control0..1
                                                                                          Typeuri
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                          Fixed Valuehttp://fhir.health.gov.il/identifier/il-national-id
                                                                                          Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          102. Practitioner.identifier:il-id.value
                                                                                          Definition

                                                                                          The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                          ShortAn Israeli ID number
                                                                                          Comments

                                                                                          If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                          Control0..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Summarytrue
                                                                                          Example<br/><b>General</b>:123456
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          il-id-chk: Israeli ID must be 9-digits with a correct check-digit at the end. (matches('[0-9]{9}$') and substring(8,1).toInteger()= (10-((substring(0,1).toInteger() + substring(1,1).toInteger()*2 mod 10 + substring(1,1).toInteger()*2 div 10 + substring(2,1).toInteger() + substring(3,1).toInteger()*2 mod 10 + substring(3,1).toInteger()*2 div 10 + substring(4,1).toInteger() + substring(5,1).toInteger()*2 mod 10 + substring(5,1).toInteger()*2 div 10 + substring(6,1).toInteger() + substring(7,1).toInteger()*2 mod 10 + substring(7,1).toInteger()*2 div 10) mod 10)) mod 10)
                                                                                          104. Practitioner.identifier:il-id.period
                                                                                          Definition

                                                                                          Time period during which identifier is/was valid for use.

                                                                                          ShortTime period when id is/was valid for use
                                                                                          Control0..1
                                                                                          TypePeriod
                                                                                          Is Modifierfalse
                                                                                          Summarytrue
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          106. Practitioner.identifier:il-id.assigner
                                                                                          Definition

                                                                                          Organization that issued/manages the identifier.

                                                                                          ShortOrganization that issued id (may be just text)
                                                                                          Comments

                                                                                          The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                          Control0..1
                                                                                          TypeReference(Organization)
                                                                                          Is Modifierfalse
                                                                                          Summarytrue
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          108. Practitioner.identifier:pna-id
                                                                                          Slice Namepna-id
                                                                                          Definition

                                                                                          Palestinian ID number

                                                                                          ShortPalestinian National Identifier
                                                                                          NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                          Control0..1
                                                                                          TypeIdentifier
                                                                                          Is Modifierfalse
                                                                                          Must Supportfalse
                                                                                          Summarytrue
                                                                                          Requirements

                                                                                          Often, specific identities are assigned for the agent.

                                                                                          Example<br/><b>Valid Example</b>:000000018
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          110. Practitioner.identifier:pna-id.id
                                                                                          Definition

                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                          ShortUnique id for inter-element referencing
                                                                                          Control0..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                          Summaryfalse
                                                                                          112. Practitioner.identifier:pna-id.extension
                                                                                          Definition

                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                          ShortAdditional content defined by implementations
                                                                                          Comments

                                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                          Control0..*
                                                                                          TypeExtension
                                                                                          Is Modifierfalse
                                                                                          Summaryfalse
                                                                                          Alternate Namesextensions, user content
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                          SlicingThis element introduces a set of slices on Practitioner.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                          • value @ url
                                                                                          • 114. Practitioner.identifier:pna-id.use
                                                                                            Definition

                                                                                            The purpose of this identifier.

                                                                                            Shortusual | official | temp | secondary | old (If known)
                                                                                            Comments

                                                                                            Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                            Control0..1
                                                                                            BindingThe codes SHALL be taken from IdentifierUse
                                                                                            (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                            Identifies the purpose for this identifier, if known .

                                                                                            Typecode
                                                                                            Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            116. Practitioner.identifier:pna-id.type
                                                                                            Definition

                                                                                            A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                            ShortDescription of identifier
                                                                                            Comments

                                                                                            This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                            Control0..1
                                                                                            BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                            (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                            A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                            TypeCodeableConcept
                                                                                            Is Modifierfalse
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            Allows users to make use of identifiers when the identifier system is not known.

                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            118. Practitioner.identifier:pna-id.system
                                                                                            Definition

                                                                                            Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                            ShortThe namespace for the identifier value
                                                                                            Comments

                                                                                            Identifier.system is always case sensitive.

                                                                                            Control0..1
                                                                                            Typeuri
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                            Fixed Valuehttp://fhir.health.gov.il/identifier/pna-national-id
                                                                                            Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            120. Practitioner.identifier:pna-id.value
                                                                                            Definition

                                                                                            The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                            ShortA Palestininan ID number
                                                                                            Comments

                                                                                            If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                            Control0..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summarytrue
                                                                                            Example<br/><b>General</b>:123456
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            122. Practitioner.identifier:pna-id.period
                                                                                            Definition

                                                                                            Time period during which identifier is/was valid for use.

                                                                                            ShortTime period when id is/was valid for use
                                                                                            Control0..1
                                                                                            TypePeriod
                                                                                            Is Modifierfalse
                                                                                            Summarytrue
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            124. Practitioner.identifier:pna-id.assigner
                                                                                            Definition

                                                                                            Organization that issued/manages the identifier.

                                                                                            ShortOrganization that issued id (may be just text)
                                                                                            Comments

                                                                                            The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                            Control0..1
                                                                                            TypeReference(Organization)
                                                                                            Is Modifierfalse
                                                                                            Summarytrue
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            126. Practitioner.identifier:ppn
                                                                                            Slice Nameppn
                                                                                            Definition

                                                                                            Passport number

                                                                                            ShortPassport Number
                                                                                            NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                            Control0..*
                                                                                            TypeIdentifier
                                                                                            Is Modifierfalse
                                                                                            Must Supportfalse
                                                                                            Summarytrue
                                                                                            Requirements

                                                                                            Often, specific identities are assigned for the agent.

                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            128. Practitioner.identifier:ppn.id
                                                                                            Definition

                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                            ShortUnique id for inter-element referencing
                                                                                            Control0..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                            Summaryfalse
                                                                                            130. Practitioner.identifier:ppn.extension
                                                                                            Definition

                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                            ShortAdditional content defined by implementations
                                                                                            Comments

                                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                            Control0..*
                                                                                            TypeExtension
                                                                                            Is Modifierfalse
                                                                                            Summaryfalse
                                                                                            Alternate Namesextensions, user content
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                            SlicingThis element introduces a set of slices on Practitioner.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                            • value @ url
                                                                                            • 132. Practitioner.identifier:ppn.use
                                                                                              Definition

                                                                                              The purpose of this identifier.

                                                                                              Shortusual | official | temp | secondary | old (If known)
                                                                                              Comments

                                                                                              Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                              Control0..1
                                                                                              BindingThe codes SHALL be taken from IdentifierUse
                                                                                              (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                              Identifies the purpose for this identifier, if known .

                                                                                              Typecode
                                                                                              Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              134. Practitioner.identifier:ppn.type
                                                                                              Definition

                                                                                              A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                              ShortDescription of identifier
                                                                                              Comments

                                                                                              This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                              Control0..1
                                                                                              BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                              (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                              A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                              TypeCodeableConcept
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              Allows users to make use of identifiers when the identifier system is not known.

                                                                                              Pattern Value{
                                                                                                "coding" : [{
                                                                                                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                                                                                                  "code" : "PPN"
                                                                                                }]
                                                                                              }
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              136. Practitioner.identifier:ppn.system
                                                                                              Definition

                                                                                              Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                              ShortThe namespace for the identifier value
                                                                                              Comments

                                                                                              Identifier.system is always case sensitive.

                                                                                              Control0..1
                                                                                              BindingThe codes SHALL be taken from Passport URIs
                                                                                              (required to http://fhir.health.gov.il/ValueSet/passport-uri)
                                                                                              Typeuri
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                              Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              138. Practitioner.identifier:ppn.value
                                                                                              Definition

                                                                                              The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                              ShortPassport Number
                                                                                              Comments

                                                                                              If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                              Control0..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summarytrue
                                                                                              Example<br/><b>General</b>:123456
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              140. Practitioner.identifier:ppn.period
                                                                                              Definition

                                                                                              Time period during which identifier is/was valid for use.

                                                                                              ShortTime period when id is/was valid for use
                                                                                              Control0..1
                                                                                              TypePeriod
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              142. Practitioner.identifier:ppn.assigner
                                                                                              Definition

                                                                                              Organization that issued/manages the identifier.

                                                                                              ShortOrganization that issued id (may be just text)
                                                                                              Comments

                                                                                              The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                              Control0..1
                                                                                              TypeReference(Organization)
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              144. Practitioner.active
                                                                                              Definition

                                                                                              Whether this practitioner's record is in active use.

                                                                                              ShortWhether this practitioner's record is in active use
                                                                                              Comments

                                                                                              If the practitioner is not in use by one organization, then it should mark the period on the PractitonerRole with an end date (even if they are active) as they may be active in another role.

                                                                                              Control0..1
                                                                                              Typeboolean
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              Need to be able to mark a practitioner record as not to be used because it was created in error.

                                                                                              Meaning if MissingThis resource is generally assumed to be active if no value is provided for the active element
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              146. Practitioner.name
                                                                                              Definition

                                                                                              The name(s) associated with the practitioner.

                                                                                              ShortThe name(s) associated with the practitioner
                                                                                              Comments

                                                                                              The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate.

                                                                                              In general, select the value to be used in the ResourceReference.display based on this:

                                                                                              1. There is more than 1 name
                                                                                              2. Use = usual
                                                                                              3. Period is current to the date of the usage
                                                                                              4. Use = official
                                                                                              5. Other order as decided by internal business rules.
                                                                                              Control1..*
                                                                                              TypeHumanName
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Summarytrue
                                                                                              Requirements

                                                                                              The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.

                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              SlicingThis element introduces a set of slices on Practitioner.name. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                              • value @ extension('http://hl7.org/fhir/StructureDefinition/language').value.ofType(code)
                                                                                              • 148. Practitioner.name.id
                                                                                                Definition

                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                ShortUnique id for inter-element referencing
                                                                                                Control0..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                Summaryfalse
                                                                                                150. Practitioner.name.extension
                                                                                                Definition

                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                ShortAdditional content defined by implementations
                                                                                                Comments

                                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                Control0..*
                                                                                                TypeExtension
                                                                                                Is Modifierfalse
                                                                                                Summaryfalse
                                                                                                Alternate Namesextensions, user content
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                SlicingThis element introduces a set of slices on Practitioner.name.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                • value @ url
                                                                                                • 152. Practitioner.name.extension:dataAbsentReason
                                                                                                  Slice NamedataAbsentReason
                                                                                                  Definition

                                                                                                  Provides a reason why the expected value or elements in the element that is extended are missing.

                                                                                                  Shortunknown | asked | temp | notasked | masked | unsupported | astext | error
                                                                                                  Control0..1
                                                                                                  TypeExtension(Data Absent Reason) (Extension Type: code)
                                                                                                  Is Modifierfalse
                                                                                                  Summaryfalse
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  154. Practitioner.name.use
                                                                                                  Definition

                                                                                                  Identifies the purpose for this name.

                                                                                                  Shortusual | official | temp | nickname | anonymous | old | maiden
                                                                                                  Comments

                                                                                                  Applications can assume that a name is current unless it explicitly says that it is temporary or old.

                                                                                                  Control0..1
                                                                                                  BindingThe codes SHALL be taken from NameUse
                                                                                                  (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1)

                                                                                                  The use of a human name.

                                                                                                  Typecode
                                                                                                  Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  Allows the appropriate name for a particular context of use to be selected from among a set of names.

                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  156. Practitioner.name.text
                                                                                                  Definition

                                                                                                  Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.

                                                                                                  ShortText representation of the full name
                                                                                                  Comments

                                                                                                  Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.

                                                                                                  Control0..1
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  A renderable, unencoded form.

                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  158. Practitioner.name.family
                                                                                                  Definition

                                                                                                  The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.

                                                                                                  ShortFamily name (often called 'Surname')
                                                                                                  Comments

                                                                                                  Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).

                                                                                                  Control1..1
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Must Supporttrue
                                                                                                  Summarytrue
                                                                                                  Alternate Namessurname
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  160. Practitioner.name.given
                                                                                                  Definition

                                                                                                  Given name.

                                                                                                  ShortGiven names (not always 'first'). Includes middle names
                                                                                                  Comments

                                                                                                  If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first.

                                                                                                  Control0..*
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summarytrue
                                                                                                  Alternate Namesfirst name, middle name
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  162. Practitioner.name.prefix
                                                                                                  Definition

                                                                                                  Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.

                                                                                                  ShortParts that come before the name
                                                                                                  Control0..*
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summarytrue
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  164. Practitioner.name.suffix
                                                                                                  Definition

                                                                                                  Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.

                                                                                                  ShortParts that come after the name
                                                                                                  Control0..*
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summarytrue
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  166. Practitioner.name.period
                                                                                                  Definition

                                                                                                  Indicates the period of time when this name was valid for the named person.

                                                                                                  ShortTime period when name was/is in use
                                                                                                  Control0..1
                                                                                                  TypePeriod
                                                                                                  Is Modifierfalse
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  Allows names to be placed in historical context.

                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  168. Practitioner.name:Hebrew
                                                                                                  Slice NameHebrew
                                                                                                  Definition

                                                                                                  The name(s) associated with the practitioner.

                                                                                                  ShortThe name(s) associated with the practitioner
                                                                                                  Comments

                                                                                                  The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate.

                                                                                                  In general, select the value to be used in the ResourceReference.display based on this:

                                                                                                  1. There is more than 1 name
                                                                                                  2. Use = usual
                                                                                                  3. Period is current to the date of the usage
                                                                                                  4. Use = official
                                                                                                  5. Other order as decided by internal business rules.
                                                                                                  Control0..*
                                                                                                  TypeHumanName
                                                                                                  Is Modifierfalse
                                                                                                  Summarytrue
                                                                                                  Requirements

                                                                                                  The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.

                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  170. Practitioner.name:Hebrew.id
                                                                                                  Definition

                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                  ShortUnique id for inter-element referencing
                                                                                                  Control0..1
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                  Summaryfalse
                                                                                                  172. Practitioner.name:Hebrew.extension
                                                                                                  Definition

                                                                                                  An Extension

                                                                                                  ShortExtension
                                                                                                  Control1..*
                                                                                                  TypeExtension
                                                                                                  Is Modifierfalse
                                                                                                  Summaryfalse
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                  SlicingThis element introduces a set of slices on Practitioner.name.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                  • value @ url
                                                                                                  • 174. Practitioner.name:Hebrew.extension:dataAbsentReason
                                                                                                    Slice NamedataAbsentReason
                                                                                                    Definition

                                                                                                    Provides a reason why the expected value or elements in the element that is extended are missing.

                                                                                                    Shortunknown | asked | temp | notasked | masked | unsupported | astext | error
                                                                                                    Control0..1
                                                                                                    TypeExtension(Data Absent Reason) (Extension Type: code)
                                                                                                    Is Modifierfalse
                                                                                                    Summaryfalse
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    176. Practitioner.name:Hebrew.extension:language
                                                                                                    Slice Namelanguage
                                                                                                    Definition

                                                                                                    The Human Language of the item.

                                                                                                    ShortHuman Language for the item
                                                                                                    Comments

                                                                                                    This is used where an item may repeat to indicate the language of each repeat.

                                                                                                    Control1..1
                                                                                                    TypeExtension(Human Language) (Extension Type: code)
                                                                                                    Is Modifierfalse
                                                                                                    Summaryfalse
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    178. Practitioner.name:Hebrew.extension:language.id
                                                                                                    Definition

                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                    ShortUnique id for inter-element referencing
                                                                                                    Control0..1
                                                                                                    This element is affected by the following invariants: ele-1
                                                                                                    Typeid
                                                                                                    Is Modifierfalse
                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                    Summaryfalse
                                                                                                    180. Practitioner.name:Hebrew.extension:language.extension
                                                                                                    Definition

                                                                                                    An Extension

                                                                                                    ShortExtension
                                                                                                    Control0..0
                                                                                                    TypeExtension
                                                                                                    Is Modifierfalse
                                                                                                    Summaryfalse
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                    SlicingThis element introduces a set of slices on Practitioner.name.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                    • value @ url
                                                                                                    • 182. Practitioner.name:Hebrew.extension:language.url
                                                                                                      Definition

                                                                                                      Source of the definition for the extension code - a logical name or a URL.

                                                                                                      Shortidentifies the meaning of the extension
                                                                                                      Comments

                                                                                                      The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                      Control1..1
                                                                                                      Typeuri
                                                                                                      Is Modifierfalse
                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                      Summaryfalse
                                                                                                      Fixed Valuehttp://hl7.org/fhir/StructureDefinition/language
                                                                                                      184. Practitioner.name:Hebrew.extension:language.value[x]
                                                                                                      Definition

                                                                                                      Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                      ShortValue of extension
                                                                                                      Control1..1
                                                                                                      This element is affected by the following invariants: ext-1
                                                                                                      BindingThe codes SHOULD be taken from CommonLanguages
                                                                                                      (preferred to http://hl7.org/fhir/ValueSet/languages)

                                                                                                      IETF language tag

                                                                                                      Additional BindingsPurpose
                                                                                                      AllLanguagesMax Binding
                                                                                                      Typecode
                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summaryfalse
                                                                                                      Fixed Valuehe
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      186. Practitioner.name:Hebrew.use
                                                                                                      Definition

                                                                                                      Identifies the purpose for this name.

                                                                                                      Shortusual | official | temp | nickname | anonymous | old | maiden
                                                                                                      Comments

                                                                                                      Applications can assume that a name is current unless it explicitly says that it is temporary or old.

                                                                                                      Control0..1
                                                                                                      BindingThe codes SHALL be taken from NameUse
                                                                                                      (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1)

                                                                                                      The use of a human name.

                                                                                                      Typecode
                                                                                                      Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      Allows the appropriate name for a particular context of use to be selected from among a set of names.

                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      188. Practitioner.name:Hebrew.text
                                                                                                      Definition

                                                                                                      Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.

                                                                                                      ShortText representation of the full name
                                                                                                      Comments

                                                                                                      Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.

                                                                                                      Control0..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      A renderable, unencoded form.

                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      190. Practitioner.name:Hebrew.family
                                                                                                      Definition

                                                                                                      The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.

                                                                                                      ShortFamily name (often called 'Surname')
                                                                                                      Comments

                                                                                                      Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).

                                                                                                      Control0..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Alternate Namessurname
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      192. Practitioner.name:Hebrew.given
                                                                                                      Definition

                                                                                                      Given name.

                                                                                                      ShortGiven names (not always 'first'). Includes middle names
                                                                                                      Comments

                                                                                                      If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first.

                                                                                                      Control0..*
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Alternate Namesfirst name, middle name
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      194. Practitioner.name:Hebrew.prefix
                                                                                                      Definition

                                                                                                      Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.

                                                                                                      ShortParts that come before the name
                                                                                                      Control0..*
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      196. Practitioner.name:Hebrew.suffix
                                                                                                      Definition

                                                                                                      Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.

                                                                                                      ShortParts that come after the name
                                                                                                      Control0..*
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      198. Practitioner.name:Hebrew.period
                                                                                                      Definition

                                                                                                      Indicates the period of time when this name was valid for the named person.

                                                                                                      ShortTime period when name was/is in use
                                                                                                      Control0..1
                                                                                                      TypePeriod
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      Allows names to be placed in historical context.

                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      200. Practitioner.name:English
                                                                                                      Slice NameEnglish
                                                                                                      Definition

                                                                                                      The name(s) associated with the practitioner.

                                                                                                      ShortThe name(s) associated with the practitioner
                                                                                                      Comments

                                                                                                      The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate.

                                                                                                      In general, select the value to be used in the ResourceReference.display based on this:

                                                                                                      1. There is more than 1 name
                                                                                                      2. Use = usual
                                                                                                      3. Period is current to the date of the usage
                                                                                                      4. Use = official
                                                                                                      5. Other order as decided by internal business rules.
                                                                                                      Control0..*
                                                                                                      TypeHumanName
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Requirements

                                                                                                      The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.

                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      202. Practitioner.name:English.id
                                                                                                      Definition

                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                      ShortUnique id for inter-element referencing
                                                                                                      Control0..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                      Summaryfalse
                                                                                                      204. Practitioner.name:English.extension
                                                                                                      Definition

                                                                                                      An Extension

                                                                                                      ShortExtension
                                                                                                      Control1..*
                                                                                                      TypeExtension
                                                                                                      Is Modifierfalse
                                                                                                      Summaryfalse
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                      SlicingThis element introduces a set of slices on Practitioner.name.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                      • value @ url
                                                                                                      • 206. Practitioner.name:English.extension:dataAbsentReason
                                                                                                        Slice NamedataAbsentReason
                                                                                                        Definition

                                                                                                        Provides a reason why the expected value or elements in the element that is extended are missing.

                                                                                                        Shortunknown | asked | temp | notasked | masked | unsupported | astext | error
                                                                                                        Control0..1
                                                                                                        TypeExtension(Data Absent Reason) (Extension Type: code)
                                                                                                        Is Modifierfalse
                                                                                                        Summaryfalse
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        208. Practitioner.name:English.extension:language
                                                                                                        Slice Namelanguage
                                                                                                        Definition

                                                                                                        The Human Language of the item.

                                                                                                        ShortHuman Language for the item
                                                                                                        Comments

                                                                                                        This is used where an item may repeat to indicate the language of each repeat.

                                                                                                        Control1..1
                                                                                                        TypeExtension(Human Language) (Extension Type: code)
                                                                                                        Is Modifierfalse
                                                                                                        Summaryfalse
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        210. Practitioner.name:English.extension:language.id
                                                                                                        Definition

                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                        ShortUnique id for inter-element referencing
                                                                                                        Control0..1
                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                        Typeid
                                                                                                        Is Modifierfalse
                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                        Summaryfalse
                                                                                                        212. Practitioner.name:English.extension:language.extension
                                                                                                        Definition

                                                                                                        An Extension

                                                                                                        ShortExtension
                                                                                                        Control0..0
                                                                                                        TypeExtension
                                                                                                        Is Modifierfalse
                                                                                                        Summaryfalse
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                        SlicingThis element introduces a set of slices on Practitioner.name.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                        • value @ url
                                                                                                        • 214. Practitioner.name:English.extension:language.url
                                                                                                          Definition

                                                                                                          Source of the definition for the extension code - a logical name or a URL.

                                                                                                          Shortidentifies the meaning of the extension
                                                                                                          Comments

                                                                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                          Control1..1
                                                                                                          Typeuri
                                                                                                          Is Modifierfalse
                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                          Summaryfalse
                                                                                                          Fixed Valuehttp://hl7.org/fhir/StructureDefinition/language
                                                                                                          216. Practitioner.name:English.extension:language.value[x]
                                                                                                          Definition

                                                                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                          ShortValue of extension
                                                                                                          Control1..1
                                                                                                          This element is affected by the following invariants: ext-1
                                                                                                          BindingThe codes SHOULD be taken from CommonLanguages
                                                                                                          (preferred to http://hl7.org/fhir/ValueSet/languages)

                                                                                                          IETF language tag

                                                                                                          Additional BindingsPurpose
                                                                                                          AllLanguagesMax Binding
                                                                                                          Typecode
                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Summaryfalse
                                                                                                          Fixed Valueen
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          218. Practitioner.name:English.use
                                                                                                          Definition

                                                                                                          Identifies the purpose for this name.

                                                                                                          Shortusual | official | temp | nickname | anonymous | old | maiden
                                                                                                          Comments

                                                                                                          Applications can assume that a name is current unless it explicitly says that it is temporary or old.

                                                                                                          Control0..1
                                                                                                          BindingThe codes SHALL be taken from NameUse
                                                                                                          (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1)

                                                                                                          The use of a human name.

                                                                                                          Typecode
                                                                                                          Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Summarytrue
                                                                                                          Requirements

                                                                                                          Allows the appropriate name for a particular context of use to be selected from among a set of names.

                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          220. Practitioner.name:English.text
                                                                                                          Definition

                                                                                                          Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.

                                                                                                          ShortText representation of the full name
                                                                                                          Comments

                                                                                                          Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.

                                                                                                          Control0..1
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Summarytrue
                                                                                                          Requirements

                                                                                                          A renderable, unencoded form.

                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          222. Practitioner.name:English.family
                                                                                                          Definition

                                                                                                          The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.

                                                                                                          ShortFamily name (often called 'Surname')
                                                                                                          Comments

                                                                                                          Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).

                                                                                                          Control0..1
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Summarytrue
                                                                                                          Alternate Namessurname
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          224. Practitioner.name:English.given
                                                                                                          Definition

                                                                                                          Given name.

                                                                                                          ShortGiven names (not always 'first'). Includes middle names
                                                                                                          Comments

                                                                                                          If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first.

                                                                                                          Control0..*
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Summarytrue
                                                                                                          Alternate Namesfirst name, middle name
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          226. Practitioner.name:English.prefix
                                                                                                          Definition

                                                                                                          Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.

                                                                                                          ShortParts that come before the name
                                                                                                          Control0..*
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Summarytrue
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          228. Practitioner.name:English.suffix
                                                                                                          Definition

                                                                                                          Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.

                                                                                                          ShortParts that come after the name
                                                                                                          Control0..*
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Summarytrue
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          230. Practitioner.name:English.period
                                                                                                          Definition

                                                                                                          Indicates the period of time when this name was valid for the named person.

                                                                                                          ShortTime period when name was/is in use
                                                                                                          Control0..1
                                                                                                          TypePeriod
                                                                                                          Is Modifierfalse
                                                                                                          Summarytrue
                                                                                                          Requirements

                                                                                                          Allows names to be placed in historical context.

                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          232. Practitioner.name:Arabic
                                                                                                          Slice NameArabic
                                                                                                          Definition

                                                                                                          The name(s) associated with the practitioner.

                                                                                                          ShortThe name(s) associated with the practitioner
                                                                                                          Comments

                                                                                                          The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate.

                                                                                                          In general, select the value to be used in the ResourceReference.display based on this:

                                                                                                          1. There is more than 1 name
                                                                                                          2. Use = usual
                                                                                                          3. Period is current to the date of the usage
                                                                                                          4. Use = official
                                                                                                          5. Other order as decided by internal business rules.
                                                                                                          Control0..*
                                                                                                          TypeHumanName
                                                                                                          Is Modifierfalse
                                                                                                          Summarytrue
                                                                                                          Requirements

                                                                                                          The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.

                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          234. Practitioner.name:Arabic.id
                                                                                                          Definition

                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                          ShortUnique id for inter-element referencing
                                                                                                          Control0..1
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                          Summaryfalse
                                                                                                          236. Practitioner.name:Arabic.extension
                                                                                                          Definition

                                                                                                          An Extension

                                                                                                          ShortExtension
                                                                                                          Control1..*
                                                                                                          TypeExtension
                                                                                                          Is Modifierfalse
                                                                                                          Summaryfalse
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                          SlicingThis element introduces a set of slices on Practitioner.name.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                          • value @ url
                                                                                                          • 238. Practitioner.name:Arabic.extension:dataAbsentReason
                                                                                                            Slice NamedataAbsentReason
                                                                                                            Definition

                                                                                                            Provides a reason why the expected value or elements in the element that is extended are missing.

                                                                                                            Shortunknown | asked | temp | notasked | masked | unsupported | astext | error
                                                                                                            Control0..1
                                                                                                            TypeExtension(Data Absent Reason) (Extension Type: code)
                                                                                                            Is Modifierfalse
                                                                                                            Summaryfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            240. Practitioner.name:Arabic.extension:language
                                                                                                            Slice Namelanguage
                                                                                                            Definition

                                                                                                            The Human Language of the item.

                                                                                                            ShortHuman Language for the item
                                                                                                            Comments

                                                                                                            This is used where an item may repeat to indicate the language of each repeat.

                                                                                                            Control1..1
                                                                                                            TypeExtension(Human Language) (Extension Type: code)
                                                                                                            Is Modifierfalse
                                                                                                            Summaryfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            242. Practitioner.name:Arabic.extension:language.id
                                                                                                            Definition

                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                            ShortUnique id for inter-element referencing
                                                                                                            Control0..1
                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                            Typeid
                                                                                                            Is Modifierfalse
                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                            Summaryfalse
                                                                                                            244. Practitioner.name:Arabic.extension:language.extension
                                                                                                            Definition

                                                                                                            An Extension

                                                                                                            ShortExtension
                                                                                                            Control0..0
                                                                                                            TypeExtension
                                                                                                            Is Modifierfalse
                                                                                                            Summaryfalse
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                            SlicingThis element introduces a set of slices on Practitioner.name.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                            • value @ url
                                                                                                            • 246. Practitioner.name:Arabic.extension:language.url
                                                                                                              Definition

                                                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                                                              Shortidentifies the meaning of the extension
                                                                                                              Comments

                                                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                              Control1..1
                                                                                                              Typeuri
                                                                                                              Is Modifierfalse
                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                              Summaryfalse
                                                                                                              Fixed Valuehttp://hl7.org/fhir/StructureDefinition/language
                                                                                                              248. Practitioner.name:Arabic.extension:language.value[x]
                                                                                                              Definition

                                                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                              ShortValue of extension
                                                                                                              Control1..1
                                                                                                              This element is affected by the following invariants: ext-1
                                                                                                              BindingThe codes SHOULD be taken from CommonLanguages
                                                                                                              (preferred to http://hl7.org/fhir/ValueSet/languages)

                                                                                                              IETF language tag

                                                                                                              Additional BindingsPurpose
                                                                                                              AllLanguagesMax Binding
                                                                                                              Typecode
                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summaryfalse
                                                                                                              Fixed Valuear
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              250. Practitioner.name:Arabic.use
                                                                                                              Definition

                                                                                                              Identifies the purpose for this name.

                                                                                                              Shortusual | official | temp | nickname | anonymous | old | maiden
                                                                                                              Comments

                                                                                                              Applications can assume that a name is current unless it explicitly says that it is temporary or old.

                                                                                                              Control0..1
                                                                                                              BindingThe codes SHALL be taken from NameUse
                                                                                                              (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1)

                                                                                                              The use of a human name.

                                                                                                              Typecode
                                                                                                              Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              Allows the appropriate name for a particular context of use to be selected from among a set of names.

                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              252. Practitioner.name:Arabic.text
                                                                                                              Definition

                                                                                                              Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.

                                                                                                              ShortText representation of the full name
                                                                                                              Comments

                                                                                                              Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.

                                                                                                              Control0..1
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              A renderable, unencoded form.

                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              254. Practitioner.name:Arabic.family
                                                                                                              Definition

                                                                                                              The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.

                                                                                                              ShortFamily name (often called 'Surname')
                                                                                                              Comments

                                                                                                              Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).

                                                                                                              Control0..1
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summarytrue
                                                                                                              Alternate Namessurname
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              256. Practitioner.name:Arabic.given
                                                                                                              Definition

                                                                                                              Given name.

                                                                                                              ShortGiven names (not always 'first'). Includes middle names
                                                                                                              Comments

                                                                                                              If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first.

                                                                                                              Control0..*
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summarytrue
                                                                                                              Alternate Namesfirst name, middle name
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              258. Practitioner.name:Arabic.prefix
                                                                                                              Definition

                                                                                                              Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.

                                                                                                              ShortParts that come before the name
                                                                                                              Control0..*
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summarytrue
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              260. Practitioner.name:Arabic.suffix
                                                                                                              Definition

                                                                                                              Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.

                                                                                                              ShortParts that come after the name
                                                                                                              Control0..*
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summarytrue
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              262. Practitioner.name:Arabic.period
                                                                                                              Definition

                                                                                                              Indicates the period of time when this name was valid for the named person.

                                                                                                              ShortTime period when name was/is in use
                                                                                                              Control0..1
                                                                                                              TypePeriod
                                                                                                              Is Modifierfalse
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              Allows names to be placed in historical context.

                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              264. Practitioner.telecom
                                                                                                              Definition

                                                                                                              A contact detail for the practitioner, e.g. a telephone number or an email address.

                                                                                                              ShortA contact detail for the practitioner (that apply to all roles)
                                                                                                              Comments

                                                                                                              Person may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and to help with identification. These typically will have home numbers, or mobile numbers that are not role specific.

                                                                                                              Control0..*
                                                                                                              TypeContactPoint
                                                                                                              Is Modifierfalse
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              Need to know how to reach a practitioner independent to any roles the practitioner may have.

                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              266. Practitioner.address
                                                                                                              Definition

                                                                                                              An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.

                                                                                                              ShortAn address expressed using postal conventions (as opposed to GPS or other location definition formats)
                                                                                                              Comments

                                                                                                              Note: address is intended to describe postal addresses for administrative purposes, not to describe absolute geographical coordinates. Postal addresses are often used as proxies for physical locations (also see the Location resource).

                                                                                                              Control0..*
                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                              TypeAddress(ILCore Address Profile)
                                                                                                              Is Modifierfalse
                                                                                                              Requirements

                                                                                                              The home/mailing address of the practitioner is often required for employee administration purposes, and also for some rostering services where the start point (practitioners home) can be used in calculations.

                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              268. Practitioner.gender
                                                                                                              Definition

                                                                                                              Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.

                                                                                                              Shortmale | female | other | unknown
                                                                                                              Control0..1
                                                                                                              BindingThe codes SHALL be taken from AdministrativeGender
                                                                                                              (required to http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1)

                                                                                                              The gender of a person used for administrative purposes.

                                                                                                              Typecode
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              Needed to address the person correctly.

                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              270. Practitioner.birthDate
                                                                                                              Definition

                                                                                                              The date of birth for the practitioner.

                                                                                                              ShortThe date on which the practitioner was born
                                                                                                              Control0..1
                                                                                                              Typedate
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summarytrue
                                                                                                              Requirements

                                                                                                              Needed for identification.

                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              272. Practitioner.photo
                                                                                                              Definition

                                                                                                              Image of the person.

                                                                                                              ShortImage of the person
                                                                                                              Control0..*
                                                                                                              TypeAttachment
                                                                                                              Is Modifierfalse
                                                                                                              Summaryfalse
                                                                                                              Requirements

                                                                                                              Many EHR systems have the capability to capture an image of patients and personnel. Fits with newer social media usage too.

                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              274. Practitioner.qualification
                                                                                                              Definition

                                                                                                              The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.

                                                                                                              <mark>Note:</mark>

                                                                                                              <b><u>Certificates of all professions except nursing</b></u>

                                                                                                              • For temporary license (slice: [moh-temp-practitioner-license]): code = 1; SHALL have identifier, consisting of profession code, a hyphen ("-"), followed by a number. Example - 1-1111;

                                                                                                              • For permanent license (slice: [moh-practitioner-license]): code = 2; SHALL have identifier, consisting of profession code, a hyphen ("-"), followed by a number. Example - 1-1111;

                                                                                                              • For certificate of expretise (slice: [moh-expretise]): code = 5; SHOULD (if available, not mandatory) have identifier, consisting of a number. Example - 12345;

                                                                                                              • For instructor certificate (slice: [moh-instructor]): code = 13; SHOULD (if available, not mandatory) have identifier, consisting of a number. Example - 12345;

                                                                                                              Check each slice for more specific details.

                                                                                                              ShortCertification, licenses, or training pertaining to the provision of care
                                                                                                              Control0..*
                                                                                                              TypeBackboneElement
                                                                                                              Is Modifierfalse
                                                                                                              Summaryfalse
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              SlicingThis element introduces a set of slices on Practitioner.qualification. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                              • pattern @ code
                                                                                                              • 276. Practitioner.qualification.id
                                                                                                                Definition

                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                Control0..1
                                                                                                                Typestring
                                                                                                                Is Modifierfalse
                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                Summaryfalse
                                                                                                                278. Practitioner.qualification.extension
                                                                                                                Definition

                                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                ShortAdditional content defined by implementations
                                                                                                                Comments

                                                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                Control0..*
                                                                                                                TypeExtension
                                                                                                                Is Modifierfalse
                                                                                                                Summaryfalse
                                                                                                                Alternate Namesextensions, user content
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                280. Practitioner.qualification.modifierExtension
                                                                                                                Definition

                                                                                                                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                Comments

                                                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                Control0..*
                                                                                                                TypeExtension
                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                Summarytrue
                                                                                                                Requirements

                                                                                                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                Alternate Namesextensions, user content, modifiers
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                282. Practitioner.qualification.identifier
                                                                                                                Definition

                                                                                                                An identifier that applies to this person's qualification in this role.

                                                                                                                ShortAn identifier for this qualification for the practitioner
                                                                                                                NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                Control0..*
                                                                                                                TypeIdentifier
                                                                                                                Is Modifierfalse
                                                                                                                Summaryfalse
                                                                                                                Requirements

                                                                                                                Often, specific identities are assigned for the qualification.

                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                284. Practitioner.qualification.code
                                                                                                                Definition

                                                                                                                Coded representation of the qualification.

                                                                                                                ShortCoded representation of the qualification
                                                                                                                Control1..1
                                                                                                                BindingUnless not suitable, these codes SHALL be taken from Practitioner Certificate Types
                                                                                                                (extensible to http://fhir.health.gov.il/ValueSet/practitioner-certificate-type)
                                                                                                                TypeCodeableConcept
                                                                                                                Is Modifierfalse
                                                                                                                Summaryfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                286. Practitioner.qualification.period
                                                                                                                Definition

                                                                                                                Period during which the qualification is valid.

                                                                                                                ShortPeriod during which the qualification is valid
                                                                                                                Control0..1
                                                                                                                TypePeriod
                                                                                                                Is Modifierfalse
                                                                                                                Summaryfalse
                                                                                                                Requirements

                                                                                                                Qualifications are often for a limited period of time, and can be revoked.

                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                288. Practitioner.qualification.issuer
                                                                                                                Definition

                                                                                                                Organization that regulates and issues the qualification.

                                                                                                                ShortOrganization that regulates and issues the qualification
                                                                                                                Control0..1
                                                                                                                TypeReference(ILCore Organization Profile)
                                                                                                                Is Modifierfalse
                                                                                                                Summaryfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                290. Practitioner.qualification:moh-temp-practitioner-license
                                                                                                                Slice Namemoh-temp-practitioner-license
                                                                                                                Definition

                                                                                                                Temporary practitioner license issued by Israeli Ministry of Health

                                                                                                                <mark>Note:</mark> identifier (מספר רישיון זמני למקצועות הבריאות) is <b>mandatory</b> and SHOULD include the profession-code, a dash (-) and a sequence number. I.e., <profession-code>-<profession-certificate-number> where profession-code is a value of <a href="https://simplifier.net/ilcore/practitioner-profession-moh-duplicate-2">PractitionerProfessionMoH</a>

                                                                                                                Shortרישיון זמני
                                                                                                                Control0..*
                                                                                                                TypeBackboneElement
                                                                                                                Is Modifierfalse
                                                                                                                Summaryfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                292. Practitioner.qualification:moh-temp-practitioner-license.id
                                                                                                                Definition

                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                Control0..1
                                                                                                                Typestring
                                                                                                                Is Modifierfalse
                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                Summaryfalse
                                                                                                                294. Practitioner.qualification:moh-temp-practitioner-license.extension
                                                                                                                Definition

                                                                                                                An Extension

                                                                                                                ShortExtension
                                                                                                                Control1..*
                                                                                                                TypeExtension
                                                                                                                Is Modifierfalse
                                                                                                                Summaryfalse
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                • value @ url
                                                                                                                • 296. Practitioner.qualification:moh-temp-practitioner-license.extension:practice
                                                                                                                  Slice Namepractice
                                                                                                                  Definition

                                                                                                                  Extension: Qualification Practice

                                                                                                                  ShortExt: Qualification Practice
                                                                                                                  Control1..1
                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                  TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                                                                  Is Modifierfalse
                                                                                                                  Example<br/><b>Valid example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "2", "display" : "רפואת שיניים" }] }
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  298. Practitioner.qualification:moh-temp-practitioner-license.extension:practice.id
                                                                                                                  Definition

                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  300. Practitioner.qualification:moh-temp-practitioner-license.extension:practice.extension
                                                                                                                  Definition

                                                                                                                  An Extension

                                                                                                                  ShortExtension
                                                                                                                  Control0..0
                                                                                                                  TypeExtension
                                                                                                                  Is Modifierfalse
                                                                                                                  Summaryfalse
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                  • value @ url
                                                                                                                  • 302. Practitioner.qualification:moh-temp-practitioner-license.extension:practice.url
                                                                                                                    Definition

                                                                                                                    Source of the definition for the extension code - a logical name or a URL.

                                                                                                                    Shortidentifies the meaning of the extension
                                                                                                                    Comments

                                                                                                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                    Control1..1
                                                                                                                    Typeuri
                                                                                                                    Is Modifierfalse
                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                    Summaryfalse
                                                                                                                    Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                                                                    304. Practitioner.qualification:moh-temp-practitioner-license.extension:practice.value[x]
                                                                                                                    Definition

                                                                                                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                    ShortValue of extension
                                                                                                                    Control0..1
                                                                                                                    BindingThe codes SHALL be taken from קוד מקצוע לעוסק בבריאות
                                                                                                                    (required to http://fhir.health.gov.il/ValueSet/practitioner-profession-moh)
                                                                                                                    TypeCodeableConcept
                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                    Is Modifierfalse
                                                                                                                    Summaryfalse
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    306. Practitioner.qualification:moh-temp-practitioner-license.modifierExtension
                                                                                                                    Definition

                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                    Comments

                                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                    Control0..*
                                                                                                                    TypeExtension
                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                    Summarytrue
                                                                                                                    Requirements

                                                                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                    Alternate Namesextensions, user content, modifiers
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    308. Practitioner.qualification:moh-temp-practitioner-license.identifier
                                                                                                                    Definition

                                                                                                                    An identifier that applies to this person's qualification in this role.

                                                                                                                    ShortAn identifier for this qualification for the practitioner
                                                                                                                    NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                    Control1..*
                                                                                                                    TypeIdentifier
                                                                                                                    Is Modifierfalse
                                                                                                                    Summaryfalse
                                                                                                                    Requirements

                                                                                                                    Often, specific identities are assigned for the qualification.

                                                                                                                    Example<br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    310. Practitioner.qualification:moh-temp-practitioner-license.identifier.id
                                                                                                                    Definition

                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                    Control0..1
                                                                                                                    Typestring
                                                                                                                    Is Modifierfalse
                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                    Summaryfalse
                                                                                                                    312. Practitioner.qualification:moh-temp-practitioner-license.identifier.extension
                                                                                                                    Definition

                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                    ShortAdditional content defined by implementations
                                                                                                                    Comments

                                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                    Control0..*
                                                                                                                    TypeExtension
                                                                                                                    Is Modifierfalse
                                                                                                                    Summaryfalse
                                                                                                                    Alternate Namesextensions, user content
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                    SlicingThis element introduces a set of slices on Practitioner.qualification.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                    • value @ url
                                                                                                                    • 314. Practitioner.qualification:moh-temp-practitioner-license.identifier.use
                                                                                                                      Definition

                                                                                                                      The purpose of this identifier.

                                                                                                                      Shortusual | official | temp | secondary | old (If known)
                                                                                                                      Comments

                                                                                                                      Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                                                      Control0..1
                                                                                                                      BindingThe codes SHALL be taken from IdentifierUse
                                                                                                                      (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                                                      Identifies the purpose for this identifier, if known .

                                                                                                                      Typecode
                                                                                                                      Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Summarytrue
                                                                                                                      Requirements

                                                                                                                      Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      316. Practitioner.qualification:moh-temp-practitioner-license.identifier.type
                                                                                                                      Definition

                                                                                                                      A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                      ShortDescription of identifier
                                                                                                                      Comments

                                                                                                                      This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                                                      Control0..1
                                                                                                                      BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                                                      (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                      A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                      TypeCodeableConcept
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Requirements

                                                                                                                      Allows users to make use of identifiers when the identifier system is not known.

                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      318. Practitioner.qualification:moh-temp-practitioner-license.identifier.system
                                                                                                                      Definition

                                                                                                                      Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                                                      ShortIsraeli MoH Practitioner License URI
                                                                                                                      Comments

                                                                                                                      Identifier.system is always case sensitive.

                                                                                                                      Control1..1
                                                                                                                      Typeuri
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Summarytrue
                                                                                                                      Requirements

                                                                                                                      There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                                                      Fixed Valuehttp://practitioners.health.gov.il/Practitioners
                                                                                                                      Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      320. Practitioner.qualification:moh-temp-practitioner-license.identifier.value
                                                                                                                      Definition

                                                                                                                      The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                                                      ShortLicense number, including prefix
                                                                                                                      Comments

                                                                                                                      If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                                                      Control1..1
                                                                                                                      Typestring
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Summarytrue
                                                                                                                      Example<br/><b>General</b>:123456 <br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      identifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                                                                                                                      322. Practitioner.qualification:moh-temp-practitioner-license.identifier.period
                                                                                                                      Definition

                                                                                                                      Time period during which identifier is/was valid for use.

                                                                                                                      ShortTime period when id is/was valid for use
                                                                                                                      Control0..1
                                                                                                                      TypePeriod
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      324. Practitioner.qualification:moh-temp-practitioner-license.identifier.assigner
                                                                                                                      Definition

                                                                                                                      Organization that issued/manages the identifier.

                                                                                                                      ShortOrganization that issued id (may be just text)
                                                                                                                      Comments

                                                                                                                      The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                                                      Control0..1
                                                                                                                      TypeReference(Organization)
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      326. Practitioner.qualification:moh-temp-practitioner-license.code
                                                                                                                      Definition

                                                                                                                      Coded representation of the qualification.

                                                                                                                      ShortCoded representation of the qualification
                                                                                                                      Control1..1
                                                                                                                      BindingFor example codes, see v2 table 0360, Version 2.7
                                                                                                                      (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                                                                      Specific qualification the practitioner has to provide a service.

                                                                                                                      TypeCodeableConcept
                                                                                                                      Is Modifierfalse
                                                                                                                      Summaryfalse
                                                                                                                      Pattern Value{
                                                                                                                        "coding" : [{
                                                                                                                          "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                                                                          "code" : "1"
                                                                                                                        }]
                                                                                                                      }
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      328. Practitioner.qualification:moh-temp-practitioner-license.period
                                                                                                                      Definition

                                                                                                                      Period during which the qualification is valid.

                                                                                                                      ShortPeriod during which the qualification is valid
                                                                                                                      Control0..1
                                                                                                                      TypePeriod
                                                                                                                      Is Modifierfalse
                                                                                                                      Summaryfalse
                                                                                                                      Requirements

                                                                                                                      Qualifications are often for a limited period of time, and can be revoked.

                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      330. Practitioner.qualification:moh-temp-practitioner-license.issuer
                                                                                                                      Definition

                                                                                                                      Organization that regulates and issues the qualification.

                                                                                                                      ShortOrganization that regulates and issues the qualification
                                                                                                                      Control0..1
                                                                                                                      TypeReference(ILCore Organization Profile)
                                                                                                                      Is Modifierfalse
                                                                                                                      Summaryfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      332. Practitioner.qualification:moh-practitioner-license
                                                                                                                      Slice Namemoh-practitioner-license
                                                                                                                      Definition

                                                                                                                      Permanent practitioner license issued by Israeli Ministry of Health

                                                                                                                      <mark>Note:</mark> identifier (מספר רישיון קבוע למקצועות הבריאות) is <b>mandatory</b> and SHOULD include the profession-code, a dash (-) and a sequence number. I.e., <profession-code>-<profession-certificate-number> where profession-code is a value of <a href="https://simplifier.net/ilcore/practitioner-profession-moh-duplicate-2">PractitionerProfessionMoH</a>

                                                                                                                      Shortרישיון קבוע
                                                                                                                      Control0..*
                                                                                                                      TypeBackboneElement
                                                                                                                      Is Modifierfalse
                                                                                                                      Summaryfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      334. Practitioner.qualification:moh-practitioner-license.id
                                                                                                                      Definition

                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                      Control0..1
                                                                                                                      Typestring
                                                                                                                      Is Modifierfalse
                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                      Summaryfalse
                                                                                                                      336. Practitioner.qualification:moh-practitioner-license.extension
                                                                                                                      Definition

                                                                                                                      An Extension

                                                                                                                      ShortExtension
                                                                                                                      Control1..*
                                                                                                                      TypeExtension
                                                                                                                      Is Modifierfalse
                                                                                                                      Summaryfalse
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                      • value @ url
                                                                                                                      • 338. Practitioner.qualification:moh-practitioner-license.extension:practice
                                                                                                                        Slice Namepractice
                                                                                                                        Definition

                                                                                                                        Extension: Qualification Practice

                                                                                                                        ShortExt: Qualification Practice
                                                                                                                        Control1..1
                                                                                                                        This element is affected by the following invariants: ele-1
                                                                                                                        TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                                                                        Is Modifierfalse
                                                                                                                        Example<br/><b>valid example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "2", "display" : "רפואת שיניים" }] }
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                        340. Practitioner.qualification:moh-practitioner-license.extension:practice.id
                                                                                                                        Definition

                                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                        Control0..1
                                                                                                                        Typestring
                                                                                                                        Is Modifierfalse
                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                        Summaryfalse
                                                                                                                        342. Practitioner.qualification:moh-practitioner-license.extension:practice.extension
                                                                                                                        Definition

                                                                                                                        An Extension

                                                                                                                        ShortExtension
                                                                                                                        Control0..0
                                                                                                                        TypeExtension
                                                                                                                        Is Modifierfalse
                                                                                                                        Summaryfalse
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                        SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                        • value @ url
                                                                                                                        • 344. Practitioner.qualification:moh-practitioner-license.extension:practice.url
                                                                                                                          Definition

                                                                                                                          Source of the definition for the extension code - a logical name or a URL.

                                                                                                                          Shortidentifies the meaning of the extension
                                                                                                                          Comments

                                                                                                                          The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                          Control1..1
                                                                                                                          Typeuri
                                                                                                                          Is Modifierfalse
                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                          Summaryfalse
                                                                                                                          Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                                                                          346. Practitioner.qualification:moh-practitioner-license.extension:practice.value[x]
                                                                                                                          Definition

                                                                                                                          Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                          ShortValue of extension
                                                                                                                          Control0..1
                                                                                                                          BindingThe codes SHALL be taken from קוד מקצוע לעוסק בבריאות
                                                                                                                          (required to http://fhir.health.gov.il/ValueSet/practitioner-profession-moh)
                                                                                                                          TypeCodeableConcept
                                                                                                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                          Is Modifierfalse
                                                                                                                          Summaryfalse
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          348. Practitioner.qualification:moh-practitioner-license.modifierExtension
                                                                                                                          Definition

                                                                                                                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                          ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                          Comments

                                                                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                          Control0..*
                                                                                                                          TypeExtension
                                                                                                                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                          Summarytrue
                                                                                                                          Requirements

                                                                                                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                          Alternate Namesextensions, user content, modifiers
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          350. Practitioner.qualification:moh-practitioner-license.identifier
                                                                                                                          Definition

                                                                                                                          An identifier that applies to this person's qualification in this role.

                                                                                                                          ShortAn identifier for this qualification for the practitioner
                                                                                                                          NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                          Control1..*
                                                                                                                          TypeIdentifier
                                                                                                                          Is Modifierfalse
                                                                                                                          Summaryfalse
                                                                                                                          Requirements

                                                                                                                          Often, specific identities are assigned for the qualification.

                                                                                                                          Example<br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          352. Practitioner.qualification:moh-practitioner-license.identifier.id
                                                                                                                          Definition

                                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                          Control0..1
                                                                                                                          Typestring
                                                                                                                          Is Modifierfalse
                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                          Summaryfalse
                                                                                                                          354. Practitioner.qualification:moh-practitioner-license.identifier.extension
                                                                                                                          Definition

                                                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                          ShortAdditional content defined by implementations
                                                                                                                          Comments

                                                                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                          Control0..*
                                                                                                                          TypeExtension
                                                                                                                          Is Modifierfalse
                                                                                                                          Summaryfalse
                                                                                                                          Alternate Namesextensions, user content
                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                          SlicingThis element introduces a set of slices on Practitioner.qualification.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                          • value @ url
                                                                                                                          • 356. Practitioner.qualification:moh-practitioner-license.identifier.use
                                                                                                                            Definition

                                                                                                                            The purpose of this identifier.

                                                                                                                            Shortusual | official | temp | secondary | old (If known)
                                                                                                                            Comments

                                                                                                                            Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                                                            Control0..1
                                                                                                                            BindingThe codes SHALL be taken from IdentifierUse
                                                                                                                            (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                                                            Identifies the purpose for this identifier, if known .

                                                                                                                            Typecode
                                                                                                                            Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Summarytrue
                                                                                                                            Requirements

                                                                                                                            Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            358. Practitioner.qualification:moh-practitioner-license.identifier.type
                                                                                                                            Definition

                                                                                                                            A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                            ShortDescription of identifier
                                                                                                                            Comments

                                                                                                                            This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                                                            Control0..1
                                                                                                                            BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                                                            (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                            A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                            TypeCodeableConcept
                                                                                                                            Is Modifierfalse
                                                                                                                            Summarytrue
                                                                                                                            Requirements

                                                                                                                            Allows users to make use of identifiers when the identifier system is not known.

                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            360. Practitioner.qualification:moh-practitioner-license.identifier.system
                                                                                                                            Definition

                                                                                                                            Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                                                            ShortIsraeli MoH Practitioner License URI
                                                                                                                            Comments

                                                                                                                            Identifier.system is always case sensitive.

                                                                                                                            Control1..1
                                                                                                                            Typeuri
                                                                                                                            Is Modifierfalse
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Summarytrue
                                                                                                                            Requirements

                                                                                                                            There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                                                            Fixed Valuehttp://practitioners.health.gov.il/Practitioners
                                                                                                                            Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            362. Practitioner.qualification:moh-practitioner-license.identifier.value
                                                                                                                            Definition

                                                                                                                            The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                                                            ShortLicense number, including prefix
                                                                                                                            Comments

                                                                                                                            If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                                                            Control1..1
                                                                                                                            Typestring
                                                                                                                            Is Modifierfalse
                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                            Summarytrue
                                                                                                                            Example<br/><b>General</b>:123456 <br/><b>valid Israeli Pracitioner certitificate number example</b>:1-12345
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            identifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                                                                                                                            364. Practitioner.qualification:moh-practitioner-license.identifier.period
                                                                                                                            Definition

                                                                                                                            Time period during which identifier is/was valid for use.

                                                                                                                            ShortTime period when id is/was valid for use
                                                                                                                            Control0..1
                                                                                                                            TypePeriod
                                                                                                                            Is Modifierfalse
                                                                                                                            Summarytrue
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            366. Practitioner.qualification:moh-practitioner-license.identifier.assigner
                                                                                                                            Definition

                                                                                                                            Organization that issued/manages the identifier.

                                                                                                                            ShortOrganization that issued id (may be just text)
                                                                                                                            Comments

                                                                                                                            The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                                                            Control0..1
                                                                                                                            TypeReference(Organization)
                                                                                                                            Is Modifierfalse
                                                                                                                            Summarytrue
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            368. Practitioner.qualification:moh-practitioner-license.code
                                                                                                                            Definition

                                                                                                                            Coded representation of the qualification.

                                                                                                                            ShortCoded representation of the qualification
                                                                                                                            Control1..1
                                                                                                                            BindingFor example codes, see v2 table 0360, Version 2.7
                                                                                                                            (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                                                                            Specific qualification the practitioner has to provide a service.

                                                                                                                            TypeCodeableConcept
                                                                                                                            Is Modifierfalse
                                                                                                                            Summaryfalse
                                                                                                                            Pattern Value{
                                                                                                                              "coding" : [{
                                                                                                                                "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                                                                                "code" : "2"
                                                                                                                              }]
                                                                                                                            }
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            370. Practitioner.qualification:moh-practitioner-license.period
                                                                                                                            Definition

                                                                                                                            Period during which the qualification is valid.

                                                                                                                            ShortPeriod during which the qualification is valid
                                                                                                                            Control0..1
                                                                                                                            TypePeriod
                                                                                                                            Is Modifierfalse
                                                                                                                            Summaryfalse
                                                                                                                            Requirements

                                                                                                                            Qualifications are often for a limited period of time, and can be revoked.

                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            372. Practitioner.qualification:moh-practitioner-license.issuer
                                                                                                                            Definition

                                                                                                                            Organization that regulates and issues the qualification.

                                                                                                                            ShortOrganization that regulates and issues the qualification
                                                                                                                            Control0..1
                                                                                                                            TypeReference(ILCore Organization Profile)
                                                                                                                            Is Modifierfalse
                                                                                                                            Summaryfalse
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            374. Practitioner.qualification:moh-expertise
                                                                                                                            Slice Namemoh-expertise
                                                                                                                            Definition

                                                                                                                            Practitioner expertise certificate issued by Israeli Ministry of Health.

                                                                                                                            <mark>Note:</mark> <b>Practitioner:</b> identifier (מספר תעודת מומחה למקצועות הבריאות) is not mandatory and if exists, SHOULD be a sequence number only. I.e, <expertise-certificate-number>

                                                                                                                            <b>Nurse:</b> identifier (מספר תעודת מומחה למקצועות הסיעוד) is <b>not mandatory</b> and if exists, SHOULD include the expertise-code, a dash (-) and a sequence number. I.e, <expertise-code>-<expertise-certificate-number> where expertise-code is a value of <a href="https://simplifier.net/ilcore/practitioner-expertise-moh-duplicate-2">PractitionerExpertiseMoH</a>

                                                                                                                            Shortתעודת מומחה
                                                                                                                            Control0..*
                                                                                                                            TypeBackboneElement
                                                                                                                            Is Modifierfalse
                                                                                                                            Summaryfalse
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            376. Practitioner.qualification:moh-expertise.id
                                                                                                                            Definition

                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                            Control0..1
                                                                                                                            Typestring
                                                                                                                            Is Modifierfalse
                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                            Summaryfalse
                                                                                                                            378. Practitioner.qualification:moh-expertise.extension
                                                                                                                            Definition

                                                                                                                            An Extension

                                                                                                                            ShortExtension
                                                                                                                            Control1..*
                                                                                                                            TypeExtension
                                                                                                                            Is Modifierfalse
                                                                                                                            Summaryfalse
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                            SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                            • value @ url
                                                                                                                            • 380. Practitioner.qualification:moh-expertise.extension:practice
                                                                                                                              Slice Namepractice
                                                                                                                              Definition

                                                                                                                              Extension: Qualification Practice

                                                                                                                              ShortExt: Qualification Practice
                                                                                                                              Control1..1
                                                                                                                              This element is affected by the following invariants: ele-1
                                                                                                                              TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                                                                              Is Modifierfalse
                                                                                                                              Example<br/><b>valid example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-expertise-moh", "code" : "1", "display" : "רפואה פנימית" }] }
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              382. Practitioner.qualification:moh-expertise.extension:practice.id
                                                                                                                              Definition

                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                              Control0..1
                                                                                                                              Typestring
                                                                                                                              Is Modifierfalse
                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                              Summaryfalse
                                                                                                                              384. Practitioner.qualification:moh-expertise.extension:practice.extension
                                                                                                                              Definition

                                                                                                                              An Extension

                                                                                                                              ShortExtension
                                                                                                                              Control0..0
                                                                                                                              TypeExtension
                                                                                                                              Is Modifierfalse
                                                                                                                              Summaryfalse
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                              SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                              • value @ url
                                                                                                                              • 386. Practitioner.qualification:moh-expertise.extension:practice.url
                                                                                                                                Definition

                                                                                                                                Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                Shortidentifies the meaning of the extension
                                                                                                                                Comments

                                                                                                                                The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                Control1..1
                                                                                                                                Typeuri
                                                                                                                                Is Modifierfalse
                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                Summaryfalse
                                                                                                                                Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                                                                                388. Practitioner.qualification:moh-expertise.extension:practice.value[x]
                                                                                                                                Definition

                                                                                                                                Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                ShortValue of extension
                                                                                                                                Control0..1
                                                                                                                                BindingThe codes SHALL be taken from קוד מומחיות לעוסק בבריאות
                                                                                                                                (required to http://fhir.health.gov.il/ValueSet/practitioner-expertise-moh)
                                                                                                                                TypeCodeableConcept
                                                                                                                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                Is Modifierfalse
                                                                                                                                Summaryfalse
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                390. Practitioner.qualification:moh-expertise.modifierExtension
                                                                                                                                Definition

                                                                                                                                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                Comments

                                                                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                Control0..*
                                                                                                                                TypeExtension
                                                                                                                                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                Alternate Namesextensions, user content, modifiers
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                392. Practitioner.qualification:moh-expertise.identifier
                                                                                                                                Definition

                                                                                                                                An identifier that applies to this person's qualification in this role.

                                                                                                                                ShortAn identifier for this qualification for the practitioner
                                                                                                                                NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                Control0..*
                                                                                                                                TypeIdentifier
                                                                                                                                Is Modifierfalse
                                                                                                                                Summaryfalse
                                                                                                                                Requirements

                                                                                                                                Often, specific identities are assigned for the qualification.

                                                                                                                                Example<br/><b>Valid MOH expertise certification number</b>:108-12345
                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                SlicingThis element introduces a set of slices on Practitioner.qualification.identifier. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                • value @ system
                                                                                                                                • 394. Practitioner.qualification:moh-expertise.identifier.id
                                                                                                                                  Definition

                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                  Control0..1
                                                                                                                                  Typestring
                                                                                                                                  Is Modifierfalse
                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                  Summaryfalse
                                                                                                                                  396. Practitioner.qualification:moh-expertise.identifier.extension
                                                                                                                                  Definition

                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                                  Comments

                                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                  Control0..*
                                                                                                                                  TypeExtension
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Summaryfalse
                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                  SlicingThis element introduces a set of slices on Practitioner.qualification.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                  • value @ url
                                                                                                                                  • 398. Practitioner.qualification:moh-expertise.identifier.use
                                                                                                                                    Definition

                                                                                                                                    The purpose of this identifier.

                                                                                                                                    Shortusual | official | temp | secondary | old (If known)
                                                                                                                                    Comments

                                                                                                                                    Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                                                                    Control0..1
                                                                                                                                    BindingThe codes SHALL be taken from IdentifierUse
                                                                                                                                    (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                                                                    Identifies the purpose for this identifier, if known .

                                                                                                                                    Typecode
                                                                                                                                    Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    400. Practitioner.qualification:moh-expertise.identifier.type
                                                                                                                                    Definition

                                                                                                                                    A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                    ShortDescription of identifier
                                                                                                                                    Comments

                                                                                                                                    This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                                                                    Control0..1
                                                                                                                                    BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                                                                    (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                                    A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    Allows users to make use of identifiers when the identifier system is not known.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    402. Practitioner.qualification:moh-expertise.identifier.system
                                                                                                                                    Definition

                                                                                                                                    Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                                                                    ShortThe namespace for the identifier value
                                                                                                                                    Comments

                                                                                                                                    Identifier.system is always case sensitive.

                                                                                                                                    Control1..1
                                                                                                                                    Typeuri
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                                                                    Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    404. Practitioner.qualification:moh-expertise.identifier.value
                                                                                                                                    Definition

                                                                                                                                    The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                                                                    ShortThe value that is unique
                                                                                                                                    Comments

                                                                                                                                    If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                                                                    Control1..1
                                                                                                                                    Typestring
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                    Summarytrue
                                                                                                                                    Example<br/><b>General</b>:123456 <br/><b>Valid MOH expertise certification number</b>:108-12345
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    406. Practitioner.qualification:moh-expertise.identifier.period
                                                                                                                                    Definition

                                                                                                                                    Time period during which identifier is/was valid for use.

                                                                                                                                    ShortTime period when id is/was valid for use
                                                                                                                                    Control0..1
                                                                                                                                    TypePeriod
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summarytrue
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    408. Practitioner.qualification:moh-expertise.identifier.assigner
                                                                                                                                    Definition

                                                                                                                                    Organization that issued/manages the identifier.

                                                                                                                                    ShortOrganization that issued id (may be just text)
                                                                                                                                    Comments

                                                                                                                                    The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                                                                    Control0..1
                                                                                                                                    TypeReference(Organization)
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summarytrue
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    410. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise
                                                                                                                                    Slice Namemoh-practitioner-expertise
                                                                                                                                    Definition

                                                                                                                                    An identifier that applies to this person's qualification in this role.

                                                                                                                                    ShortAn identifier for this qualification for the practitioner
                                                                                                                                    NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                    Control0..*
                                                                                                                                    TypeIdentifier
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Requirements

                                                                                                                                    Often, specific identities are assigned for the qualification.

                                                                                                                                    Example<br/><b>Valid practitioner expertise certifiaction number</b>:12345
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    412. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.id
                                                                                                                                    Definition

                                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                    Control0..1
                                                                                                                                    Typestring
                                                                                                                                    Is Modifierfalse
                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                    Summaryfalse
                                                                                                                                    414. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.extension
                                                                                                                                    Definition

                                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                    ShortAdditional content defined by implementations
                                                                                                                                    Comments

                                                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                    Control0..*
                                                                                                                                    TypeExtension
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summaryfalse
                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                    SlicingThis element introduces a set of slices on Practitioner.qualification.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                    • value @ url
                                                                                                                                    • 416. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.use
                                                                                                                                      Definition

                                                                                                                                      The purpose of this identifier.

                                                                                                                                      Shortusual | official | temp | secondary | old (If known)
                                                                                                                                      Comments

                                                                                                                                      Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                                                                      Control0..1
                                                                                                                                      BindingThe codes SHALL be taken from IdentifierUse
                                                                                                                                      (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                                                                      Identifies the purpose for this identifier, if known .

                                                                                                                                      Typecode
                                                                                                                                      Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      418. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.type
                                                                                                                                      Definition

                                                                                                                                      A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                      ShortDescription of identifier
                                                                                                                                      Comments

                                                                                                                                      This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                                                                      Control0..1
                                                                                                                                      BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                                                                      (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                                      A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                      TypeCodeableConcept
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      Allows users to make use of identifiers when the identifier system is not known.

                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      420. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.system
                                                                                                                                      Definition

                                                                                                                                      Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                                                                      ShortIsraeli MoH expertise certificate URI
                                                                                                                                      Comments

                                                                                                                                      Identifier.system is always case sensitive.

                                                                                                                                      Control0..1
                                                                                                                                      Typeuri
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Summarytrue
                                                                                                                                      Requirements

                                                                                                                                      There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                                                                      Fixed Valuehttp://fhir.health.gov.il/identifier/practitioner-expertise
                                                                                                                                      Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      422. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.value
                                                                                                                                      Definition

                                                                                                                                      The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                                                                      ShortCertificate number
                                                                                                                                      Comments

                                                                                                                                      If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                                                                      Control0..1
                                                                                                                                      Typestring
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                      Summarytrue
                                                                                                                                      Example<br/><b>General</b>:123456 <br/><b>Valid practitioner expertise certifiaction number</b>:12345
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      identifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                                                                                                                                      424. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.period
                                                                                                                                      Definition

                                                                                                                                      Time period during which identifier is/was valid for use.

                                                                                                                                      ShortTime period when id is/was valid for use
                                                                                                                                      Control0..1
                                                                                                                                      TypePeriod
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Summarytrue
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      426. Practitioner.qualification:moh-expertise.identifier:moh-practitioner-expertise.assigner
                                                                                                                                      Definition

                                                                                                                                      Organization that issued/manages the identifier.

                                                                                                                                      ShortOrganization that issued id (may be just text)
                                                                                                                                      Comments

                                                                                                                                      The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                                                                      Control0..1
                                                                                                                                      TypeReference(Organization)
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Summarytrue
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      428. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise
                                                                                                                                      Slice Namemoh-nurse-expertise
                                                                                                                                      Definition

                                                                                                                                      An identifier that applies to this person's qualification in this role.

                                                                                                                                      ShortAn identifier for this qualification for the practitioner
                                                                                                                                      NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                      Control0..*
                                                                                                                                      TypeIdentifier
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Summaryfalse
                                                                                                                                      Requirements

                                                                                                                                      Often, specific identities are assigned for the qualification.

                                                                                                                                      Example<br/><b>Valid Nurse expertise certifiaction number</b>:108-12345
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      430. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.id
                                                                                                                                      Definition

                                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                      Control0..1
                                                                                                                                      Typestring
                                                                                                                                      Is Modifierfalse
                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                      Summaryfalse
                                                                                                                                      432. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.extension
                                                                                                                                      Definition

                                                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                      ShortAdditional content defined by implementations
                                                                                                                                      Comments

                                                                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                      Control0..*
                                                                                                                                      TypeExtension
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Summaryfalse
                                                                                                                                      Alternate Namesextensions, user content
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                      SlicingThis element introduces a set of slices on Practitioner.qualification.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                      • value @ url
                                                                                                                                      • 434. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.use
                                                                                                                                        Definition

                                                                                                                                        The purpose of this identifier.

                                                                                                                                        Shortusual | official | temp | secondary | old (If known)
                                                                                                                                        Comments

                                                                                                                                        Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                                                                        Control0..1
                                                                                                                                        BindingThe codes SHALL be taken from IdentifierUse
                                                                                                                                        (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                                                                        Identifies the purpose for this identifier, if known .

                                                                                                                                        Typecode
                                                                                                                                        Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        436. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.type
                                                                                                                                        Definition

                                                                                                                                        A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                        ShortDescription of identifier
                                                                                                                                        Comments

                                                                                                                                        This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                                                                        Control0..1
                                                                                                                                        BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                                                                        (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                                        A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                        TypeCodeableConcept
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        Allows users to make use of identifiers when the identifier system is not known.

                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        438. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.system
                                                                                                                                        Definition

                                                                                                                                        Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                                                                        ShortIsraeli MoH expertise certificate URI
                                                                                                                                        Comments

                                                                                                                                        Identifier.system is always case sensitive.

                                                                                                                                        Control0..1
                                                                                                                                        Typeuri
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Summarytrue
                                                                                                                                        Requirements

                                                                                                                                        There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                                                                        Fixed Valuehttp://fhir.health.gov.il/identifier/nurse-expertise
                                                                                                                                        Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        440. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.value
                                                                                                                                        Definition

                                                                                                                                        The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                                                                        ShortCertificate number
                                                                                                                                        Comments

                                                                                                                                        If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                                                                        Control0..1
                                                                                                                                        Typestring
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                        Summarytrue
                                                                                                                                        Example<br/><b>General</b>:123456 <br/><b>Valid Nurse expertise certifiaction number</b>:108-12345
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        identifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                                                                                                                                        442. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.period
                                                                                                                                        Definition

                                                                                                                                        Time period during which identifier is/was valid for use.

                                                                                                                                        ShortTime period when id is/was valid for use
                                                                                                                                        Control0..1
                                                                                                                                        TypePeriod
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summarytrue
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        444. Practitioner.qualification:moh-expertise.identifier:moh-nurse-expertise.assigner
                                                                                                                                        Definition

                                                                                                                                        Organization that issued/manages the identifier.

                                                                                                                                        ShortOrganization that issued id (may be just text)
                                                                                                                                        Comments

                                                                                                                                        The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                                                                        Control0..1
                                                                                                                                        TypeReference(Organization)
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summarytrue
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        446. Practitioner.qualification:moh-expertise.code
                                                                                                                                        Definition

                                                                                                                                        Coded representation of the qualification.

                                                                                                                                        ShortCoded representation of the qualification
                                                                                                                                        Control1..1
                                                                                                                                        BindingFor example codes, see v2 table 0360, Version 2.7
                                                                                                                                        (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                                                                                        Specific qualification the practitioner has to provide a service.

                                                                                                                                        TypeCodeableConcept
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summaryfalse
                                                                                                                                        Pattern Value{
                                                                                                                                          "coding" : [{
                                                                                                                                            "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                                                                                            "code" : "5"
                                                                                                                                          }]
                                                                                                                                        }
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        448. Practitioner.qualification:moh-expertise.period
                                                                                                                                        Definition

                                                                                                                                        Period during which the qualification is valid.

                                                                                                                                        ShortPeriod during which the qualification is valid
                                                                                                                                        Control0..1
                                                                                                                                        TypePeriod
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summaryfalse
                                                                                                                                        Requirements

                                                                                                                                        Qualifications are often for a limited period of time, and can be revoked.

                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        450. Practitioner.qualification:moh-expertise.issuer
                                                                                                                                        Definition

                                                                                                                                        Organization that regulates and issues the qualification.

                                                                                                                                        ShortOrganization that regulates and issues the qualification
                                                                                                                                        Control0..1
                                                                                                                                        TypeReference(ILCore Organization Profile)
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summaryfalse
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        452. Practitioner.qualification:moh-instructor
                                                                                                                                        Slice Namemoh-instructor
                                                                                                                                        Definition

                                                                                                                                        Practitioner instructor certificate issued by Israeli Ministry of Health.

                                                                                                                                        <mark>Note:</mark> identifier (מספר תעודת מדריך) is <b>not mandatory</b> and if exists, SHOULD be a sequence number. I.e, <expertise-code>-<instructor-certificate-number>

                                                                                                                                        Shortתעודת מדריך
                                                                                                                                        Control0..*
                                                                                                                                        TypeBackboneElement
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summaryfalse
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        454. Practitioner.qualification:moh-instructor.id
                                                                                                                                        Definition

                                                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                        Control0..1
                                                                                                                                        Typestring
                                                                                                                                        Is Modifierfalse
                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                        Summaryfalse
                                                                                                                                        456. Practitioner.qualification:moh-instructor.extension
                                                                                                                                        Definition

                                                                                                                                        An Extension

                                                                                                                                        ShortExtension
                                                                                                                                        Control1..*
                                                                                                                                        TypeExtension
                                                                                                                                        Is Modifierfalse
                                                                                                                                        Summaryfalse
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                        SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                        • value @ url
                                                                                                                                        • 458. Practitioner.qualification:moh-instructor.extension:practice
                                                                                                                                          Slice Namepractice
                                                                                                                                          Definition

                                                                                                                                          Extension: Qualification Practice

                                                                                                                                          ShortExt: Qualification Practice
                                                                                                                                          Control1..1
                                                                                                                                          This element is affected by the following invariants: ele-1
                                                                                                                                          TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Example<br/><b>Valid Example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/identifier/practitioner-expertise", "code" : "1", "display" : "רפואה פנימית" }] }
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          460. Practitioner.qualification:moh-instructor.extension:practice.id
                                                                                                                                          Definition

                                                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                          Control0..1
                                                                                                                                          Typestring
                                                                                                                                          Is Modifierfalse
                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                          Summaryfalse
                                                                                                                                          462. Practitioner.qualification:moh-instructor.extension:practice.extension
                                                                                                                                          Definition

                                                                                                                                          An Extension

                                                                                                                                          ShortExtension
                                                                                                                                          Control0..0
                                                                                                                                          TypeExtension
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Summaryfalse
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                          SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                          • value @ url
                                                                                                                                          • 464. Practitioner.qualification:moh-instructor.extension:practice.url
                                                                                                                                            Definition

                                                                                                                                            Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                            Shortidentifies the meaning of the extension
                                                                                                                                            Comments

                                                                                                                                            The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                            Control1..1
                                                                                                                                            Typeuri
                                                                                                                                            Is Modifierfalse
                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                            Summaryfalse
                                                                                                                                            Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                                                                                            466. Practitioner.qualification:moh-instructor.extension:practice.value[x]
                                                                                                                                            Definition

                                                                                                                                            Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                            ShortValue of extension
                                                                                                                                            Control0..1
                                                                                                                                            BindingThe codes SHALL be taken from קוד מומחיות לעוסק בבריאות
                                                                                                                                            (required to http://fhir.health.gov.il/ValueSet/practitioner-expertise-moh)
                                                                                                                                            TypeCodeableConcept
                                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Summaryfalse
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            468. Practitioner.qualification:moh-instructor.modifierExtension
                                                                                                                                            Definition

                                                                                                                                            May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                            ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                            Comments

                                                                                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                            Control0..*
                                                                                                                                            TypeExtension
                                                                                                                                            Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                            Summarytrue
                                                                                                                                            Requirements

                                                                                                                                            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                            Alternate Namesextensions, user content, modifiers
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            470. Practitioner.qualification:moh-instructor.identifier
                                                                                                                                            Definition

                                                                                                                                            An identifier that applies to this person's qualification in this role.

                                                                                                                                            ShortAn identifier for this qualification for the practitioner
                                                                                                                                            NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                            Control0..*
                                                                                                                                            TypeIdentifier
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Summaryfalse
                                                                                                                                            Requirements

                                                                                                                                            Often, specific identities are assigned for the qualification.

                                                                                                                                            Example<br/><b>Valid MOH expertise certification number</b>:108-12345
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            472. Practitioner.qualification:moh-instructor.identifier.id
                                                                                                                                            Definition

                                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                            Control0..1
                                                                                                                                            Typestring
                                                                                                                                            Is Modifierfalse
                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                            Summaryfalse
                                                                                                                                            474. Practitioner.qualification:moh-instructor.identifier.extension
                                                                                                                                            Definition

                                                                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                            ShortAdditional content defined by implementations
                                                                                                                                            Comments

                                                                                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                            Control0..*
                                                                                                                                            TypeExtension
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Summaryfalse
                                                                                                                                            Alternate Namesextensions, user content
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                            SlicingThis element introduces a set of slices on Practitioner.qualification.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                            • value @ url
                                                                                                                                            • 476. Practitioner.qualification:moh-instructor.identifier.use
                                                                                                                                              Definition

                                                                                                                                              The purpose of this identifier.

                                                                                                                                              Shortusual | official | temp | secondary | old (If known)
                                                                                                                                              Comments

                                                                                                                                              Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                                                                              Control0..1
                                                                                                                                              BindingThe codes SHALL be taken from IdentifierUse
                                                                                                                                              (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                                                                              Identifies the purpose for this identifier, if known .

                                                                                                                                              Typecode
                                                                                                                                              Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              478. Practitioner.qualification:moh-instructor.identifier.type
                                                                                                                                              Definition

                                                                                                                                              A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                              ShortDescription of identifier
                                                                                                                                              Comments

                                                                                                                                              This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                                                                              Control0..1
                                                                                                                                              BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                                                                              (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                                              A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                              TypeCodeableConcept
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              Allows users to make use of identifiers when the identifier system is not known.

                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              480. Practitioner.qualification:moh-instructor.identifier.system
                                                                                                                                              Definition

                                                                                                                                              Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                                                                              ShortIsraeli MoH expertise certificate URI
                                                                                                                                              Comments

                                                                                                                                              Identifier.system is always case sensitive.

                                                                                                                                              Control1..1
                                                                                                                                              Typeuri
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Summarytrue
                                                                                                                                              Requirements

                                                                                                                                              There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                                                                              Fixed Valuehttp://fhir.health.gov.il/identifier/practitioner-instructor
                                                                                                                                              Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              482. Practitioner.qualification:moh-instructor.identifier.value
                                                                                                                                              Definition

                                                                                                                                              The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                                                                              ShortCertificate number
                                                                                                                                              Comments

                                                                                                                                              If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                                                                              Control1..1
                                                                                                                                              Typestring
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Summarytrue
                                                                                                                                              Example<br/><b>General</b>:123456 <br/><b>Valid MOH expertise certification number</b>:108-12345
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              identifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                                                                                                                                              484. Practitioner.qualification:moh-instructor.identifier.period
                                                                                                                                              Definition

                                                                                                                                              Time period during which identifier is/was valid for use.

                                                                                                                                              ShortTime period when id is/was valid for use
                                                                                                                                              Control0..1
                                                                                                                                              TypePeriod
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summarytrue
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              486. Practitioner.qualification:moh-instructor.identifier.assigner
                                                                                                                                              Definition

                                                                                                                                              Organization that issued/manages the identifier.

                                                                                                                                              ShortOrganization that issued id (may be just text)
                                                                                                                                              Comments

                                                                                                                                              The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                                                                              Control0..1
                                                                                                                                              TypeReference(Organization)
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summarytrue
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              488. Practitioner.qualification:moh-instructor.code
                                                                                                                                              Definition

                                                                                                                                              Coded representation of the qualification.

                                                                                                                                              ShortCoded representation of the qualification
                                                                                                                                              Control1..1
                                                                                                                                              BindingFor example codes, see v2 table 0360, Version 2.7
                                                                                                                                              (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                                                                                              Specific qualification the practitioner has to provide a service.

                                                                                                                                              TypeCodeableConcept
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summaryfalse
                                                                                                                                              Pattern Value{
                                                                                                                                                "coding" : [{
                                                                                                                                                  "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                                                                                                  "code" : "13"
                                                                                                                                                }]
                                                                                                                                              }
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              490. Practitioner.qualification:moh-instructor.period
                                                                                                                                              Definition

                                                                                                                                              Period during which the qualification is valid.

                                                                                                                                              ShortPeriod during which the qualification is valid
                                                                                                                                              Control0..1
                                                                                                                                              TypePeriod
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summaryfalse
                                                                                                                                              Requirements

                                                                                                                                              Qualifications are often for a limited period of time, and can be revoked.

                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              492. Practitioner.qualification:moh-instructor.issuer
                                                                                                                                              Definition

                                                                                                                                              Organization that regulates and issues the qualification.

                                                                                                                                              ShortOrganization that regulates and issues the qualification
                                                                                                                                              Control0..1
                                                                                                                                              TypeReference(ILCore Organization Profile)
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summaryfalse
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              494. Practitioner.qualification:moh-nurse-temp-permit
                                                                                                                                              Slice Namemoh-nurse-temp-permit
                                                                                                                                              Definition

                                                                                                                                              The slice is used for temporary licenses (temporary permit to practice nursing) for nurses only.

                                                                                                                                              <mark>Note:</mark> identifier (מספר רישיון זמני למקצועות הסיעוד) is mandatory and SHOULD be a sequence number only. I.e., <temporary-permit-certificate-number>

                                                                                                                                              Shortהיתר זמני
                                                                                                                                              Control0..*
                                                                                                                                              TypeBackboneElement
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summaryfalse
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              496. Practitioner.qualification:moh-nurse-temp-permit.id
                                                                                                                                              Definition

                                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                              Control0..1
                                                                                                                                              Typestring
                                                                                                                                              Is Modifierfalse
                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                              Summaryfalse
                                                                                                                                              498. Practitioner.qualification:moh-nurse-temp-permit.extension
                                                                                                                                              Definition

                                                                                                                                              An Extension

                                                                                                                                              ShortExtension
                                                                                                                                              Control0..*
                                                                                                                                              TypeExtension
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Summaryfalse
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                              SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                              • value @ url
                                                                                                                                              • 500. Practitioner.qualification:moh-nurse-temp-permit.extension:practice
                                                                                                                                                Slice Namepractice
                                                                                                                                                Definition

                                                                                                                                                Extension: Qualification Practice

                                                                                                                                                ShortExt: Qualification Practice
                                                                                                                                                Control0..1
                                                                                                                                                This element is affected by the following invariants: ele-1
                                                                                                                                                TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Example<br/><b>Valid Example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "102", "display" : "אח/ות מעשי/ת" }] }
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                502. Practitioner.qualification:moh-nurse-temp-permit.extension:practice.id
                                                                                                                                                Definition

                                                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                Control0..1
                                                                                                                                                Typestring
                                                                                                                                                Is Modifierfalse
                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                Summaryfalse
                                                                                                                                                504. Practitioner.qualification:moh-nurse-temp-permit.extension:practice.extension
                                                                                                                                                Definition

                                                                                                                                                An Extension

                                                                                                                                                ShortExtension
                                                                                                                                                Control0..0
                                                                                                                                                TypeExtension
                                                                                                                                                Is Modifierfalse
                                                                                                                                                Summaryfalse
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                • value @ url
                                                                                                                                                • 506. Practitioner.qualification:moh-nurse-temp-permit.extension:practice.url
                                                                                                                                                  Definition

                                                                                                                                                  Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                  Shortidentifies the meaning of the extension
                                                                                                                                                  Comments

                                                                                                                                                  The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                  Control1..1
                                                                                                                                                  Typeuri
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                                                                                                  508. Practitioner.qualification:moh-nurse-temp-permit.extension:practice.value[x]
                                                                                                                                                  Definition

                                                                                                                                                  Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                  ShortValue of extension
                                                                                                                                                  Control0..1
                                                                                                                                                  BindingThe codes SHALL be taken from קוד מקצוע לעוסק בסיעוד
                                                                                                                                                  (required to http://fhir.health.gov.il/ValueSet/practitioner-nurse-profession-moh)
                                                                                                                                                  TypeCodeableConcept
                                                                                                                                                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  510. Practitioner.qualification:moh-nurse-temp-permit.modifierExtension
                                                                                                                                                  Definition

                                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                  Comments

                                                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                  Summarytrue
                                                                                                                                                  Requirements

                                                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  512. Practitioner.qualification:moh-nurse-temp-permit.identifier
                                                                                                                                                  Definition

                                                                                                                                                  An identifier that applies to this person's qualification in this role.

                                                                                                                                                  ShortAn identifier for this qualification for the practitioner
                                                                                                                                                  NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                                  Control1..*
                                                                                                                                                  TypeIdentifier
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Requirements

                                                                                                                                                  Often, specific identities are assigned for the qualification.

                                                                                                                                                  Example<br/><b>Valid nurse registration certificate number example</b>:12345
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  514. Practitioner.qualification:moh-nurse-temp-permit.identifier.id
                                                                                                                                                  Definition

                                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                  Control0..1
                                                                                                                                                  Typestring
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                  Summaryfalse
                                                                                                                                                  516. Practitioner.qualification:moh-nurse-temp-permit.identifier.extension
                                                                                                                                                  Definition

                                                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                                                  Comments

                                                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeExtension
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summaryfalse
                                                                                                                                                  Alternate Namesextensions, user content
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                  SlicingThis element introduces a set of slices on Practitioner.qualification.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                  • value @ url
                                                                                                                                                  • 518. Practitioner.qualification:moh-nurse-temp-permit.identifier.use
                                                                                                                                                    Definition

                                                                                                                                                    The purpose of this identifier.

                                                                                                                                                    Shortusual | official | temp | secondary | old (If known)
                                                                                                                                                    Comments

                                                                                                                                                    Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                                                                                    Control0..1
                                                                                                                                                    BindingThe codes SHALL be taken from IdentifierUse
                                                                                                                                                    (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                                                                                    Identifies the purpose for this identifier, if known .

                                                                                                                                                    Typecode
                                                                                                                                                    Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                    Summarytrue
                                                                                                                                                    Requirements

                                                                                                                                                    Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    520. Practitioner.qualification:moh-nurse-temp-permit.identifier.type
                                                                                                                                                    Definition

                                                                                                                                                    A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                                    ShortDescription of identifier
                                                                                                                                                    Comments

                                                                                                                                                    This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                                                                                    Control0..1
                                                                                                                                                    BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                                                                                    (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                                                    A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                                    TypeCodeableConcept
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Summarytrue
                                                                                                                                                    Requirements

                                                                                                                                                    Allows users to make use of identifiers when the identifier system is not known.

                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    522. Practitioner.qualification:moh-nurse-temp-permit.identifier.system
                                                                                                                                                    Definition

                                                                                                                                                    Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                                                                                    ShortIsraeli MoH nurse certificate URI
                                                                                                                                                    Comments

                                                                                                                                                    Identifier.system is always case sensitive.

                                                                                                                                                    Control1..1
                                                                                                                                                    Typeuri
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                    Summarytrue
                                                                                                                                                    Requirements

                                                                                                                                                    There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                                                                                    Fixed Valuehttp://practitioners.health.gov.il/Nurses
                                                                                                                                                    Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    524. Practitioner.qualification:moh-nurse-temp-permit.identifier.value
                                                                                                                                                    Definition

                                                                                                                                                    The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                                                                                    ShortCertificate number
                                                                                                                                                    Comments

                                                                                                                                                    If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                                                                                    Control1..1
                                                                                                                                                    Typestring
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                    Summarytrue
                                                                                                                                                    Example<br/><b>General</b>:123456 <br/><b>Valid nurse registration certificate number example</b>:12345
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    identifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                                                                                                                                                    526. Practitioner.qualification:moh-nurse-temp-permit.identifier.period
                                                                                                                                                    Definition

                                                                                                                                                    Time period during which identifier is/was valid for use.

                                                                                                                                                    ShortTime period when id is/was valid for use
                                                                                                                                                    Control0..1
                                                                                                                                                    TypePeriod
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Summarytrue
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    528. Practitioner.qualification:moh-nurse-temp-permit.identifier.assigner
                                                                                                                                                    Definition

                                                                                                                                                    Organization that issued/manages the identifier.

                                                                                                                                                    ShortOrganization that issued id (may be just text)
                                                                                                                                                    Comments

                                                                                                                                                    The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                                                                                    Control0..1
                                                                                                                                                    TypeReference(Organization)
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Summarytrue
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    530. Practitioner.qualification:moh-nurse-temp-permit.code
                                                                                                                                                    Definition

                                                                                                                                                    Coded representation of the qualification.

                                                                                                                                                    ShortCoded representation of the qualification
                                                                                                                                                    Control1..1
                                                                                                                                                    BindingFor example codes, see v2 table 0360, Version 2.7
                                                                                                                                                    (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                                                                                                    Specific qualification the practitioner has to provide a service.

                                                                                                                                                    TypeCodeableConcept
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Summaryfalse
                                                                                                                                                    Pattern Value{
                                                                                                                                                      "coding" : [{
                                                                                                                                                        "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                                                                                                        "code" : "102"
                                                                                                                                                      }]
                                                                                                                                                    }
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    532. Practitioner.qualification:moh-nurse-temp-permit.period
                                                                                                                                                    Definition

                                                                                                                                                    Period during which the qualification is valid.

                                                                                                                                                    ShortPeriod during which the qualification is valid
                                                                                                                                                    Control0..1
                                                                                                                                                    TypePeriod
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Summaryfalse
                                                                                                                                                    Requirements

                                                                                                                                                    Qualifications are often for a limited period of time, and can be revoked.

                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    534. Practitioner.qualification:moh-nurse-temp-permit.issuer
                                                                                                                                                    Definition

                                                                                                                                                    Organization that regulates and issues the qualification.

                                                                                                                                                    ShortOrganization that regulates and issues the qualification
                                                                                                                                                    Control0..1
                                                                                                                                                    TypeReference(ILCore Organization Profile)
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Summaryfalse
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    536. Practitioner.qualification:moh-nurse-registration-certificate
                                                                                                                                                    Slice Namemoh-nurse-registration-certificate
                                                                                                                                                    Definition

                                                                                                                                                    The slice is used for permanent licenses (permanent registration certificate to practice nursing) <b>for nurses only</b>.

                                                                                                                                                    <mark>Note:</mark> identifier (מספר רישיון קבוע למקצועות הסיעוד) is <b>mandatory</b> and SHOULD be a sequence number only. I.e., <permanent-registration-certificate-number>

                                                                                                                                                    Shortתעודת רישום
                                                                                                                                                    Control0..*
                                                                                                                                                    TypeBackboneElement
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Summaryfalse
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    538. Practitioner.qualification:moh-nurse-registration-certificate.id
                                                                                                                                                    Definition

                                                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                    Control0..1
                                                                                                                                                    Typestring
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                    Summaryfalse
                                                                                                                                                    540. Practitioner.qualification:moh-nurse-registration-certificate.extension
                                                                                                                                                    Definition

                                                                                                                                                    An Extension

                                                                                                                                                    ShortExtension
                                                                                                                                                    Control0..*
                                                                                                                                                    TypeExtension
                                                                                                                                                    Is Modifierfalse
                                                                                                                                                    Summaryfalse
                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                    SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                    • value @ url
                                                                                                                                                    • 542. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice
                                                                                                                                                      Slice Namepractice
                                                                                                                                                      Definition

                                                                                                                                                      Extension: Qualification Practice

                                                                                                                                                      ShortExt: Qualification Practice
                                                                                                                                                      Control0..1
                                                                                                                                                      This element is affected by the following invariants: ele-1
                                                                                                                                                      TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Example<br/><b>Valid Example</b>:{ "coding" : [{ "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh", "code" : "101", "display" : "אח/ות מוסמכ/ת" }] }
                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                      544. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice.id
                                                                                                                                                      Definition

                                                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                      Control0..1
                                                                                                                                                      Typestring
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                      Summaryfalse
                                                                                                                                                      546. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice.extension
                                                                                                                                                      Definition

                                                                                                                                                      An Extension

                                                                                                                                                      ShortExtension
                                                                                                                                                      Control0..0
                                                                                                                                                      TypeExtension
                                                                                                                                                      Is Modifierfalse
                                                                                                                                                      Summaryfalse
                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                      SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                      • value @ url
                                                                                                                                                      • 548. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice.url
                                                                                                                                                        Definition

                                                                                                                                                        Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                        Shortidentifies the meaning of the extension
                                                                                                                                                        Comments

                                                                                                                                                        The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                        Control1..1
                                                                                                                                                        Typeuri
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                        Summaryfalse
                                                                                                                                                        Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                                                                                                        550. Practitioner.qualification:moh-nurse-registration-certificate.extension:practice.value[x]
                                                                                                                                                        Definition

                                                                                                                                                        Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                        ShortValue of extension
                                                                                                                                                        Control0..1
                                                                                                                                                        BindingThe codes SHALL be taken from קוד מקצוע לעוסק בסיעוד
                                                                                                                                                        (required to http://fhir.health.gov.il/ValueSet/practitioner-nurse-profession-moh)
                                                                                                                                                        TypeCodeableConcept
                                                                                                                                                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Summaryfalse
                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        552. Practitioner.qualification:moh-nurse-registration-certificate.modifierExtension
                                                                                                                                                        Definition

                                                                                                                                                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                        ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                        Comments

                                                                                                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                        Control0..*
                                                                                                                                                        TypeExtension
                                                                                                                                                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                        Summarytrue
                                                                                                                                                        Requirements

                                                                                                                                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                        Alternate Namesextensions, user content, modifiers
                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                        554. Practitioner.qualification:moh-nurse-registration-certificate.identifier
                                                                                                                                                        Definition

                                                                                                                                                        An identifier that applies to this person's qualification in this role.

                                                                                                                                                        ShortAn identifier for this qualification for the practitioner
                                                                                                                                                        NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                                        Control1..*
                                                                                                                                                        TypeIdentifier
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Summaryfalse
                                                                                                                                                        Requirements

                                                                                                                                                        Often, specific identities are assigned for the qualification.

                                                                                                                                                        Example<br/><b>Valid nurse registration certificate number example</b>:12345
                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        556. Practitioner.qualification:moh-nurse-registration-certificate.identifier.id
                                                                                                                                                        Definition

                                                                                                                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                        ShortUnique id for inter-element referencing
                                                                                                                                                        Control0..1
                                                                                                                                                        Typestring
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                        Summaryfalse
                                                                                                                                                        558. Practitioner.qualification:moh-nurse-registration-certificate.identifier.extension
                                                                                                                                                        Definition

                                                                                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                        ShortAdditional content defined by implementations
                                                                                                                                                        Comments

                                                                                                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                        Control0..*
                                                                                                                                                        TypeExtension
                                                                                                                                                        Is Modifierfalse
                                                                                                                                                        Summaryfalse
                                                                                                                                                        Alternate Namesextensions, user content
                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                        SlicingThis element introduces a set of slices on Practitioner.qualification.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                        • value @ url
                                                                                                                                                        • 560. Practitioner.qualification:moh-nurse-registration-certificate.identifier.use
                                                                                                                                                          Definition

                                                                                                                                                          The purpose of this identifier.

                                                                                                                                                          Shortusual | official | temp | secondary | old (If known)
                                                                                                                                                          Comments

                                                                                                                                                          Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                                                                                          Control0..1
                                                                                                                                                          BindingThe codes SHALL be taken from IdentifierUse
                                                                                                                                                          (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                                                                                          Identifies the purpose for this identifier, if known .

                                                                                                                                                          Typecode
                                                                                                                                                          Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                          Summarytrue
                                                                                                                                                          Requirements

                                                                                                                                                          Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          562. Practitioner.qualification:moh-nurse-registration-certificate.identifier.type
                                                                                                                                                          Definition

                                                                                                                                                          A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                                          ShortDescription of identifier
                                                                                                                                                          Comments

                                                                                                                                                          This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                                                                                          Control0..1
                                                                                                                                                          BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                                                                                          (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                                                          A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                                          TypeCodeableConcept
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Summarytrue
                                                                                                                                                          Requirements

                                                                                                                                                          Allows users to make use of identifiers when the identifier system is not known.

                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          564. Practitioner.qualification:moh-nurse-registration-certificate.identifier.system
                                                                                                                                                          Definition

                                                                                                                                                          Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                                                                                          ShortIsraeli MoH nurse certificate URI
                                                                                                                                                          Comments

                                                                                                                                                          Identifier.system is always case sensitive.

                                                                                                                                                          Control1..1
                                                                                                                                                          Typeuri
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                          Summarytrue
                                                                                                                                                          Requirements

                                                                                                                                                          There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                                                                                          Fixed Valuehttp://practitioners.health.gov.il/Nurses
                                                                                                                                                          Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          566. Practitioner.qualification:moh-nurse-registration-certificate.identifier.value
                                                                                                                                                          Definition

                                                                                                                                                          The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                                                                                          ShortCertificate number
                                                                                                                                                          Comments

                                                                                                                                                          If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                                                                                          Control1..1
                                                                                                                                                          Typestring
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                          Summarytrue
                                                                                                                                                          Example<br/><b>General</b>:123456 <br/><b>Valid nurse registration certificate number example</b>:12345
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          identifier-digits: identifier.value in this slice SHALL be a number with digits only (matches('^[0-9]*$'))
                                                                                                                                                          568. Practitioner.qualification:moh-nurse-registration-certificate.identifier.period
                                                                                                                                                          Definition

                                                                                                                                                          Time period during which identifier is/was valid for use.

                                                                                                                                                          ShortTime period when id is/was valid for use
                                                                                                                                                          Control0..1
                                                                                                                                                          TypePeriod
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Summarytrue
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          570. Practitioner.qualification:moh-nurse-registration-certificate.identifier.assigner
                                                                                                                                                          Definition

                                                                                                                                                          Organization that issued/manages the identifier.

                                                                                                                                                          ShortOrganization that issued id (may be just text)
                                                                                                                                                          Comments

                                                                                                                                                          The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                                                                                          Control0..1
                                                                                                                                                          TypeReference(Organization)
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Summarytrue
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          572. Practitioner.qualification:moh-nurse-registration-certificate.code
                                                                                                                                                          Definition

                                                                                                                                                          Coded representation of the qualification.

                                                                                                                                                          ShortCoded representation of the qualification
                                                                                                                                                          Control1..1
                                                                                                                                                          BindingFor example codes, see v2 table 0360, Version 2.7
                                                                                                                                                          (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                                                                                                          Specific qualification the practitioner has to provide a service.

                                                                                                                                                          TypeCodeableConcept
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Summaryfalse
                                                                                                                                                          Pattern Value{
                                                                                                                                                            "coding" : [{
                                                                                                                                                              "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                                                                                                              "code" : "26"
                                                                                                                                                            }]
                                                                                                                                                          }
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          574. Practitioner.qualification:moh-nurse-registration-certificate.period
                                                                                                                                                          Definition

                                                                                                                                                          Period during which the qualification is valid.

                                                                                                                                                          ShortPeriod during which the qualification is valid
                                                                                                                                                          Control0..1
                                                                                                                                                          TypePeriod
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Summaryfalse
                                                                                                                                                          Requirements

                                                                                                                                                          Qualifications are often for a limited period of time, and can be revoked.

                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          576. Practitioner.qualification:moh-nurse-registration-certificate.issuer
                                                                                                                                                          Definition

                                                                                                                                                          Organization that regulates and issues the qualification.

                                                                                                                                                          ShortOrganization that regulates and issues the qualification
                                                                                                                                                          Control0..1
                                                                                                                                                          TypeReference(ILCore Organization Profile)
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Summaryfalse
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          578. Practitioner.qualification:moh-nurse-advanced-course
                                                                                                                                                          Slice Namemoh-nurse-advanced-course
                                                                                                                                                          Definition

                                                                                                                                                          The slice is used for advanced course certifications (by healthcare specialty) for nurses only.

                                                                                                                                                          <mark>Note:</mark> identifier (מספר תעודת קורס על בסיסי למקצועות הסיעוד) is <b>not mandatory</b> and if exists, SHOULD include the advanced-course-code, a dash (-) and permanent-registration-certificate-number (nurse license-number as the moh-nurse-registration-certificate identifier) <advanced-course-code>-<permanent-registration-certificate-number> where advanced-course-code is a value from <a href="https://simplifier.net/ilcore/practitioner-advanced-course-moh-duplicate-2">PractitionerAdvancedCourseMoH</a>. It means the identifier for different advanced course certificates for the same nurse will not be unique, but the practice-code will show the difference between them.

                                                                                                                                                          Shortתעודת רישום קורס ע ב
                                                                                                                                                          Control0..*
                                                                                                                                                          TypeBackboneElement
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Summaryfalse
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          580. Practitioner.qualification:moh-nurse-advanced-course.id
                                                                                                                                                          Definition

                                                                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                          Control0..1
                                                                                                                                                          Typestring
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                          Summaryfalse
                                                                                                                                                          582. Practitioner.qualification:moh-nurse-advanced-course.extension
                                                                                                                                                          Definition

                                                                                                                                                          An Extension

                                                                                                                                                          ShortExtension
                                                                                                                                                          Control1..*
                                                                                                                                                          TypeExtension
                                                                                                                                                          Is Modifierfalse
                                                                                                                                                          Summaryfalse
                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                          SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                          • value @ url
                                                                                                                                                          • 584. Practitioner.qualification:moh-nurse-advanced-course.extension:practice
                                                                                                                                                            Slice Namepractice
                                                                                                                                                            Definition

                                                                                                                                                            Extension: Qualification Practice

                                                                                                                                                            ShortExt: Qualification Practice
                                                                                                                                                            Control1..1
                                                                                                                                                            This element is affected by the following invariants: ele-1
                                                                                                                                                            TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                            586. Practitioner.qualification:moh-nurse-advanced-course.extension:practice.id
                                                                                                                                                            Definition

                                                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                            Control0..1
                                                                                                                                                            Typestring
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                            Summaryfalse
                                                                                                                                                            588. Practitioner.qualification:moh-nurse-advanced-course.extension:practice.extension
                                                                                                                                                            Definition

                                                                                                                                                            An Extension

                                                                                                                                                            ShortExtension
                                                                                                                                                            Control0..0
                                                                                                                                                            TypeExtension
                                                                                                                                                            Is Modifierfalse
                                                                                                                                                            Summaryfalse
                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                            SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                            • value @ url
                                                                                                                                                            • 590. Practitioner.qualification:moh-nurse-advanced-course.extension:practice.url
                                                                                                                                                              Definition

                                                                                                                                                              Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                              Shortidentifies the meaning of the extension
                                                                                                                                                              Comments

                                                                                                                                                              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                              Control1..1
                                                                                                                                                              Typeuri
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                              Summaryfalse
                                                                                                                                                              Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                                                                                                              592. Practitioner.qualification:moh-nurse-advanced-course.extension:practice.value[x]
                                                                                                                                                              Definition

                                                                                                                                                              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                              ShortValue of extension
                                                                                                                                                              Control0..1
                                                                                                                                                              BindingThe codes SHALL be taken from קוד קורס על בסיסי לעוסק בסיעוד
                                                                                                                                                              (required to http://fhir.health.gov.il/ValueSet/practitioner-advanced-course-moh)
                                                                                                                                                              TypeCodeableConcept
                                                                                                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Summaryfalse
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              594. Practitioner.qualification:moh-nurse-advanced-course.modifierExtension
                                                                                                                                                              Definition

                                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                              Comments

                                                                                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                              Control0..*
                                                                                                                                                              TypeExtension
                                                                                                                                                              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                              Summarytrue
                                                                                                                                                              Requirements

                                                                                                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                              Alternate Namesextensions, user content, modifiers
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              596. Practitioner.qualification:moh-nurse-advanced-course.identifier
                                                                                                                                                              Definition

                                                                                                                                                              An identifier that applies to this person's qualification in this role.

                                                                                                                                                              ShortAn identifier for this qualification for the practitioner
                                                                                                                                                              NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                                              Control0..*
                                                                                                                                                              TypeIdentifier
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Summaryfalse
                                                                                                                                                              Requirements

                                                                                                                                                              Often, specific identities are assigned for the qualification.

                                                                                                                                                              Example<br/><b>Valid Nurse advanced course certifiaction number</b>:108-12345
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              598. Practitioner.qualification:moh-nurse-advanced-course.identifier.id
                                                                                                                                                              Definition

                                                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                              Control0..1
                                                                                                                                                              Typestring
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                              Summaryfalse
                                                                                                                                                              600. Practitioner.qualification:moh-nurse-advanced-course.identifier.extension
                                                                                                                                                              Definition

                                                                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                              ShortAdditional content defined by implementations
                                                                                                                                                              Comments

                                                                                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                              Control0..*
                                                                                                                                                              TypeExtension
                                                                                                                                                              Is Modifierfalse
                                                                                                                                                              Summaryfalse
                                                                                                                                                              Alternate Namesextensions, user content
                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                              SlicingThis element introduces a set of slices on Practitioner.qualification.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                              • value @ url
                                                                                                                                                              • 602. Practitioner.qualification:moh-nurse-advanced-course.identifier.use
                                                                                                                                                                Definition

                                                                                                                                                                The purpose of this identifier.

                                                                                                                                                                Shortusual | official | temp | secondary | old (If known)
                                                                                                                                                                Comments

                                                                                                                                                                Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                                                                                                Control0..1
                                                                                                                                                                BindingThe codes SHALL be taken from IdentifierUse
                                                                                                                                                                (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                                                                                                Identifies the purpose for this identifier, if known .

                                                                                                                                                                Typecode
                                                                                                                                                                Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                Summarytrue
                                                                                                                                                                Requirements

                                                                                                                                                                Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                604. Practitioner.qualification:moh-nurse-advanced-course.identifier.type
                                                                                                                                                                Definition

                                                                                                                                                                A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                                                ShortDescription of identifier
                                                                                                                                                                Comments

                                                                                                                                                                This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                                                                                                Control0..1
                                                                                                                                                                BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                                                                                                (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                                                                A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                                                TypeCodeableConcept
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Summarytrue
                                                                                                                                                                Requirements

                                                                                                                                                                Allows users to make use of identifiers when the identifier system is not known.

                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                606. Practitioner.qualification:moh-nurse-advanced-course.identifier.system
                                                                                                                                                                Definition

                                                                                                                                                                Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                                                                                                ShortIsraeli MoH nurse advanced course certificate URI
                                                                                                                                                                Comments

                                                                                                                                                                Identifier.system is always case sensitive.

                                                                                                                                                                Control1..1
                                                                                                                                                                Typeuri
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                Summarytrue
                                                                                                                                                                Requirements

                                                                                                                                                                There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                                                                                                Fixed Valuehttp://fhir.health.gov.il/identifier/nurse-advanced-course
                                                                                                                                                                Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                608. Practitioner.qualification:moh-nurse-advanced-course.identifier.value
                                                                                                                                                                Definition

                                                                                                                                                                The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                                                                                                ShortCertificate number
                                                                                                                                                                Comments

                                                                                                                                                                If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                                                                                                Control1..1
                                                                                                                                                                Typestring
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                Summarytrue
                                                                                                                                                                Example<br/><b>General</b>:123456 <br/><b>Valid Nurse advanced course certifiaction number</b>:108-12345
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                identifier-dash: identifier.value in this slice SHALL have a number, followed by a hyphen ("-") and followed by another number (matches('^[0-9]+(-[0-9]+)$'))
                                                                                                                                                                610. Practitioner.qualification:moh-nurse-advanced-course.identifier.period
                                                                                                                                                                Definition

                                                                                                                                                                Time period during which identifier is/was valid for use.

                                                                                                                                                                ShortTime period when id is/was valid for use
                                                                                                                                                                Control0..1
                                                                                                                                                                TypePeriod
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Summarytrue
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                612. Practitioner.qualification:moh-nurse-advanced-course.identifier.assigner
                                                                                                                                                                Definition

                                                                                                                                                                Organization that issued/manages the identifier.

                                                                                                                                                                ShortOrganization that issued id (may be just text)
                                                                                                                                                                Comments

                                                                                                                                                                The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                                                                                                Control0..1
                                                                                                                                                                TypeReference(Organization)
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Summarytrue
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                614. Practitioner.qualification:moh-nurse-advanced-course.code
                                                                                                                                                                Definition

                                                                                                                                                                Coded representation of the qualification.

                                                                                                                                                                ShortCoded representation of the qualification
                                                                                                                                                                Control1..1
                                                                                                                                                                BindingFor example codes, see v2 table 0360, Version 2.7
                                                                                                                                                                (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                                                                                                                Specific qualification the practitioner has to provide a service.

                                                                                                                                                                TypeCodeableConcept
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Summaryfalse
                                                                                                                                                                Pattern Value{
                                                                                                                                                                  "coding" : [{
                                                                                                                                                                    "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
                                                                                                                                                                    "code" : "110"
                                                                                                                                                                  }]
                                                                                                                                                                }
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                616. Practitioner.qualification:moh-nurse-advanced-course.period
                                                                                                                                                                Definition

                                                                                                                                                                Period during which the qualification is valid.

                                                                                                                                                                ShortPeriod during which the qualification is valid
                                                                                                                                                                Control0..1
                                                                                                                                                                TypePeriod
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Summaryfalse
                                                                                                                                                                Requirements

                                                                                                                                                                Qualifications are often for a limited period of time, and can be revoked.

                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                618. Practitioner.qualification:moh-nurse-advanced-course.issuer
                                                                                                                                                                Definition

                                                                                                                                                                Organization that regulates and issues the qualification.

                                                                                                                                                                ShortOrganization that regulates and issues the qualification
                                                                                                                                                                Control0..1
                                                                                                                                                                TypeReference(ILCore Organization Profile)
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Summaryfalse
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                620. Practitioner.qualification:molsa-practitioner-sw-license
                                                                                                                                                                Slice Namemolsa-practitioner-sw-license
                                                                                                                                                                Definition

                                                                                                                                                                Social-worker license issued by Israeli Ministry of Labor, Social Affairs and Social Services

                                                                                                                                                                Shortרישיון עבודה סוציאלית
                                                                                                                                                                Control0..*
                                                                                                                                                                TypeBackboneElement
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Summaryfalse
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                622. Practitioner.qualification:molsa-practitioner-sw-license.id
                                                                                                                                                                Definition

                                                                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                Control0..1
                                                                                                                                                                Typestring
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                Summaryfalse
                                                                                                                                                                624. Practitioner.qualification:molsa-practitioner-sw-license.extension
                                                                                                                                                                Definition

                                                                                                                                                                An Extension

                                                                                                                                                                ShortExtension
                                                                                                                                                                Control1..*
                                                                                                                                                                TypeExtension
                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                Summaryfalse
                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                SlicingThis element introduces a set of slices on Practitioner.qualification.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                • value @ url
                                                                                                                                                                • 626. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice
                                                                                                                                                                  Slice Namepractice
                                                                                                                                                                  Definition

                                                                                                                                                                  Extension: Qualification Practice

                                                                                                                                                                  ShortExt: Qualification Practice
                                                                                                                                                                  Control1..1
                                                                                                                                                                  This element is affected by the following invariants: ele-1
                                                                                                                                                                  TypeExtension(Ext: Qualification Practice) (Extension Type: CodeableConcept)
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                  628. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice.id
                                                                                                                                                                  Definition

                                                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                  Control0..1
                                                                                                                                                                  Typestring
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                  Summaryfalse
                                                                                                                                                                  630. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice.extension
                                                                                                                                                                  Definition

                                                                                                                                                                  An Extension

                                                                                                                                                                  ShortExtension
                                                                                                                                                                  Control0..0
                                                                                                                                                                  TypeExtension
                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                  Summaryfalse
                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                  SlicingThis element introduces a set of slices on Practitioner.qualification.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                  • value @ url
                                                                                                                                                                  • 632. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice.url
                                                                                                                                                                    Definition

                                                                                                                                                                    Source of the definition for the extension code - a logical name or a URL.

                                                                                                                                                                    Shortidentifies the meaning of the extension
                                                                                                                                                                    Comments

                                                                                                                                                                    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

                                                                                                                                                                    Control1..1
                                                                                                                                                                    Typeuri
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                    Summaryfalse
                                                                                                                                                                    Fixed Valuehttp://fhir.health.gov.il/StructureDefinition/ext-qualification-practice
                                                                                                                                                                    634. Practitioner.qualification:molsa-practitioner-sw-license.extension:practice.value[x]
                                                                                                                                                                    Definition

                                                                                                                                                                    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

                                                                                                                                                                    ShortValue of extension
                                                                                                                                                                    Control0..1
                                                                                                                                                                    TypeCodeableConcept
                                                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Summaryfalse
                                                                                                                                                                    Fixed Value{
                                                                                                                                                                      "coding" : [{
                                                                                                                                                                        "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh",
                                                                                                                                                                        "code" : "45",
                                                                                                                                                                        "display" : "עבודה סוציאלית"
                                                                                                                                                                      }]
                                                                                                                                                                    }
                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    636. Practitioner.qualification:molsa-practitioner-sw-license.modifierExtension
                                                                                                                                                                    Definition

                                                                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                                                                    Comments

                                                                                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                    Control0..*
                                                                                                                                                                    TypeExtension
                                                                                                                                                                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                                                                                                                                                                    Summarytrue
                                                                                                                                                                    Requirements

                                                                                                                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                                                                    Alternate Namesextensions, user content, modifiers
                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                    638. Practitioner.qualification:molsa-practitioner-sw-license.identifier
                                                                                                                                                                    Definition

                                                                                                                                                                    An identifier that applies to this person's qualification in this role.

                                                                                                                                                                    ShortAn identifier for this qualification for the practitioner
                                                                                                                                                                    NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                                                                                                                    Control1..*
                                                                                                                                                                    TypeIdentifier
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Summaryfalse
                                                                                                                                                                    Requirements

                                                                                                                                                                    Often, specific identities are assigned for the qualification.

                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    640. Practitioner.qualification:molsa-practitioner-sw-license.identifier.id
                                                                                                                                                                    Definition

                                                                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                    Control0..1
                                                                                                                                                                    Typestring
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                    Summaryfalse
                                                                                                                                                                    642. Practitioner.qualification:molsa-practitioner-sw-license.identifier.extension
                                                                                                                                                                    Definition

                                                                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                                                                    ShortAdditional content defined by implementations
                                                                                                                                                                    Comments

                                                                                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                                                                                                                                                                    Control0..*
                                                                                                                                                                    TypeExtension
                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                    Summaryfalse
                                                                                                                                                                    Alternate Namesextensions, user content
                                                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                    SlicingThis element introduces a set of slices on Practitioner.qualification.identifier.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                    • value @ url
                                                                                                                                                                    • 644. Practitioner.qualification:molsa-practitioner-sw-license.identifier.use
                                                                                                                                                                      Definition

                                                                                                                                                                      The purpose of this identifier.

                                                                                                                                                                      Shortusual | official | temp | secondary | old (If known)
                                                                                                                                                                      Comments

                                                                                                                                                                      Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.

                                                                                                                                                                      Control0..1
                                                                                                                                                                      BindingThe codes SHALL be taken from IdentifierUse
                                                                                                                                                                      (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)

                                                                                                                                                                      Identifies the purpose for this identifier, if known .

                                                                                                                                                                      Typecode
                                                                                                                                                                      Is Modifiertrue because This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Requirements

                                                                                                                                                                      Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      646. Practitioner.qualification:molsa-practitioner-sw-license.identifier.type
                                                                                                                                                                      Definition

                                                                                                                                                                      A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                                                      ShortDescription of identifier
                                                                                                                                                                      Comments

                                                                                                                                                                      This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.

                                                                                                                                                                      Control0..1
                                                                                                                                                                      BindingUnless not suitable, these codes SHALL be taken from Identifier Type Codes
                                                                                                                                                                      (extensible to http://hl7.org/fhir/ValueSet/identifier-type)

                                                                                                                                                                      A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

                                                                                                                                                                      TypeCodeableConcept
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Requirements

                                                                                                                                                                      Allows users to make use of identifiers when the identifier system is not known.

                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      648. Practitioner.qualification:molsa-practitioner-sw-license.identifier.system
                                                                                                                                                                      Definition

                                                                                                                                                                      Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                                                                                                                                      ShortIsraeli MoLSA social-worker License URI
                                                                                                                                                                      Comments

                                                                                                                                                                      Identifier.system is always case sensitive.

                                                                                                                                                                      Control1..1
                                                                                                                                                                      Typeuri
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Requirements

                                                                                                                                                                      There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

                                                                                                                                                                      Fixed Valuehttp://fhir.health.gov.il/identifier/molsa-socialworker-lic
                                                                                                                                                                      Example<br/><b>General</b>:http://www.acme.com/identifiers/patient
                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      650. Practitioner.qualification:molsa-practitioner-sw-license.identifier.value
                                                                                                                                                                      Definition

                                                                                                                                                                      The portion of the identifier typically relevant to the user and which is unique within the context of the system.

                                                                                                                                                                      ShortLicense number
                                                                                                                                                                      Comments

                                                                                                                                                                      If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

                                                                                                                                                                      Control1..1
                                                                                                                                                                      Typestring
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Example<br/><b>General</b>:123456
                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      652. Practitioner.qualification:molsa-practitioner-sw-license.identifier.period
                                                                                                                                                                      Definition

                                                                                                                                                                      Time period during which identifier is/was valid for use.

                                                                                                                                                                      ShortTime period when id is/was valid for use
                                                                                                                                                                      Control0..1
                                                                                                                                                                      TypePeriod
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      654. Practitioner.qualification:molsa-practitioner-sw-license.identifier.assigner
                                                                                                                                                                      Definition

                                                                                                                                                                      Organization that issued/manages the identifier.

                                                                                                                                                                      ShortOrganization that issued id (may be just text)
                                                                                                                                                                      Comments

                                                                                                                                                                      The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

                                                                                                                                                                      Control0..1
                                                                                                                                                                      TypeReference(Organization)
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Summarytrue
                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      656. Practitioner.qualification:molsa-practitioner-sw-license.code
                                                                                                                                                                      Definition

                                                                                                                                                                      Coded representation of the qualification.

                                                                                                                                                                      ShortCoded representation of the qualification
                                                                                                                                                                      Control1..1
                                                                                                                                                                      BindingFor example codes, see v2 table 0360, Version 2.7
                                                                                                                                                                      (example to http://terminology.hl7.org/ValueSet/v2-2.7-0360)

                                                                                                                                                                      Specific qualification the practitioner has to provide a service.

                                                                                                                                                                      TypeCodeableConcept
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Summaryfalse
                                                                                                                                                                      Pattern Value{
                                                                                                                                                                        "coding" : [{
                                                                                                                                                                          "system" : "http://fhir.health.gov.il/cs/practitioner-certificate-type-molsa",
                                                                                                                                                                          "code" : "SW"
                                                                                                                                                                        }]
                                                                                                                                                                      }
                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      658. Practitioner.qualification:molsa-practitioner-sw-license.period
                                                                                                                                                                      Definition

                                                                                                                                                                      Period during which the qualification is valid.

                                                                                                                                                                      ShortPeriod during which the qualification is valid
                                                                                                                                                                      Control0..1
                                                                                                                                                                      TypePeriod
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Summaryfalse
                                                                                                                                                                      Requirements

                                                                                                                                                                      Qualifications are often for a limited period of time, and can be revoked.

                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      660. Practitioner.qualification:molsa-practitioner-sw-license.issuer
                                                                                                                                                                      Definition

                                                                                                                                                                      Organization that regulates and issues the qualification.

                                                                                                                                                                      ShortOrganization that regulates and issues the qualification
                                                                                                                                                                      Control0..1
                                                                                                                                                                      TypeReference(ILCore Organization Profile)
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Summaryfalse
                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                      662. Practitioner.communication
                                                                                                                                                                      Definition

                                                                                                                                                                      A language the practitioner can use in patient communication.

                                                                                                                                                                      ShortA language the practitioner can use in patient communication
                                                                                                                                                                      Comments

                                                                                                                                                                      The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.

                                                                                                                                                                      Control0..*
                                                                                                                                                                      BindingThe codes SHOULD be taken from CommonLanguages
                                                                                                                                                                      (preferred to http://hl7.org/fhir/ValueSet/languages)

                                                                                                                                                                      A human language.

                                                                                                                                                                      Additional BindingsPurpose
                                                                                                                                                                      AllLanguagesMax Binding
                                                                                                                                                                      TypeCodeableConcept
                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                      Summaryfalse
                                                                                                                                                                      Requirements

                                                                                                                                                                      Knowing which language a practitioner speaks can help in facilitating communication with patients.

                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))