Fixed a test for EXM130 by upgrading the input bundle.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
3495
src/test/resources/r4/EXM130/EXM130-7.3.000-bundle.json
Normal file
3495
src/test/resources/r4/EXM130/EXM130-7.3.000-bundle.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user