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