PackagesCanonicalsLogsProblems
    Packages
    ca.pipeline.test.package@0.0.1
    http://fhir.infoway-inforoute.ca/io/CA-pipeline-test/StructureDefinition/CA-eReC-Appointment
description: The resource involves booking one (or a series) of appointment(s) between the patient and the practitioner(s) for a specific date/time. The encounter may be a scheduled referral or an econsult.
package_name: ca.pipeline.test.package
derivation: constraint
name: Appointment
type: Appointment
elements:
  description: {mustSupport: true, index: 2}
  patientInstruction: {index: 8}
  start: {mustSupport: true, index: 3}
  created: {mustSupport: true, index: 6}
  participant:
    mustSupport: true
    index: 15
    elements:
      type: {mustSupport: true, index: 16}
      actor:
        type: Reference
        mustSupport: true
        refers: ['http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Location', 'http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient', 'http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole']
        index: 17
        elements:
          reference: {mustSupport: true, index: 18}
          identifier:
            mustSupport: true
            index: 19
            elements:
              system: {mustSupport: true, index: 20}
              value: {mustSupport: true, index: 21}
            required: [system, value]
  status: {mustSupport: true, index: 1}
  comment: {mustSupport: true, index: 7}
  minutesDuration: {index: 5}
  basedOn:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest']
    index: 9
    elements:
      reference: {mustSupport: true, index: 10}
      identifier:
        mustSupport: true
        index: 11
        elements:
          use: {mustSupport: true, index: 12}
          system: {mustSupport: true, index: 13}
          value: {mustSupport: true, index: 14}
        required: [system, use, value]
  end: {index: 4}
  text: {mustSupport: true, index: 0}
package_version: 0.0.1
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/io/CA-pipeline-test/StructureDefinition/CA-eReC-Appointment
base: http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/appointment-ca-core
version: null
required: [basedOn]