PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.14
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Encounter
description: Encounter is used to capture Patient and Admission Type for SETP OR case.
package_name: ca.on.oh-setp
derivation: constraint
name: Encounter
type: Encounter
elements:
  appointment:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Appointment']
    index: 20
    elements:
      reference: {mustSupport: true, index: 21}
      display: {mustSupport: true, index: 22}
    required: [reference]
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  type:
    binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-encounter-type'}
    mustSupport: true
    index: 9
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-encounter-type'}
        mustSupport: true
        index: 10
        elements:
          system:
            pattern: {type: Uri, value: 'http://cihi.ca/fhir/CodeSystem/aac-admit-category'}
            mustSupport: true
            index: 11
          code:
            binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-encounter-type'}
            mustSupport: true
            index: 12
          display: {mustSupport: true, index: 13}
        required: [system, code]
    required: [coding]
  extension:
    type: Extension
    isModifier: false
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-delay-reason
    index: 2
    slicing:
      slices:
        delayReason:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-delay-reason', index: 2}
        cancellation:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-cancellation', index: 3}
  priority:
    binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/surgical-priority-classification'}
    mustSupport: true
    index: 14
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/surgical-priority-classification'}
        index: 15
        elements:
          system:
            pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/CodeSystem/surgical-priority-classification'}
            mustSupport: true
            index: 16
          code:
            binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/surgical-priority-classification'}
            mustSupport: true
            index: 17
          display: {mustSupport: true, index: 18}
        required: [system, code]
    required: [coding]
  status: {mustSupport: true, index: 4}
  class:
    binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/SETP-encounter-class'}
    mustSupport: true
    index: 5
    elements:
      system: {mustSupport: true, index: 6}
      code:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/SETP-encounter-class'}
        mustSupport: true
        index: 7
      display: {mustSupport: true, index: 8}
    required: [system, code]
  period:
    mustSupport: true
    index: 23
    elements:
      start: {mustSupport: true, index: 24}
  subject:
    type: Reference
    mustSupport: false
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-patient']
    index: 19
  reasonReference:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Procedure']
    index: 25
    elements:
      reference: {mustSupport: true, index: 26}
      display: {mustSupport: false, index: 27}
    required: [reference]
package_version: 0.9.0-alpha1.0.14
extensions:
  delayReason: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-delay-reason', type: Extension, isModifier: false, index: 2}
  cancellation: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-cancellation', type: Extension, isModifier: false, index: 3}
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Encounter
base: http://hl7.org/fhir/StructureDefinition/Encounter
version: 1.0.0
required: [priority, type, appointment, meta, reasonReference]