PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.oh@seris-0.10.0-alpha1.0.2
    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
      tag:
        mustSupport: true
        index: 6
        elements:
          system:
            pattern: {type: uri, value: 'https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-health-care-facility-id'}
            mustSupport: true
            type: uri
            index: 7
          code: {mustSupport: true, index: 8}
        required: [code, system]
    required: [profile, source, tag]
  extension:
    array: true
    min: 2
    index: 9
    slicing:
      slices:
        shiftType:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-shift-type', 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}
  identifier:
    mustSupport: true
    index: 15
    elements:
      system: {mustSupport: true, index: 16}
      value: {mustSupport: true, index: 17}
    required: [system, value]
  active: {short: Whether this schedule is entered-in-error or not, mustSupport: true, index: 18}
  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: 19
    elements:
      identifier:
        short: indicates the identifier of the Location(OR Room)
        mustSupport: true
        index: 20
        elements:
          system: {mustSupport: true, index: 21}
          value: {mustSupport: true, index: 22}
        required: [system, value]
    required: [identifier]
  planningHorizon:
    short: Main Schedule Start/Stop Time
    mustSupport: true
    index: 23
    elements:
      start: {mustSupport: true, index: 24}
      end: {mustSupport: true, index: 25}
    required: [end, start]
package_version: seris-0.10.0-alpha1.0.2
extensions:
  shiftType: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-shift-type', type: Extension, isModifier: false, 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}
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]