PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@5.0.0
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-taskrejected
description: Profile of TaskRejected 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: QICoreTaskRejected
type: Task
elements:
  status:
    type: code
    short: The potential performer who claimed ownership of the task has decided not to execute it prior to performing any action
    pattern: {type: Code, value: rejected}
    mustSupport: true
    index: 0
  statusReason:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/qicore/ValueSet/qicore-negation-reason'}
    mustSupport: false
    index: 1
  code:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/task-code'}
    mustSupport: true
    index: 2
    extensions:
      notDoneValueSet: {url: 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-notDoneValueSet', min: 0, max: 1, type: Extension, mustSupport: true, index: 3}
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-notDoneValueSet
        index: 3
        slicing:
          slices:
            notDoneValueSet:
              match: {}
              schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-notDoneValueSet', index: 3}
              min: 0
              max: 1
  focus: {mustSupport: false, index: 4}
  for:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    index: 5
  encounter: {mustSupport: false, index: 6}
  executionPeriod: {short: The timing the task was rejected and the reason., mustSupport: true, index: 7}
package_version: 5.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-taskrejected
base: http://hl7.org/fhir/StructureDefinition/Task
version: 5.0.0
required: [executionPeriod, focus, status, statusReason, code]