PackagesCanonicalsLogsProblems
    Packages
    il.laniado.fhir.r4@0.2.4
    http://fhir.laniado.org.il/StructureDefinition/laniado-practitioner
description: Laniado Proposed Practitioner Resource
package_name: il.laniado.fhir.r4
derivation: constraint
name: LaniadoPractitioner
type: Practitioner
elements:
  identifier:
    short: Employee Id
    index: 0
    slicing:
      slices:
        empId:
          match: {}
          schema:
            short: Employee Id
            _required: true
            index: 0
            elements:
              use:
                pattern: {type: Code, value: usual}
                index: 1
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: PN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                index: 2
              system:
                pattern: {type: Uri, value: 'http://fhir.laniado.org.il/Identifier/prac-id'}
                index: 3
        userName:
          match: {}
          schema:
            short: Username
            index: 4
            elements:
              use:
                pattern: {type: Code, value: official}
                index: 5
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: CAAI, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                index: 6
              system:
                pattern: {type: Uri, value: 'http://fhir.laniado.org.il/Identifier/user-name'}
                index: 7
              value:
                short: The username
                constraint:
                  username-chk: {human: The username must meet the specified requirements, source: 'http://fhir.laniado.org.il/StructureDefinition/laniado-practitioner', severity: warning, expression: 'matches(''^[a-zA-Z0-9_-]{3,}$'')'}
                index: 8
              assigner:
                elements:
                  reference:
                    pattern: {type: String, value: Organization/01604}
                    index: 9
                  identifier:
                    index: 10
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://institutions.health.gov.il/Institutions'}
                        index: 11
                      value:
                        pattern: {type: String, value: '01604'}
                        index: 12
                  display:
                    pattern: {type: String, value: בית חולים לניאדו}
                    index: 13
                required: [identifier]
        misparOved:
          match: {}
          schema:
            short: Employee number
            index: 14
            elements:
              use:
                pattern: {type: Code, value: official}
                index: 15
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: EI, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                index: 16
              system:
                pattern: {type: Uri, value: 'http://fhir.laniado.org.il/Identifier/mispar-oved'}
                index: 17
              value: {short: The employee number, index: 18}
              assigner:
                elements:
                  reference:
                    pattern: {type: String, value: Organization/01604}
                    index: 19
                  identifier:
                    index: 20
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://institutions.health.gov.il/Institutions'}
                        index: 21
                      value:
                        pattern: {type: String, value: '01604'}
                        index: 22
                  display:
                    pattern: {type: String, value: בית חולים לניאדו}
                    index: 23
                required: [identifier]
  name:
    index: 24
    elements:
      prefix:
        extensions:
          prefixCode:
            url: http://fhir.laniado.org.il/StructureDefinition/code-specification
            type: Extension
            index: 26
            elements:
              value:
                choices: []
                index: 28
        elements:
          extension:
            index: 25
            slicing:
              rules: open
              ordered: false
              discriminator:
              - {path: url, type: value}
              min: 1
              slices:
                prefixCode:
                  match: {url: null}
                  schema:
                    type: Extension
                    url: http://fhir.laniado.org.il/StructureDefinition/code-specification
                    index: 26
                    elements:
                      value:
                        choices: []
                        index: 28
        required: [extension]
  telecom:
    constraint:
      phone-or-fax-number: {human: A phone number or fax number SHALL begin with one of the specified prefixes followed by 6-7 digits separated by a '-'., source: 'http://fhir.laniado.org.il/StructureDefinition/laniado-practitioner', severity: error, expression: '(system=''phone'' or system=''fax'') implies value.matches(''^(02|03|04|050|051|052|053|054|055|056|058|059|072|073|074|076|077|08|09)-[0-9]{6,7}$'')'}
    index: 29
package_version: 0.2.4
class: profile
kind: resource
url: http://fhir.laniado.org.il/StructureDefinition/laniado-practitioner
base: http://fhir.health.gov.il/StructureDefinition/il-core-practitioner
version: null
required: [identifier]