PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@setp-0.9.0-alpha1.0.28
    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
derivation: constraint
name: Appointment
type: Appointment
elements:
  serviceCategory:
    short: Surgeon service
    binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service'}
    index: 15
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service'}
        index: 16
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 17
          code:
            binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-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: 9
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/surgery-cancellation-reason'}
        mustSupport: true
        index: 10
        elements:
          system:
            pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/CodeSystem/surgery-cancellation-reason'}
            mustSupport: true
            index: 11
          code:
            binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/surgery-cancellation-reason'}
            mustSupport: true
            index: 12
          display: {mustSupport: true, index: 13}
      text: {short: Cancellation reason description, mustSupport: true, index: 14}
  requestedPeriod:
    elements:
      start: {short: Scheduled start time, index: 34}
  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-setp-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: [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
            elements:
              url:
                pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-cancellation-date'}
                index: 3
        reschedule:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-reschedule', index: 4}
  supportingInformation: {short: supporting Observations, index: 22}
  appointmentType: {short: Patient type, index: 19}
  status: {mustSupport: true, index: 8}
  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: 5
    elements:
      system: {mustSupport: true, index: 6}
      value: {mustSupport: true, index: 7}
    required: [value, system]
  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-setp-profile-Procedure']
    index: 20
    elements:
      reference: {mustSupport: true, index: 21}
    required: [reference]
package_version: setp-0.9.0-alpha1.0.28
extensions:
  cancellationDate:
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-cancellation-date
    type: Extension
    short: Cancellation Date
    isModifier: false
    index: 2
    elements:
      url:
        pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-cancellation-date'}
        index: 3
  reschedule: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-reschedule', type: Extension, isModifier: false, index: 4}
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]