PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.26
    http://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
        pattern: {type: Canonical, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Appointment'}
        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: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/mha/appointmentRescheduleReason'}
    mustSupport: true
    index: 3
    elements:
      coding:
        mustSupport: true
        index: 4
        elements:
          system: {mustSupport: true, index: 5}
          code: {mustSupport: true, index: 6}
          display: {mustSupport: true, index: 7}
        required: [display, system, code]
    required: [coding]
  start: {mustSupport: true, index: 8}
  end: {mustSupport: true, index: 9}
  basedOn:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-servicerequest']
    index: 10
    elements:
      reference: {mustSupport: true, index: 11}
    required: [reference]
  participant:
    mustSupport: true
    index: 12
    elements:
      actor:
        type: Reference
        mustSupport: true
        refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient']
        index: 13
      status: {mustSupport: true, index: 14}
    required: [actor]
package_version: 0.9.0-alpha-1.9.7.26
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Appointment
base: http://hl7.org/fhir/StructureDefinition/Appointment
version: null
required: [meta]