Create AppointmentResponse
POST {{fhir_url}}/AppointmentResponse
Request Body
{"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"}