PackagesCanonicalsLogsProblems
    Packages
    rs/ca.ab.fhir.aberec1@1.0.2
    https://www.alberta.ca/fhir/aberec/StructureDefinition/AppointmentABeReC
description: This profile defines a set of constraints to the FHIR Appointment resource for use in Alberta eReferral and eConsult (AB:eReC). It re-profiles the CA-eReC Appointment profile and it includes constraints that represent the minimum expectations for the Appointment resource when used in the AB:eReC.
package_name: rs/ca.ab.fhir.aberec1
derivation: constraint
name: AppointmentABeReC
type: Appointment
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [system, value]
  basedOn:
    type: Reference
    refers: ['https://www.alberta.ca/fhir/aberec/StructureDefinition/ServiceRequestABeReC']
    index: 3
  participant:
    elements:
      actor:
        type: Reference
        refers: ['https://www.alberta.ca/fhir/aberec/StructureDefinition/PatientABeReC', 'https://www.alberta.ca/fhir/aberec/StructureDefinition/PractitionerRoleABeReC']
        index: 4
package_version: 1.0.2
class: profile
kind: resource
url: https://www.alberta.ca/fhir/aberec/StructureDefinition/AppointmentABeReC
base: http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Appointment
version: 1.0.2
required: [identifier]