PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.9.4
    https://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Appointment
description: null
package_name: ca.on.oh.mha-pds
derivation: constraint
name: Appointment
type: Appointment
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  status:
    short: cancelled | noshow
    binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/mha/appointmentStatus'}
    mustSupport: true
    index: 2
  cancelationReason:
    binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/mha/appointmentRescheduleReason'}
    mustSupport: true
    index: 3
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/mha/appointmentRescheduleReason'}
        mustSupport: true
        index: 4
        elements:
          system: {mustSupport: true, index: 5}
          code: {mustSupport: true, index: 6}
          display: {mustSupport: true, index: 7}
        required: [display, system, code]
  start: {mustSupport: true, index: 8}
  end: {mustSupport: true, index: 9}
  basedOn:
    type: Reference
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-servicerequest']
    index: 10
  participant:
    mustSupport: true
    index: 11
    elements:
      actor:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/HealthcareService', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient']
        index: 12
    required: [actor]
package_version: 0.9.0-alpha-1.9.4
class: profile
kind: resource
url: https://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Appointment
base: http://hl7.org/fhir/StructureDefinition/Appointment
version: null
required: [meta]