From 8bd5a91454d698ee0f1e285aaa99e51b4c5f47b0 Mon Sep 17 00:00:00 2001 From: Brenin Rhodes Date: Thu, 2 Oct 2025 13:07:28 -0600 Subject: [PATCH] rename cds application yaml --- README.md | 2 +- .../resources/{cds.application.yaml => application-cds.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/main/resources/{cds.application.yaml => application-cds.yaml} (100%) diff --git a/README.md b/README.md index 3a0cef4..5c2e220 100644 --- a/README.md +++ b/README.md @@ -495,7 +495,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, [application-cds.yaml](https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/application-cds.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 diff --git a/src/main/resources/cds.application.yaml b/src/main/resources/application-cds.yaml similarity index 100% rename from src/main/resources/cds.application.yaml rename to src/main/resources/application-cds.yaml