PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2.examples@1.0.2
    http://hl7.org/fhir/StructureDefinition/Appointment
description: Base StructureDefinition for Appointment Resource
package_name: hl7.fhir.r2.examples
name: Appointment
type: null
elements:
  description: {type: string, short: 'Shown on a subject line in a meeting request, or appointment list', index: 5}
  slot: {type: Reference, short: 'If provided, then no schedule and start/end values MUST match slot', array: true, index: 9}
  start: {type: instant, short: When appointment is to take place, isSummary: true, index: 6}
  type: {short: The type of appointment that is being booked, type: CodeableConcept, isSummary: true, index: 2}
  participant:
    constraint:
      app-1: {human: Either the type or actor on the participant MUST be specified, severity: error}
    min: 1
    short: Participants involved in appointment
    index: 11
    type: BackboneElement
    array: true
    elements:
      type: {short: Role of participant in the appointment, comments: 'The role of the participant can be used to declare what the actor will be doing in the scope of this appointment.  If the actor is not specified, then it is expected that the actor will be filled in at a later stage of planning.  This value MUST be the same when creating an AppointmentResponse so that they can be matched, and subsequently update the Appointment.', type: CodeableConcept, array: true, isSummary: true, index: 12}
      actor: {type: Reference, short: 'Person, Location/HealthcareService or Device', isSummary: true, index: 13}
      required: {short: required | optional | information-only, type: code, isSummary: true, index: 14}
      status: {type: code, short: accepted | declined | tentative | needs-action, index: 15}
    required: [status]
  reason: {short: Reason this appointment is scheduled, type: CodeableConcept, isSummary: true, index: 3}
  priority: {type: unsignedInt, short: Used to make informed decisions if needing to re-prioritize, comments: Seeking implementer feedback on this property and how interoperable it is.  Using an extension to record a codeableconcept for named values may be tested at a future connectathon., index: 4}
  status: {isModifier: true, short: proposed | pending | booked | arrived | fulfilled | cancelled | noshow, comments: 'If the Appointment''s status is "cancelled" then all participants are expected to have their calendars released for the appointment period, and as such any Slots that were marked as BUSY can be re-set to FREE.', type: code, isSummary: true, index: 1}
  comment: {type: string, short: Additional comments, comments: 'Additional text to aid in facilitating the appointment. For instance, a comment might be, "patient should proceed immediately to infusion room upon arrival"  Where this is a planned appointment and the start/end dates are not set then this field can be used to provide additional guidance on the details of the appointment request, including any restrictions on when to book it.', index: 10}
  minutesDuration: {type: positiveInt, short: Can be less than start/end (e.g. estimate), index: 8}
  identifier: {type: Identifier, short: External Ids for this item, isSummary: true, array: true, index: 0}
  end: {type: instant, short: When appointment is to conclude, isSummary: true, index: 7}
package_version: 1.0.2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Appointment
version: null
required: [participant, status]