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