PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@4.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:
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/location-status'}
    mustSupport: true
    index: 0
  name: {mustSupport: true, index: 1}
  mode: {mustSupport: true, index: 2}
  type:
    binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType'}
    mustSupport: true
    index: 3
  telecom: {mustSupport: true, index: 4}
  address:
    mustSupport: true
    index: 5
    elements:
      line: {mustSupport: true, index: 6}
      city: {mustSupport: true, index: 7}
      state:
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-usps-state'}
        mustSupport: true
        index: 8
      postalCode: {mustSupport: true, index: 9}
  managingOrganization:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization']
    index: 10
  partOf:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location']
    index: 11
package_version: 4.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: 4.0.0
required: [name]