From c4ed037fd138bb8993ed6c95359268ce0e222b7e Mon Sep 17 00:00:00 2001 From: Brenin Rhodes Date: Tue, 9 Jul 2024 14:35:23 -0600 Subject: [PATCH] Fix documentation for enabling the Clinical Reasoning module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d8a92..6fbfccd 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ The server may be configured with subscription support by enabling properties in ## Enabling Clinical Reasoning -Set `hapi.fhir.cr_enabled=true` in the [application.yaml](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/application.yaml) file to enable [Clinical Quality Language](https://cql.hl7.org/) on this server. An alternate settings file, [cds.application.yaml](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/cds.application.yaml), exists with the Clinical Reasoning module enabled and default settings that have been found to work with most CDS and dQM test cases. +Set `hapi.fhir.cr.enabled=true` in the [application.yaml](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/application.yaml) file to enable [Clinical Quality Language](https://cql.hl7.org/) on this server. An alternate settings file, [cds.application.yaml](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/cds.application.yaml), exists with the Clinical Reasoning module enabled and default settings that have been found to work with most CDS and dQM test cases. ## Enabling CDS Hooks