diff --git a/pom.xml b/pom.xml index 6a192507068..0e4a517b68a 100644 --- a/pom.xml +++ b/pom.xml @@ -394,6 +394,10 @@ sjanic sjanic + + c-schuler + Chris Schuler + @@ -1967,6 +1971,7 @@ examples example-projects/hapi-fhir-base-example-embedded-ws example-projects/hapi-fhir-standalone-overlay-example + example-projects/hapi-fhir-jpaserver-cds-example hapi-fhir-jacoco hapi-fhir-igpacks hapi-fhir-spring-boot diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 916e199cee6..1f37d27d8fc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -213,6 +213,11 @@ the older structures worked a bit differently. Thanks to GitHub user sjanic for the contribution! + + An example project has een contributed which shows how to use the CQL + framework in a server with HAPI FHIR JPA. Thanks to Chris Schuler + for the pull request! +