PackagesCanonicalsLogsProblems
    Packages
    il.hdp.fhir.r4@0.1.0
    http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-practitioner
description: Practitioner profile for HDP
package_name: il.hdp.fhir.r4
derivation: constraint
name: ILHDPPractitioner
type: Practitioner
elements:
  meta:
    type: Meta
    index: 0
    elements:
      security:
        index: 1
        slicing:
          slices:
            HDP:
              match: {}
              schema:
                index: 1
                elements:
                  code:
                    pattern: {type: code, value: practitioner}
                    type: code
                    index: 2
                  display:
                    pattern: {type: string, value: מטפל}
                    type: string
                    index: 3
  name:
    index: 4
    elements:
      given: {index: 5}
    required: [given]
    slicing:
      slices:
        Hebrew:
          match: {}
          schema:
            index: 6
            elements:
              given: {index: 7}
            required: [given]
        English:
          match: {}
          schema:
            index: 8
            elements:
              given: {index: 9}
            required: [given]
        Arabic:
          match: {}
          schema:
            index: 10
            elements:
              given: {index: 11}
            required: [given]
package_version: 0.1.0
class: profile
kind: resource
url: http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-practitioner
base: http://fhir.health.gov.il/StructureDefinition/il-core-practitioner
version: null
required: [meta]