PackagesCanonicalsLogsProblems
    Packages
    il.fhir.r4.dgmc@0.1.10
    http://fhir.dgmc.health.gov.il/StructureDefinition/dgmc-nmr-ou
description: Profile of DGMC Namer Organizational Unit
package_name: il.fhir.r4.dgmc
derivation: constraint
name: DgmcNmrOu
type: Organization
elements:
  id: {index: 0}
  meta:
    elements:
      security:
        elements:
          system: {index: 1}
          code: {index: 2}
          display: {index: 3}
        required: [display, system, code]
  identifier:
    array: true
    min: 2
    index: 4
    slicing:
      slices:
        nmr-ou-text:
          match: {}
          schema:
            _required: true
            index: 5
            elements:
              system:
                binding: {strength: required, valueSet: 'http://fhir.dgmc.health.gov.il/ValueSet/nmr-ou-text-uri'}
                index: 6
        nmr-ou-code:
          match: {}
          schema:
            _required: true
            index: 7
            elements:
              system:
                binding: {strength: required, valueSet: 'http://fhir.dgmc.health.gov.il/ValueSet/nmr-ou-code-uri'}
                index: 8
  active: {index: 9}
  type:
    index: 10
    slicing:
      slices:
        nmr-ou-type:
          match: {}
          schema:
            binding: {strength: required, valueSet: 'http://fhir.dgmc.health.gov.il/ValueSet/nmr-ou-type'}
            array: true
            min: 1
            _required: true
            index: 11
            elements:
              coding:
                elements:
                  system: {index: 12}
                  code: {index: 13}
                  display: {index: 14}
                required: [display, system, code]
  telecom:
    index: 15
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        phone:
          match: {system: phone}
          schema:
            array: true
            index: 16
            elements:
              system:
                pattern: {type: Code, value: phone}
                index: 17
        fax:
          match: {system: fax}
          schema:
            array: true
            index: 18
            elements:
              system:
                pattern: {type: Code, value: fax}
                index: 19
        email:
          match: {system: email}
          schema:
            array: true
            index: 20
            elements:
              system:
                pattern: {type: Code, value: email}
                index: 21
  address:
    elements:
      text: {index: 22}
    required: [text]
  partOf:
    elements:
      reference: {index: 23}
      display: {index: 24}
    required: [reference, display]
package_version: 0.1.10
class: profile
kind: resource
url: http://fhir.dgmc.health.gov.il/StructureDefinition/dgmc-nmr-ou
base: http://fhir.health.gov.il/StructureDefinition/il-core-organization
version: 0.1.10
required: [id, type, active]