Request

OperationupdateCreate AppointmentResponse
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/AppointmentResponse/d8c669ee0f024f6683a3b53a8270efef
ResourceAppointmentResponseIdd8c669ee0f024f6683a3b53a8270efef
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "AppointmentResponse",
  "id" : "d8c669ee0f024f6683a3b53a8270efef",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - AppointmentResponse: Tentative</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/appointmentresponse",
    "value" : "02118670-310-575769"
  } ],
  "appointment" : {
    "reference" : "Appointment/7c28962b0dab434ba715b5aac0a491b1",
    "display" : "Discuss results of Jasmine Anderson recent MRI"
  },
  "start" : "2021-03-08T12:32:45Z",
  "actor" : {
    "reference" : "Practitioner/aee4d2352eff499982a90008c8223237"
  },
  "participantStatus" : "tentative",
  "comment" : "Please re-schedule for the afternoon"
}