PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-core@5.0.0
    http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-location
description: Base definition of the Location resource for use in Swiss specific use cases.
package_name: ch.fhir.ig.ch-core
derivation: constraint
name: CHCoreLocation
type: Location
elements:
  name: {index: 0}
  telecom:
    index: 1
    elements:
      system: {index: 2}
      value: {index: 3}
    required: [value, system]
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        email:
          match: {system: null}
          schema: {type: ContactPoint, array: true, index: 4}
          min: 0
        phone:
          match: {system: null}
          schema: {type: ContactPoint, array: true, index: 5}
          min: 0
        internet:
          match: {system: null}
          schema: {type: ContactPoint, array: true, index: 6}
          min: 0
  address: {type: Address, index: 7}
  managingOrganization:
    type: Reference
    refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization']
    index: 8
package_version: 5.0.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-location
base: http://hl7.org/fhir/StructureDefinition/Location
version: 5.0.0
required: [name]