PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@5.0.0
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location
description: Profile of Location for decision support/quality metrics. Defines the core set of elements and extensions for quality rule and measure authors.
package_name: hl7.fhir.us.qicore
derivation: constraint
name: QICoreLocation
type: Location
elements:
  identifier:
    mustSupport: true
    array: true
    min: 1
    index: 0
    slicing:
      slices:
        identifier:
          match: {}
          schema:
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 0
            elements:
              use: {type: code, mustSupport: true, index: 1}
              system: {type: uri, mustSupport: true, index: 2}
              value: {type: string, mustSupport: true, index: 3}
            required: [value, system, use]
  mode: {mustSupport: true, index: 4}
  type:
    binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType'}
    mustSupport: true
    index: 5
  telecom: {mustSupport: true, index: 6}
  managingOrganization:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization']
    index: 7
  partOf:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location']
    index: 8
package_version: 5.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location
version: 5.0.0
required: [identifier]