PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.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:
    short: (QI) Specific specialty of the practitioner
    binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1066'}
    index: 9
  organization:
    type: Reference
    short: (QI) Organization where the roles are available
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization']
    index: 7
  active: {short: (QI) Whether this practitioner role record is in active use, index: 4}
  code:
    short: (QI) Roles which this practitioner may perform
    binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1099.30'}
    index: 8
  identifier:
    short: (QI) Business Identifiers that are specific to a role/location
    array: true
    min: 1
    index: 0
    elements:
      use: {type: code, short: (QI) usual | official | temp | secondary | old (If known), index: 1}
      system: {type: uri, short: (QI) The namespace for the identifier value, index: 2}
      value: {type: string, short: (QI) The value that is unique, index: 3}
    required: [value, system, use]
  practitioner:
    type: Reference
    short: (QI) Practitioner that is able to provide the defined services for the organization
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner']
    index: 6
  telecom:
    short: (QI) Contact details that are specific to the role/location/service
    index: 12
    elements:
      system: {type: code, short: (QI) phone | fax | email | pager | url | sms | other, index: 13}
      value: {type: string, short: (QI) The actual contact point details, index: 14}
    required: [value, system]
  period: {short: (QI) The period during which the practitioner is authorized to perform in these role(s), index: 5}
  location:
    type: Reference
    short: (QI) The location(s) at which this practitioner provides care
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location']
    index: 10
  endpoint: {short: (QI) Technical endpoints providing access to services operated for the practitioner with this role, index: 15}
  healthcareService: {index: 11}
package_version: 7.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: 7.0.0-ballot
required: [identifier, period, active]