{ "resourceType": "TestScript", "id": "testscript-example-multisystem", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: testscript-example-multisystem

url: http://hl7.org/fhir/TestScript/testscript-example-multisystem

identifier: urn:oid:1.3.6.1.4.1.21367.2005.3.7.9878

version: 1.0

name: Multisystem Test Script

status: draft

experimental: true

publisher: HL7

contact:

date: Sep 26, 2016

description: TestScript example resource showing use of origin and destination for multisystem support. The single origin will execute a Patient read against the two destination systems using user defined dynamic variables. The test engine will wait at each operation action with a defined origin and destination for the origin test system to send the expected FHIR operation to the destination test system. Once the expected request and response is observed, the test engine will continue with the test execution.

jurisdiction: United States of America (the) (Details : {urn:iso:std:iso:3166 code 'US' = 'US', given as 'United States of America (the)'})

purpose: Patient Read Operation

copyright: © HL7.org 2011+

Origins

-IndexProfile
*1FHIR-Client (Details: [not stated] code FHIR-Client = 'FHIR-Client', stated as 'null')

destination

index: 1

profile: FHIR-Server (Details: [not stated] code FHIR-Server = 'FHIR-Server', stated as 'null')

destination

index: 2

profile: FHIR-Server (Details: [not stated] code FHIR-Server = 'FHIR-Server', stated as 'null')

metadata

capability

required: true

validated: false

description: Patient Read Operation

origin: 1

destination: 1

link: http://hl7.org/fhir/http.html#read

capabilities: CapabilityStatement/example

capability

required: true

validated: false

description: Patient Read Operation

origin: 1

destination: 2

link: http://hl7.org/fhir/http.html#read

capabilities: CapabilityStatement/example

variable

name: Dest1PatientResourceId

defaultValue: example

variable

name: Dest2PatientResourceId

defaultValue: example

test

name: ReadPatient-Destination1

description: Read a Patient from the first destination test system using the user defined dynamic variable ${Dest1PatientResourceId}. Perform basic validation.

action

Operations

-
*

action

Asserts

-
*

action

Asserts

-
*

action

Asserts

-
*

action

Asserts

-
*

test

name: ReadPatient-Destination2

description: Read a Patient from the second destination test system using the user defined dynamic variable ${Dest2PatientResourceId}. Perform basic validation.

action

Operations

-
*

action

Asserts

-
*

action

Asserts

-
*

action

Asserts

-
*

action

Asserts

-
*
" }, "url": "http://hl7.org/fhir/TestScript/testscript-example-multisystem", "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.9878" }, "version": "1.0", "name": "Multisystem Test Script", "status": "draft", "experimental": true, "publisher": "HL7", "contact": [ { "name": "Support", "telecom": [ { "system": "email", "value": "support@HL7.org", "use": "work" } ] } ], "date": "2016-09-26", "description": "TestScript example resource showing use of origin and destination for multisystem support. The single origin will execute a Patient read against the two destination systems using user defined dynamic variables. The test engine will wait at each operation action with a defined origin and destination for the origin test system to send the expected FHIR operation to the destination test system. Once the expected request and response is observed, the test engine will continue with the test execution.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US", "display": "United States of America (the)" } ] } ], "purpose": "Patient Read Operation", "copyright": "© HL7.org 2011+", "origin": [ { "index": 1, "profile": { "code": "FHIR-Client" } } ], "destination": [ { "index": 1, "profile": { "code": "FHIR-Server" } }, { "index": 2, "profile": { "code": "FHIR-Server" } } ], "metadata": { "capability": [ { "required": true, "validated": false, "description": "Patient Read Operation", "origin": [ 1 ], "destination": 1, "link": [ "http://hl7.org/fhir/http.html#read" ], "capabilities": { "reference": "CapabilityStatement/example" } }, { "required": true, "validated": false, "description": "Patient Read Operation", "origin": [ 1 ], "destination": 2, "link": [ "http://hl7.org/fhir/http.html#read" ], "capabilities": { "reference": "CapabilityStatement/example" } } ] }, "variable": [ { "name": "Dest1PatientResourceId", "defaultValue": "example" }, { "name": "Dest2PatientResourceId", "defaultValue": "example" } ], "test": [ { "id": "01-ReadPatient-Destination1", "name": "ReadPatient-Destination1", "description": "Read a Patient from the first destination test system using the user defined dynamic variable ${Dest1PatientResourceId}. Perform basic validation.", "action": [ { "operation": { "type": { "system": "http://hl7.org/fhir/testscript-operation-codes", "code": "read" }, "resource": "Patient", "description": "Read a Patient from the first destination test system and perform basic validation.", "accept": "xml", "contentType": "xml", "destination": 1, "origin": 1, "params": "/${Dest1PatientResourceId}" } }, { "assert": { "description": "Confirm that the client requested an Accept of xml.", "direction": "request", "headerField": "Accept", "operator": "contains", "value": "xml" } }, { "assert": { "description": "Confirm that the returned HTTP status is 200(OK).", "direction": "response", "response": "okay" } }, { "assert": { "description": "Confirm that the returned format is XML.", "direction": "response", "contentType": "xml" } }, { "assert": { "description": "Confirm that the returned resource type is Patient.", "direction": "response", "resource": "Patient" } } ] }, { "id": "02-ReadPatient-Destination2", "name": "ReadPatient-Destination2", "description": "Read a Patient from the second destination test system using the user defined dynamic variable ${Dest2PatientResourceId}. Perform basic validation.", "action": [ { "operation": { "type": { "system": "http://hl7.org/fhir/testscript-operation-codes", "code": "read" }, "resource": "Patient", "description": "Read a Patient from the second destination test system and perform basic validation.", "accept": "xml", "contentType": "xml", "destination": 2, "origin": 1, "params": "/${Dest2PatientResourceId}" } }, { "assert": { "description": "Confirm that the client requested an Accept of xml.", "direction": "request", "headerField": "Accept", "operator": "contains", "value": "xml" } }, { "assert": { "description": "Confirm that the returned HTTP status is 200(OK).", "direction": "response", "response": "okay" } }, { "assert": { "description": "Confirm that the returned format is XML.", "direction": "response", "contentType": "xml" } }, { "assert": { "description": "Confirm that the returned resource type is Patient.", "direction": "response", "resource": "Patient" } } ] } ] }