Hi,
Can you please provide the steps you followed to setup your HAPI FHIR server, to load the data?
I'm also stuck in the same situation and I'm getting a 500 Internal Server Error when trying to evaluate the measure.
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "processing",
"diagnostics": "HAPI-0389: Failed to call access method: org.opencds.cqf.cql.engine.exception.CqlException: Error evaluating expression Denominator Exclusion: in-memory dateFilters are not supported"
}
]
}