PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.0.0-ballot
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task
description: Profile of Task 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: QICoreTask
type: Task
elements:
  identifier: {short: (QI-Core) Task Instance Identifier, array: true, min: 1, index: 0}
  basedOn: {short: (QI) Request fulfilled by this task, index: 1}
  status:
    short: (QI-Core) draft​ | requested​ | received​ | accepted​ | ready​ | cancelled​ | in-progress​ | on-hold​ | failed​ | completed | entered-in-error
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/qicore/ValueSet/qicore-non-negative-task-status'}
    index: 2
  intent: {short: (QI-Core) unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance, index: 3}
  priority: {short: (QI-Core) routine | urgent | asap | stat, index: 4}
  code:
    short: (QI-Core) Task Type
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/task-code'}
    index: 5
  executionPeriod: {short: (QI) Start and end time of execution, mustSupport: false, index: 6}
  reasonCode: {mustSupport: false, index: 7}
package_version: 7.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task
base: http://hl7.org/fhir/StructureDefinition/Task
version: 7.0.0-ballot
required: [priority, executionPeriod, status, identifier, intent, code]