PackagesCanonicalsLogsProblems
    Packages
    rambam-fhir.health.gov.il@0.1.3
    http://fhir.rmc.gov.il/StructureDefinition/rambam-location
description: Location profile by Rambam
package_name: rambam-fhir.health.gov.il
derivation: constraint
name: LocationRambam
type: Location
elements:
  identifier:
    array: true
    min: 2
    index: 0
    slicing:
      rules: open
      ordered: false
      description: ''
      discriminator:
      - {path: system, type: value}
      min: 2
      slices:
        dept-rmb:
          match: {system: 'http://fhir.rmc.gov.il/identifier/dept-rmb'}
          schema:
            _required: true
            index: 1
            elements:
              system:
                pattern: {type: Uri, value: 'http://fhir.rmc.gov.il/identifier/dept-rmb'}
                index: 2
              value: {index: 3}
            required: [value, system]
        moh-hospital-department:
          match: {system: null}
          schema:
            _required: true
            index: 4
            elements:
              system: {index: 5}
              value: {index: 6}
            required: [value, system]
  status: {index: 7}
  mode:
    pattern: {type: Code, value: instance}
    index: 8
  type:
    array: true
    min: 2
    index: 9
    slicing:
      rules: open
      ordered: false
      description: ''
      discriminator:
      - {path: coding.system, type: value}
      min: 2
      slices:
        dept-type-rmb:
          match:
            coding: {system: 'http://fhir.rmc.gov.il/cs/dept-type-rmb'}
          schema:
            _required: true
            index: 10
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://fhir.rmc.gov.il/cs/dept-type-rmb'}
                    index: 11
                  code: {index: 12}
                required: [system, code]
        moh-department-type:
          match:
            coding: {system: 'http://fhir.health.gov.il/cs/department-type-moh'}
          schema:
            _required: true
            index: 13
            elements:
              coding:
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://fhir.health.gov.il/cs/department-type-moh'}
                    index: 14
                  code: {index: 15}
                required: [system, code]
package_version: 0.1.3
class: profile
kind: resource
url: http://fhir.rmc.gov.il/StructureDefinition/rambam-location
base: http://fhir.health.gov.il/StructureDefinition/il-core-location
version: null
required: [status]