PackagesCanonicalsLogsProblems
    Packages
    fhir.onc.us-quality-core@0.5.0
    http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-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: fhir.onc.us-quality-core
derivation: constraint
name: USQualityCoreTaskRejected
type: Task
elements:
  executionPeriod: {short: (USCDI+ Quality) The timing the task was rejected and the reason., index: 8}
  encounter:
    type: Reference
    mustSupport: false
    refers: ['http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-encounter']
    index: 7
  reasonCode: {short: (USCDI+ Quality) Why task is needed, index: 9}
  statusReason:
    short: (USCDI+ Quality)
    binding: {strength: extensible, valueSet: 'http://fhir.org/guides/onc/us-quality-core/ValueSet/us-quality-core-negation-reason'}
    mustSupport: false
    index: 2
  for:
    type: Reference
    mustSupport: false
    refers: ['http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-patient']
    index: 6
  status:
    type: code
    short: (USCDI+ Quality) 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}
    index: 1
  code:
    short: (USCDI+ Quality) Task Type
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/task-code'}
    index: 3
    extensions:
      notDoneValueSet: {url: 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-notDoneValueSet', min: 0, max: 1, type: Extension, short: Url of a value set of activities not requested or performed, index: 4}
    elements:
      extension:
        type: Extension
        short: Url of a value set of activities not requested or performed
        url: http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-notDoneValueSet
        index: 4
        slicing:
          slices:
            notDoneValueSet:
              match: {}
              schema: {type: Extension, short: Url of a value set of activities not requested or performed, url: 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-notDoneValueSet', index: 4}
              min: 0
              max: 1
  focus: {short: (USCDI+ Quality), mustSupport: false, index: 5}
  basedOn: {short: (USCDI+ Quality) Request fulfilled by this task, index: 0}
package_version: 0.5.0
class: profile
kind: resource
url: http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-taskrejected
base: http://hl7.org/fhir/StructureDefinition/Task
version: 0.5.0
required: [executionPeriod, focus, status, statusReason, code]