PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-ereferral-econsult@0.12.0-projectathon1.0.1
    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]
  output:
    elements:
      type:
        elements:
          coding:
            elements:
              system:
                binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/task-output-type-code'}
                index: 17
      value:
        choices: [valueReference]
        index: 19
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Communication']
        index: 20
  businessStatus:
    short: E.g. "New", "Pending", "Accepted", etc.
    binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/task-business-status'}
    index: 5
    elements:
      coding:
        binding: {strength: example, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/task-business-status'}
        index: 6
        elements:
          system: {mustSupport: true, index: 7}
          display: {mustSupport: true, index: 8}
      text: {mustSupport: true, index: 9}
  extension:
    isModifier: false
    index: 2
    slicing:
      slices:
        PatientNeedsToBeSeen:
          match: {}
          schema: {isModifier: false, index: 2}
  lastModified: {mustSupport: true, index: 14}
  code:
    binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/task-code'}
    index: 10
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/task-code'}
        index: 11
        elements:
          system: {mustSupport: true, index: 12}
          display: {mustSupport: true, index: 13}
  identifier: {mustSupport: true, index: 3}
  input: {mustSupport: false, index: 16}
  basedOn:
    type: Reference
    refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest']
    index: 4
  owner:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    index: 15
package_version: 0.12.0-projectathon1.0.1
extensions:
  PatientNeedsToBeSeen: {url: null, isModifier: false, index: 2}
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task
base: http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task
version: 1.0.1
required: [meta]