diff --git a/packages/gateway/src/features/eventNotification/eventNotificationHandler.ts b/packages/gateway/src/features/eventNotification/eventNotificationHandler.ts index ca71fcc7e4d..d0be9c27e0f 100644 --- a/packages/gateway/src/features/eventNotification/eventNotificationHandler.ts +++ b/packages/gateway/src/features/eventNotification/eventNotificationHandler.ts @@ -35,7 +35,7 @@ export enum Code { HEALTH_FACILITY = 'HEALTH_FACILITY' } -const RESOURCE_TYPES = ['Patient', 'RelatedPerson', 'Encounter', 'Observation'] +const RESOURCE_TYPES = ['Patient', 'RelatedPerson', 'Encounter', 'Observation', 'QuestionnaireResponse'] const resourceSchema = Joi.object({ resourceType: Joi.string()