Update AppointmentResponse with identifier {identifier}

AppointmentResponse on the FHIR specification website.

A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.

The body should be a valid FHIR object for AppointmentResponse.

Here is an example:

{
  "resourceType": "AppointmentResponse",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Accept Brian MRI results discussion</div>"
  },
  "appointment": {
    "reference": "Appointment/example",
    "display": "Brian MRI results discussion"
  },
  "actor": {
    "reference": "Patient/example",
    "display": "Peter James Chalmers"
  },
  "participantStatus": "accepted"
}

You can reference the FHIR documentation to determine the format for AppointmentResponse.

Language
Authorization
Click Try It! to start a request and see the response here!