Craig Sennabaum
Craig Sennabaum
Hey @JPercival, there it is in the docs ha. I appreciate the pointer and the workgroups. I'll bring it up sometime, I wonder if it would be a useful feature...
Definitely makes sense @cmoesel. Our need mostly arises from the use of namespaces, where different namespaces have different owners and it would not make sense to force all CQL Libraries...
react-create-app [4.0.3] hot reloading seems to be causing the issue for me. For anyone else with the same issue, adding the FAST_REFRESH=false env variable seems to have solved it. https://create-react-app.dev/docs/advanced-configuration/
Turns out it was pretty easy to try this, just needed to implement a TerminologyProvider and replace [BundleTerminologyProvider](https://github.com/DBCG/cql-evaluator/blob/9edcab465de2e710e07dc45f01704c2fee70e2a0/evaluator.fhir/src/main/java/org/opencds/cqf/cql/evaluator/engine/terminology/BundleTerminologyProvider.java#L29) Here is a [gist for OptimizedBundleTerminologyProvider](https://gist.github.com/csenn/71c23a624c664e8351d96789a27b96ac). The test was run with a...
Hey @JPercival, glad you are interested incorporating this. I do know of realistic use cases within HEDIS measures where there are large value sets and this speed up could definitely...
Thanks @cmoesel and @hossenlopp! Nice work creating these types in fqm-execution, I can't help but wonder if we could auto-generate the elm types using the [XSD](https://github.com/cqframework/clinical_quality_language/blob/master/Src/cql-lm/schema/elm/expression.xsd) definitions here. I'll look...
Good points @cmoesel, there could def be an easier format to deal with JSON ELM than XSD... It might also be possible to output a JSON Schema for ELM JSON...
Hey @brynrhodes! Sounds good I'll look more into this. I did have a few a clarifying questions though. Is the current workflow: 1. **Manually** Edit XSD file with desired ELM...
Hey @cmoesel and @brynrhodes, I appreciate the clarifications! I'm still not 100% sure what "mixed content" means from the message above though? I was able to make [pretty good progress...
And one more quick note...[typescript-json-schema](https://github.com/YousefED/typescript-json-schema) converts typescript types into json schema. So I ran the Typescript Types from above through that and it generated [this schema](https://github.com/cqlabio/cql-elm-types/blob/main/schema.json) which at first glance...