PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.oh@seris-0.10.0-alpha1.0.1
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Schedule
description: SERIS Schedule Profile
package_name: rs/ca.on.oh
derivation: constraint
name: Schedule
type: Schedule
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      source: {mustSupport: true, index: 1}
      profile: {mustSupport: true, index: 2}
      security:
        mustSupport: true
        index: 3
        elements:
          system:
            pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v3-ActReason'}
            mustSupport: true
            type: uri
            index: 4
          code:
            pattern: {type: code, value: HTEST}
            mustSupport: true
            type: code
            index: 5
    required: [profile, source]
  extension:
    array: true
    min: 2
    index: 6
    slicing:
      slices:
        shiftType:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-shift-type', index: 7}
        hoursOfOperation:
          match: {}
          schema:
            type: Extension
            isModifier: false
            url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-hours-of-operation
            index: 8
            extensions:
              startTime: {url: null, index: 9}
              stopTime: {url: null, index: 10}
              daysOfWeek: {url: null, index: 11}
            elements:
              extension:
                index: 9
                slicing:
                  slices:
                    startTime:
                      match: {}
                      schema: {index: 9}
                    stopTime:
                      match: {}
                      schema: {index: 10}
                    daysOfWeek:
                      match: {}
                      schema: {index: 11}
  identifier:
    mustSupport: true
    index: 12
    elements:
      system: {mustSupport: true, index: 13}
      value: {mustSupport: true, index: 14}
    required: [system, value]
  active: {short: Whether this schedule is entered-in-error or not, mustSupport: true, index: 15}
  actor:
    type: Reference
    short: Reference to the Location(OR Room) which will be specified by identifier for this Schedule
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Location']
    index: 16
    elements:
      identifier:
        short: indicates the identifier of the Location(OR Room)
        mustSupport: true
        index: 17
        elements:
          system: {mustSupport: true, index: 18}
          value: {mustSupport: true, index: 19}
        required: [system, value]
    required: [identifier]
  planningHorizon:
    short: Main Schedule Start/Stop Time
    mustSupport: true
    index: 20
    elements:
      start: {mustSupport: true, index: 21}
      end: {mustSupport: true, index: 22}
    required: [end, start]
package_version: seris-0.10.0-alpha1.0.1
extensions:
  shiftType: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-shift-type', type: Extension, isModifier: false, index: 7}
  hoursOfOperation:
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-hours-of-operation
    type: Extension
    isModifier: false
    index: 8
    extensions:
      startTime: {url: null, index: 9}
      stopTime: {url: null, index: 10}
      daysOfWeek: {url: null, index: 11}
    elements:
      extension:
        index: 9
        slicing:
          slices:
            startTime:
              match: {}
              schema: {index: 9}
            stopTime:
              match: {}
              schema: {index: 10}
            daysOfWeek:
              match: {}
              schema: {index: 11}
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Schedule
base: http://hl7.org/fhir/StructureDefinition/Schedule
version: 1.0.0
required: [active, identifier, meta, planningHorizon]