PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.erec@1.0.0-dft-ballot
    https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task
description: A task resource describes an activity that can be performed and tracks the state of completion of that activity. It is a representation that an activity should be or has been initiated, and eventually, represents the successful or unsuccessful completion of that activity.
package_name: ca.infoway.io.erec
derivation: constraint
name: Task
type: Task
elements:
  meta: {index: 0}
  identifier:
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
  basedOn:
    type: Reference
    mustSupport: true
    refers: ['https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest']
    index: 3
    elements:
      reference: {mustSupport: true, index: 4}
      identifier:
        mustSupport: true
        index: 5
        elements:
          system: {mustSupport: true, index: 6}
          value: {mustSupport: true, index: 7}
  status: {mustSupport: true, index: 8}
  businessStatus:
    binding: {strength: example, valueSet: 'https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-business-status'}
    index: 9
    elements:
      coding:
        mustSupport: true
        index: 10
        elements:
          code:
            binding: {strength: example, valueSet: 'https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-business-status'}
            mustSupport: true
            index: 11
  intent: {mustSupport: true, index: 12}
  code:
    binding: {strength: extensible, valueSet: 'https://fhir.infoway-inforoute.ca/io/fhir/ValueSet/CA-eReC/task-code'}
    mustSupport: true
    index: 13
    elements:
      coding:
        mustSupport: true
        index: 14
        elements:
          code: {mustSupport: true, index: 15}
  owner:
    type: Reference
    mustSupport: true
    refers: ['https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole']
    index: 16
    elements:
      reference: {mustSupport: true, index: 17}
      identifier:
        mustSupport: true
        index: 18
        elements:
          system: {mustSupport: true, index: 19}
          value: {mustSupport: true, index: 20}
package_version: 1.0.0-dft-ballot
class: profile
kind: resource
url: https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task
base: http://hl7.org/fhir/StructureDefinition/Task
version: 0.1.0
required: [basedOn]