PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@ereferral-econsult-0.12.0-alpha1.0.2
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Appointment
description: A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).
package_name: ca.on.oh
derivation: constraint
name: EReferralAppointment
type: Appointment
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  requestedPeriod:
    mustSupport: true
    index: 22
    elements:
      start: {mustSupport: true, index: 23}
      end: {mustSupport: true, index: 24}
  patientInstruction: {mustSupport: true, index: 13}
  participant:
    elements:
      actor:
        type: Reference
        refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Location', 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient', 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole']
        index: 16
      required: {mustSupport: true, index: 17}
      status: {mustSupport: true, index: 18}
      period:
        mustSupport: true
        index: 19
        elements:
          start: {mustSupport: true, index: 20}
          end: {mustSupport: true, index: 21}
  appointmentType:
    mustSupport: true
    index: 5
    elements:
      coding:
        mustSupport: true
        index: 6
        elements:
          system: {mustSupport: true, index: 7}
          code: {mustSupport: true, index: 8}
          display: {mustSupport: true, index: 9}
      text: {mustSupport: true, index: 10}
  minutesDuration: {mustSupport: true, index: 12}
  basedOn:
    type: Reference
    refers: ['http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest']
    index: 14
    elements:
      reference: {index: 15}
    required: [reference]
  end: {mustSupport: true, index: 11}
  text:
    index: 2
    elements:
      status: {mustSupport: true, index: 3}
      div: {mustSupport: true, index: 4}
package_version: ereferral-econsult-0.12.0-alpha1.0.2
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Appointment
base: http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Appointment
version: 1.0.0
required: [meta]