http://hl7.org/fhir/StructureDefinition/AppointmentResponse|5.0.0

A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.
description: A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.
derivation: specialization
name: AppointmentResponse
type: AppointmentResponse
elements:
  appointment: {isModifier: false, short: Appointment this response relates to, mustSupport: false, isSummary: true, index: 1}
  recurrenceId: {isModifier: false, short: The recurrence ID of the specific recurring request, mustSupport: false, isSummary: false, index: 11}
  proposedNewTime: {isModifier: false, short: Indicator for a counter proposal, mustSupport: false, isSummary: true, index: 2}
  start: {isModifier: false, short: 'Time from appointment, or requested new start time', mustSupport: false, isSummary: false, index: 3}
  participantStatus:
    isModifier: true
    short: accepted | declined | tentative | needs-action | entered-in-error
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/appointmentresponse-status|5.0.0'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 7
  recurring: {isModifier: false, short: This response is for all occurrences in a recurring request, mustSupport: false, isSummary: false, index: 9}
  occurrenceDate: {isModifier: false, short: Original date within a recurring request, mustSupport: false, isSummary: false, index: 10}
  participantType:
    isModifier: false
    short: Role of participant in the appointment
    mustSupport: false
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-participant-type'}
    isSummary: true
    index: 5
  comment: {isModifier: false, short: Additional comments, mustSupport: false, isSummary: false, index: 8}
  identifier: {isModifier: false, short: External Ids for this item, mustSupport: false, array: true, isSummary: true, index: 0}
  end: {isModifier: false, short: 'Time from appointment, or requested new end time', mustSupport: false, isSummary: false, index: 4}
  actor: {isModifier: false, short: 'Person(s), Location, HealthcareService, or Device', mustSupport: false, isSummary: true, index: 6}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/AppointmentResponse
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [participantStatus, appointment]