PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@6.0.0-ballot
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole
description: Profile of PractitionerRole 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: QICorePractitionerRole
type: PractitionerRole
elements:
  specialty:
    binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1066'}
    mustSupport: true
    index: 9
  organization:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization']
    index: 7
  active: {mustSupport: true, index: 4}
  code:
    binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1099.30'}
    mustSupport: true
    index: 8
  identifier:
    mustSupport: true
    array: true
    min: 1
    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]
  practitioner:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner']
    index: 6
  telecom:
    mustSupport: true
    index: 12
    elements:
      system: {type: code, mustSupport: true, index: 13}
      value: {type: string, mustSupport: true, index: 14}
    required: [value, system]
  period: {mustSupport: true, index: 5}
  location:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location']
    index: 10
  endpoint: {mustSupport: true, index: 15}
  healthcareService: {index: 11}
package_version: 6.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole
version: 6.0.0-ballot
required: [identifier, period, active]