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

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:
  identifier: {short: External Ids for this item, array: true, isSummary: true, index: 0}
  appointment: {short: Appointment this response relates to, isSummary: true, index: 1}
  start: {short: 'Time from appointment, or requested new start time', index: 2}
  end: {short: 'Time from appointment, or requested new end time', index: 3}
  participantType:
    short: Role of participant in the appointment
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/encounter-participant-type'}
    isSummary: true
    index: 4
  actor: {short: 'Person, Location, HealthcareService, or Device', isSummary: true, index: 5}
  participantStatus:
    isModifier: true
    short: accepted | declined | tentative | needs-action
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/participationstatus|4.0.1'}
    isModifierReason: Not known why this is labelled a modifier
    isSummary: true
    index: 6
  comment: {short: Additional comments, index: 7}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/AppointmentResponse
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [participantStatus, appointment]