PackagesCanonicalsLogsProblems
    Packages
    il.szmc.fhir.r4@0.2.0
    http://fhir.szmc.org.il/StructureDefinition/szmc-organization
description: SZMC Organization profile based on the ILCore Organization profile
package_name: il.szmc.fhir.r4
derivation: constraint
name: SzmcOrganization
type: Organization
elements:
  meta:
    type: Meta
    index: 0
    elements:
      security:
        index: 1
        slicing:
          slices:
            HDP:
              match: {}
              schema:
                index: 1
                elements:
                  code:
                    pattern: {type: code, value: organization}
                    type: code
                    index: 2
                  display:
                    pattern: {type: string, value: יחידה ארגונית}
                    type: string
                    index: 3
  type:
    index: 4
    elements:
      coding:
        index: 5
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 1
          slices:
            szmc-dep:
              match: {system: 'http://fhir.szmc.org.il/cs/dept-id'}
              schema:
                _required: true
                index: 6
                elements:
                  system:
                    pattern: {type: uri, value: 'http://fhir.szmc.org.il/cs/dept-id'}
                    type: uri
                    index: 7
                  code: {index: 8}
                  display: {index: 9}
                required: [code, display, system]
    required: [coding]
package_version: 0.2.0
class: profile
kind: resource
url: http://fhir.szmc.org.il/StructureDefinition/szmc-organization
base: http://fhir.health.gov.il/StructureDefinition/il-core-organization
version: null
required: [meta]