PackagesCanonicalsLogsProblems
    Packages
    il.fhir.r4.dgmc@0.1.5
    http://fhir.dgmc.health.gov.il/StructureDefinition/dgmc-room-location
description: Profile of DGMC Room Location from Chameleon
package_name: il.fhir.r4.dgmc
derivation: constraint
name: DgmcRoomLocation
type: Location
elements:
  id: {index: 0}
  identifier:
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        cml-room-id:
          match: {system: null}
          schema:
            _required: true
            index: 2
            elements:
              system:
                binding: {strength: required, valueSet: 'http://fhir.dgmc.health.gov.il/ValueSet/cml-room-id-uri'}
                index: 3
              value: {index: 4}
            required: [value, system]
  mode:
    pattern: {type: Code, value: instance}
    index: 5
  address:
    index: 6
    extensions:
      dar:
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        type: Extension
        index: 8
        elements:
          value:
            pattern: {type: Code, value: unknown}
            choices: []
            index: 10
    elements:
      extension:
        index: 7
        slicing:
          slices:
            dar:
              match: {}
              schema:
                type: Extension
                url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
                index: 8
                elements:
                  value:
                    pattern: {type: Code, value: unknown}
                    choices: []
                    index: 10
    required: [extension]
  physicalType:
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/location-physical-type'}
            index: 11
          code:
            pattern: {type: Code, value: ro}
            index: 12
          display:
            pattern: {type: String, value: Room}
            index: 13
        required: [display, system, code]
  partOf:
    type: Reference
    refers: ['http://fhir.dgmc.health.gov.il/StructureDefinition/dgmc-unit-location']
    index: 14
    elements:
      reference: {index: 15}
    required: [reference]
package_version: 0.1.5
class: profile
kind: resource
url: http://fhir.dgmc.health.gov.il/StructureDefinition/dgmc-room-location
base: http://fhir.health.gov.il/StructureDefinition/il-core-location
version: 0.1.5
required: [id, mode, address, identifier]