PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.au.ereq@0.2.0-preview
    http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-task
description: This profile sets minimum expectations for a Task resource that is used to record, search, and fetch information about a task to be performed. It is based on the [Task](https://www.hl7.org/fhir/R4/task.html) and identifies the additional constraints, extensions, vocabularies and value sets that **SHALL** be present in the Task when conforming to this profile.
package_name: rs/hl7.fhir.au.ereq
derivation: constraint
name: AUeRequestingTask
type: Task
elements:
  statusReason: {mustSupport: true, index: 3}
  authoredOn: {mustSupport: true, index: 8}
  for:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient']
    index: 7
  requester:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole']
    index: 10
  lastModified: {mustSupport: true, index: 9}
  priority: {mustSupport: true, index: 5}
  status:
    binding: {strength: required, valueSet: 'http://hl7.org.au/fhir/ereq/ValueSet/au-erequesting-task-status'}
    mustSupport: true
    index: 2
  groupIdentifier:
    type: Identifier
    mustSupport: true
    index: 0
    elements:
      type:
        elements:
          coding:
            pattern:
              type: Coding
              value: {code: PGN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            type: Coding
            index: 1
        required: [coding]
  intent:
    pattern: {type: code, value: order}
    mustSupport: true
    type: code
    index: 4
  focus:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-imag', 'http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-servicerequest-path']
    index: 6
  owner:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization']
    index: 11
package_version: 0.2.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-task
base: http://hl7.org/fhir/StructureDefinition/Task
version: 0.2.0-preview
required: [authoredOn, focus, for, groupIdentifier, requester]