You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error Could not resolve data provider for package 'java.util' encountered for Execute CQL for USCore v3.1.1 Patient.address.line.
CQL:
library Repro version '0.1.0'
using USCore version '3.1.1'
//using FHIR version '4.0.1'
include FHIRHelpers version '4.0.1'
context Patient
define "Address":
Patient.address.line
define "Address Line 1":
Patient.address.line[0]
Evaluation logs:
16:08:15.253 [pool-2-thread-1] INFO ca.uhn.fhir.context.FhirContext - Creating new FHIR context for FHIR version [R4]
Could not resolve data provider for package 'java.util'.
The text was updated successfully, but these errors were encountered:
So I've been able to translate this using CQL-to-elm-cli
================================================================================ TRANSLATE /Users/daviddieppois/Documents/git/clinical_quality_language/Examples/TestLibrary_1186.cql SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Translation completed successfully. ELM output written to: /Users/daviddieppois/Documents/git/clinical_quality_language/Examples/TestLibrary_1186.xml
Error
Could not resolve data provider for package 'java.util'
encountered forExecute CQL
for USCore v3.1.1 Patient.address.line.CQL:
Patient:
Result:
The text was updated successfully, but these errors were encountered: