Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/AppointmentResponse
ResourceAppointmentResponse
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "AppointmentResponse",
  "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-65692-575769"
  } ],
  "appointment" : {
    "reference" : "Appointment/C6AMVVR3G3LIIUAO",
    "display" : "Discuss results of Jasmine Anderson recent MRI"
  },
  "start" : "2021-03-10T12:33:08Z",
  "actor" : {
    "reference" : "Practitioner/C6AMVVT3YGJACSFN"
  },
  "participantStatus" : "tentative",
  "comment" : "Please re-schedule for the afternoon"
}