Request

OperationupdateCreate AppointmentResponse
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/AppointmentResponse/d27316edbd784c4f993f73998932b2e4
ResourceAppointmentResponseIdd27316edbd784c4f993f73998932b2e4
Headers
Accept
application/fhir+xml;charset=UTF-8
Content-Type
application/fhir+xml;charset=UTF-8
Content
<?xml version="1.0" encoding="UTF-8"?>

<AppointmentResponse xmlns="http://hl7.org/fhir">  
    <id value="d27316edbd784c4f993f73998932b2e4"/>  
    <meta> 
        <security> 
            <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>  
            <code value="HTEST"/>  
            <display value="test health data"/> 
        </security> 
    </meta>  
    <text> 
        <status value="generated"/>  
        <div xmlns="http://www.w3.org/1999/xhtml">Touchstone Test Data - AppointmentResponse: Tentative</div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/appointmentresponse"/>  
        <value value="02118670-6986-575769"/> 
    </identifier>  
    <appointment> 
        <reference value="Appointment/491bc0a00f0a4223b5ee047e8ed21b1c"/>  
        <display value="Discuss results of Jasmine Anderson recent MRI"/> 
    </appointment>  
    <start value="2022-03-02T14:10:11Z"/>  
    <actor> 
        <reference value="Practitioner/a3f68ff44cb34264b69e4626582f7683"/> 
    </actor>  
    <participantStatus value="tentative"/>  
    <comment value="Please re-schedule for the afternoon"/> 
</AppointmentResponse>