cqframework / cqf-ruler

FHIR Clinical Reasoning Module Server
Apache License 2.0
64 stars 49 forks source link

Data format parsing exception #696

Closed JPercival closed 11 months ago

JPercival commented 1 year ago

CLient: whenever we send this particular bundle through the measure evaluation service, we get back the following error from the CQF-Ruler: Failed to parse response from server when performing POST to URL https://cqf-ruler.nhsnlink.org/fhir/Measure/NHSNdQMAcuteCareHospitalInitialPopulation/$evaluate-measure - ca.uhn.fhir.parser.DataFormatException: Failed to parse JSON content, error was: Premature end of chunk coded message body: closing chunk expected Here's the associated parameters we've used with the $evaluate-measure call: periodStart=2023-01-01T00:00:00.000Z periodEnd=2023-01-31T23:59:59.000Z subject=eNeMVHWfNoTsMTbrwWQQ30A3 The content and bundle is in the slack channel.

kjcormier commented 1 year ago

Parsing issue. Nazmul & Arvind working to resolve. Delayed.

mdnazmulkarim commented 11 months ago

Done