Stream: cql
Topic: FHIR Library semantic equivalent to CQL 'using' clause
Bob Dolin (Sep 15 2020 at 19:24):
Hi, a CQL newbie question. It seems like it would be helpful to have a semantic equivalent to CQL's 'using' clause in the FHIR Library resource. From the posted chlamydia examples, we have this:
CQL:
using QUICK
FHIR Library:
<relatedArtifact>
<type value="depends-on"/>
<resource value="Library/library-quick-model-definition"/>
</relatedArtifact>
But I don't see how this would work if your CQL is using FHIR instead, like this:
using FHIR version '4.0.1'
Any suggestions for how the FHIR Library can reflect this?
Bryn Rhodes (Sep 16 2020 at 13:17):
There is also a model-definition for FHIR, http://hl7.org/fhir/Library/FHIR-ModelInfo|4.0.1
, for example. See the examples in the CQF Measures IG for an example use: http://hl7.org/fhir/us/cqfmeasures/Library-EXM124.html
Bob Dolin (Sep 16 2020 at 14:14):
ok. Thanks @Bryn Rhodes
Last updated: Apr 12 2022 at 19:14 UTC