Fixed a test for EXM130 by upgrading the input bundle.

This commit is contained in:
Kevin Dougan
2020-12-24 12:59:07 -05:00
parent 468df6b547
commit 29b5182493
3 changed files with 3498 additions and 4085 deletions

View File

@@ -113,14 +113,11 @@ public class ExampleServerR4IT implements IServerSupport {
return result; return result;
} }
// Fails with: ca.uhn.fhir.rest.server.exceptions.InternalErrorException: HTTP 500 : @Test
// Failed to call access method: java.lang.IllegalArgumentException:
// Could not load library source for libraries referenced in Measure/Measure/measure-EXM130-FHIR4-7.2.000/_history/1.
//@Test
public void testCQLEXM130EvaluateMeasure() throws IOException { public void testCQLEXM130EvaluateMeasure() throws IOException {
String measureId = "measure-EXM130-FHIR4-7.2.000"; String measureId = "measure-EXM130-7.3.000";
loadBundle("r4/EXM130/EXM130_FHIR4-7.2.000-bundle.json", ourCtx, ourClient); loadBundle("r4/EXM130/EXM130-7.3.000-bundle.json", ourCtx, ourClient);
// http://localhost:8080/fhir/Measure/measure-EXM130-FHIR4-7.2.000/$evaluate-measure?periodStart=2019-01-01&periodEnd=2019-12-31 // http://localhost:8080/fhir/Measure/measure-EXM130-FHIR4-7.2.000/$evaluate-measure?periodStart=2019-01-01&periodEnd=2019-12-31
Parameters inParams = new Parameters(); Parameters inParams = new Parameters();

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long