Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/AppointmentResponse
ResourceAppointmentResponse
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">  
    <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-575769-575769"/> 
    </identifier>  
    <appointment> 
        <reference value="Appointment/C6AMVWLOBCBYDJ2K"/>  
        <display value="Discuss results of Jasmine Anderson recent MRI"/> 
    </appointment>  
    <start value="2021-03-11T12:33:22Z"/>  
    <actor> 
        <reference value="Practitioner/C6AMVWNOXCBXNU2H"/> 
    </actor>  
    <participantStatus value="tentative"/>  
    <comment value="Please re-schedule for the afternoon"/> 
</AppointmentResponse>