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