PackagesCanonicalsLogsProblems
    Packages
    outburn.general.purpose.staging@1.0.0-beta
    http://fhir.rmc.gov.il/StructureDefinition/rambam-location
description: Location profile for Rambam Medical Center extending the Israeli core HDP Location profile
package_name: outburn.general.purpose.staging
derivation: constraint
name: RambamLocation
type: Location
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        dept-rmb:
          match: {system: 'http://fhir.rmc.gov.il/identifier/dept-rmb'}
          schema:
            index: 1
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.rmc.gov.il/identifier/dept-rmb'}
                type: uri
                index: 2
              value: {index: 3}
            required: [system, value]
        moh-hospital-department:
          match: {system: 'http://fhir.health.gov.il/identifier/moh-hospital-department'}
          schema:
            index: 4
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.health.gov.il/identifier/moh-hospital-department'}
                type: uri
                index: 5
              value: {index: 6}
            required: [system, value]
  status: {index: 7}
  mode:
    pattern: {type: code, value: instance}
    type: code
    index: 8
package_version: 1.0.0-beta
class: profile
kind: resource
url: http://fhir.rmc.gov.il/StructureDefinition/rambam-location
base: http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-location
version: null
required: [identifier, status]