---
type: "search-params"
title: "AppointmentResponse Search Parameters"
resource: "AppointmentResponse"
---
# AppointmentResponse Search Parameters
## actor
**Description:** The Person, Location/HealthcareService or Device that this appointment response replies for
**Type:** reference
**Expression:** AppointmentResponse.actor
**Path:** AppointmentResponse.actor
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/AppointmentResponse-actor
## appointment
**Description:** The appointment that the response is attached to
**Type:** reference
**Expression:** AppointmentResponse.appointment
**Path:** AppointmentResponse.appointment
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/AppointmentResponse-appointment
## identifier
**Description:** An Identifier in this appointment response
**Type:** token
**Expression:** AppointmentResponse.identifier
**Path:** AppointmentResponse.identifier
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/AppointmentResponse-identifier
## location
**Description:** This Response is for this Location
**Type:** reference
**Expression:** AppointmentResponse.actor.where(resolve() is Location)
**Path:** AppointmentResponse.actor
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/AppointmentResponse-location
## part-status
**Description:** The participants acceptance status for this appointment
**Type:** token
**Expression:** AppointmentResponse.participantStatus
**Path:** AppointmentResponse.participantStatus
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/AppointmentResponse-part-status
## patient
**Description:** This Response is for this Patient
**Type:** reference
**Expression:** AppointmentResponse.actor.where(resolve() is Patient)
**Path:** AppointmentResponse.actor
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/AppointmentResponse-patient
## group
**Description:** This Response is for this Group
**Type:** reference
**Expression:** AppointmentResponse.actor.where(resolve() is Group)
**Path:** AppointmentResponse.actor
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/AppointmentResponse-group
## practitioner
**Description:** This Response is for this Practitioner
**Type:** reference
**Expression:** AppointmentResponse.actor.where(resolve() is Practitioner)
**Path:** AppointmentResponse.actor
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/AppointmentResponse-practitioner