Request

Operationupdate AppointmentResponse
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/AppointmentResponse/9edc5deeb3414a93a9a742345c73d727
ResourceAppointmentResponseId9edc5deeb3414a93a9a742345c73d727
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="9edc5deeb3414a93a9a742345c73d727"/>  
    <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-6986-575769"/> 
    </identifier>  
    <appointment> 
        <reference value="Appointment/91f3f2c098df427aa0895abe67be6f38"/>  
        <display value="Discuss results of Jasmine Anderson recent MRI"/> 
    </appointment>  
    <actor> 
        <reference value="Practitioner/4cf1f4e56e25449d9d66b83e6515c45e"/> 
    </actor>  
    <participantStatus value="declined"/>  
    <comment value="Patient has scheduling conflict"/> 
</AppointmentResponse>