HospitalNotification Testscripts
3.0.1 - ci-build

This page is part of the DK MedCom HospitalNotification TestScripts (v3.0.1: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

TestScript: HospitalNotification_TestScript_AN_SLHJ-emer

Official URL: http://medcomfhir.dk/ig/hospitalnotificationtestscript/hospitalnotification-send-an-slhj-emer Version: 3.0.1
Active as of 2023-05-25 Responsible: MedCom Computable Name: HospitalNotificationTestScript

Copyright/Legal: MedCom 2021

Send: Cancellation End hospital stay - patient completed to home/primary sector

Generated Narrative: TestScript

Resource TestScript "hospitalnotification-send-an-slhj-emer"

Profile: AEGIS Touchstone Testing TestScript Profile

url: http://medcomfhir.dk/ig/hospitalnotificationtestscript/hospitalnotification-send-an-slhj-emer

version: 3.0.1

name: HospitalNotificationTestScript

title: Send: Cancellation End hospital stay - patient completed to home/primary sector - AN_SLHJ

status: active

date: 2023-05-25

publisher: MedCom

contact: MedCom: mailto:fhir@medcom.dk

description: Send: Cancellation End hospital stay - patient completed to home/primary sector

copyright: MedCom 2021

Origins

-IndexProfile
*1FHIR Client (Details: http://terminology.hl7.org/CodeSystem/testscript-profile-origin-types code FHIR-Client = 'FHIR Client', stated as 'null')

Destinations

-IndexProfile
*1FHIR Server (Details: http://terminology.hl7.org/CodeSystem/testscript-profile-destination-types code FHIR-Server = 'FHIR Server', stated as 'null')

fixture

id

create-STAA-01

autocreate: false

autodelete: false

resource: /FHIRSandbox/MedCom/HospitalNotification/v300/Send/Fixtures/HospitalNotification-fixture.xml

fixture

id

create-SLHJ-02

autocreate: false

autodelete: false

resource: /FHIRSandbox/MedCom/HospitalNotification/v300/Send/Fixtures/HospitalNotification-fixture.xml

fixture

id

create-AN-SLHJ-03

autocreate: false

autodelete: false

resource: /FHIRSandbox/MedCom/HospitalNotification/v300/Send/Fixtures/HospitalNotification-fixture.xml

profile: http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-hospitalNotification-message "MedComHospitalNotificationMessage"

variable

name: messageHeaderid-STAA

expression: Bundle.entry[0].fullUrl

sourceId: create-message-STAA

variable

name: episodeOfCareID-STAA

expression: Bundle.entry.resource.ofType(Encounter).episodeOfCare.identifier.value

sourceId: create-message-STAA

variable

name: searchParamIdentifier-STAA

expression: Bundle.entry.resource.ofType(MessageHeader).id

sourceId: create-message-STAA

variable

name: occurredDateTime-STAA

expression: Bundle.entry.resource.ofType(Provenance).where(target.reference = %resource.entry[0].fullUrl).occurred

sourceId: create-message-STAA

variable

name: messageHeaderid-SLHJ

expression: Bundle.entry[0].fullUrl

sourceId: create-message-SLHJ

variable

name: episodeOfCareID-SLHJ

expression: Bundle.entry.resource.ofType(Encounter).episodeOfCare.identifier.value

sourceId: create-message-SLHJ

variable

name: messageHeaderid-AN-SLHJ

expression: Bundle.entry[0].fullUrl

sourceId: create-message-AN-SLHJ

variable

name: episodeOfCareID-AN-SLHJ

expression: Bundle.entry.resource.ofType(Encounter).episodeOfCare.identifier.value

sourceId: create-message-AN-SLHJ

test

id

hospitalnotification-create-STAA-01

name: Create a HospitalNotification STAA Message 01

description: Post HospitalNotification to the server.

action

Operations

-TypeResourceDescriptionDestinationEncodeRequestUrlOriginResponseIdSourceId
*Create (Details: http://terminology.hl7.org/CodeSystem/testscript-operation-codes code create = 'Create', stated as 'null')BundlePost a Hospitalnotification1true1create-message-STAAcreate-STAA-01

action

Asserts

-DescriptionDirectionOperatorResponseCodeWarningOnly
*Confirm that the returned HTTP status is okay or created.responsein200,201false

action

Asserts

-DescriptionDirectionResourceWarningOnly
*Confirm that the client request payload contains a Bundle resource type.requestBundlefalse

action

Asserts

-DescriptionDirectionValidateProfileIdWarningOnly
*Validates the bundle against http://medcomfhir.dk/ig/hospitalnotification/ImplementationGuide/dk.fhir.ig.dk-medcom-hospitalnotificationrequesthospitalnotificationfalse

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the request resource contains the expected eventCoding.code.requestBundle.entry.resource.ofType(MessageHeader).event.as(Coding).select(code = 'hospital-notification-message').allTrue()false

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the Encounter class of the request resource is EMER.requestBundle.entry.resource.ofType(Encounter).class.codeequalsEMERfalse

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the Encounter status of the request resource is in-progress.requestBundle.entry.resource.ofType(Encounter).statusequalsin-progressfalse

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the request resource contains the expected activity code.requestBundle.entry.resource.ofType(Provenance).where(activity.coding.code = 'admit-emergency').exists()false

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the report of admission flag is true.requestBundle.entry.resource.ofType(MessageHeader).extension.where(url='http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-messaging-reportOfAdmissionExtension').valueequalstruefalse

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the target reference in Provenance equals MessageHeader.idrequestBundle.entry.resource.ofType(Provenance).where(target.reference = %resource.entry[0].fullUrl).exists()false

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the episodeOfCare-identifier has the structure of an UUIDrequestBundle.entry.resource.ofType(Encounter).episodeOfCare.identifier.value.matches('[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}')false

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the a receiver of the report of admission exists, when the flag is true, and doesn't exists when the flag is false.requestBundle.entry.resource.ofType(MessageHeader).extension.where(url='http://medcomfhir.dk/ig/hospitalnotification/StructureDefinition/medcom-messaging-reportOfAdmissionRecipientExtension').exists() = truefalse

test

id

hospitalnotification-create-SLHJ-02

name: Create a HospitalNotification SLHJ Message 02

description: Post HospitalNotification to the server.

action

Operations

-TypeResourceDescriptionDestinationEncodeRequestUrlOriginResponseIdSourceId
*Create (Details: http://terminology.hl7.org/CodeSystem/testscript-operation-codes code create = 'Create', stated as 'null')BundlePost a Hospitalnotification1true1create-message-SLHJcreate-SLHJ-02

action

Asserts

-DescriptionDirectionOperatorResponseCodeWarningOnly
*Confirm that the returned HTTP status is okay or created.responsein200,201false

action

Asserts

-DescriptionDirectionResourceWarningOnly
*Confirm that the client request payload contains a Bundle resource type.requestBundlefalse

action

Asserts

-DescriptionDirectionValidateProfileIdWarningOnly
*Validates the bundle against http://medcomfhir.dk/ig/hospitalnotification/ImplementationGuide/dk.fhir.ig.dk-medcom-hospitalnotificationrequesthospitalnotificationfalse

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the previous MessageHeader fullURL is identical to Provenance.entity.whatrequestBundle.entry.resource.ofType(Provenance).where(entity.what.reference = '${messageHeaderid-STAA}').count() = 1false

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the request resource contains the expected eventCoding.code.requestBundle.entry.resource.ofType(MessageHeader).event.as(Coding).select(code = 'hospital-notification-message').allTrue()false

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the role is set to revision. Not used when testing the first message in a streamrequestBundle.entry.resource.ofType(Provenance).entity.roleequalsrevisionfalse

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the Encounter class of the request resource is EMER.requestBundle.entry.resource.ofType(Encounter).class.codeequalsEMERfalse

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the Encounter status of the request resource is finished.requestBundle.entry.resource.ofType(Encounter).statusequalsfinishedfalse

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the request resource contains the expected activity code.requestBundle.entry.resource.ofType(Provenance).where(activity.coding.code = 'discharge-emergency-home').exists()false

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the target reference in Provenance equals MessageHeader.idrequestBundle.entry.resource.ofType(Provenance).where(target.reference = %resource.entry[0].fullUrl).exists()false

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the 2 Provenance instances exists.requestBundle.entry.resource.ofType(Provenance).count()equals2false

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the episodeOfCare-identifier is episodeOfCareID-STAArequestBundle.entry.resource.ofType(Encounter).where(episodeOfCare.identifier.value = '${episodeOfCareID-STAA}').count() = 1false

test

id

hospitalnotification-create-AN-SLHJ-03

name: Create a HospitalNotification AN-SLHJ Message 03

description: Post HospitalNotification to the server.

action

Operations

-TypeResourceDescriptionDestinationEncodeRequestUrlOriginResponseIdSourceId
*Create (Details: http://terminology.hl7.org/CodeSystem/testscript-operation-codes code create = 'Create', stated as 'null')BundlePost a Hospitalnotification1true1create-message-AN-SLHJcreate-AN-SLHJ-03

action

Asserts

-DescriptionDirectionOperatorResponseCodeWarningOnly
*Confirm that the returned HTTP status is okay or created.responsein200,201false

action

Asserts

-DescriptionDirectionResourceWarningOnly
*Confirm that the client request payload contains a Bundle resource type.requestBundlefalse

action

Asserts

-DescriptionDirectionValidateProfileIdWarningOnly
*Validates the bundle against http://medcomfhir.dk/ig/hospitalnotification/ImplementationGuide/dk.fhir.ig.dk-medcom-hospitalnotificationrequesthospitalnotificationfalse

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the previous MessageHeader fullURL is identical to Provenance.entity.whatrequestBundle.entry.resource.ofType(Provenance).where(entity.what.reference = '${messageHeaderid-SLHJ}').count() = 1false

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the request resource contains the expected eventCoding.code.requestBundle.entry.resource.ofType(MessageHeader).event.as(Coding).select(code = 'hospital-notification-message').allTrue()false

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the role is set to removal. Not used when testing the first message in a streamrequestBundle.entry.resource.ofType(Provenance).entity.roleequalsremovalfalse

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the Encounter class of the request resource is EMER.requestBundle.entry.resource.ofType(Encounter).class.codeequalsEMERfalse

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the Encounter status of the request resource is in-progress.requestBundle.entry.resource.ofType(Encounter).statusequalsin-progressfalse

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the request resource contains the expected activity code.requestBundle.entry.resource.ofType(Provenance).where(activity.coding.code = 'cancel-discharge-emergency-home').exists()false

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the target reference in Provenance equals MessageHeader.idrequestBundle.entry.resource.ofType(Provenance).where(target.reference = %resource.entry[0].fullUrl).exists()false

action

Asserts

-DescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the 3 Provenance instances exists.requestBundle.entry.resource.ofType(Provenance).count()equals3false

action

Asserts

-DescriptionDirectionExpressionWarningOnly
*Confirm that the episodeOfCare-identifier is episodeOfCareID-SLHJrequestBundle.entry.resource.ofType(Encounter).where(episodeOfCare.identifier.value = '${episodeOfCareID-SLHJ}').count() = 1false