Release 4B R5 Final QA

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0-draft-final: Final QA Preview for R5 - STU see ballot notes ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Testscript-example-multisystem

Example TestScript/testscript-example-multisystem (Narrative)

FHIR Infrastructure Work Group Maturity Level : N/A Standards Status : Informative Compartments : Not linked to any defined compartments

This is the narrative for the resource. See also the XML , JSON or Turtle format. This example conforms to the profile TestScript .


Generated Narrative Narrative: TestScript

Resource TestScript "testscript-example-multisystem"

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

identifier : id: urn:oid:1.3.6.1.4.1.21367.2005.3.7.9878 id: urn:oid:2.16.840.1.113883.4.642.12.6

version : 1.0

name : testscript-example-multisystem Testscriptexamplemultisystem

title : Multisystem Test Script

status : draft

experimental : true

date : 2017-01-18

publisher : HL7

contact : Support: support@HL7.org

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) (unknown#US) ( ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code #US)

purpose : Patient Read Operation

copyright : © HL7.org 2011+

Origins

- Index Profile
* 1 FHIR-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')

url : http://acme.com/fhir/test

destination

index : 2

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

metadata

Links

- Url Description
* http://hl7.org/fhir/patient.html Demographics and other administrative information about an individual or animal receiving care or other health-related services.

capability

required : true

validated : false

description : Patient Read Operation

origin : 1

destination : 1

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

capabilities : http://hl7.org/fhir/CapabilityStatement/example

capability

required : true

validated : false

description : Patient Read Operation

origin : 1

destination : 2

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

capabilities : http://hl7.org/fhir/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

- Type Resource Description Accept ContentType Destination EncodeRequestUrl Origin Params RequestId
* Read read (Details: http://terminology.hl7.org/CodeSystem/testscript-operation-codes http://hl7.org/fhir/restful-interaction code read = 'Read', 'read', stated as 'null') Patient Read a Patient from the first destination test system and perform basic validation. xml xml 1 true 1 /${Dest1PatientResourceId} request-read-patient-01

action

Asserts

- Description RequestMethod StopTestOnFail WarningOnly
* Confirm that the request method GET was sent by the client system under test. get false false

action

Asserts

- Description Direction HeaderField Operator StopTestOnFail Value WarningOnly
* Confirm that the client requested an Accept of xml. request Accept contains false xml false

action

Asserts

- Description Direction Response StopTestOnFail WarningOnly
* Confirm that the returned HTTP status is 200(OK). response okay false false

action

Asserts

- Description Direction ContentType StopTestOnFail WarningOnly
* Confirm that the returned format is XML. response xml false false

action

Asserts

- Description Direction Resource StopTestOnFail WarningOnly
* Confirm that the returned resource type is Patient. response Patient false false

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

operation

type : Read read (Details: http://terminology.hl7.org/CodeSystem/testscript-operation-codes http://hl7.org/fhir/restful-interaction code read = 'Read', 'read', stated as 'null')

resource : Patient

description : Read a Patient from the second destination test system and perform basic validation.

accept : xml

contentType : xml

destination : 2

encodeRequestUrl : true

origin : 1

params : /${Dest2PatientResourceId}

requestHeader

action

Asserts

- Description Direction HeaderField Operator StopTestOnFail Value WarningOnly
* Confirm that the client requested an Accept of xml. request Accept contains false xml false

action

Asserts

- Description Direction Response StopTestOnFail WarningOnly
* Confirm that the returned HTTP status is 200(OK). response okay false false

action

Asserts

- Description Direction ContentType StopTestOnFail WarningOnly
* Confirm that the returned format is XML. response xml false false

action

Asserts

- Description Direction Resource StopTestOnFail WarningOnly
* Confirm that the returned resource type is Patient. response Patient false false

 

 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.