PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cow@1.0.0-ballot
    http://hl7.org/fhir/uv/cow/StructureDefinition/coordination-task
description: Minimum expectations for a Task resource when created or updated for the purpose of managing the workflow for performing a request. This profile is used to describe the 'please fullfil' request from either a known performer, or by one who is yet to be determined. The information is obtained RESTfully by the recipient either via polling, or as the result of a subscription notification about the existence of the Task resource
package_name: hl7.fhir.uv.cow
derivation: constraint
name: CoordinationTask
type: Task
elements:
  identifier: {mustSupport: true, index: 0}
  businessStatus:
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/uv/cow/ValueSet/business-status'}
    mustSupport: true
    index: 1
  code: {mustSupport: true, index: 2}
  focus:
    type: Reference
    short: This can only reference a Request resource.
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    index: 3
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/cow/StructureDefinition/coordination-task
base: http://hl7.org/fhir/StructureDefinition/Task
version: 1.0.0-ballot
required: [focus, identifier, code]