Request

Operationupdate AppointmentResponse
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/AppointmentResponse/C6AMVWPZ5D3DOKZB
ResourceAppointmentResponseIdC6AMVWPZ5D3DOKZB
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="C6AMVWPZ5D3DOKZB"/>  
    <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: Declined</div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/appointmentresponse"/>  
        <value value="02118670-575769-575769"/> 
    </identifier>  
    <appointment> 
        <reference value="Appointment/C6AMVWLOBCBYDJ2K"/>  
        <display value="Discuss results of Jasmine Anderson recent MRI"/> 
    </appointment>  
    <actor> 
        <reference value="Practitioner/C6AMVWNOXCBXNU2H"/> 
    </actor>  
    <participantStatus value="declined"/>  
    <comment value="Patient has scheduling conflict"/> 
</AppointmentResponse>