PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.oh@seris-0.11.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:
      profile: {mustSupport: true, index: 1}
      security:
        mustSupport: true
        index: 2
        elements:
          system:
            pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v3-ActReason'}
            mustSupport: true
            type: uri
            index: 3
          code:
            pattern: {type: code, value: HTEST}
            mustSupport: true
            type: code
            index: 4
      tag:
        mustSupport: true
        index: 5
        elements:
          system:
            pattern: {type: uri, value: 'https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-health-care-facility-id'}
            mustSupport: true
            type: uri
            index: 6
          code: {mustSupport: true, index: 7}
        required: [code, system]
    required: [profile, tag]
  extension:
    index: 8
    slicing:
      slices:
        shiftType:
          match: {}
          schema:
            type: Extension
            isModifier: false
            url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-shift-type
            index: 9
            elements:
              url:
                pattern: {type: uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-shift-type'}
                type: uri
                index: 10
        hoursOfOperation:
          match: {}
          schema:
            type: Extension
            isModifier: false
            url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-hours-of-operation
            index: 11
            extensions:
              startTime: {url: null, index: 12}
              stopTime: {url: null, index: 13}
              daysOfWeek: {url: null, index: 14}
            elements:
              extension:
                index: 12
                slicing:
                  slices:
                    startTime:
                      match: {}
                      schema: {index: 12}
                    stopTime:
                      match: {}
                      schema: {index: 13}
                    daysOfWeek:
                      match: {}
                      schema: {index: 14}
        hoursOfOperationAdjustment:
          match: {}
          schema:
            type: Extension
            isModifier: false
            url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-hours-of-operationAdjustment
            index: 15
            extensions:
              startTime: {url: null, index: 16}
              stopTime: {url: null, index: 17}
            elements:
              extension:
                index: 16
                slicing:
                  slices:
                    startTime:
                      match: {}
                      schema: {index: 16}
                    stopTime:
                      match: {}
                      schema: {index: 17}
  identifier:
    mustSupport: true
    index: 18
    elements:
      system: {mustSupport: true, index: 19}
      value: {mustSupport: true, index: 20}
    required: [system, value]
  active: {short: Whether this schedule is entered-in-error or not, mustSupport: true, index: 21}
  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: 22
    elements:
      identifier:
        short: indicates the identifier of the Location(OR Room)
        mustSupport: true
        index: 23
        elements:
          system: {mustSupport: true, index: 24}
          value: {mustSupport: true, index: 25}
        required: [system, value]
    required: [identifier]
  planningHorizon:
    short: Main Schedule Start/Stop Time
    mustSupport: true
    index: 26
    elements:
      start: {mustSupport: true, index: 27}
      end: {mustSupport: true, index: 28}
    required: [end, start]
package_version: seris-0.11.0-alpha1.0.1
extensions:
  shiftType:
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-shift-type
    type: Extension
    isModifier: false
    index: 9
    elements:
      url:
        pattern: {type: uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-shift-type'}
        type: uri
        index: 10
  hoursOfOperation:
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-hours-of-operation
    type: Extension
    isModifier: false
    index: 11
    extensions:
      startTime: {url: null, index: 12}
      stopTime: {url: null, index: 13}
      daysOfWeek: {url: null, index: 14}
    elements:
      extension:
        index: 12
        slicing:
          slices:
            startTime:
              match: {}
              schema: {index: 12}
            stopTime:
              match: {}
              schema: {index: 13}
            daysOfWeek:
              match: {}
              schema: {index: 14}
  hoursOfOperationAdjustment:
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-hours-of-operationAdjustment
    type: Extension
    isModifier: false
    index: 15
    extensions:
      startTime: {url: null, index: 16}
      stopTime: {url: null, index: 17}
    elements:
      extension:
        index: 16
        slicing:
          slices:
            startTime:
              match: {}
              schema: {index: 16}
            stopTime:
              match: {}
              schema: {index: 17}
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, extension, identifier, meta, planningHorizon]