CareCommunication Test scripts
4.0.0 - release
This page is part of the CareCommunication Testscripts (v4.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Official URL: http://medcomfhir.dk/ig/carecommunicationtestscript/carecommunication-send-forward-attachment | Version: 4.0.0 | |||
Active as of 2024-07-15 | Computable Name: CareCommunicationTestScript | |||
Copyright/Legal: MedCom 2023 |
Forward CareCommunication where the new message includes several attached files.
Generated Narrative: TestScript carecommunication-send-forward-attachment
url: TestScript Forward CareCommunication where the new message includes several attached files.
version: 4.0.0
name: CareCommunicationTestScript
title: Forward CareCommunication where the new message includes several attached files.
status: Active
date: 2024-07-15
contact: MedCom: mailto:fhir@medcom.dk
description:
Forward CareCommunication where the new message includes several attached files.
copyright:
MedCom 2023
Index | Profile |
1 | Test script profile origin type FHIR-Client: FHIR Client |
Index | Profile |
1 | Test script profile destination type FHIR-Server: FHIR Server |
fixture
id
create-new-message-01autocreate: false
autodelete: false
resource: /Fixtures/CareCommunication-fixture-attachment.xml
fixture
id
create-forward-message-02autocreate: false
autodelete: false
profile: ??
variable
name: messageHeaderid-new-message-01
expression: Bundle.entry[0].resource.id
sourceId: create-message-new-message-01
variable
name: destinationUri-new-message-01
expression: Bundle.entry.resource.ofType(MessageHeader).destination.endpoint
sourceId: create-message-new-message-01
variable
name: bundleid-new-message-01
expression: Bundle.id
sourceId: create-message-new-message-01
variable
name: hospitalSOR-new-message-01
expression: Bundle.entry[0].resource.sender.reference.resolve().identifier.where(system = 'urn:oid:1.2.208.176.1.1').value
sourceId: create-message-new-message-01
variable
name: messageHeaderid-forward-message-02
expression: Bundle.entry[0].resource.id
sourceId: create-message-forward-message-02
variable
name: identifier-new-message-01
expression: Bundle.entry.resource.ofType(Communication).identifier.value
sourceId: create-message-new-message-01
variable
name: identifier-forward-message-02
expression: Bundle.entry.resource.ofType(Communication).identifier.value
sourceId: create-message-forward-message-02
setup
action
Operations
Type Resource Description Accept EncodeRequestUrl Params Test script operation code delete: Delete Bundle System-generated search, delete operations from conditional delete on Bundle MessageHeader.destination.endpoint xml true ?message.destination-uri=${destinationUri-new-message} action
Operations
Type Resource Description Accept ContentType EncodeRequestUrl SourceId Test script operation code create: Create Bundle Create the Bundle resource in XML format on the destination server. xml xml true create-new-message-01 action
Operations
Type Resource Description Accept ContentType EncodeRequestUrl Params SourceId Test script operation code updateCreate: Create using Update Bundle Update the Bundle.id in XML format on the destination server, so it corresponds to $bundleid-new-message-01. xml xml true /${bundleid-new-message-01} create-new-message-01 action
Asserts
Description Direction Operator ResponseCode WarningOnly Confirm that the returned HTTP status is okay or created. response in 200,201 false
test
id
message-read-new-message-01name: Get a new-message message 01
description: GET a message. The expected response is a 200(OK) with a payload of the message resource in XML format.
action
Operations
Type Resource Description Accept Destination EncodeRequestUrl Origin Params Test script operation code read: Read Bundle Receive message xml 1 true 1 /${bundleid-new-message-01} action
Asserts
Description Direction Operator ResponseCode WarningOnly Confirm that the returned HTTP status is okay or created. response in 200,201 false
test
id
carecommunication-create-forward-message-02name: Create a CareCommunication forward-message Message 02
description: Post CareCommunication to the server.
action
Operations
Type Resource Description Destination EncodeRequestUrl Origin RequestId SourceId Test script operation code create: Create Bundle Post a carecommunication 1 true 1 create-message-forward-message-02 create-forward-message-02 action
Asserts
Description Direction ValidateProfileId WarningOnly Validates the bundle against http://medcomfhir.dk/ig/carecommunication/ImplementationGuide/dk.fhir.ig.dk-medcom-carecommunication request carecommunication false action
Asserts
Description Direction Operator ResponseCode WarningOnly Confirm that the returned HTTP status is okay or created. response in 200,201 false action
Asserts
Description Direction Resource WarningOnly Confirm that the client request payload contains a Bundle resource type. request Bundle false action
Asserts
Description Direction Expression WarningOnly Confirm that the previous MessageHeader.id is identical to Provenance.entity.what request Bundle.entry.resource.ofType(Provenance).where(entity.what.reference.contains('${messageHeaderid-new-message-01}')).exists() false action
Asserts
Description Direction Expression WarningOnly Confirm that the request resource contains the expected eventCoding.code. request Bundle.entry.resource.ofType(MessageHeader).event.as(Coding).select(code = 'care-communication-message').allTrue() false action
Asserts
Description Direction Expression WarningOnly Confirm that the role is set to revision. Not used when testing the first message in a stream request Bundle.entry.resource.ofType(Provenance).entity.where(role = 'revision').exists() false action
Asserts
Description Direction Expression WarningOnly Confirm that the target reference in Provenance equals MessageHeader.id request Bundle.entry.resource.ofType(Provenance).where(target.reference.contains(%resource.entry[0].resource.id)).exists() false action
Asserts
Description Direction Expression Operator Value WarningOnly Confirm that the 2 Provenance instances exists. request Bundle.entry.resource.ofType(Provenance).count() equals 2 false action
Asserts
Description Direction Expression WarningOnly Confirm that number of payloads is '7' request Bundle.entry.resource.ofType(Communication).payload.count() = '7' false action
Asserts
Description Direction Expression WarningOnly Confirm that the sender SOR number is different from the previous message. request Bundle.entry[0].resource.sender.reference.resolve().identifier.where(system = 'urn:oid:1.2.208.176.1.1').value != ${hospitalSOR-new-message}) false action
Asserts
Description Direction Expression WarningOnly Confirm that the content is different in the two messages request '${identifier-new-message-01}' != '${identifier-forward-message-02}' false