Test Script

Name/FHIR1-2-0-Basic/A-C/AppointmentResponse/Client Assigned Id/AppointmentResponse-client-id-xml
DescriptionFHIR Server AppointmentResponse Basic Operation Tests - XML - Client Assigned Resource Id - Create, Delete, History, Read, Search, Update, Vread.
Version1Latest1
Content
<?xml version="1.0" encoding="UTF-8"?>

<TestScript xmlns="http://hl7.org/fhir">  
    <id value="AppointmentResponse-client-id-xml"/>  
    <url value="http://wildfhir.aegis.net/dstu21/TestScript/AppointmentResponse-client-id-xml"/>  
    <version value="2.1"/>  
    <name value="FHIR Server AppointmentResponse Basic Operation Tests - XML - Client Assigned Resource Id"/>  
    <status value="draft"/>  
    <publisher value="AEGIS.net, Inc."/>  
    <contact> 
        <name value="Touchstone Support"/>  
        <telecom> 
            <system value="email"/>  
            <value value="Touchstone_Support@aegis.net"/>  
            <use value="work"/> 
        </telecom> 
    </contact>  
    <date value="2016-03-31"/>  
    <description value="FHIR Server AppointmentResponse Basic Operation Tests - XML - Client Assigned Resource Id - Create, Delete, History, Read, Search, Update, Vread."/>  
    <useContext> 
        <coding> 
            <system value="urn:iso:std:iso:3166"/>  
            <code value="US"/>  
            <display value="United States of America (the)"/> 
        </coding> 
    </useContext>  
    <requirements value="AppointmentResponse Create, Delete, History, Read, Search, Update, Vread Operations"/>  
    <copyright value="© AEGIS.net, Inc. 2015+"/>  
    <metadata> 
        <capability> 
            <required value="true"/>  
            <description value="Create, Delete, Read, Update Operations"/>  
            <link value="http://hl7.org/fhir/http.html#create"/>  
            <link value="http://hl7.org/fhir/http.html#delete"/>  
            <link value="http://hl7.org/fhir/http.html#read"/>  
            <link value="http://hl7.org/fhir/http.html#update"/>  
            <conformance> 
                <reference value="../_reference/conformance/AppointmentResponseCreateDeleteReadUpdate.xml"/> 
            </conformance> 
        </capability>  
        <capability> 
            <required value="true"/>  
            <description value="History Instance, Vread Operations"/>  
            <link value="http://hl7.org/fhir/http.html#history"/>  
            <link value="http://hl7.org/fhir/http.html#vread"/>  
            <conformance> 
                <reference value="../_reference/conformance/AppointmentResponseHistoryInstanceVread.xml"/> 
            </conformance> 
        </capability>  
        <capability> 
            <required value="true"/>  
            <description value="Search Type Operation"/>  
            <link value="http://hl7.org/fhir/http.html#search"/>  
            <conformance> 
                <reference value="../_reference/conformance/AppointmentResponseSearchType.xml"/> 
            </conformance> 
        </capability> 
    </metadata>  
    <fixture id="resource-create"> 
        <resource> 
            <reference value="../_reference/resources/AppointmentResponse-create-client-id.xml"/> 
        </resource> 
    </fixture>  
    <fixture id="resource-create-min"> 
        <resource> 
            <reference value="../_reference/resources/AppointmentResponse-create-min.xml"/> 
        </resource> 
    </fixture>  
    <fixture id="resource-update"> 
        <resource> 
            <reference value="../_reference/resources/AppointmentResponse-update.xml"/> 
        </resource> 
    </fixture>  
    <fixture id="resource-update-min"> 
        <resource> 
            <reference value="../_reference/resources/AppointmentResponse-update-min.xml"/> 
        </resource> 
    </fixture>  
    <profile id="bundle-profile"> 
        <reference value="http://hl7.org/fhir/StructureDefinition/Bundle"/> 
    </profile>  
    <profile id="resource-profile"> 
        <reference value="http://hl7.org/fhir/StructureDefinition/AppointmentResponse"/> 
    </profile>  
    <variable> 
        <name value="createResourceId"/>  
        <path value="AppointmentResponse/identifier/value"/>  
        <sourceId value="resource-create"/> 
    </variable>  
    <variable> 
        <name value="createVersionId"/>  
        <path value="AppointmentResponse/meta/versionId"/>  
        <sourceId value="create-read-response"/> 
    </variable>  
    <variable> 
        <name value="searchParamIdentifier"/>  
        <path value="AppointmentResponse/identifier/value"/>  
        <sourceId value="resource-create"/> 
    </variable>  
    <setup> 
        <!--   AppointmentResponse Delete   -->  
        <action> 
            <operation> 
                <type> 
                    <code value="delete"/> 
                </type>  
                <resource value="AppointmentResponse"/>  
                <description value="Use a conditional delete operation to insure the AppointmentResponse does not exist on the server."/>  
                <accept value="xml"/>  
                <contentType value="xml"/>  
                <params value="?identifier=${searchParamIdentifier}"/> 
            </operation> 
        </action> 
    </setup>  
    <test id="Step1-CreateNewAppointmentResponse"> 
        <name value="Step1-CreateNewAppointmentResponse"/>  
        <description value="Create a new AppointmentResponse in XML format where the client assigns the resource id."/>  
        <action> 
            <operation> 
                <type> 
                    <code value="update"/> 
                </type>  
                <resource value="AppointmentResponse"/>  
                <description value="Create AppointmentResponse with client assigned resource id."/>  
                <accept value="xml"/>  
                <contentType value="xml"/>  
                <params value="/${createResourceId}"/>  
                <sourceId value="resource-create"/> 
            </operation> 
        </action>  
        <action> 
            <assert> 
                <operator value="in"/>  
                <responseCode value="200,201"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <contentType value="xml"/> 
            </assert> 
        </action> 
    </test>  
    <test id="Step2-ReadAppointmentResponse"> 
        <name value="Step2-ReadAppointmentResponse"/>  
        <description value="Read the AppointmentResponse in XML format created in step 1."/>  
        <action> 
            <operation> 
                <type> 
                    <code value="read"/> 
                </type>  
                <resource value="AppointmentResponse"/>  
                <description value="Read using params element"/>  
                <accept value="xml"/>  
                <contentType value="xml"/>  
                <params value="/${createResourceId}"/>  
                <responseId value="create-read-response"/> 
            </operation> 
        </action>  
        <action> 
            <assert> 
                <response value="okay"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <validateProfileId value="resource-profile"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <minimumId value="resource-create-min"/> 
            </assert> 
        </action> 
    </test>  
    <test id="Step3-UpdateAppointmentResponse"> 
        <name value="Step3-UpdateAppointmentResponse"/>  
        <description value="Update the AppointmentResponse in XML format created in step 1 then Read it again for verification."/>  
        <action> 
            <operation> 
                <type> 
                    <code value="update"/> 
                </type>  
                <resource value="AppointmentResponse"/>  
                <accept value="xml"/>  
                <contentType value="xml"/>  
                <params value="/${createResourceId}"/>  
                <responseId value="update-response"/>  
                <sourceId value="resource-update"/> 
            </operation> 
        </action>  
        <action> 
            <assert> 
                <operator value="in"/>  
                <responseCode value="200,201"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <headerField value="Location"/>  
                <operator value="notEmpty"/>  
                <warningOnly value="true"/> 
            </assert> 
        </action>  
        <action> 
            <operation> 
                <type> 
                    <code value="read"/> 
                </type>  
                <resource value="AppointmentResponse"/>  
                <accept value="xml"/>  
                <contentType value="xml"/>  
                <params value="/${createResourceId}"/> 
            </operation> 
        </action>  
        <action> 
            <assert> 
                <validateProfileId value="resource-profile"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <description value="Confirm that read returns updated version and that update did not delete previously created fields."/>  
                <minimumId value="resource-update-min"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <description value="Confirm that the resource version is present. Warning only as the server may not support versioning."/>  
                <operator value="notEmpty"/>  
                <path value="AppointmentResponse/meta/versionId"/>  
                <warningOnly value="true"/> 
            </assert> 
        </action> 
    </test>  
    <test id="Step4-AppointmentResponseHistoryInstance"> 
        <name value="Step4-AppointmentResponseHistoryInstance"/>  
        <description value="Retrieve the updated AppointmentResponse instance's history in XML format."/>  
        <action> 
            <operation> 
                <resource value="AppointmentResponse"/>  
                <description value="Retrieve the history for a single, known AppointmentResponse using the known identifier."/>  
                <accept value="xml"/>  
                <contentType value="xml"/>  
                <params value="/${createResourceId}/_history"/> 
            </operation> 
        </action>  
        <action> 
            <assert> 
                <response value="okay"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <contentType value="xml"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <resource value="Bundle"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <description value="Confirm that there is more than one record returned."/>  
                <operator value="greaterThan"/>  
                <path value="/Bundle/total"/>  
                <value value="1"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <description value="Confirm that bundle contains the most recent updated version of the AppointmentResponse."/>  
                <minimumId value="resource-update-min"/> 
            </assert> 
        </action> 
    </test>  
    <test id="Step5-AppointmentResponseVersionRead"> 
        <name value="Step5-AppointmentResponseVersionRead"/>  
        <description value="Retrieve a specific version of a AppointmentResponse instance in XML format."/>  
        <action> 
            <operation> 
                <type> 
                    <code value="vread"/> 
                </type>  
                <resource value="AppointmentResponse"/>  
                <description value="Retrieve initially created version of the AppointmentResponse instance."/>  
                <accept value="xml"/>  
                <contentType value="xml"/>  
                <params value="/${createResourceId}/_history/${createVersionId}"/> 
            </operation> 
        </action>  
        <action> 
            <assert> 
                <response value="okay"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <contentType value="xml"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <resource value="AppointmentResponse"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <description value="Confirm that bundle contains the created version of the AppointmentResponse."/>  
                <minimumId value="resource-create-min"/> 
            </assert> 
        </action> 
    </test>  
    <test id="Step6-AppointmentResponseSearchType"> 
        <name value="Step6-AppointmentResponseSearchType"/>  
        <description value="Search for AppointmentResponse resources in XML format with a identifier = ${searchParamIdentifier}."/>  
        <action> 
            <operation> 
                <type> 
                    <code value="search"/> 
                </type>  
                <resource value="AppointmentResponse"/>  
                <description value="Search for the AppointmentResponse by identifier."/>  
                <accept value="xml"/>  
                <contentType value="xml"/>  
                <params value="?identifier=${searchParamIdentifier}"/> 
            </operation> 
        </action>  
        <action> 
            <assert> 
                <response value="okay"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <contentType value="xml"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <resource value="Bundle"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <description value="Confirm that there is at least one record returned. There could be other AppointmentResponse records returned."/>  
                <operator value="greaterThan"/>  
                <path value="/Bundle/total"/>  
                <value value="0"/> 
            </assert> 
        </action>  
        <action> 
            <assert> 
                <description value="Confirm that bundle contains the most recent updated version of the AppointmentResponse."/>  
                <minimumId value="resource-update-min"/> 
            </assert> 
        </action> 
    </test>  
    <test id="Step7-AppointmentResponseDelete"> 
        <name value="Step7-AppointmentResponseDelete"/>  
        <description value="Delete a AppointmentResponse instance in XML format."/>  
        <action> 
            <operation> 
                <type> 
                    <code value="delete"/> 
                </type>  
                <resource value="AppointmentResponse"/>  
                <description value="Delete the AppointmentResponse instance."/>  
                <accept value="xml"/>  
                <contentType value="xml"/>  
                <targetId value="update-response"/> 
            </operation> 
        </action>  
        <action> 
            <assert> 
                <operator value="in"/>  
                <responseCode value="200,204"/> 
            </assert> 
        </action> 
    </test> 
</TestScript>