PackagesCanonicalsLogsProblems
    Packages
    rs/ca.on.oh@seris-0.10.0-alpha1.0.2
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Appointment
description: A booking of a surgical healthcare procedure for a specific date/time.
package_name: rs/ca.on.oh
derivation: constraint
name: Appointment
type: Appointment
elements:
  serviceCategory:
    short: Surgeon service
    binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/hospital-service'}
    index: 16
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/hospital-service'}
        index: 17
        elements:
          code:
            binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/hospital-service'}
            index: 18
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  cancelationReason:
    short: Cancellation reason
    binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/surgery-cancellation-reason'}
    mustSupport: true
    index: 10
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/surgery-cancellation-reason'}
        mustSupport: true
        index: 11
        elements:
          system:
            pattern: {type: uri, value: 'http://ontariohealth.ca/fhir/CodeSystem/surgery-cancellation-reason'}
            mustSupport: true
            type: uri
            index: 12
          code:
            binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/surgery-cancellation-reason'}
            mustSupport: true
            index: 13
          display: {mustSupport: true, index: 14}
      text: {short: Cancellation reason description, mustSupport: true, index: 15}
  start: {mustSupport: true, index: 23}
  created: {short: Booking Date, mustSupport: true, index: 26}
  participant:
    mustSupport: true
    array: true
    max: 2
    index: 28
    elements:
      actor:
        type: Reference
        short: the surgical patient or OR Room
        mustSupport: true
        refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Patient']
        index: 29
        elements:
          reference: {mustSupport: true, index: 30}
          identifier:
            mustSupport: true
            index: 31
            elements:
              system: {mustSupport: true, index: 32}
              value: {mustSupport: true, index: 33}
            required: [system, value]
    required: [actor]
  extension:
    type: Extension
    short: Cancellation Date
    isModifier: false
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-cancellation-date
    index: 2
    slicing:
      slices:
        cancellationDate:
          match: {}
          schema: {type: Extension, short: Cancellation Date, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-cancellation-date', index: 2}
        reschedule:
          match: {}
          schema:
            type: Extension
            isModifier: false
            url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-reschedule
            index: 3
            extensions:
              rescheduleFlag: {url: null, index: 4}
              rescheduleDate: {url: null, index: 5}
            elements:
              extension:
                index: 4
                slicing:
                  slices:
                    rescheduleFlag:
                      match: {}
                      schema: {index: 4}
                    rescheduleDate:
                      match: {}
                      schema: {index: 5}
  supportingInformation: {short: supporting Observations, index: 22}
  appointmentType: {short: Patient type, index: 19}
  status: {mustSupport: true, index: 9}
  comment: {short: Notes on initial case scheduling, mustSupport: true, index: 27}
  minutesDuration: {short: Estimated Case Duration, mustSupport: true, index: 25}
  identifier:
    short: Case Number
    mustSupport: true
    index: 6
    elements:
      system: {mustSupport: true, index: 7}
      value: {mustSupport: true, index: 8}
    required: [system, value]
  end: {mustSupport: true, index: 24}
  reasonReference:
    type: Reference
    short: The surgical procedure for this appointment
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Procedure']
    index: 20
    elements:
      reference: {mustSupport: true, index: 21}
    required: [reference]
package_version: seris-0.10.0-alpha1.0.2
extensions:
  cancellationDate: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-cancellation-date', type: Extension, short: Cancellation Date, isModifier: false, index: 2}
  reschedule:
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-ext-reschedule
    type: Extension
    isModifier: false
    index: 3
    extensions:
      rescheduleFlag: {url: null, index: 4}
      rescheduleDate: {url: null, index: 5}
    elements:
      extension:
        index: 4
        slicing:
          slices:
            rescheduleFlag:
              match: {}
              schema: {index: 4}
            rescheduleDate:
              match: {}
              schema: {index: 5}
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Appointment
base: http://hl7.org/fhir/StructureDefinition/Appointment
version: 1.0.0
required: [identifier, meta, reasonReference]