PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.29
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Task
description: Task captures the status of the OR Case
package_name: ca.on.oh-setp
derivation: constraint
name: Task
type: Task
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  identifier:
    mustSupport: false
    index: 2
    elements:
      system: {mustSupport: false, index: 3}
      value: {mustSupport: false, index: 4}
  basedOn:
    min: 2
    index: 5
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Appointment', 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Encounter']
    type: Reference
    mustSupport: true
    array: true
    elements:
      reference: {mustSupport: true, index: 6}
    max: 2
    required: [reference]
  status: {mustSupport: true, index: 7}
  businessStatus:
    binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/business-status'}
    mustSupport: true
    index: 8
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/business-status'}
        mustSupport: true
        index: 9
        elements:
          system:
            pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/CodeSystem/business-status'}
            mustSupport: true
            index: 10
          code:
            binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/business-status'}
            mustSupport: true
            index: 11
          display: {mustSupport: true, index: 12}
        required: [system, code]
    required: [coding]
package_version: 0.9.0-alpha1.0.29
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Task
base: http://hl7.org/fhir/StructureDefinition/Task
version: 1.0.0
required: [businessStatus, meta]