Skip to content

Commit

Permalink
Fixed dependency issue that was causing errors with cds hooks request…
Browse files Browse the repository at this point in the history
…s ... added cds hooks tests and fixed measure processing tests
  • Loading branch information
Chris Schuler committed Nov 25, 2017
1 parent ed3445b commit 58b2a32
Show file tree
Hide file tree
Showing 43 changed files with 7,880 additions and 13,960 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"id": "2.16.840.1.113883.6.5",
"id": "2.16.840.1.113883.6.4",
"meta": {
"versionId": "2",
"lastUpdated": "2016-09-20T21:25:23.000+00:00"
Expand Down
2 changes: 1 addition & 1 deletion examples/quality-summit-cds/cds/bcs/bcs-library.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/quality-summit-cds/cds/bcs/request.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hookInstance": "d1577c69-dfbe-44ad-ba6d-3e05e953b2ea",
"fhirServer": "https://sb-fhir-dstu2.smarthealthit.org/smartdstu2/open",
"fhirServer": "http://localhost:8080/cqf-ruler/baseDstu3",
"hook": "patient-view",
"user": "Practitioner/example",
"context": [],
Expand Down
2 changes: 1 addition & 1 deletion examples/quality-summit-cds/cds/ccs/request.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hookInstance": "d1577c69-dfbe-44ad-ba6d-3e05e953b2ea",
"fhirServer": "https://sb-fhir-dstu2.smarthealthit.org/smartdstu2/open",
"fhirServer": "http://localhost:8080/cqf-ruler/baseDstu3",
"hook": "patient-view",
"user": "Practitioner/example",
"context": [],
Expand Down
2 changes: 1 addition & 1 deletion examples/quality-summit-cds/cds/col/request.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hookInstance": "d1577c69-dfbe-44ad-ba6d-3e05e953b2ea",
"fhirServer": "https://sb-fhir-dstu2.smarthealthit.org/smartdstu2/open",
"fhirServer": "http://localhost:8080/cqf-ruler/baseDstu3",
"hook": "patient-view",
"user": "Practitioner/example",
"context": [],
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>cql-engine</artifactId>
<version>1.2.36-SNAPSHOT</version>
<version>1.2.37-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>cql-engine-fhir</artifactId>
<version>1.2.36-SNAPSHOT</version>
<version>1.2.37-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -76,11 +76,11 @@
<version>2.8.5</version>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
</dependency>
<!--<dependency>-->
<!--<groupId>com.google.code.gson</groupId>-->
<!--<artifactId>gson</artifactId>-->
<!--<version>2.8.0</version>-->
<!--</dependency>-->

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
34 changes: 0 additions & 34 deletions src/main/resources/codesystems/2.16.840.1.113883.6.1.json

This file was deleted.

Loading

0 comments on commit 58b2a32

Please sign in to comment.