Scalable Consent Management Testing Guide
1.0.0-ballot - ci-build United States of America flag

Scalable Consent Management Testing Guide - Local Development build (v1.0.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

TestScript: 04 Basic REST-hook Subs - All SUT | 07 Notify - event-notification

Official URL: http://hl7.org/fhir/us/consent-management-tg/TestScript/07-Notify-event-notification Version: 1.0.0-ballot
Standards status: Trial-use Maturity Level: 1 Computable Name: Test_07_Notify_event_notification

Copyright/Legal: (c) AEGIS.net, Inc. 2026

Happy Path: Send a Subscriptions R5 Backport REST-hook Notification Bundle, event-notification type. Test a client and server to verify support for POST of a REST-hook Notification Bundle. This scenario is generic and can be used with any FHIR format and query parameters. Test case supporting the FAST Consent Management IG Version: CI. See https://wildfhir4.wildfhir.org/ig/fhir-consent-management-tg/rtm_test_cases.html#testcase-265 Test System Details (in order of appearance): [Origin 1: Consent Admin Service's Subscription REST-hook notification sender. System Under Test: this must be an external test system (not Touchstone).] [Destination 1: Consent Client's Subscription REST-hook notification endpoint. System Under Test: this must be an external test system (not a mock).]

AEGIS Touchstone Testing TestScript Rule Extension

  • ruleId: AssertBodyExists
  • path: /FHIRCommon/_reference/rule/AssertBodyExists.groovy

StructureDefinition Work Group: cbcc

url: TestScript 04 Basic REST-hook Subs - All SUT | 07 Notify - event-notification

version: 1.0.0-ballot

name: Test_07_Notify_event_notification

title: 04 Basic REST-hook Subs - All SUT | 07 Notify - event-notification

status: Active

date: 2026-03-30

publisher: HL7 International / Community Based Collaborative Care

contact: HL7 International / Community Based Collaborative Care: http://www.hl7.org/Special/committees/cbcc

description:

Happy Path: Send a Subscriptions R5 Backport REST-hook Notification Bundle, event-notification type. Test a client and server to verify support for POST of a REST-hook Notification Bundle. This scenario is generic and can be used with any FHIR format and query parameters. Test case supporting the FAST Consent Management IG Version: CI. See https://wildfhir4.wildfhir.org/ig/fhir-consent-management-tg/rtm_test_cases.html#testcase-265 Test System Details (in order of appearance): [Origin 1: Consent Admin Service's Subscription REST-hook notification sender. System Under Test: this must be an external test system (not Touchstone).] [Destination 1: Consent Client's Subscription REST-hook notification endpoint. System Under Test: this must be an external test system (not a mock).]

jurisdiction: United States of America

copyright:

(c) AEGIS.net, Inc. 2026

Origins

-IndexProfile
*1Test script profile origin type: FHIR-Client (FHIR Client)

Destinations

-IndexProfile
*1Test script profile destination type: FHIR-Server (FHIR Server)

profile: http://hl7.org/fhir/StructureDefinition/Bundle

Variables

-NameDescriptionHint
*dest-1-FHIRR5BackportNotification-1-needed-notification-endpointConsent Client's 's REST Hook Subscription notification endpoint, available at Destination 1.[Enter Consent Client's 's REST Hook Subscription notification endpoint, available at Destination 1]

test

name: Step_001_Send_Subscription_notification

description: Consent Admin Service sends a Subscription notification to Consent Client's notification endpoint.

action

operation

type: AEGIS Touchstone Testing FHIR Operation Codes: post (POST)

resource: Bundle

description: POST a Subscriptions R5 Backport REST-hook Notification Bundle.

contentType: json

destination: 1

encodeRequestUrl: true

method: POST

origin: 1

RequestHeaders

-FieldValue
*Authorizationnone

requestId: dest-1-FHIRR5BackportNotification-1-request

responseId: dest-1-FHIRR5BackportNotification-1-response

url: ${dest-1-FHIRR5BackportNotification-1-needed-notification-endpoint}

action

Asserts

-ExtensionDescriptionDirectionOperatorResponseCodeSourceIdWarningOnly
*Confirm that the returned HTTP status is 200 OK.responsein200dest-1-FHIRR5BackportNotification-1-responsefalse

action

Asserts

-ExtensionDescriptionDirectionWarningOnly
*Confirm that the request body exists.requestfalse

action

Asserts

-ExtensionDescriptionDirectionResourceWarningOnly
*Confirm that the request resource type is Bundle.requestBundlefalse

action

Asserts

-ExtensionDescriptionDirectionValidateProfileIdWarningOnly
*Confirm that the request Bundle conforms to the base FHIR Bundle profile. This also validates the contents against any declared profiles.requestBundle-profilefalse

action

Asserts

-ExtensionDescriptionDirectionExpressionOperatorValueWarningOnly
*Confirm that the request Bundle type is history.requestBundle.typeequalshistoryfalse

action

Asserts

-ExtensionDescriptionDirectionExpressionWarningOnly
*Confirm that the request Bundle declares the backport-subscription-notification-r4 profile.requestBundle.where('http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-notification-r4' in meta.profile).exists()false

action

Asserts

-ExtensionDescriptionDirectionExpressionOperatorSourceIdValueWarningOnly
*Confirm that the Notification type is event-notification.requestBundle.entry.resource.ofType(Parameters).parameter.where(name='type').value = 'event-notification'equalsdest-1-FHIRR5BackportNotification-1-requesttruefalse

action

Asserts

-ExtensionDescriptionDirectionExpressionOperatorSourceIdValueWarningOnly
*Confirm that every Consent resource in the request declares the FASTConsent profile.requestBundle.entry.resource.where(resourceType = 'Consent').all('https://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent' in meta.profile)equalsdest-1-FHIRR5BackportNotification-1-requesttruefalse