PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-ereferral-econsult@0.11.0-alpha1.0.6
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-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.on.oh-ereferral-econsult
derivation: constraint
name: EReferralTask
type: Task
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  authoredOn: {mustSupport: true, index: 23}
  output: {mustSupport: false, index: 31}
  businessStatus:
    binding: {strength: example, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/task-business-status'}
    mustSupport: true
    index: 11
    elements:
      coding:
        binding: {strength: example, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/task-business-status'}
        mustSupport: true
        index: 12
        elements:
          system:
            pattern: {type: Uri, value: 'https://ehealthontario.ca/fhir/CodeSystem/task-business-status'}
            mustSupport: true
            index: 13
          code: {mustSupport: true, index: 14}
          display: {mustSupport: true, index: 15}
      text: {mustSupport: true, index: 16}
  lastModified: {mustSupport: true, index: 24}
  status: {mustSupport: true, index: 10}
  code:
    binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/ereferral-ontario/task-code'}
    mustSupport: true
    index: 18
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/task-code'}
        mustSupport: true
        index: 19
        elements:
          system:
            pattern: {type: Uri, value: 'https://ehealthontario.ca/fhir/CodeSystem/task-code'}
            mustSupport: true
            index: 20
          code:
            binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/ereferral-ontario/task-code'}
            mustSupport: true
            index: 21
          display: {mustSupport: true, index: 22}
  identifier:
    mustSupport: true
    index: 2
    elements:
      system: {mustSupport: true, index: 3}
      value: {mustSupport: true, index: 4}
  intent: {mustSupport: true, index: 17}
  input: {mustSupport: false, index: 30}
  basedOn:
    type: Reference
    mustSupport: true
    refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest']
    index: 5
    elements:
      reference: {mustSupport: true, index: 6}
      identifier:
        mustSupport: true
        index: 7
        elements:
          system: {mustSupport: true, index: 8}
          value: {mustSupport: true, index: 9}
  owner:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    index: 25
    elements:
      reference: {mustSupport: true, index: 26}
      identifier:
        mustSupport: true
        index: 27
        elements:
          system: {mustSupport: true, index: 28}
          value: {mustSupport: true, index: 29}
package_version: 0.11.0-alpha1.0.6
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task
base: http://hl7.org/fhir/StructureDefinition/Task
version: 1.0.0
required: [basedOn, meta]