From fb93bf71df6d858f5a15a4930bf9dfcbf715cb86 Mon Sep 17 00:00:00 2001 From: Sean Fong Date: Mon, 1 Jul 2024 12:51:51 +0930 Subject: [PATCH] Enable clinical reasoning env var --- deployment/forms-server/hapi-endpoint/lib/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/forms-server/hapi-endpoint/lib/index.ts b/deployment/forms-server/hapi-endpoint/lib/index.ts index d46a4fb7d..08d9376da 100644 --- a/deployment/forms-server/hapi-endpoint/lib/index.ts +++ b/deployment/forms-server/hapi-endpoint/lib/index.ts @@ -44,7 +44,8 @@ export class HapiEndpoint extends Construct { }), environment: { use_apache_address_strategy: 'true', - 'hapi.fhir.openapi_enabled': 'false' + 'hapi.fhir.openapi_enabled': 'false', + 'hapi.fhir.cr.enabled': 'true' } });